summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 20:43:50 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 20:43:50 +0000
commitd2581cc5b37e0dedf15bba8ecb2fbbb40c7ac49f (patch)
treec51ef0a13965e522989b7750925ed525aa46f305 /dev-python/pydb
parentAdd upstream author to metadata. (diff)
downloadgentoo-2-d2581cc5b37e0dedf15bba8ecb2fbbb40c7ac49f.tar.gz
gentoo-2-d2581cc5b37e0dedf15bba8ecb2fbbb40c7ac49f.tar.bz2
gentoo-2-d2581cc5b37e0dedf15bba8ecb2fbbb40c7ac49f.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pydb')
-rw-r--r--dev-python/pydb/ChangeLog5
-rw-r--r--dev-python/pydb/pydb-1.25.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-python/pydb/ChangeLog b/dev-python/pydb/ChangeLog
index 8d35e6ef0d68..6f299f7d2e94 100644
--- a/dev-python/pydb/ChangeLog
+++ b/dev-python/pydb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pydb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/ChangeLog,v 1.3 2009/04/18 21:27:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/ChangeLog,v 1.4 2009/09/04 20:43:50 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pydb-1.25.ebuild:
+ Remove old
18 Apr 2009; Patrick Lauer <patrick@gentoo.org> pydb-1.26:
Adding ~amd64 keyword
diff --git a/dev-python/pydb/pydb-1.25.ebuild b/dev-python/pydb/pydb-1.25.ebuild
deleted file mode 100644
index 1030b5862811..000000000000
--- a/dev-python/pydb/pydb-1.25.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.25.ebuild,v 1.1 2009/03/14 20:38:39 grozin Exp $
-
-DESCRIPTION="Extended python debugger"
-HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
-SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-
-# emacs support could be made optional with some extra work
-# sorry, I was too lazy
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4.0
- >=app-editors/emacs-22.0"
-
-# This package uses not distutils but the usual
-# ./configure; make; make install
-# The default src_compile is OK
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die "dodoc failed"
-}