diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:28:41 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:28:41 +0000 |
commit | 3d86a74bac3dac26bbe1e661e282a491e5d9b1fe (patch) | |
tree | 78fae56d41f355c0e7e34249dfd89e286409f1a2 /app-text/pytextile | |
parent | Added modular X dependencies. (diff) | |
download | gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.tar.gz gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.tar.bz2 gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.zip |
Stable on x86; bug #118302
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pytextile/Manifest | 12 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index ee10807b7fea..1b730919db72 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pytextile -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.4 2005/11/20 03:41:37 josejx Exp $ +# 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 $ + + 10 Jan 2006; Mark Loeser <halcy0n@gentoo.org> pytextile-2.0.10.ebuild: + Stable on x86; bug #118302 20 Nov 2005; Joseph Jezak <josejx@gentoo.org> pytextile-2.0.10.ebuild: Marked ~ppc for bug #111069. diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest index d27c97cd3e7a..e2bef0648656 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 25d1a0baa748da39f2562b5e81276a3f ChangeLog 768 MD5 877d61c05989e16389902d078ce46ed0 files/digest-pytextile-2.0.10 65 MD5 102f8255487b2b68e23839f3ab254242 metadata.xml 413 -MD5 9a96daeaf6626651ff79d1a77765534c pytextile-2.0.10.ebuild 620 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDf/B+csIHjyDViGQRAoOxAKDVDNyl3i2Mc3BBLeZ3Zzl74R9qwACfStXA -Oy5nbzRm+vBoMGSWdYH0fkA= -=ySlx ------END PGP SIGNATURE----- +MD5 18ddd6a804c1f8b5cad66b12a1b078ca 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 66e78724b7b1..a7053d630294 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-2005 Gentoo Foundation +# 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.4 2005/11/20 03:41:37 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.5 2006/01/10 20:27:15 halcy0n 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" |