summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-21 03:58:25 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-21 03:58:25 +0000
commit7a22e595af20a01f9021545c3f9c65ee795731d4 (patch)
treec1f9be6ff8422a6b6ab92316638a9d3b8e68547f /dev-python/yenc
parentRemove old (diff)
downloadgentoo-2-7a22e595af20a01f9021545c3f9c65ee795731d4.tar.gz
gentoo-2-7a22e595af20a01f9021545c3f9c65ee795731d4.tar.bz2
gentoo-2-7a22e595af20a01f9021545c3f9c65ee795731d4.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/yenc')
-rw-r--r--dev-python/yenc/ChangeLog7
-rw-r--r--dev-python/yenc/yenc-0.4.0.ebuild37
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-python/yenc/ChangeLog b/dev-python/yenc/ChangeLog
index 14ee0443d45f..9326ab269419 100644
--- a/dev-python/yenc/ChangeLog
+++ b/dev-python/yenc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/yenc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/ChangeLog,v 1.4 2013/01/04 01:15:59 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/ChangeLog,v 1.5 2014/01/21 03:58:25 patrick Exp $
+
+ 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -yenc-0.4.0.ebuild:
+ Remove old
04 Jan 2013; Mike Gilbert <floppym@gentoo.org> yenc-0.4.0-r1.ebuild:
Move DISTUTILS_NO_PARALLEL_BUILD to src_test.
diff --git a/dev-python/yenc/yenc-0.4.0.ebuild b/dev-python/yenc/yenc-0.4.0.ebuild
deleted file mode 100644
index 7fa6654d0e05..000000000000
--- a/dev-python/yenc/yenc-0.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/yenc-0.4.0.ebuild,v 1.1 2013/01/03 20:33:33 jsbronder Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.6"
-
-inherit eutils distutils
-
-DESCRIPTION="Module providing raw yEnc encoding/decoding"
-HOMEPAGE="http://www.golug.it/yenc.html"
-SRC_URI="http://www.golug.it/pub/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare(){
- # Remove forced CFLAG on setup.py
- epatch "${FILESDIR}/${PN}-remove-cflags.patch"
-}
-
-python_test() {
- PYTHONPATH="${BUILD_DIR}/lib" \
- "${PYTHON}" test/test.py || die "Test failed."
-}
-
-src_install() {
- distutils_src_install
- dodoc doc/${PN}-draft.1.3.txt
-}