diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:30:22 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:30:22 +0000 |
commit | 0039b82cfe484db1f17030d3ee4084103ad79859 (patch) | |
tree | 2576367d15bac8b574ea9a603a1bba1dff1fbafa /sci-calculators/hexcalc | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-0039b82cfe484db1f17030d3ee4084103ad79859.tar.gz historical-0039b82cfe484db1f17030d3ee4084103ad79859.tar.bz2 historical-0039b82cfe484db1f17030d3ee4084103ad79859.zip |
Drop virtual/x11 references.
Package-Manager: portage-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} |