summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-02-03 22:34:08 +0000
committerRyan Hill <rhill@gentoo.org>2007-02-03 22:34:08 +0000
commit1c653f9c600de3bb05fbaab0975caee51a8b1219 (patch)
tree5dd663f1f56cb2c524e1a4a3a753a90396fb7c4e /dev-util
parentadded mask for an old version of dev-ada/florist (diff)
downloadhistorical-1c653f9c600de3bb05fbaab0975caee51a8b1219.tar.gz
historical-1c653f9c600de3bb05fbaab0975caee51a8b1219.tar.bz2
historical-1c653f9c600de3bb05fbaab0975caee51a8b1219.zip
Remove old version.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/wxglade/ChangeLog7
-rw-r--r--dev-util/wxglade/files/digest-wxglade-0.3.5.13
-rw-r--r--dev-util/wxglade/wxglade-0.3.5.1.ebuild33
3 files changed, 5 insertions, 38 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog
index 59c6ea39b9b3..64df4ecc1cc3 100644
--- a/dev-util/wxglade/ChangeLog
+++ b/dev-util/wxglade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/wxglade
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.27 2006/12/24 22:05:02 dirtyepic Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.28 2007/02/03 22:32:42 dirtyepic Exp $
+
+ 03 Feb 2007; Ryan Hill <dirtyepic@gentoo.org> Manifest:
+ Remove old version.
*wxglade-0.4.1 (24 Dec 2006)
diff --git a/dev-util/wxglade/files/digest-wxglade-0.3.5.1 b/dev-util/wxglade/files/digest-wxglade-0.3.5.1
deleted file mode 100644
index 0381c12cfca7..000000000000
--- a/dev-util/wxglade/files/digest-wxglade-0.3.5.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1ef37f71a9b74a114a6f85fd320b7bde wxGlade-0.3.5.1.tar.gz 491389
-RMD160 c8d44b1b46fc8072bb5a323b4ce577cd649359fc wxGlade-0.3.5.1.tar.gz 491389
-SHA256 24f3caa63a5c6207df4747920fbb721cb3b512d2faa1094236f7ab7afc0e2bdd wxGlade-0.3.5.1.tar.gz 491389
diff --git a/dev-util/wxglade/wxglade-0.3.5.1.ebuild b/dev-util/wxglade/wxglade-0.3.5.1.ebuild
deleted file mode 100644
index 208b8fd40746..000000000000
--- a/dev-util/wxglade/wxglade-0.3.5.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.5.1.ebuild,v 1.4 2005/11/29 04:14:28 metalgod Exp $
-
-inherit python
-
-MY_P="wxGlade-${PV}"
-DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
-HOMEPAGE="http://wxglade.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-S="${WORKDIR}/${MY_P}"
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/wxpython-2.4.2.4"
-
-src_install() {
- python_version
- dodir /usr/lib/python${PYVER}/site-packages/${PN}
- dodoc *txt
- cp credits.txt ${D}/usr/lib/python${PYVER}/site-packages/${PN}/
- dohtml -r docs/*
- rm -rf docs *txt
- cp -R * ${D}/usr/lib/python${PYVER}/site-packages/${PN}/
- dosym /usr/share/doc/${PF}/html /usr/lib/python${PYVER}/site-packages/${PN}/docs
- echo "#!/bin/bash" > wxglade
- echo "exec python /usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade
- exeinto /usr/bin
- doexe wxglade
-}
-