diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-25 20:43:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-25 20:43:47 +0000 |
commit | 02a6c3167f0c53c7cd14d1404781622a5b7923b8 (patch) | |
tree | de5e5b789afb6029fd7a5d407588f244539d3bc1 /dev-vcs | |
parent | alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86 stable wrt bug #492118; Drop old. (diff) | |
download | gentoo-2-02a6c3167f0c53c7cd14d1404781622a5b7923b8.tar.gz gentoo-2-02a6c3167f0c53c7cd14d1404781622a5b7923b8.tar.bz2 gentoo-2-02a6c3167f0c53c7cd14d1404781622a5b7923b8.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.0.ebuild | 27 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.1.ebuild | 33 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.2.ebuild | 32 |
4 files changed, 6 insertions, 94 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index 1a5afec021f4..d80cea73d7ad 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tig -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.26 2013/09/30 17:17:49 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.27 2014/01/25 20:43:47 radhermit Exp $ + + 25 Jan 2014; Tim Harder <radhermit@gentoo.org> -tig-1.0.ebuild, + -tig-1.1.ebuild, -tig-1.2.ebuild: + Remove old. 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> tig-1.2.1.ebuild: Stable for x86, wrt bug #486128 diff --git a/dev-vcs/tig/tig-1.0.ebuild b/dev-vcs/tig/tig-1.0.ebuild deleted file mode 100644 index 9975d914c2ea..000000000000 --- a/dev-vcs/tig/tig-1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild,v 1.3 2012/06/30 11:03:59 ago Exp $ - -EAPI=4 - -inherit bash-completion-r1 - -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 install-doc-man - dodoc BUGS NEWS - dohtml manual.html README.html - newbashcomp contrib/tig-completion.bash ${PN} -} diff --git a/dev-vcs/tig/tig-1.1.ebuild b/dev-vcs/tig/tig-1.1.ebuild deleted file mode 100644 index f83b5c58c8c4..000000000000 --- a/dev-vcs/tig/tig-1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.1.ebuild,v 1.5 2013/08/10 19:07:01 radhermit Exp $ - -EAPI=4 - -inherit bash-completion-r1 toolchain-funcs - -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="" - -CDEPEND="sys-libs/ncurses" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - dev-vcs/git" - -src_configure() { - econf CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncursesw)" -} - -src_install() { - emake DESTDIR="${D}" install install-doc-man - dodoc BUGS NEWS - dohtml manual.html README.html - newbashcomp contrib/tig-completion.bash ${PN} -} diff --git a/dev-vcs/tig/tig-1.2.ebuild b/dev-vcs/tig/tig-1.2.ebuild deleted file mode 100644 index 54841bd0937e..000000000000 --- a/dev-vcs/tig/tig-1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.2.ebuild,v 1.1 2013/08/10 19:07:01 radhermit Exp $ - -EAPI=5 - -inherit bash-completion-r1 toolchain-funcs - -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" - -CDEPEND="sys-libs/ncurses" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - dev-vcs/git" - -src_configure() { - econf CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncursesw)" -} - -src_install() { - emake DESTDIR="${D}" install install-doc-man - dodoc BUGS NEWS - dohtml manual.html README.html - newbashcomp contrib/tig-completion.bash ${PN} -} |