summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyparted/pyparted-3.1.ebuild')
-rw-r--r--dev-python/pyparted/pyparted-3.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pyparted/pyparted-3.1.ebuild b/dev-python/pyparted/pyparted-3.1.ebuild
deleted file mode 100644
index b6c6d03d1b3c..000000000000
--- a/dev-python/pyparted/pyparted-3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.6 2010/06/02 15:49:46 arfrever Exp $
-
-EAPI="2"
-
-inherit autotools multilib python
-
-DESCRIPTION="Python bindings for sys-apps/parted"
-HOMEPAGE="https://fedorahosted.org/pyparted/"
-SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="
- sys-libs/ncurses
- >=dev-lang/python-2.4
- >=sys-apps/parted-2.1
- dev-python/decorator
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i -e 's/-avoid-version/& -shared /' src/Makefile.am || die "sed failed"
- eautoreconf
-}
-
-src_install() {
- python_need_rebuild
- emake DESTDIR="${D}" install || die "emake install failed"
- python_clean_installation_image
- dodoc ChangeLog NEWS README TODO
-}