diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-12-24 19:27:40 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-12-24 19:27:40 +0000 |
commit | 9962b692634ef9c0f6629c3780319ce776116627 (patch) | |
tree | b2931d1b55df7c8f6cfe63604bdc915f539f6c77 /sci-calculators | |
parent | Remove autoconf line for bug 101658. (diff) | |
download | historical-9962b692634ef9c0f6629c3780319ce776116627.tar.gz historical-9962b692634ef9c0f6629c3780319ce776116627.tar.bz2 historical-9962b692634ef9c0f6629c3780319ce776116627.zip |
Adding ~x86
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/gonvert/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/gonvert/Manifest | 12 | ||||
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.12.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog index 5bfbfde01404..e083bbbab395 100644 --- a/sci-calculators/gonvert/ChangeLog +++ b/sci-calculators/gonvert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/gonvert # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.2 2005/12/24 19:22:47 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.3 2005/12/24 19:27:40 halcy0n Exp $ + + 24 Dec 2005; Mark Loeser <halcy0n@gentoo.org> gonvert-0.2.12.ebuild: + Adding ~x86 24 Dec 2005; <chainsaw@gentoo.org> gonvert-0.2.12.ebuild: No longer necessary to die on USE="-gnome" with pygtk-2.8.2 and up. diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest index e9e493d191e0..f4f40d6594d5 100644 --- a/sci-calculators/gonvert/Manifest +++ b/sci-calculators/gonvert/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 eeb1bb16155151bf914596afaa1945bc ChangeLog 592 +MD5 8c26a0de675ffa2d6a6b00422e937636 ChangeLog 677 MD5 7a256b70c07c8427561f42bb27b312e4 files/0.2.12-about.patch 540 MD5 76f8a1799e14eda8add1a5f2d99ab94c files/digest-gonvert-0.2.12 66 -MD5 97ed652c1ca531e9992bebc20166327a gonvert-0.2.12.ebuild 768 +MD5 096ffd5533e3b2a7e397e02a117bb033 gonvert-0.2.12.ebuild 767 MD5 21fbda69ea690869a8d2812f140bb3c7 metadata.xml 246 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDraAYp5vW4rUFj5oRArmFAJ96vtdZTngA4wIv824lcfHR2o3xNACfQDWt -pj8Aj/1uiovLw7cTF9Xn7c8= -=W26W +iD8DBQFDraE5CRZPokWLroQRAnE/AKDGkXaOObuhSdv0S4ZCCcyP58h9tACeOWHL +/8KafDuxJJA6XTkUepZ5N88= +=sEWg -----END PGP SIGNATURE----- diff --git a/sci-calculators/gonvert/gonvert-0.2.12.ebuild b/sci-calculators/gonvert/gonvert-0.2.12.ebuild index c1210f7b7f5e..c56199c80d73 100644 --- a/sci-calculators/gonvert/gonvert-0.2.12.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.2 2005/12/24 19:22:47 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.12.ebuild,v 1.3 2005/12/24 19:27:40 halcy0n Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-python/pygtk-2.8.2" @@ -18,7 +18,7 @@ DEPEND=">=dev-python/pygtk-2.8.2" src_unpack () { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-about.patch || die + epatch "${FILESDIR}"/${PV}-about.patch } src_install () { |