diff options
author | 2011-07-15 20:25:58 +0000 | |
---|---|---|
committer | 2011-07-15 20:25:58 +0000 | |
commit | f886292c2b2b4a64f490b980dbdb69d7b0a75e46 (patch) | |
tree | ba13745203e3d7daf878a8d90ea3dae48a34342e /dev-vcs/tig | |
parent | New snapshot. (diff) | |
download | gentoo-2-f886292c2b2b4a64f490b980dbdb69d7b0a75e46.tar.gz gentoo-2-f886292c2b2b4a64f490b980dbdb69d7b0a75e46.tar.bz2 gentoo-2-f886292c2b2b4a64f490b980dbdb69d7b0a75e46.zip |
Remove old.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/tig')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.14.1.ebuild | 31 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.15.ebuild | 26 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.16.1.ebuild | 26 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.16.2.ebuild | 26 | ||||
-rw-r--r-- | dev-vcs/tig/tig-0.16.ebuild | 26 |
6 files changed, 5 insertions, 136 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index 6d4a18523058..042a2d78dd07 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tig # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.7 2011/07/15 20:19:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.8 2011/07/15 20:25:58 radhermit Exp $ + + 15 Jul 2011; Tim Harder <radhermit@gentoo.org> -tig-0.14.1.ebuild, + -tig-0.15.ebuild, -tig-0.16.ebuild, -tig-0.16.1.ebuild, -tig-0.16.2.ebuild: + Remove old. 15 Jul 2011; Markus Meier <maekke@gentoo.org> tig-0.17.ebuild: x86 stable, bug #372771 diff --git a/dev-vcs/tig/tig-0.14.1.ebuild b/dev-vcs/tig/tig-0.14.1.ebuild deleted file mode 100644 index 2181d68eb725..000000000000 --- a/dev-vcs/tig/tig-0.14.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.14.1.ebuild,v 1.1 2010/06/15 16:07:36 jlec Exp $ - -inherit bash-completion - -DESCRIPTION="Tig: text mode interface for git" -HOMEPAGE="http://jonas.nitro.dk/tig/" -SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-vcs/git" - -src_compile() { - econf CFLAGS="${CFLAGS}" || die "econf failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - doman tig.1 tigrc.5 - dodoc manual.txt - dohtml manual.html - dobashcompletion contrib/tig-completion.bash -} diff --git a/dev-vcs/tig/tig-0.15.ebuild b/dev-vcs/tig/tig-0.15.ebuild deleted file mode 100644 index 6553dc101623..000000000000 --- a/dev-vcs/tig/tig-0.15.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.15.ebuild,v 1.3 2010/06/16 03:13:45 mr_bones_ Exp $ - -inherit bash-completion - -DESCRIPTION="Tig: text mode interface for git" -HOMEPAGE="http://jonas.nitro.dk/tig/" -SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-vcs/git" - -src_install() { - emake DESTDIR="${D}" install || die "einstall failed" - doman tig.1 tigrc.5 || die - dodoc manual.txt || die - dohtml manual.html || die - dobashcompletion contrib/tig-completion.bash -} diff --git a/dev-vcs/tig/tig-0.16.1.ebuild b/dev-vcs/tig/tig-0.16.1.ebuild deleted file mode 100644 index 9eae3b80b74b..000000000000 --- a/dev-vcs/tig/tig-0.16.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.16.1.ebuild,v 1.1 2010/09/19 20:43:14 robbat2 Exp $ - -inherit bash-completion - -DESCRIPTION="Tig: text mode interface for git" -HOMEPAGE="http://jonas.nitro.dk/tig/" -SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-vcs/git" - -src_install() { - emake DESTDIR="${D}" install || die "einstall failed" - doman tig.1 tigrc.5 || die - dodoc manual.txt || die - dohtml manual.html || die - dobashcompletion contrib/tig-completion.bash -} diff --git a/dev-vcs/tig/tig-0.16.2.ebuild b/dev-vcs/tig/tig-0.16.2.ebuild deleted file mode 100644 index 717bea402955..000000000000 --- a/dev-vcs/tig/tig-0.16.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.16.2.ebuild,v 1.1 2010/11/09 22:04:34 radhermit Exp $ - -inherit bash-completion - -DESCRIPTION="Tig: text mode interface for git" -HOMEPAGE="http://jonas.nitro.dk/tig/" -SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-vcs/git" - -src_install() { - emake DESTDIR="${D}" install || die "einstall failed" - doman tig.1 tigrc.5 || die - dodoc manual.txt || die - dohtml manual.html || die - dobashcompletion contrib/tig-completion.bash -} diff --git a/dev-vcs/tig/tig-0.16.ebuild b/dev-vcs/tig/tig-0.16.ebuild deleted file mode 100644 index 8195651cd6b3..000000000000 --- a/dev-vcs/tig/tig-0.16.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.16.ebuild,v 1.1 2010/06/15 17:35:42 jlec Exp $ - -inherit bash-completion - -DESCRIPTION="Tig: text mode interface for git" -HOMEPAGE="http://jonas.nitro.dk/tig/" -SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-vcs/git" - -src_install() { - emake DESTDIR="${D}" install || die "einstall failed" - doman tig.1 tigrc.5 || die - dodoc manual.txt || die - dohtml manual.html || die - dobashcompletion contrib/tig-completion.bash -} |