diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-04-14 17:09:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-04-14 17:09:42 +0000 |
commit | 41da154be83466dd097b907eb334366e624eb6e1 (patch) | |
tree | 1f57701f095ba165cb3b4a072c3952298a5b3530 /dev-ruby/transaction-simple | |
parent | net-irc/lostirc was removed from portage (diff) | |
download | gentoo-2-41da154be83466dd097b907eb334366e624eb6e1.tar.gz gentoo-2-41da154be83466dd097b907eb334366e624eb6e1.tar.bz2 gentoo-2-41da154be83466dd097b907eb334366e624eb6e1.zip |
Fix deprecated USE_RUBY usage.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/transaction-simple')
-rw-r--r-- | dev-ruby/transaction-simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/transaction-simple/ChangeLog b/dev-ruby/transaction-simple/ChangeLog index 399ed528acbe..cb7d76531fce 100644 --- a/dev-ruby/transaction-simple/ChangeLog +++ b/dev-ruby/transaction-simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/transaction-simple -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.11 2008/01/28 12:21:41 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.12 2009/04/14 17:09:42 graaff Exp $ + + 14 Apr 2009; Hans de Graaff <graaff@gentoo.org> + transaction-simple-1.4.0.ebuild: + Fix deprecated USE_RUBY="any" as reported in #265435. 28 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> -transaction-simple-1.1.1.ebuild: diff --git a/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild index 046523be17cb..2c7b8d461ee1 100644 --- a/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild +++ b/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild @@ -1,18 +1,17 @@ -# 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/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.3 2007/07/11 05:23:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0.ebuild,v 1.4 2009/04/14 17:09:42 graaff Exp $ inherit ruby gems DESCRIPTION="Provides transaction support at the object level" HOMEPAGE="http://rubyforge.org/projects/trans-simple/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -USE_RUBY="any" +USE_RUBY="ruby18" DEPEND=">=dev-ruby/hoe-1.1.7" RDEPEND=">=dev-ruby/hoe-1.1.7" |