summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-05 14:04:06 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-05 14:04:06 +0000
commitd2fa039026395c624cef5c8cb778858e9ee6eacf (patch)
treeef7df4ff29e853e3f094e8b50d17533d6f659666 /dev-ruby/ipaddress
parentRemove ree18 and ruby18 target. (diff)
downloadgentoo-2-d2fa039026395c624cef5c8cb778858e9ee6eacf.tar.gz
gentoo-2-d2fa039026395c624cef5c8cb778858e9ee6eacf.tar.bz2
gentoo-2-d2fa039026395c624cef5c8cb778858e9ee6eacf.zip
Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ipaddress')
-rw-r--r--dev-ruby/ipaddress/ChangeLog7
-rw-r--r--dev-ruby/ipaddress/ipaddress-0.8.0.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-ruby/ipaddress/ChangeLog b/dev-ruby/ipaddress/ChangeLog
index 7347523720f6..ffb159fa41e5 100644
--- a/dev-ruby/ipaddress/ChangeLog
+++ b/dev-ruby/ipaddress/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ipaddress
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.3 2012/08/14 18:37:10 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.4 2014/04/05 14:04:06 mrueg Exp $
+
+ 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> ipaddress-0.8.0.ebuild:
+ Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
diff --git a/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
index 38741d9c53dd..8da167f72639 100644
--- a/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
+++ b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 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/ipaddress/ipaddress-0.8.0.ebuild,v 1.2 2012/08/13 22:01:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.3 2014/04/05 14:04:06 mrueg Exp $
EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby19 jruby"
inherit ruby-fakegem
@@ -14,5 +14,3 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"