summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2003-10-03 03:51:36 +0000
committerRob Cakebread <pythonhead@gentoo.org>2003-10-03 03:51:36 +0000
commita45d1860e0e9bb7b63c3a501da8b080609c5d46b (patch)
treebb729f741058957670cba862b3f7e7103bcc2d7e /dev-python/pythoncard
parentVersion bump (diff)
downloadhistorical-a45d1860e0e9bb7b63c3a501da8b080609c5d46b.tar.gz
historical-a45d1860e0e9bb7b63c3a501da8b080609c5d46b.tar.bz2
historical-a45d1860e0e9bb7b63c3a501da8b080609c5d46b.zip
Version bump
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r--dev-python/pythoncard/Manifest4
-rw-r--r--dev-python/pythoncard/files/digest-pythoncard-0.7.21
-rw-r--r--dev-python/pythoncard/pythoncard-0.7.2.ebuild20
3 files changed, 23 insertions, 2 deletions
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"