diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
commit | 9639ce3370a9154e3aac1036676094e51ccf2d56 (patch) | |
tree | 8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/plist | |
parent | Add ~alpha/~ia64/~sparc wrt #293671 (diff) | |
download | historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2 historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip |
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.0.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/plist/ChangeLog b/dev-ruby/plist/ChangeLog index efdc77172f7b..94d3fbed5e76 100644 --- a/dev-ruby/plist/ChangeLog +++ b/dev-ruby/plist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/plist # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.5 2010/04/16 13:02:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.6 2010/05/22 15:34:14 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> plist-3.0.0.ebuild, + plist-3.1.0.ebuild: + Various cleanups. 16 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> plist-3.1.0.ebuild, +files/plist-3.1.0-nordoc.patch: diff --git a/dev-ruby/plist/plist-3.0.0.ebuild b/dev-ruby/plist/plist-3.0.0.ebuild index bea4409459d8..541e53ccad52 100644 --- a/dev-ruby/plist/plist-3.0.0.ebuild +++ b/dev-ruby/plist/plist-3.0.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.2 2010/01/04 11:42:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.0.0.ebuild,v 1.3 2010/05/22 15:34:14 flameeyes Exp $ inherit ruby gems USE_RUBY="ruby18" DESCRIPTION="A library to manipulate Property List files, also known as plists" HOMEPAGE="http://plist.rubyforge.org/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/plist/plist-3.1.0.ebuild b/dev-ruby/plist/plist-3.1.0.ebuild index 76a78144e73d..29da45f4c95d 100644 --- a/dev-ruby/plist/plist-3.1.0.ebuild +++ b/dev-ruby/plist/plist-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0.ebuild,v 1.2 2010/04/16 13:02:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0.ebuild,v 1.3 2010/05/22 15:34:14 flameeyes Exp $ EAPI="2" USE_RUBY="ruby18 ruby19 jruby" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" -ruby_add_bdepend test virtual/ruby-test-unit +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" all_ruby_prepare() { epatch "${FILESDIR}/${P}-nordoc.patch" |