diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-12 23:29:30 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-12 23:29:30 +0000 |
commit | e0d79db5e63161970f18755462625993370af8f9 (patch) | |
tree | 614a9e9d040552c22463143f7f5ca243057dd0fa | |
parent | Add notes about EAPI to skel.ebuild (diff) | |
download | historical-e0d79db5e63161970f18755462625993370af8f9.tar.gz historical-e0d79db5e63161970f18755462625993370af8f9.tar.bz2 historical-e0d79db5e63161970f18755462625993370af8f9.zip |
Stable on x86 wrt bug #198966
Package-Manager: portage-2.1.3.19
-rw-r--r-- | dev-ruby/capistrano-launcher/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/highline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/highline/highline-1.4.0.ebuild | 4 |
7 files changed, 22 insertions, 11 deletions
diff --git a/dev-ruby/capistrano-launcher/ChangeLog b/dev-ruby/capistrano-launcher/ChangeLog index 27927c15fe38..cdebe705233b 100644 --- a/dev-ruby/capistrano-launcher/ChangeLog +++ b/dev-ruby/capistrano-launcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano-launcher # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.2 2007/09/01 21:50:42 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.3 2007/11/12 23:28:48 cla Exp $ + + 12 Nov 2007; Dawid Węgliński <cla@gentoo.org> + capistrano-launcher-1.ebuild: + Stable on x86 (bug #198966) 01 Sep 2007; Joshua Nichols <nichoj@gentoo.org> capistrano-launcher-1.ebuild: diff --git a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild index 8f6173a27053..9a0b975d3777 100644 --- a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild +++ b/dev-ruby/capistrano-launcher/capistrano-launcher-1.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/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.3 2007/09/02 04:01:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.4 2007/11/12 23:28:48 cla Exp $ DESCRIPTION="Launcher script for capistrano" HOMEPAGE="http://capify.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc64 x86" IUSE="" # Block versions of capistrano that install /usr/bin/cap to avoid file-collision diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index a2a5641e99ed..479d2b4f8dab 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.22 2007/10/17 06:42:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.23 2007/11/12 23:29:30 cla Exp $ + + 12 Nov 2007; Dawid Węgliński <cla@gentoo.org> + capistrano-1.4.1-r1.ebuild, capistrano-2.0.0.ebuild: + Both stable on x86 (bug #198966) *capistrano-2.1.0 (17 Oct 2007) diff --git a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild index 848b2e445d36..076325c47e0c 100644 --- a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild +++ b/dev-ruby/capistrano/capistrano-1.4.1-r1.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/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.1 2007/09/01 21:58:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.2 2007/11/12 23:29:30 cla Exp $ inherit gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/capistrano/capistrano-2.0.0.ebuild b/dev-ruby/capistrano/capistrano-2.0.0.ebuild index 82a456b59082..35cec5a5497b 100644 --- a/dev-ruby/capistrano/capistrano-2.0.0.ebuild +++ b/dev-ruby/capistrano/capistrano-2.0.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/dev-ruby/capistrano/capistrano-2.0.0.ebuild,v 1.1 2007/09/01 21:58:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.0.0.ebuild,v 1.2 2007/11/12 23:29:30 cla Exp $ inherit gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/highline/ChangeLog b/dev-ruby/highline/ChangeLog index 793ff1d87a9a..bb0bc83c3692 100644 --- a/dev-ruby/highline/ChangeLog +++ b/dev-ruby/highline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/highline # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.9 2007/08/25 11:15:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.10 2007/11/12 23:28:05 cla Exp $ + + 12 Nov 2007; Dawid Węgliński <cla@gentoo.org> highline-1.4.0.ebuild: + Stable on x86 (bug #198966) *highline-1.4.0 (25 Aug 2007) diff --git a/dev-ruby/highline/highline-1.4.0.ebuild b/dev-ruby/highline/highline-1.4.0.ebuild index 185b5023db4b..139dcacd17de 100644 --- a/dev-ruby/highline/highline-1.4.0.ebuild +++ b/dev-ruby/highline/highline-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/dev-ruby/highline/highline-1.4.0.ebuild,v 1.1 2007/08/25 11:15:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.4.0.ebuild,v 1.2 2007/11/12 23:28:05 cla Exp $ inherit ruby gems @@ -11,4 +11,4 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~ppc64 ~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" |