summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-12 12:38:36 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-12 12:38:36 +0000
commitb0c35e2c502944b0a734f7ce95250151c4e7ba83 (patch)
tree94bb6022693e43387b9dbf7122fecc0d9b5eb15f /app-shells
parentDrop slots 1.0 and 2.1 as no longer offered upstream. (diff)
downloadgentoo-2-b0c35e2c502944b0a734f7ce95250151c4e7ba83.tar.gz
gentoo-2-b0c35e2c502944b0a734f7ce95250151c4e7ba83.tar.bz2
gentoo-2-b0c35e2c502944b0a734f7ce95250151c4e7ba83.zip
vcs-snapshot.eclass, remove old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/autojump/ChangeLog6
-rw-r--r--app-shells/autojump/autojump-14.ebuild51
-rw-r--r--app-shells/autojump/autojump-20.9.ebuild9
3 files changed, 7 insertions, 59 deletions
diff --git a/app-shells/autojump/ChangeLog b/app-shells/autojump/ChangeLog
index 4780fd32e7d7..3b6f4e9109d6 100644
--- a/app-shells/autojump/ChangeLog
+++ b/app-shells/autojump/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/autojump
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.3 2012/06/11 06:54:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/ChangeLog,v 1.4 2012/06/12 12:38:36 xmw Exp $
+
+ 12 Jun 2012; Michael Weber <xmw@gentoo.org> -autojump-14.ebuild,
+ autojump-20.9.ebuild:
+ vcs-snapshot.eclass, remove old.
*autojump-20.9 (11 Jun 2012)
diff --git a/app-shells/autojump/autojump-14.ebuild b/app-shells/autojump/autojump-14.ebuild
deleted file mode 100644
index 2345ea9ffbf8..000000000000
--- a/app-shells/autojump/autojump-14.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-14.ebuild,v 1.1 2010/12/22 23:47:00 xmw Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="*"
-
-inherit python
-
-DESCRIPTION="change directory command that learns"
-HOMEPAGE="http://github.com/joelthelion/autojump"
-MY_P=${PN}_v${PV}
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bash-completion gtk zsh-completion"
-
-RDEPEND="gtk? ( dev-python/pygtk:2 )
- bash-completion? ( >=app-shells/bash-4 )
- zsh-completion? ( app-shells/zsh app-shells/zsh-completion )"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin autojump || die
-
- if use gtk ; then
- dobin jumpapplet || die
- insinto /usr/share/${PN}
- doins icon.png || die
- fi
-
- insinto /etc/profile.d
- doins ${PN}.sh || die
-
- if use bash-completion ; then
- doins ${PN}.bash || die
- fi
-
- if use zsh-completion ; then
- doins ${PN}.zsh || die
- insinto /usr/share/zsh/site-functions
- doins _j || die
- fi
-
- doman ${PN}.1 || die
- dodoc README.rst || die
-}
diff --git a/app-shells/autojump/autojump-20.9.ebuild b/app-shells/autojump/autojump-20.9.ebuild
index b6b7346fad5e..6164456ea33a 100644
--- a/app-shells/autojump/autojump-20.9.ebuild
+++ b/app-shells/autojump/autojump-20.9.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-20.9.ebuild,v 1.1 2012/06/11 06:54:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/autojump/autojump-20.9.ebuild,v 1.2 2012/06/12 12:38:36 xmw Exp $
EAPI=4
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
-inherit python
+inherit python vcs-snapshot
DESCRIPTION="change directory command that learns"
HOMEPAGE="http://github.com/joelthelion/autojump"
@@ -23,11 +23,6 @@ RDEPEND="gtk? ( dev-python/pygtk:2 )
zsh-completion? ( app-shells/zsh app-shells/zsh-completion )"
DEPEND="test? ( dev-lang/python )"
-src_unpack() {
- default
- mv *-${PN}-* ${P} || die
-}
-
src_prepare() {
#https://github.com/joelthelion/autojump/issues/129
sed -e '/def test_db_load_migrate/,/autojump.CONFIG_DIR = ORIG_CONFIG_DIR/d' \