diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-08 17:42:06 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-08 17:42:06 +0000 |
commit | e8e8675c7ef76c5c2a5cf219dc14233db9af95cd (patch) | |
tree | 32ddf5d96004d691b8bf3437b22b7b5b5a17d4bf /dev-python/wxpython-demo | |
parent | Version bump, mark 2.4.0.7 stable (diff) | |
download | gentoo-2-e8e8675c7ef76c5c2a5cf219dc14233db9af95cd.tar.gz gentoo-2-e8e8675c7ef76c5c2a5cf219dc14233db9af95cd.tar.bz2 gentoo-2-e8e8675c7ef76c5c2a5cf219dc14233db9af95cd.zip |
Version bump, mark 2.4.0.7 stable
Diffstat (limited to 'dev-python/wxpython-demo')
-rw-r--r-- | dev-python/wxpython-demo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/wxpython-demo/Manifest | 6 | ||||
-rw-r--r-- | dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.2.4 | 1 | ||||
-rw-r--r-- | dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild | 26 |
5 files changed, 39 insertions, 6 deletions
diff --git a/dev-python/wxpython-demo/ChangeLog b/dev-python/wxpython-demo/ChangeLog index 960671722de2..0c39f7ce5994 100644 --- a/dev-python/wxpython-demo/ChangeLog +++ b/dev-python/wxpython-demo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/wxpython-demo # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.2 2003/10/08 16:50:27 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.3 2003/10/08 17:41:59 pythonhead Exp $ + +*wxpython-demo-2.4.2.4 (08 Oct 2003) + + 08 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> + wxpython-demo-2.4.0.7.ebuild, wxpython-demo-2.4.2.4.ebuild: + Version bump, mark 2.4.0.7 stable *wxpython-demo-2.4.1.2 (08 Oct 2003) diff --git a/dev-python/wxpython-demo/Manifest b/dev-python/wxpython-demo/Manifest index 4c573e1a2e94..bb74dee5ad8a 100644 --- a/dev-python/wxpython-demo/Manifest +++ b/dev-python/wxpython-demo/Manifest @@ -1,8 +1,8 @@ -MD5 7a8b7533958ed9fa23bd76de9471b601 ChangeLog 586 +MD5 dee1ea4bb54aad46cdf4d06ca4a868d9 ChangeLog 776 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 -MD5 dcabc9473d6504367ff5641b1911262e wxpython-demo-2.4.0.7.ebuild 879 +MD5 ce48eeadf59fcd866480eb9f5ed172b3 wxpython-demo-2.4.0.7.ebuild 881 MD5 3e89354a608d81bd18d7ccb066827676 wxpython-demo-2.4.1.2.ebuild 871 -MD5 234d9a1d719ab7b39be9ffac9657bf85 wxpython-demo-2.4.2.4.ebuild 751 +MD5 a2a797896c47e10934f1820c1cc96e5e wxpython-demo-2.4.2.4.ebuild 871 MD5 51ae26b9189b625fdacd93232e7a524a files/digest-wxpython-demo-2.4.0.7 72 MD5 ddc99b1e7ed57ccdbbfa7a3bbf601280 files/digest-wxpython-demo-2.4.1.2 72 MD5 fee12156c4dc6432df10835df117a4cc files/digest-wxpython-demo-2.4.2.4 73 diff --git a/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.2.4 b/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.2.4 new file mode 100644 index 000000000000..36660f370242 --- /dev/null +++ b/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.2.4 @@ -0,0 +1 @@ +MD5 f162e5a74f39b7a1e453d199db06ee94 wxPythonDemo-2.4.2.4.tar.gz 1473868 diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild index 2edc27693b6d..95e9787bdd81 100644 --- a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild +++ b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.2 2003/09/10 22:26:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.3 2003/10/08 17:41:59 pythonhead Exp $ MY_P=${P/wxpython-demo/wxPythonDemo} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="" diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild new file mode 100644 index 000000000000..9d001e76b066 --- /dev/null +++ b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild,v 1.1 2003/10/08 17:41:59 pythonhead Exp $ + +# NOTE: rename DOCDIR to "wxpython" (lowercase) when dev-python/wxPython is renamed + +MY_P=${P/wxpython-demo/wxPythonDemo} +DOCDIR="wxPython-${PVR}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="wxPython demo files" +HOMEPAGE="http://www.wxpython.org" +SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + + +src_install() { + dodir /usr/share/doc/${DOCDIR} + dodir /usr/share/doc/${DOCDIR}/demo + dodir /usr/share/doc/${DOCDIR}/samples + cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/ + cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/ +} + |