diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-05-01 12:28:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-05-01 12:28:25 +0000 |
commit | ae5c24fe9c96381f8b756df89e881bf3af0f3dfe (patch) | |
tree | 6491fc46c4f9cee0a5db3fbeb308aa7f740cd3dd /sys-devel | |
parent | Version bump (diff) | |
download | gentoo-2-ae5c24fe9c96381f8b756df89e881bf3af0f3dfe.tar.gz gentoo-2-ae5c24fe9c96381f8b756df89e881bf3af0f3dfe.tar.bz2 gentoo-2-ae5c24fe9c96381f8b756df89e881bf3af0f3dfe.zip |
Retain only latest version in each branch
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.13.3.ebuild | 28 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.14.0.ebuild | 35 |
3 files changed, 5 insertions, 64 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 4c68ba42aa7c..15bc6b4241cf 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/ct-ng # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.33 2012/05/01 12:26:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.34 2012/05/01 12:28:25 blueness Exp $ + + 01 May 2012; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.13.3.ebuild, + -ct-ng-1.14.0.ebuild: + Retain only latest version in each branch *ct-ng-1.15.0 (01 May 2012) diff --git a/sys-devel/ct-ng/ct-ng-1.13.3.ebuild b/sys-devel/ct-ng/ct-ng-1.13.3.ebuild deleted file mode 100644 index 369ce40a61ec..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.13.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.13.3.ebuild,v 1.1 2012/01/24 15:09:25 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool" -MY_P=${P/ct/crosstool} -S=${WORKDIR}/${MY_P} -SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs - dev-vcs/subversion" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcomp ${PN}.comp - dodoc README TODO -} diff --git a/sys-devel/ct-ng/ct-ng-1.14.0.ebuild b/sys-devel/ct-ng/ct-ng-1.14.0.ebuild deleted file mode 100644 index e9449593fcee..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.14.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.14.0.ebuild,v 1.2 2012/02/04 00:35:32 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 autotools - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool" -MY_P=${P/ct/crosstool} -S=${WORKDIR}/${MY_P} -SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-util/gperf - dev-vcs/cvs - dev-vcs/subversion" - -src_prepare() { - #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force - #We'll use eautoconf to be portage friendly - eautoconf -Wall --force -} - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcomp ${PN}.comp - dodoc README TODO -} |