diff options
author | 2012-07-18 16:42:16 +0000 | |
---|---|---|
committer | 2012-07-18 16:42:16 +0000 | |
commit | b26da2f74789bc85904a0402a0f829c2a45dfdc9 (patch) | |
tree | 117e61341e822855bdb6076c0e1563a6f16fc166 /sys-devel | |
parent | change to maintainer-needed (diff) | |
download | gentoo-2-b26da2f74789bc85904a0402a0f829c2a45dfdc9.tar.gz gentoo-2-b26da2f74789bc85904a0402a0f829c2a45dfdc9.tar.bz2 gentoo-2-b26da2f74789bc85904a0402a0f829c2a45dfdc9.zip |
Version bump
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.15.1.ebuild | 35 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.15.3.ebuild (renamed from sys-devel/ct-ng/ct-ng-1.15.0.ebuild) | 2 |
3 files changed, 8 insertions, 37 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 5a2aebb676bb..78810bb4f650 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,12 @@ # 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.36 2012/05/22 10:18:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.37 2012/07/18 16:42:16 blueness Exp $ + +*ct-ng-1.15.3 (18 Jul 2012) + + 18 Jul 2012; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.15.0.ebuild, + -ct-ng-1.15.1.ebuild, +ct-ng-1.15.3.ebuild: + Version bump *ct-ng-1.15.2 (22 May 2012) diff --git a/sys-devel/ct-ng/ct-ng-1.15.1.ebuild b/sys-devel/ct-ng/ct-ng-1.15.1.ebuild deleted file mode 100644 index 4fb4541f84ad..000000000000 --- a/sys-devel/ct-ng/ct-ng-1.15.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.15.1.ebuild,v 1.1 2012/05/09 10:35:06 blueness Exp $ - -EAPI="4" - -inherit bash-completion-r1 autotools - -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-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.0.ebuild b/sys-devel/ct-ng/ct-ng-1.15.3.ebuild index 196d6deabfd7..9a724a2c2696 100644 --- a/sys-devel/ct-ng/ct-ng-1.15.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.15.3.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.1 2012/05/01 12:26:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.15.3.ebuild,v 1.1 2012/07/18 16:42:16 blueness Exp $ EAPI="4" |