diff options
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/shorturl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/shorturl/shorturl-0.8.7.ebuild | 3 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index a366e5c5a8a8..5e145bcc8bc3 100644 --- a/dev-ruby/rubytorrent/ChangeLog +++ b/dev-ruby/rubytorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytorrent -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.8 2007/01/14 09:56:27 josejx Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.9 2009/12/24 17:30:02 graaff Exp $ + + 24 Dec 2009; Hans de Graaff <graaff@gentoo.org> rubytorrent-0.3.ebuild: + Remove obsolete virtual/ruby dependency. 14 Jan 2007; Joseph Jezak <josejx@gentoo.org> rubytorrent-0.3.ebuild: Marked ~ppc for bug #159979. diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 402b12037d48..27a6a44a339f 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.9 2007/08/07 03:00:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.10 2009/12/24 17:30:02 graaff Exp $ inherit ruby @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ia64 ~ppc x86" IUSE="" -DEPEND="virtual/ruby" - USE_RUBY="ruby18 ruby19" src_install() { diff --git a/dev-ruby/shorturl/ChangeLog b/dev-ruby/shorturl/ChangeLog index c4f594299bbc..dc9d5eb522a5 100644 --- a/dev-ruby/shorturl/ChangeLog +++ b/dev-ruby/shorturl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shorturl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.10 2009/12/24 17:31:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.11 2009/12/24 17:33:37 graaff Exp $ + + 24 Dec 2009; Hans de Graaff <graaff@gentoo.org> shorturl-0.8.7.ebuild: + Remove obsolete virtual/ruby dependency. 24 Dec 2009; Hans de Graaff <graaff@gentoo.org> -shorturl-0.8.4.ebuild: Remove old version. diff --git a/dev-ruby/shorturl/shorturl-0.8.7.ebuild b/dev-ruby/shorturl/shorturl-0.8.7.ebuild index 8e59e9b6dc8a..e1cc21254150 100644 --- a/dev-ruby/shorturl/shorturl-0.8.7.ebuild +++ b/dev-ruby/shorturl/shorturl-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.7.ebuild,v 1.2 2009/11/28 22:00:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.7.ebuild,v 1.3 2009/12/24 17:33:37 graaff Exp $ inherit ruby gems @@ -13,4 +13,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" -DEPEND="virtual/ruby" |