]> Pileus Git - ~andy/sunrise/commitdiff
dev-ruby/ruby-mpd: Use ruby-ng eclass. Fix HOMEPAGE.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Wed, 13 Oct 2010 02:08:15 +0000 (02:08 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Wed, 13 Oct 2010 02:08:15 +0000 (02:08 +0000)
(Portage version: 2.2_rc88-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=11421

dev-ruby/ruby-mpd/ChangeLog
dev-ruby/ruby-mpd/ruby-mpd-0.2.3.ebuild

index 2078ece61cd41c9871f4728d1258295b8a5c8971..27561c4f8992747baf7b4bbdc5e7bb2f28b916a4 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/ruby-mpd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Oct 2010; Nathan Phillip Brink (ohnobinki)
+  <ohnobinki@ohnopublishing.net> ruby-mpd-0.2.3.ebuild:
+  Use ruby-ng eclass. Fix HOMEPAGE.
+
   29 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
   ruby-mpd-0.2.3.ebuild:
   Add IUSE+SLOT
index 583a07e76504f18052ee64dd216474cd73797439..55f99193e930f24f223a1ac95bc5ce0c7096bbb3 100644 (file)
@@ -2,12 +2,16 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit ruby
+EAPI=2
 
-MY_P=${P/ruby-mpd/mpd-rb}
+USE_RUBY="ruby18"
+
+inherit ruby-ng
+
+MY_P=mpd-rb-${PV}
 
 DESCRIPTION="Ruby class for communicating with an MPD server"
-HOMEPAGE="http://www.andsoforth.com/geek/mpd_rb.html"
+HOMEPAGE="http://rubyforge.org/projects/mpd"
 SRC_URI="http://rubyforge.org/frs/download.php/8040/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -18,3 +22,7 @@ IUSE=""
 RDEPEND="media-sound/mpd"
 
 S=${WORKDIR}/${MY_P}
+
+each_ruby_install() {
+       doruby lib/mpd.rb
+}