summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-02-01 13:19:40 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-02-01 13:19:40 +0000
commit805342db6e428df66758eaf747b42b4024172241 (patch)
treeff7fbe2fbe44da83ee32723b35a91adf90acd210 /sys-devel
parentVersion bump (diff)
downloadgentoo-2-805342db6e428df66758eaf747b42b4024172241.tar.gz
gentoo-2-805342db6e428df66758eaf747b42b4024172241.tar.bz2
gentoo-2-805342db6e428df66758eaf747b42b4024172241.zip
Removed older versions in 1.13 series
(Portage version: 2.1.10.44/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.13.1.ebuild28
-rw-r--r--sys-devel/ct-ng/ct-ng-1.13.2.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog
index f6118d30ed1e..85f2588384ef 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.27 2012/02/01 13:16:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.28 2012/02/01 13:19:40 blueness Exp $
+
+ 01 Feb 2012; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.13.1.ebuild,
+ -ct-ng-1.13.2.ebuild:
+ Removed older versions in 1.13 series
*ct-ng-1.14.0 (01 Feb 2012)
diff --git a/sys-devel/ct-ng/ct-ng-1.13.1.ebuild b/sys-devel/ct-ng/ct-ng-1.13.1.ebuild
deleted file mode 100644
index f9489aed8d04..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.13.1.ebuild
+++ /dev/null
@@ -1,28 +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.13.1.ebuild,v 1.1 2011/11/14 17:45:12 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.13.2.ebuild b/sys-devel/ct-ng/ct-ng-1.13.2.ebuild
deleted file mode 100644
index 1fab4ccd0314..000000000000
--- a/sys-devel/ct-ng/ct-ng-1.13.2.ebuild
+++ /dev/null
@@ -1,28 +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.13.2.ebuild,v 1.1 2011/11/21 10:17:00 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
-}