* [gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: ChangeLog rb-inotify-0.9.0.ebuild
@ 2013-01-19 7:36 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-01-19 7:36 UTC (permalink / raw
To: gentoo-commits
graaff 13/01/19 07:36:25
Modified: ChangeLog
Added: rb-inotify-0.9.0.ebuild
Log:
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.16 dev-ruby/rb-inotify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 15 Jan 2013 06:43:08 -0000 1.15
+++ ChangeLog 19 Jan 2013 07:36:25 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rb-inotify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.15 2013/01/15 06:43:08 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.16 2013/01/19 07:36:25 graaff Exp $
+
+*rb-inotify-0.9.0 (19 Jan 2013)
+
+ 19 Jan 2013; Hans de Graaff <graaff@gentoo.org> +rb-inotify-0.9.0.ebuild:
+ Version bump.
15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rb-inotify-0.8.8.ebuild:
adding ~arm keywords to net-analyzer/metasploit rdeps
1.1 dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild?rev=1.1&content-type=text/plain
Index: rb-inotify-0.9.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.1 2013/01/19 07:36:25 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"
inherit ruby-fakegem
DESCRIPTION="A thorough inotify wrapper for Ruby using FFI."
HOMEPAGE="https://github.com/nex3/rb-inotify"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE=""
ruby_add_rdepend "virtual/ruby-ffi"
ruby_add_bdepend "doc? ( dev-ruby/yard )"
all_ruby_prepare() {
# Avoid unneeded dependency on jeweler.
sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die
# Remove mandatory markup processor from yard options, bug 436112.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# jruby has a native implementation and should not list ffi
# in the gemspec.
sed -i -e '/ffi/d' rb-inotify.gemspec || die
;;
*)
;;
esac
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: ChangeLog rb-inotify-0.9.0.ebuild
@ 2015-03-16 20:24 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-16 20:24 UTC (permalink / raw
To: gentoo-commits
graaff 15/03/16 20:24:43
Modified: ChangeLog
Removed: rb-inotify-0.9.0.ebuild
Log:
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.37 dev-ruby/rb-inotify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-inotify/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 31 Dec 2014 11:28:04 -0000 1.36
+++ ChangeLog 16 Mar 2015 20:24:43 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rb-inotify
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.36 2014/12/31 11:28:04 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.37 2015/03/16 20:24:43 graaff Exp $
+
+ 16 Mar 2015; Hans de Graaff <graaff@gentoo.org> -rb-inotify-0.9.0.ebuild:
+ Cleanup.
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rb-inotify-0.9.5.ebuild:
Stable for x86, wrt bug #523188
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-16 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 20:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: ChangeLog rb-inotify-0.9.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2013-01-19 7:36 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox