diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-03 03:51:36 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-03 03:51:36 +0000 |
commit | 6996c27b1ee5b56b697835c2134854d14a8bffa3 (patch) | |
tree | cfae05c0888465d5df6726a5480d063b11b46784 /dev-python/pythoncard | |
parent | Version bump (diff) | |
download | gentoo-2-6996c27b1ee5b56b697835c2134854d14a8bffa3.tar.gz gentoo-2-6996c27b1ee5b56b697835c2134854d14a8bffa3.tar.bz2 gentoo-2-6996c27b1ee5b56b697835c2134854d14a8bffa3.zip |
Version bump
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r-- | dev-python/pythoncard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pythoncard/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pythoncard/files/digest-pythoncard-0.7.2 | 1 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.2.ebuild | 20 |
4 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/pythoncard/ChangeLog b/dev-python/pythoncard/ChangeLog index e5a9f5676102..0f7eacde4208 100644 --- a/dev-python/pythoncard/ChangeLog +++ b/dev-python/pythoncard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pythoncard # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/ChangeLog,v 1.4 2003/09/02 23:28:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/ChangeLog,v 1.5 2003/10/03 03:51:17 pythonhead Exp $ + +*pythoncard-0.7.2 (02 Oct 2003) + + 02 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> pythoncard-0.7.2.ebuild: + Version bump (#29868) thanks Stephen Boulet <stephen@theboulets.net> *pythoncard-0.7.1 (03 Sep 2003) diff --git a/dev-python/pythoncard/Manifest b/dev-python/pythoncard/Manifest index 25c4f7400b93..ef77a3fc08c6 100644 --- a/dev-python/pythoncard/Manifest +++ b/dev-python/pythoncard/Manifest @@ -1,9 +1,9 @@ -MD5 64d2d40a72b0d8cd56268b991d1d52f5 ChangeLog 633 +MD5 af3b7541668d100d872c83ca6caa67ee ChangeLog 819 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 c2955767a9e6eda6a08874634268002d pythoncard-0.6.9.ebuild 748 MD5 e99332a705ce85c50061047e8adb87e2 pythoncard-0.7.1.ebuild 633 MD5 e1f57bbf0bf6a13d0d8d6970d4bfa9c7 pythoncard-0.7.ebuild 621 -MD5 bde2ac94f002f3ee5a3291890538def0 pythoncard-0.7.2.ebuild 521 +MD5 1fc58ebc2cd24e098f07821c4d0f0a8b pythoncard-0.7.2.ebuild 633 MD5 957d2417ddade01f1afa3f6124935ad1 files/digest-pythoncard-0.6.9 77 MD5 9f40f8907935b4a4eb86384e8da45eba files/digest-pythoncard-0.7 76 MD5 25da3b4db49c23933345f6302358fef1 files/digest-pythoncard-0.7.1 78 diff --git a/dev-python/pythoncard/files/digest-pythoncard-0.7.2 b/dev-python/pythoncard/files/digest-pythoncard-0.7.2 new file mode 100644 index 000000000000..00b478a937cc --- /dev/null +++ b/dev-python/pythoncard/files/digest-pythoncard-0.7.2 @@ -0,0 +1 @@ +MD5 60a5bc91b2d036d386dc77a0e446d043 PythonCardPrototype-0.7.2.tar.gz 1058060 diff --git a/dev-python/pythoncard/pythoncard-0.7.2.ebuild b/dev-python/pythoncard/pythoncard-0.7.2.ebuild new file mode 100644 index 000000000000..d7b24713c33f --- /dev/null +++ b/dev-python/pythoncard/pythoncard-0.7.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.2.ebuild,v 1.1 2003/10/03 03:51:17 pythonhead Exp $ + +inherit distutils + +DESCRIPTION="Cross-platform GUI construction kit for python" +HOMEPAGE="http://pythoncard.sourceforge.net/index.html" +SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +DEPEND=">=dev-python/wxPython-2.4.1.2" + +S=${WORKDIR}/PythonCardPrototype-${PV} + +mydoc="README.txt README_StyleEditor.txt" |