diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:16:32 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-06-24 18:16:32 +0000 |
commit | 7cd236646d4627938c04bc9837ec6b6147d80bda (patch) | |
tree | 690817588874deceb3a10785a70d815467302b89 | |
parent | cleanup old version (diff) | |
download | historical-7cd236646d4627938c04bc9837ec6b6147d80bda.tar.gz historical-7cd236646d4627938c04bc9837ec6b6147d80bda.tar.bz2 historical-7cd236646d4627938c04bc9837ec6b6147d80bda.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
Package-Manager: portage-2.1.3_rc5
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.10.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.11.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.13.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.14.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.15.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.9.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 6 |
11 files changed, 33 insertions, 20 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index d66a7032598e..98ef64d4f344 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.291 2007/06/19 06:50:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.292 2007/06/24 18:12:22 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> + binutils-2.17.50.0.9.ebuild, binutils-2.17.50.0.10.ebuild, + binutils-2.17.50.0.11.ebuild, binutils-2.17.50.0.13.ebuild, + binutils-2.17.50.0.14.ebuild, binutils-2.17.50.0.15.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. *binutils-2.17.50.0.17 (19 Jun 2007) diff --git a/sys-devel/binutils/binutils-2.17.50.0.10.ebuild b/sys-devel/binutils/binutils-2.17.50.0.10.ebuild index 6c0d6a96ef6d..62e94a7f87fc 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.10.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.10.ebuild,v 1.3 2007/01/28 03:12:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.10.ebuild,v 1.4 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.2" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/binutils/binutils-2.17.50.0.11.ebuild b/sys-devel/binutils/binutils-2.17.50.0.11.ebuild index 77830f16a874..4a392682642a 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.11.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.11.ebuild,v 1.3 2007/01/28 03:12:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.11.ebuild,v 1.4 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.2" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/binutils/binutils-2.17.50.0.13.ebuild b/sys-devel/binutils/binutils-2.17.50.0.13.ebuild index 2ceff271d19b..609043d1117d 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.13.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.13.ebuild,v 1.1 2007/03/16 22:34:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.13.ebuild,v 1.2 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/binutils/binutils-2.17.50.0.14.ebuild b/sys-devel/binutils/binutils-2.17.50.0.14.ebuild index 7ba5d254ad49..601a0604f1ee 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.14.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.14.ebuild,v 1.1 2007/03/24 07:19:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.14.ebuild,v 1.2 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/binutils/binutils-2.17.50.0.15.ebuild b/sys-devel/binutils/binutils-2.17.50.0.15.ebuild index 09b62854d7b8..65880f955380 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.15.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.15.ebuild,v 1.1 2007/04/20 04:51:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.15.ebuild,v 1.2 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/binutils/binutils-2.17.50.0.9.ebuild b/sys-devel/binutils/binutils-2.17.50.0.9.ebuild index e1cb7f2c6a3e..d556c670802d 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.9.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.9.ebuild,v 1.1 2007/01/04 05:55:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.9.ebuild,v 1.2 2007/06/24 18:12:22 peper Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="" diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index b49dc9c64c82..cddadc2acfdd 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc-config # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.163 2007/06/02 11:43:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.164 2007/06/24 18:16:32 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> + gcc-config-1.4.0.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. 02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gcc-config-1.3.16.ebuild: alpha stable wrt #176869 diff --git a/sys-devel/gcc-config/gcc-config-1.4.0.ebuild b/sys-devel/gcc-config/gcc-config-1.4.0.ebuild index 0c66547c807a..8aadccfc8dca 100644 --- a/sys-devel/gcc-config/gcc-config-1.4.0.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0.ebuild,v 1.5 2007/05/03 05:20:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0.ebuild,v 1.6 2007/06/24 18:16:32 peper Exp $ inherit flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-*" #~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="" #~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND="!app-admin/eselect-compiler" diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 856b8cdfa62a..1ee42aa9d840 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.623 2007/06/12 17:04:09 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.624 2007/06/24 18:14:41 peper Exp $ + + 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> gcc-3.2.2.ebuild: + (QA) Don't use KEYWORDS="-*". bug #160519. 12 Jun 2007; Fernando J. Pereda <ferdy@gentoo.org> gcc-4.1.2.ebuild: Stable on alpha as per bug #178768 diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index 0c03b986a266..8d5aa4ee45fd 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.28 2005/08/20 08:37:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.29 2007/06/24 18:14:41 peper Exp $ # This version is really meant JUST for the ps2 @@ -19,7 +19,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" -KEYWORDS="-*" +KEYWORDS="" src_unpack() { gcc_src_unpack |