summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-01-20 02:46:11 +0000
committerMike Gilbert <floppym@gentoo.org>2014-01-20 02:46:11 +0000
commit2e62fd0c1c7a1f159e5c67279fb5daec12f83e37 (patch)
treec28b754e936ea3889a7f86d1c28e966c6df0d564 /app-admin
parentWhitespace (diff)
downloadgentoo-2-2e62fd0c1c7a1f159e5c67279fb5daec12f83e37.tar.gz
gentoo-2-2e62fd0c1c7a1f159e5c67279fb5daec12f83e37.tar.bz2
gentoo-2-2e62fd0c1c7a1f159e5c67279fb5daec12f83e37.zip
Remove old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/python-updater/ChangeLog6
-rw-r--r--app-admin/python-updater/python-updater-0.10-r2.ebuild46
-rw-r--r--app-admin/python-updater/python-updater-0.10.ebuild37
3 files changed, 5 insertions, 84 deletions
diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog
index 3ec974125a65..45e72e72e0c8 100644
--- a/app-admin/python-updater/ChangeLog
+++ b/app-admin/python-updater/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/python-updater
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.91 2014/01/18 05:55:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.92 2014/01/20 02:46:11 floppym Exp $
+
+ 20 Jan 2014; Mike Gilbert <floppym@gentoo.org> -python-updater-0.10-r2.ebuild,
+ -python-updater-0.10.ebuild:
+ Remove old.
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-updater-0.11.ebuild,
python-updater-9999.ebuild:
diff --git a/app-admin/python-updater/python-updater-0.10-r2.ebuild b/app-admin/python-updater/python-updater-0.10-r2.ebuild
deleted file mode 100644
index 1f2a10afca0c..000000000000
--- a/app-admin/python-updater/python-updater-0.10-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.10-r2.ebuild,v 1.2 2012/04/26 14:54:37 aballier Exp $
-
-inherit eutils
-
-if [[ "${PV}" == "9999" ]]; then
- inherit subversion
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions"
-HOMEPAGE="http://www.gentoo.org/proj/en/Python/"
-if [[ "${PV}" == "9999" ]]; then
- SRC_URI=""
- ESVN_REPO_URI="https://gentoo-progress.googlecode.com/svn/projects/python-updater/trunk"
-else
- SRC_URI="http://people.apache.org/~Arfrever/gentoo/${P}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="$([[ "${PV}" == "9999" ]] && echo "sys-apps/help2man")"
-RDEPEND="dev-lang/python
- || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-expand-aliases.patch
- epatch "${FILESDIR}"/${P}-only-alias-sed-if-exists.patch
-}
-
-src_compile() {
- if [[ "${PV}" == "9999" ]]; then
- emake ${PN}.1 || die "Generation of man page failed"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc AUTHORS || die "dodoc failed"
-}
diff --git a/app-admin/python-updater/python-updater-0.10.ebuild b/app-admin/python-updater/python-updater-0.10.ebuild
deleted file mode 100644
index 78be5c927b5c..000000000000
--- a/app-admin/python-updater/python-updater-0.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.10.ebuild,v 1.7 2012/03/02 22:08:06 ranger Exp $
-
-if [[ "${PV}" == "9999" ]]; then
- inherit subversion
-fi
-
-DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions"
-HOMEPAGE="http://www.gentoo.org/proj/en/Python/"
-if [[ "${PV}" == "9999" ]]; then
- SRC_URI=""
- ESVN_REPO_URI="https://gentoo-progress.googlecode.com/svn/projects/python-updater/trunk"
-else
- SRC_URI="http://people.apache.org/~Arfrever/gentoo/${P}.tar.bz2"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="$([[ "${PV}" == "9999" ]] && echo "sys-apps/help2man")"
-RDEPEND="dev-lang/python
- || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 )"
-
-src_compile() {
- if [[ "${PV}" == "9999" ]]; then
- emake ${PN}.1 || die "Generation of man page failed"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc AUTHORS || die "dodoc failed"
-}