diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-10-03 12:19:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-10-03 12:19:27 +0000 |
commit | 0404c1731c08d24eb77d68c76188c6f14b330955 (patch) | |
tree | 0fb14143b1e3d9f9ef3c73c1baa87f3bccfb34cf /sys-devel/ct-ng | |
parent | Version bump (diff) | |
download | gentoo-2-0404c1731c08d24eb77d68c76188c6f14b330955.tar.gz gentoo-2-0404c1731c08d24eb77d68c76188c6f14b330955.tar.bz2 gentoo-2-0404c1731c08d24eb77d68c76188c6f14b330955.zip |
Remove old versions
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-devel/ct-ng')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.12.4.ebuild | 28 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.13.4.ebuild | 28 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.14.1.ebuild | 35 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.15.3.ebuild | 40 |
5 files changed, 5 insertions, 132 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 4809bdf1ddd2..7fce0ca0bc79 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.46 2013/10/03 12:17:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.47 2013/10/03 12:19:27 blueness Exp $ + + 03 Oct 2013; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.12.4.ebuild, + -ct-ng-1.13.4.ebuild, -ct-ng-1.14.1.ebuild, -ct-ng-1.15.3.ebuild: + Remove old versions *ct-ng-1.19.0 (03 Oct 2013) diff --git a/sys-devel/ct-ng/ct-ng-1.12.4.ebuild b/sys-devel/ct-ng/ct-ng-1.12.4.ebuild deleted file mode 100644 index cbb314ee6ba9..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.12.4.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.12.4.ebuild,v 1.2 2012/11/14 23:02:32 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" -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.13.4.ebuild b/sys-devel/ct-ng/ct-ng-1.13.4.ebuild deleted file mode 100644 index a007e008314a..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.13.4.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.4.ebuild,v 1.2 2012/11/14 23:02:32 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" -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.1.ebuild b/sys-devel/ct-ng/ct-ng-1.14.1.ebuild deleted file mode 100644 index 6d687f9f0269..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.14.1.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.1.ebuild,v 1.2 2012/11/14 23:02:32 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 autotools - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" -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 -} diff --git a/sys-devel/ct-ng/ct-ng-1.15.3.ebuild b/sys-devel/ct-ng/ct-ng-1.15.3.ebuild deleted file mode 100644 index 401e02a9c2e0..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.15.3.ebuild +++ /dev/null @@ -1,40 +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.15.3.ebuild,v 1.3 2012/11/14 23:02:32 blueness Exp $ - -EAPI="4" - -inherit autotools bash-completion-r1 eutils - -DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" -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 doc" - -RDEPEND="net-misc/curl - dev-util/gperf - dev-vcs/cvs - dev-vcs/subversion" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch - - #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 - dobashcomp ${PN}.comp - dodoc README TODO - use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \ - "${D}"/usr/share/doc/"${PF}" - rm -rf "${D}"/usr/share/doc/crosstool-ng -} |