summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 16:05:46 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 16:05:46 +0000
commit69edfb16f582ce87f87d69a44f6981abaebfe883 (patch)
tree4beaf891c23fa1018fcb9ee6c4b0e70b2e1c8c9b /dev-python/simpleparse
parentRemove old (diff)
downloadhistorical-69edfb16f582ce87f87d69a44f6981abaebfe883.tar.gz
historical-69edfb16f582ce87f87d69a44f6981abaebfe883.tar.bz2
historical-69edfb16f582ce87f87d69a44f6981abaebfe883.zip
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r--dev-python/simpleparse/ChangeLog5
-rw-r--r--dev-python/simpleparse/simpleparse-1.0.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog
index a043a0fcef6b..ccb65b52ec2b 100644
--- a/dev-python/simpleparse/ChangeLog
+++ b/dev-python/simpleparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simpleparse
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.15 2009/08/30 21:47:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.16 2009/09/04 16:05:46 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -simpleparse-1.0.ebuild:
+ Remove old
30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
simpleparse-2.1.0_alpha1.ebuild,
diff --git a/dev-python/simpleparse/simpleparse-1.0.ebuild b/dev-python/simpleparse/simpleparse-1.0.ebuild
deleted file mode 100644
index 30ab1c3b26b1..000000000000
--- a/dev-python/simpleparse/simpleparse-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-1.0.ebuild,v 1.3 2004/11/04 16:53:27 pythonhead Exp $
-
-IUSE=""
-
-inherit distutils
-
-MY_P="SimpleParse-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A Parser Generator for mxTextTools."
-SRC_URI="mirror://sourceforge/simpleparse/${MY_P}.zip"
-HOMEPAGE="http://simpleparse.sourceforge.net"
-DEPEND="virtual/python
- dev-python/egenix-mx-base
- app-arch/unzip"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86 sparc alpha"
-
-src_install() {
- distutils_src_install --install-data=/usr/share/doc/${PF}
-}