diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-22 16:52:05 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-22 16:52:05 +0000 |
commit | 462c2d9497ac99dff0d1ca63d361ad927d053bf2 (patch) | |
tree | b83545b1b75d0b928210460413ce2bd135d69013 /dev-python/piddle | |
parent | Update SRC_URI #53602, bump to 1.12 #52343, run gnuconfig_update in src_unpack (diff) | |
download | historical-462c2d9497ac99dff0d1ca63d361ad927d053bf2.tar.gz historical-462c2d9497ac99dff0d1ca63d361ad927d053bf2.tar.bz2 historical-462c2d9497ac99dff0d1ca63d361ad927d053bf2.zip |
Stable on x86
Diffstat (limited to 'dev-python/piddle')
-rw-r--r-- | dev-python/piddle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/piddle/Manifest | 4 | ||||
-rw-r--r-- | dev-python/piddle/piddle-1.0.15.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/piddle/ChangeLog b/dev-python/piddle/ChangeLog index 56ee08614243..78966ff2d025 100644 --- a/dev-python/piddle/ChangeLog +++ b/dev-python/piddle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/piddle # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.4 2004/06/25 01:36:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/ChangeLog,v 1.5 2004/07/22 16:52:05 pythonhead Exp $ + + 22 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> piddle-1.0.15.ebuild: + Stable on x86 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> piddle-1.0.15.ebuild: Remove default S. diff --git a/dev-python/piddle/Manifest b/dev-python/piddle/Manifest index 47cf281d4f03..11843c380b87 100644 --- a/dev-python/piddle/Manifest +++ b/dev-python/piddle/Manifest @@ -1,4 +1,4 @@ -MD5 744b167573578ecfb267d44bb6666b31 piddle-1.0.15.ebuild 624 -MD5 7a1c2de7ab411d4eba0c281476b02fb8 ChangeLog 693 +MD5 1a9066ea21f0eebc63b59628df1f9b56 ChangeLog 787 MD5 cffa4fe4420376b0e329a461a2b5e9ac metadata.xml 821 +MD5 2e5a82a48596c34ff377fa4afcfa80c5 piddle-1.0.15.ebuild 625 MD5 60531cf044365817fc0b7e748799e27b files/digest-piddle-1.0.15 65 diff --git a/dev-python/piddle/piddle-1.0.15.ebuild b/dev-python/piddle/piddle-1.0.15.ebuild index 3c596389bb04..106c29a67689 100644 --- a/dev-python/piddle/piddle-1.0.15.ebuild +++ b/dev-python/piddle/piddle-1.0.15.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.3 2004/06/25 01:36:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/piddle/piddle-1.0.15.ebuild,v 1.4 2004/07/22 16:52:05 pythonhead Exp $ DESCRIPTION="Cross-media, cross-platform 2D graphics package" HOMEPAGE="http://piddle.sourceforge.net/" SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/python-1.5.2" |