diff options
author | 2007-11-14 06:58:17 +0000 | |
---|---|---|
committer | 2007-11-14 06:58:17 +0000 | |
commit | f6f361321e4f32bdb6371871cac6f5789266ff64 (patch) | |
tree | e7d51e97da2a09386eef4e7b7c46c2a21da2e31e /dev-ruby | |
parent | New emul-linux-x86-* build system. Latest x86 stable packages. (diff) | |
download | historical-f6f361321e4f32bdb6371871cac6f5789266ff64.tar.gz historical-f6f361321e4f32bdb6371871cac6f5789266ff64.tar.bz2 historical-f6f361321e4f32bdb6371871cac6f5789266ff64.zip |
Stable on amd64 wrt bug 198966
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/capistrano-launcher/ChangeLog | 5 | ||||
-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, 21 insertions, 11 deletions
diff --git a/dev-ruby/capistrano-launcher/ChangeLog b/dev-ruby/capistrano-launcher/ChangeLog index f1dcf8bba087..eda87edf7836 100644 --- a/dev-ruby/capistrano-launcher/ChangeLog +++ b/dev-ruby/capistrano-launcher/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2007/11/13 18:49:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.6 2007/11/14 06:56:43 welp Exp $ + + 14 Nov 2007; Peter Weller <welp@gentoo.org> capistrano-launcher-1.ebuild: + Stable on amd64 wrt bug 198966 13 Nov 2007; Markus Rothe <corsair@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 88667315ed57..5e9bd5439096 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.6 2007/11/13 18:49:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.7 2007/11/14 06:56:43 welp 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 ef5763739620..2a7d48071f47 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.24 2007/11/13 18:51:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.25 2007/11/14 06:58:17 welp Exp $ + + 14 Nov 2007; Peter Weller <welp@gentoo.org> capistrano-1.4.1-r1.ebuild, + capistrano-2.0.0.ebuild: + Stable on amd64 wrt bug 198966 13 Nov 2007; Markus Rothe <corsair@gentoo.org> capistrano-1.4.1-r1.ebuild, capistrano-2.0.0.ebuild: diff --git a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild index 84945fd5b513..dc033cb40824 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.3 2007/11/13 18:51:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.4 2007/11/14 06:58:17 welp 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 58e705be0e3b..b869afe93bbe 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.3 2007/11/13 18:51:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.0.0.ebuild,v 1.4 2007/11/14 06:58:17 welp 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 2c864030c1d3..1fb66d6df3d2 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.12 2007/11/13 18:48:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/ChangeLog,v 1.13 2007/11/14 06:54:59 welp Exp $ + + 14 Nov 2007; Peter Weller <welp@gentoo.org> highline-1.4.0.ebuild: + Stable on amd64 wrt bug 198966 13 Nov 2007; Markus Rothe <corsair@gentoo.org> highline-1.4.0.ebuild: Stable on ppc64; bug #198966 diff --git a/dev-ruby/highline/highline-1.4.0.ebuild b/dev-ruby/highline/highline-1.4.0.ebuild index a18cb7f201e6..a8b5bda6ad58 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.4 2007/11/13 18:48:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.4.0.ebuild,v 1.5 2007/11/14 06:54:59 welp Exp $ inherit ruby gems @@ -11,4 +11,4 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86" |