summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2010-03-31 21:59:42 +0000
committerPaul Varner <fuzzyray@gentoo.org>2010-03-31 21:59:42 +0000
commitb4e401b029ef310274c1beb25cb01fe68aafb676 (patch)
tree5c3510072a4ac340d79a2944bf26f7557f45b813
parentVersion bump, small fixes by upstream developers (diff)
downloadhistorical-b4e401b029ef310274c1beb25cb01fe68aafb676.tar.gz
historical-b4e401b029ef310274c1beb25cb01fe68aafb676.tar.bz2
historical-b4e401b029ef310274c1beb25cb01fe68aafb676.zip
Remove older ebuilds and fix 'eselect bashcomp enable' message. (Bug 224511)
Package-Manager: portage-2.2_rc67/cvs/Linux i686
-rw-r--r--app-portage/udept/ChangeLog9
-rw-r--r--app-portage/udept/udept-0.5.96.2.ebuild32
-rw-r--r--app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild11
-rw-r--r--app-portage/udept/udept-0.5.99.0.2.95.ebuild30
4 files changed, 14 insertions, 68 deletions
diff --git a/app-portage/udept/ChangeLog b/app-portage/udept/ChangeLog
index 2c1862a68e43..04b784560502 100644
--- a/app-portage/udept/ChangeLog
+++ b/app-portage/udept/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/udept
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/ChangeLog,v 1.11 2008/02/03 07:13:03 dirtyepic Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/ChangeLog,v 1.12 2010/03/31 21:59:42 fuzzyray Exp $
+
+ 31 Mar 2010; Paul Varner <fuzzyray@gentoo.org> -udept-0.5.96.2.ebuild,
+ -udept-0.5.99.0.2.95.ebuild, udept-0.5.99.0.2.95-r1.ebuild:
+ Remove older ebuilds and fix current ebuild to generate the correct
+ 'eselect bashcomp enable' command.
03 Feb 2008; Ryan Hill <dirtyepic@gentoo.org>
udept-0.5.99.0.2.95-r1.ebuild:
diff --git a/app-portage/udept/udept-0.5.96.2.ebuild b/app-portage/udept/udept-0.5.96.2.ebuild
deleted file mode 100644
index 0c6a2963e270..000000000000
--- a/app-portage/udept/udept-0.5.96.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/udept-0.5.96.2.ebuild,v 1.5 2007/06/02 03:22:21 kumba Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="A Portage analysis toolkit"
-HOMEPAGE="http://catmur.co.uk/gentoo/udept"
-SRC_URI="http://files.catmur.co.uk/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
-IUSE=""
-
-DEPEND="app-shells/bash
- sys-apps/portage"
-RDEPEND="${DEPEND}"
-
-BASH_COMPLETION_NAME="dep"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/bash-completion-install.diff"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc ChangeLog*
-}
diff --git a/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild b/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild
index 199cc15f4015..e65b6b422849 100644
--- a/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild
+++ b/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild,v 1.2 2008/02/03 07:13:03 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/udept-0.5.99.0.2.95-r1.ebuild,v 1.3 2010/03/31 21:59:42 fuzzyray Exp $
inherit bash-completion eutils
@@ -17,8 +17,6 @@ DEPEND="app-shells/bash
sys-apps/portage"
RDEPEND="${DEPEND}"
-BASH_COMPLETION_NAME="dep"
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -34,3 +32,8 @@ src_install() {
dodoc ChangeLog*
}
+
+pkg_postinst() {
+ BASH_COMPLETION_NAME="dep"
+ bash-completion_pkg_postinst
+}
diff --git a/app-portage/udept/udept-0.5.99.0.2.95.ebuild b/app-portage/udept/udept-0.5.99.0.2.95.ebuild
deleted file mode 100644
index d4c36d7f784c..000000000000
--- a/app-portage/udept/udept-0.5.99.0.2.95.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/udept/udept-0.5.99.0.2.95.ebuild,v 1.2 2006/10/22 10:15:39 hansmi Exp $
-
-inherit bash-completion
-
-DESCRIPTION="A Portage analysis toolkit"
-HOMEPAGE="http://catmur.co.uk/gentoo/udept"
-SRC_URI="http://files.catmur.co.uk/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="app-shells/bash
- sys-apps/portage"
-RDEPEND="${DEPEND}"
-
-BASH_COMPLETION_NAME="dep"
-
-src_compile() {
- econf $(use_enable bash-completion) || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc ChangeLog*
-}