summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-28 16:14:43 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-28 16:14:43 +0000
commit72b17185e9c3d129803faac534d8acc8fd88011b (patch)
tree655d4a784964ce502baffc4105271cdfcde98b27 /app-admin
parentUse.package.mask x11-misc/xscreensaver new-login, bug #412847 (diff)
downloadgentoo-2-72b17185e9c3d129803faac534d8acc8fd88011b.tar.gz
gentoo-2-72b17185e9c3d129803faac534d8acc8fd88011b.tar.bz2
gentoo-2-72b17185e9c3d129803faac534d8acc8fd88011b.zip
Drop old
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/python-updater/ChangeLog7
-rw-r--r--app-admin/python-updater/files/python-updater-0.9-sed.patch11
-rw-r--r--app-admin/python-updater/python-updater-0.10-r1.ebuild45
-rw-r--r--app-admin/python-updater/python-updater-0.9-r1.ebuild30
-rw-r--r--app-admin/python-updater/python-updater-0.9.ebuild22
5 files changed, 6 insertions, 109 deletions
diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog
index 4c3dae52ee5f..e2f6c7b76afe 100644
--- a/app-admin/python-updater/ChangeLog
+++ b/app-admin/python-updater/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/python-updater
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.77 2012/04/26 14:54:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.78 2012/05/28 16:14:43 xarthisius Exp $
+
+ 28 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
+ -files/python-updater-0.9-sed.patch, -python-updater-0.10-r1.ebuild,
+ -python-updater-0.9-r1.ebuild, -python-updater-0.9.ebuild:
+ Drop old
26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
python-updater-0.10-r2.ebuild:
diff --git a/app-admin/python-updater/files/python-updater-0.9-sed.patch b/app-admin/python-updater/files/python-updater-0.9-sed.patch
deleted file mode 100644
index 07f54a0cc784..000000000000
--- a/app-admin/python-updater/files/python-updater-0.9-sed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/python-updater 2011-08-29 07:20:35.000000000 +0000
-+++ b/python-updater 2011-08-29 07:21:08.000000000 +0000
-@@ -61,6 +61,8 @@
- EBUILD="1"
- source /etc/init.d/functions.sh
-
-+PATH=/usr/lib/portage/bin/ebuild-helpers:$PATH
-+
- # portage variables
- PKG_DBDIR=/var/db/pkg
-
diff --git a/app-admin/python-updater/python-updater-0.10-r1.ebuild b/app-admin/python-updater/python-updater-0.10-r1.ebuild
deleted file mode 100644
index c705c3400c0e..000000000000
--- a/app-admin/python-updater/python-updater-0.10-r1.ebuild
+++ /dev/null
@@ -1,45 +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-r1.ebuild,v 1.1 2012/03/02 16:00:16 naota 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 ~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
-}
-
-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.9-r1.ebuild b/app-admin/python-updater/python-updater-0.9-r1.ebuild
deleted file mode 100644
index 0cf285a5933e..000000000000
--- a/app-admin/python-updater/python-updater-0.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 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.9-r1.ebuild,v 1.1 2011/08/29 10:28:31 naota Exp $
-
-inherit eutils
-
-DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions"
-HOMEPAGE="http://www.gentoo.org/proj/en/Python"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-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=""
-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}-sed.patch
-}
-
-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.9.ebuild b/app-admin/python-updater/python-updater-0.9.ebuild
deleted file mode 100644
index 0c3d557003ce..000000000000
--- a/app-admin/python-updater/python-updater-0.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 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.9.ebuild,v 1.10 2011/08/06 16:59:42 hwoarang Exp $
-
-DESCRIPTION="Script used to reinstall Python packages after changing of active Python versions"
-HOMEPAGE="http://www.gentoo.org/proj/en/Python"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-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=""
-RDEPEND="dev-lang/python
- || ( >=sys-apps/portage-2.1.6 >=sys-apps/paludis-0.56.0 )"
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- doman ${PN}.1 || die "doman failed"
- dodoc AUTHORS || die "dodoc failed"
-}