diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-04 21:22:08 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-04 21:22:08 +0000 |
commit | b7083c7b64ea186408887f1af0fe760a19a39cbc (patch) | |
tree | 20fe17f3934a9ed4f8bda8e82113fe3eb64fdb19 /sci-calculators | |
parent | keyword amd64-linux, x86-linux, removed old (diff) | |
download | gentoo-2-b7083c7b64ea186408887f1af0fe760a19a39cbc.tar.gz gentoo-2-b7083c7b64ea186408887f1af0fe760a19a39cbc.tar.bz2 gentoo-2-b7083c7b64ea186408887f1af0fe760a19a39cbc.zip |
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/hexcalc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-calculators/hexcalc/metadata.xml | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/sci-calculators/hexcalc/ChangeLog b/sci-calculators/hexcalc/ChangeLog index 4cbee9d406a6..a6773597e00c 100644 --- a/sci-calculators/hexcalc/ChangeLog +++ b/sci-calculators/hexcalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/hexcalc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.14 2012/04/26 16:40:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/ChangeLog,v 1.15 2012/08/04 21:22:08 bicatali Exp $ + + 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> hexcalc-1.11-r2.ebuild, + metadata.xml: + keyword amd64-linux, x86-linux 26 Apr 2012; Justin Lecher <jlec@gentoo.org> -hexcalc-1.11.ebuild, hexcalc-1.11-r2.ebuild, metadata.xml: diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild index 11a37c9d2fa1..addf202d4f1a 100644 --- a/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild +++ b/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild,v 1.5 2012/04/26 16:40:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11-r2.ebuild,v 1.6 2012/08/04 21:22:08 bicatali Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libXaw" diff --git a/sci-calculators/hexcalc/metadata.xml b/sci-calculators/hexcalc/metadata.xml index d369d068ffb8..e5e99f310994 100644 --- a/sci-calculators/hexcalc/metadata.xml +++ b/sci-calculators/hexcalc/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> +<herd>sci</herd> +<longdescription> + hexcalc is a mutli-radix calculator that offers the standard C + integer operations. +</longdescription> </pkgmetadata> |