diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-21 10:18:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-21 10:18:50 +0000 |
commit | 5dbea279d3aff9a65c1c54ff7b5a8d7726b1882d (patch) | |
tree | cbde4bec921e2ef2df960d0091b832bcde91325b /sys-devel | |
parent | Version bump (diff) | |
download | gentoo-2-5dbea279d3aff9a65c1c54ff7b5a8d7726b1882d.tar.gz gentoo-2-5dbea279d3aff9a65c1c54ff7b5a8d7726b1882d.tar.bz2 gentoo-2-5dbea279d3aff9a65c1c54ff7b5a8d7726b1882d.zip |
Removed older version in 1.13 series
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.13.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 3d2b790bc3d9..5f057baeb788 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,9 @@ # 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.24 2011/11/21 10:17:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.25 2011/11/21 10:18:50 blueness Exp $ + + 21 Nov 2011; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.13.0.ebuild: + Removed older version in 1.13 series *ct-ng-1.13.2 (21 Nov 2011) diff --git a/sys-devel/ct-ng/ct-ng-1.13.0.ebuild b/sys-devel/ct-ng/ct-ng-1.13.0.ebuild deleted file mode 100644 index e5c97a58d6ba..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.13.0.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.0.ebuild,v 1.1 2011/10/25 11:10:48 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 -} |