* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.9-r1.ebuild ChangeLog
@ 2010-10-03 8:27 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-10-03 8:27 UTC (permalink / raw
To: gentoo-commits
graaff 10/10/03 08:27:48
Modified: ChangeLog
Added: patron-0.4.9-r1.ebuild
Log:
Install VERSION.yml as some code depends on it.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/patron/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 19 Sep 2010 07:42:50 -0000 1.3
+++ ChangeLog 3 Oct 2010 08:27:48 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/patron
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.3 2010/09/19 07:42:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.4 2010/10/03 08:27:48 graaff Exp $
+
+*patron-0.4.9-r1 (03 Oct 2010)
+
+ 03 Oct 2010; Hans de Graaff <graaff@gentoo.org> +patron-0.4.9-r1.ebuild:
+ Install VERSION.yml as some code depends on it.
*patron-0.4.9 (19 Sep 2010)
1.1 dev-ruby/patron/patron-0.4.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild?rev=1.1&content-type=text/plain
Index: patron-0.4.9-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild,v 1.1 2010/10/03 08:27:48 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README.txt"
RUBY_FAKEGEM_EXTRAINSTALL="VERSION.yml"
inherit multilib ruby-fakegem
DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl."
HOMEPAGE="http://toland.github.com/patron/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
#ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec )"
DEPEND="${DEPEND} net-misc/curl"
RDEPEND="${RDEPEND} net-misc/curl"
# Tests require a live web service that is not included in the distribution.
RESTRICT="test"
each_ruby_configure() {
${RUBY} -Cext/patron extconf.rb || die
}
each_ruby_compile() {
emake -Cext/patron || die
cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.9-r1.ebuild ChangeLog
@ 2010-10-22 14:57 Christian Faulhammer (fauli)
0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-22 14:57 UTC (permalink / raw
To: gentoo-commits
fauli 10/10/22 14:57:15
Modified: patron-0.4.9-r1.ebuild ChangeLog
Log:
keyworded ~arch for x86, bug 339565
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 dev-ruby/patron/patron-0.4.9-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild?r1=1.1&r2=1.2
Index: patron-0.4.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patron-0.4.9-r1.ebuild 3 Oct 2010 08:27:48 -0000 1.1
+++ patron-0.4.9-r1.ebuild 22 Oct 2010 14:57:15 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild,v 1.1 2010/10/03 08:27:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.9-r1.ebuild,v 1.2 2010/10/22 14:57:15 fauli Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
1.6 dev-ruby/patron/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 9 Oct 2010 08:39:59 -0000 1.5
+++ ChangeLog 22 Oct 2010 14:57:15 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/patron
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.5 2010/10/09 08:39:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.6 2010/10/22 14:57:15 fauli Exp $
+
+ 22 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ patron-0.4.9-r1.ebuild:
+ keyworded ~arch for x86, bug 339565
09 Oct 2010; Hans de Graaff <graaff@gentoo.org> -patron-0.4.6-r1.ebuild,
-patron-0.4.9.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-22 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 8:27 [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: patron-0.4.9-r1.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-10-22 14:57 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox