diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-05-03 01:10:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-05-03 01:10:25 +0000 |
commit | 9a615ce2ee60e08b124414031233bf39bd618e8e (patch) | |
tree | ff2d915607e2bd34558057a89852bf93c1f39730 /sys-devel | |
parent | Version bump (diff) | |
download | gentoo-2-9a615ce2ee60e08b124414031233bf39bd618e8e.tar.gz gentoo-2-9a615ce2ee60e08b124414031233bf39bd618e8e.tar.bz2 gentoo-2-9a615ce2ee60e08b124414031233bf39bd618e8e.zip |
Removed deprecated versions
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.10.0.ebuild | 26 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.8.0.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.8.1.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.9.0.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.9.1.ebuild | 26 |
6 files changed, 6 insertions, 128 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 48839ff2fd99..d5cc8444ee34 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/ct-ng # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.10 2011/05/03 01:08:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.11 2011/05/03 01:10:25 blueness Exp $ + + 03 May 2011; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.8.0.ebuild, + -ct-ng-1.8.1.ebuild, -ct-ng-1.9.0.ebuild, -ct-ng-1.9.1.ebuild, + -ct-ng-1.10.0.ebuild: + Removed deprecated versions *ct-ng-1.11.1 (03 May 2011) diff --git a/sys-devel/ct-ng/ct-ng-1.10.0.ebuild b/sys-devel/ct-ng/ct-ng-1.10.0.ebuild deleted file mode 100644 index 3314e483bf99..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.10.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 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.10.0.ebuild,v 1.2 2011/04/30 04:47:45 blueness Exp $ - -inherit bash-completion - -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="~x86 ~amd64" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs - dev-vcs/subversion" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcompletion ct-ng.comp - dodoc README TODO -} diff --git a/sys-devel/ct-ng/ct-ng-1.8.0.ebuild b/sys-devel/ct-ng/ct-ng-1.8.0.ebuild deleted file mode 100644 index 379c1ebf630b..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 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.8.0.ebuild,v 1.2 2011/04/30 04:47:45 blueness Exp $ - -inherit bash-completion - -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="~x86 ~amd64" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcompletion ct-ng.comp - dodoc README TODO docs/known-issues.txt -} diff --git a/sys-devel/ct-ng/ct-ng-1.8.1.ebuild b/sys-devel/ct-ng/ct-ng-1.8.1.ebuild deleted file mode 100644 index b62f358e5d46..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.8.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 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.8.1.ebuild,v 1.2 2011/04/30 04:47:45 blueness Exp $ - -inherit bash-completion - -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="~x86 ~amd64" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcompletion ct-ng.comp - dodoc README TODO docs/known-issues.txt -} diff --git a/sys-devel/ct-ng/ct-ng-1.9.0.ebuild b/sys-devel/ct-ng/ct-ng-1.9.0.ebuild deleted file mode 100644 index 35c9d945032b..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 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.9.0.ebuild,v 1.2 2011/04/30 04:47:45 blueness Exp $ - -inherit bash-completion - -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="~x86 ~amd64" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcompletion ct-ng.comp - dodoc README TODO -} diff --git a/sys-devel/ct-ng/ct-ng-1.9.1.ebuild b/sys-devel/ct-ng/ct-ng-1.9.1.ebuild deleted file mode 100644 index ceafdb4b89ae..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.9.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 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.9.1.ebuild,v 1.2 2011/04/30 04:47:45 blueness Exp $ - -inherit bash-completion - -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="~x86 ~amd64" -IUSE="bash-completion" - -RDEPEND="net-misc/curl - dev-vcs/cvs - dev-vcs/subversion" - -src_install() { - emake DESTDIR="${D%/}" install || die "install failed" - dobashcompletion ct-ng.comp - dodoc README TODO -} |