* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-shout: ChangeLog ruby-shout-2.2.0.ebuild
@ 2010-09-19 13:42 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-19 13:42 UTC (permalink / raw
To: gentoo-commits
graaff 10/09/19 13:42:45
Modified: ChangeLog
Added: ruby-shout-2.2.0.ebuild
Log:
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-ruby/ruby-shout/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 2 Aug 2010 05:27:00 -0000 1.15
+++ ChangeLog 19 Sep 2010 13:42:44 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-shout
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.15 2010/08/02 05:27:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.16 2010/09/19 13:42:44 graaff Exp $
+
+*ruby-shout-2.2.0 (19 Sep 2010)
+
+ 19 Sep 2010; Hans de Graaff <graaff@gentoo.org> +ruby-shout-2.2.0.ebuild:
+ Version bump.
02 Aug 2010; Hans de Graaff <graaff@gentoo.org> -ruby-shout-2.1-r1.ebuild:
Remove old version.
1.1 dev-ruby/ruby-shout/ruby-shout-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.0.ebuild?rev=1.1&content-type=text/plain
Index: ruby-shout-2.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.0.ebuild,v 1.1 2010/09/19 13:42:44 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.textile"
inherit ruby-fakegem eutils
DESCRIPTION="A Ruby interface to libshout2"
HOMEPAGE="http://ruby-shout.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${RDEPEND}
>=media-libs/libshout-2.0"
DEPEND="${DEPEND}
>=media-libs/libshout-2.0"
each_ruby_configure() {
${RUBY} -Cext extconf.rb || die "extconf failed"
}
each_ruby_compile() {
emake -C ext || die "emake failed"
}
each_ruby_install() {
each_fakegem_install
ruby_fakegem_newins ext/${PN#ruby-}.so lib/${PN#ruby-}.so
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-shout: ChangeLog ruby-shout-2.2.0.ebuild
@ 2013-07-21 6:26 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-21 6:26 UTC (permalink / raw
To: gentoo-commits
graaff 13/07/21 06:26:11
Modified: ChangeLog
Removed: ruby-shout-2.2.0.ebuild
Log:
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.21 dev-ruby/ruby-shout/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 7 Jul 2013 10:22:32 -0000 1.20
+++ ChangeLog 21 Jul 2013 06:26:11 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-shout
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.20 2013/07/07 10:22:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.21 2013/07/21 06:26:11 graaff Exp $
+
+ 21 Jul 2013; Hans de Graaff <graaff@gentoo.org> -ruby-shout-2.2.0.ebuild:
+ Cleanup.
07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ruby-shout-2.2.1.ebuild:
Stable for x86, wrt bug #475644
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-21 6:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-21 6:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-shout: ChangeLog ruby-shout-2.2.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-09-19 13:42 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