diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-08 01:08:14 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-08 01:08:14 +0000 |
commit | f4a6feef1ba8d191854247e2222d5f7dbe6e3e0f (patch) | |
tree | e422853d9cdb8040b97d436bd1ae74b8d0e9958d /sci-calculators/hexcalc | |
parent | Stable on amd64. (diff) | |
download | historical-f4a6feef1ba8d191854247e2222d5f7dbe6e3e0f.tar.gz historical-f4a6feef1ba8d191854247e2222d5f7dbe6e3e0f.tar.bz2 historical-f4a6feef1ba8d191854247e2222d5f7dbe6e3e0f.zip |
Stable on amd64.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-calculators/hexcalc')
-rw-r--r-- | sci-calculators/hexcalc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog index da7294bdd922..c56a9b1bc56e 100644 --- a/sci-calculators/hexcalc/ChangeLog +++ b/sci-calculators/hexcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/hexcalc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.3 2005/04/24 13:18:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.4 2005/12/08 01:08:14 cryos Exp $ + + 08 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> hexcalc-1.11.ebuild: + Stable on amd64. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> hexcalc-1.11.ebuild: Stable on ppc. diff --git a/sci-calculators/hexcalc/hexcalc-1.11.ebuild b/sci-calculators/hexcalc/hexcalc-1.11.ebuild index a869a2b122f5..320770c24ffe 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.2 2005/04/24 13:18:17 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.3 2005/12/08 01:08:14 cryos Exp $ DESCRIPTION="A simple hex calculator for X" HOMEPAGE="ftp://ftp.x.org/R5contrib/" SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ppc" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/x11" |