diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 13:12:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 13:12:45 +0000 |
commit | 1af7c2d23f2af6a97fac0fc01857b8366451c480 (patch) | |
tree | c882394ad05834d673270685c6fd7a3dfabb8a60 /sys-devel | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-1af7c2d23f2af6a97fac0fc01857b8366451c480.tar.gz historical-1af7c2d23f2af6a97fac0fc01857b8366451c480.tar.bz2 historical-1af7c2d23f2af6a97fac0fc01857b8366451c480.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.11.5.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/flex/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.35_p10.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 4 |
10 files changed, 30 insertions, 16 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 49c5c5eb767d..0213e6608656 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.167 2012/04/25 03:57:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.168 2012/04/26 13:06:04 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> autoconf-2.69.ebuild, + autoconf-9999.ebuild: + keyword ~amd64-fbsd *autoconf-2.69 (25 Apr 2012) diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 7555c0416509..3c49adcf4ddc 100644 --- a/sys-devel/autoconf/autoconf-2.69.ebuild +++ b/sys-devel/autoconf/autoconf-2.69.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/autoconf/autoconf-2.69.ebuild,v 1.1 2012/04/25 03:57:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.2 2012/04/26 13:06:04 aballier Exp $ EAPI="3" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Used to create autoconfiguration files" diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index 2471b7be65c3..f0ac41455c45 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.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/autoconf/autoconf-9999.ebuild,v 1.5 2012/04/25 03:57:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.6 2012/04/26 13:06:04 aballier Exp $ EAPI="3" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Used to create autoconfiguration files" diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 7d0e2d51338b..8fda0873b929 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/automake # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.161 2012/04/26 05:43:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.162 2012/04/26 13:07:06 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> automake-1.11.5.ebuild: + keyword ~amd64-fbsd *automake-1.12 (26 Apr 2012) diff --git a/sys-devel/automake/automake-1.11.5.ebuild b/sys-devel/automake/automake-1.11.5.ebuild index c758563f4422..9307e7e56460 100644 --- a/sys-devel/automake/automake-1.11.5.ebuild +++ b/sys-devel/automake/automake-1.11.5.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/automake/automake-1.11.5.ebuild,v 1.1 2012/04/13 22:33:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.11.5.ebuild,v 1.2 2012/04/26 13:07:06 aballier Exp $ inherit eutils versionator unpacker @@ -25,7 +25,7 @@ DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="http://www.gnu.org/software/automake/" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/perl diff --git a/sys-devel/flex/ChangeLog b/sys-devel/flex/ChangeLog index 3ffe69f9e61f..ced2bd41ce6d 100644 --- a/sys-devel/flex/ChangeLog +++ b/sys-devel/flex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/flex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.96 2012/01/31 16:05:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.97 2012/04/26 13:12:45 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> flex-2.5.35_p10.ebuild: + keyword ~amd64-fbsd 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> flex-2.5.35_p10.ebuild: ppc64 stable wrt #384221 diff --git a/sys-devel/flex/flex-2.5.35_p10.ebuild b/sys-devel/flex/flex-2.5.35_p10.ebuild index 4e15f968dfb0..5ff3761d38c3 100644 --- a/sys-devel/flex/flex-2.5.35_p10.ebuild +++ b/sys-devel/flex/flex-2.5.35_p10.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/flex/flex-2.5.35_p10.ebuild,v 1.13 2012/01/31 16:05:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.14 2012/04/26 13:12:45 aballier Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/flex/${MY_P}.tar.bz2 LICENSE="FLEX" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static test" # We want bison explicitly and not yacc in general #381273 diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index f51fc981f265..767ac82ff036 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.198 2012/04/09 00:32:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.199 2012/04/26 13:07:54 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libtool-2.4.2.ebuild, + libtool-9999.ebuild: + keyword ~amd64-fbsd 09 Apr 2012; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild, libtool-2.4-r1.ebuild, libtool-2.4-r4.ebuild, libtool-2.4.2.ebuild, diff --git a/sys-devel/libtool/libtool-2.4.2.ebuild b/sys-devel/libtool/libtool-2.4.2.ebuild index ecb78b87fd25..7f8fa65d86b1 100644 --- a/sys-devel/libtool/libtool-2.4.2.ebuild +++ b/sys-devel/libtool/libtool-2.4.2.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/libtool/libtool-2.4.2.ebuild,v 1.4 2012/04/09 00:32:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2.ebuild,v 1.5 2012/04/26 13:07:54 aballier Exp $ EAPI="2" #356089 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="A shared library tool for developers" diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index e78c3537b360..e0f792c08a7d 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.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/libtool/libtool-9999.ebuild,v 1.11 2012/04/09 00:32:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.12 2012/04/26 13:07:54 aballier Exp $ EAPI="2" #356089 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="A shared library tool for developers" |