diff options
author | George Shapovalov <george@gentoo.org> | 2011-09-20 20:15:39 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2011-09-20 20:15:39 +0000 |
commit | 130b4d6b01eae0d27f45e850a1690c7c0768d110 (patch) | |
tree | dd037116887f8d87aabcc02b90bd1847ed117593 /dev-lang/gnat-gcc | |
parent | Revert stable keywords due to unfetchable distfiles. (diff) | |
download | gentoo-2-130b4d6b01eae0d27f45e850a1690c7c0768d110.tar.gz gentoo-2-130b4d6b01eae0d27f45e850a1690c7c0768d110.tar.bz2 gentoo-2-130b4d6b01eae0d27f45e850a1690c7c0768d110.zip |
fixing repoman complaint: removed inherit autotools - the eauto-specific code was moved to a relevant ebuild
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gnat-gcc')
-rw-r--r-- | dev-lang/gnat-gcc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog index a08dc7953b22..291bd81f1607 100644 --- a/dev-lang/gnat-gcc/ChangeLog +++ b/dev-lang/gnat-gcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gnat-gcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.48 2011/09/20 19:19:27 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.49 2011/09/20 20:15:39 george Exp $ + + 20 Sep 2011; George Shapovalov <george@gentoo.org> gnat-gcc-4.4.3.ebuild, + gnat-gcc-4.4.5.ebuild: + removed inherit autotools - the eauto-specific code was moved to a relevant + ebuild 20 Sep 2011; George Shapovalov <george@gentoo.org> gnat-gcc-4.3.6.ebuild: updated bootstrap/keyworded for 4.3 on x86 diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild index cf7d042c5a0a..224a35fdd6c3 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild,v 1.1 2011/03/10 19:59:39 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild,v 1.2 2011/09/20 20:15:39 george Exp $ # Need to let configure know where to find stddef.h #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/" -inherit gnatbuild autotools +inherit gnatbuild DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="http://gcc.gnu.org/" diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild index ef20eb72d5c1..4bff1b105905 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild,v 1.3 2011/06/19 20:33:42 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild,v 1.4 2011/09/20 20:15:39 george Exp $ -inherit gnatbuild autotools +inherit gnatbuild DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="http://gcc.gnu.org/" |