public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/ct-ng: ct-ng-1.15.0.ebuild ChangeLog
@ 2012-05-01 12:26 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-05-01 12:26 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/01 12:26:19

  Modified:             ChangeLog
  Added:                ct-ng-1.15.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sys-devel/ct-ng/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	15 Feb 2012 01:51:56 -0000	1.32
+++ ChangeLog	1 May 2012 12:26:19 -0000	1.33
@@ -1,6 +1,11 @@
 # 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.32 2012/02/15 01:51:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.33 2012/05/01 12:26:19 blueness Exp $
+
+*ct-ng-1.15.0 (01 May 2012)
+
+  01 May 2012; Anthony G. Basile <blueness@gentoo.org> +ct-ng-1.15.0.ebuild:
+  Version bump
 
   15 Feb 2012; Anthony G. Basile <blueness@gentoo.org> -ct-ng-1.8.2.ebuild,
   -ct-ng-1.9.2.ebuild, -ct-ng-1.10.1.ebuild, -ct-ng-1.11.3.ebuild:



1.1                  sys-devel/ct-ng/ct-ng-1.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.15.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.15.0.ebuild?rev=1.1&content-type=text/plain

Index: ct-ng-1.15.0.ebuild
===================================================================
# 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 $

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-01 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 12:26 [gentoo-commits] gentoo-x86 commit in sys-devel/ct-ng: ct-ng-1.15.0.ebuild ChangeLog Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox