diff options
author | 2007-07-22 07:29:44 +0000 | |
---|---|---|
committer | 2007-07-22 07:29:44 +0000 | |
commit | bd0ddb4877037be224656c85e9a73ee0207fc25f (patch) | |
tree | f89ddf4cabe62e17617412f2e1bd52164b6131f0 /sci-calculators/hexcalc | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.tar.gz gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.tar.bz2 gentoo-2-bd0ddb4877037be224656c85e9a73ee0207fc25f.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-calculators/hexcalc')
-rw-r--r-- | sci-calculators/hexcalc/ChangeLog | 8 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild | 9 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11.ebuild | 9 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog index 14f79fa71393..479449503fb4 100644 --- a/sci-calculators/hexcalc/ChangeLog +++ b/sci-calculators/hexcalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/hexcalc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.7 2006/07/25 18:07:34 josejx Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.8 2007/07/22 07:29:44 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; hexcalc-1.11.ebuild, + hexcalc-1.11-r1.ebuild: + Drop virtual/x11 references. *hexcalc-1.11-r1 (25 Jul 2006) diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild index a0069a2dcb04..06e3581b9a03 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild,v 1.1 2006/07/25 18:07:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r1.ebuild,v 1.2 2007/07/22 07:29:44 dberkholz Exp $ inherit eutils @@ -12,9 +12,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - || ( ( x11-misc/imake app-text/rman ) virtual/x11 )" + x11-misc/imake + app-text/rman" S=${WORKDIR}/${PN} diff --git a/sci-calculators/hexcalc/hexcalc-1.11.ebuild b/sci-calculators/hexcalc/hexcalc-1.11.ebuild index f77aa5072fb7..ee4c0ca1ea89 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.6 2007/07/15 06:05:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.7 2007/07/22 07:29:44 dberkholz Exp $ DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" @@ -10,9 +10,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - || ( ( x11-misc/imake app-text/rman ) virtual/x11 )" + x11-misc/imake + app-text/rman" S=${WORKDIR}/${PN} |