diff options
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pytextile/Manifest | 12 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 4 |
3 files changed, 8 insertions, 14 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index 1b730919db72..d410bd8d3831 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pytextile # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.5 2006/01/10 20:27:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.6 2006/01/11 14:27:08 dertobi123 Exp $ + + 11 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> + pytextile-2.0.10.ebuild: + ppc stable, bug #118302 10 Jan 2006; Mark Loeser <halcy0n@gentoo.org> pytextile-2.0.10.ebuild: Stable on x86; bug #118302 diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest index 0fb8875be0f5..c114abf1a1d2 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9654c4cbc0d99200c1af53bc82352ee7 ChangeLog 872 MD5 877d61c05989e16389902d078ce46ed0 files/digest-pytextile-2.0.10 65 MD5 102f8255487b2b68e23839f3ab254242 metadata.xml 413 -MD5 c31efcfdabb5724fe99b9dbee74dbd26 pytextile-2.0.10.ebuild 620 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDxBisCRZPokWLroQRAkeeAKCjadfPWr3Pp9v1eakyTaKCLWjm7ACg5qRu -XT+5Q5e+9IgSbFEFwn5p0Bk= -=g7BX ------END PGP SIGNATURE----- +MD5 d952ac1ef01a93746a82891ef880d17a pytextile-2.0.10.ebuild 619 diff --git a/app-text/pytextile/pytextile-2.0.10.ebuild b/app-text/pytextile/pytextile-2.0.10.ebuild index a7053d630294..5bf680f1c2bd 100644 --- a/app-text/pytextile/pytextile-2.0.10.ebuild +++ b/app-text/pytextile/pytextile-2.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.5 2006/01/10 20:27:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.6 2006/01/11 14:27:08 dertobi123 Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://dealmeida.net/code/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND="dev-lang/python" |