summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-09-13 18:01:13 +0000
committerAnthony G. Basile <blueness@gentoo.org>2011-09-13 18:01:13 +0000
commit33cf27b2faade665820c90a5da623a80758e17da (patch)
treec34077a4b19495d32bbb2925f8f07cabf52dd7be /sys-devel
parent[bump] virtual/perl-threads-shared-1.400.0 (diff)
downloadgentoo-2-33cf27b2faade665820c90a5da623a80758e17da.tar.gz
gentoo-2-33cf27b2faade665820c90a5da623a80758e17da.tar.bz2
gentoo-2-33cf27b2faade665820c90a5da623a80758e17da.zip
Removed deprecated versions
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/ct-ng/ChangeLog6
-rw-r--r--sys-devel/ct-ng/ct-ng-1.12.0.ebuild26
-rw-r--r--sys-devel/ct-ng/ct-ng-1.12.1.ebuild26
3 files changed, 5 insertions, 53 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog
index f48ed4a93020..e6b05e75263a 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.16 2011/09/11 23:10:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.17 2011/09/13 18:01:13 blueness Exp $
+
+ 13 Sep 2011; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.12.0.ebuild,
+ -ct-ng-1.12.1.ebuild:
+ Removed deprecated versions
*ct-ng-1.12.2 (11 Sep 2011)
diff --git a/sys-devel/ct-ng/ct-ng-1.12.0.ebuild b/sys-devel/ct-ng/ct-ng-1.12.0.ebuild
deleted file mode 100644
index 9127f491ff9f..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.12.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.12.0.ebuild,v 1.1 2011/08/01 02:05:10 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="~amd64 ~x86"
-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.12.1.ebuild b/sys-devel/ct-ng/ct-ng-1.12.1.ebuild
deleted file mode 100644
index 3d57d1e77d34..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.12.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.12.1.ebuild,v 1.1 2011/08/24 09:39:49 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="~amd64 ~x86"
-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
-}