* [gentoo-commits] gentoo-x86 commit in dev-ruby/unf_ext: unf_ext-0.0.6-r1.ebuild ChangeLog
@ 2013-11-11 10:24 Manuel Rueger (mrueg)
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-11 10:24 UTC (permalink / raw
To: gentoo-commits
mrueg 13/11/11 10:24:12
Modified: ChangeLog
Added: unf_ext-0.0.6-r1.ebuild
Log:
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.12 dev-ruby/unf_ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 27 Oct 2013 06:41:47 -0000 1.11
+++ ChangeLog 11 Nov 2013 10:24:12 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/unf_ext
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.11 2013/10/27 06:41:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.12 2013/11/11 10:24:12 mrueg Exp $
+
+*unf_ext-0.0.6-r1 (11 Nov 2013)
+
+ 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> +unf_ext-0.0.6-r1.ebuild:
+ Add ruby20 target.
27 Oct 2013; Hans de Graaff <graaff@gentoo.org> -unf_ext-0.0.5.ebuild:
Cleanup.
1.1 dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: unf_ext-0.0.6-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v 1.1 2013/11/11 10:24:12 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem multilib
DESCRIPTION="Unicode Normalization Form support library for CRuby"
HOMEPAGE="http://sourceforge.jp/projects/unf/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "
test? (
>=dev-ruby/test-unit-2.5.1-r1
dev-ruby/shoulda
)"
all_ruby_prepare() {
sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
}
each_ruby_configure() {
${RUBY} -Cext/unf_ext extconf.rb || die
}
each_ruby_compile() {
emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
cp ext/unf_ext/*$(get_modname) lib/ || die
}
each_ruby_test() {
ruby-ng_testrb-2 test/test_*.rb
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/unf_ext: unf_ext-0.0.6-r1.ebuild ChangeLog
@ 2014-01-19 17:01 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-19 17:01 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/19 17:01:11
Modified: unf_ext-0.0.6-r1.ebuild ChangeLog
Log:
amd64 stable, bug 495010
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?r1=1.1&r2=1.2
Index: unf_ext-0.0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unf_ext-0.0.6-r1.ebuild 11 Nov 2013 10:24:12 -0000 1.1
+++ unf_ext-0.0.6-r1.ebuild 19 Jan 2014 17:01:11 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v 1.1 2013/11/11 10:24:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v 1.2 2014/01/19 17:01:11 pacho Exp $
EAPI=5
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "
1.13 dev-ruby/unf_ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 11 Nov 2013 10:24:12 -0000 1.12
+++ ChangeLog 19 Jan 2014 17:01:11 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/unf_ext
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.12 2013/11/11 10:24:12 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.13 2014/01/19 17:01:11 pacho Exp $
+
+ 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> unf_ext-0.0.6-r1.ebuild:
+ amd64 stable, bug 495010
*unf_ext-0.0.6-r1 (11 Nov 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/unf_ext: unf_ext-0.0.6-r1.ebuild ChangeLog
@ 2014-06-14 10:44 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14 10:44 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/06/14 10:44:44
Modified: unf_ext-0.0.6-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #495010
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.4 dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild?r1=1.3&r2=1.4
Index: unf_ext-0.0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unf_ext-0.0.6-r1.ebuild 12 Apr 2014 23:53:59 -0000 1.3
+++ unf_ext-0.0.6-r1.ebuild 14 Jun 2014 10:44:44 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v 1.3 2014/04/12 23:53:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild,v 1.4 2014/06/14 10:44:44 phajdan.jr Exp $
EAPI=5
@@ -20,7 +20,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "
1.16 dev-ruby/unf_ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unf_ext/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 3 May 2014 06:47:20 -0000 1.15
+++ ChangeLog 14 Jun 2014 10:44:44 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/unf_ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.15 2014/05/03 06:47:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/ChangeLog,v 1.16 2014/06/14 10:44:44 phajdan.jr Exp $
+
+ 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> unf_ext-0.0.6-r1.ebuild:
+ x86 stable wrt bug #495010
*unf_ext-0.0.6-r2 (03 May 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-14 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 17:01 [gentoo-commits] gentoo-x86 commit in dev-ruby/unf_ext: unf_ext-0.0.6-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-06-14 10:44 PaweA Hajdan (phajdan.jr)
2013-11-11 10:24 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox