diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:02:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:02:31 +0000 |
commit | c09ab221bfb97f689a38e7a68b83b634487905eb (patch) | |
tree | 6e5a61e42ec56981393192a44d07ef3b849bd701 /dev-ruby/attic | |
parent | Remove old. (diff) | |
download | gentoo-2-c09ab221bfb97f689a38e7a68b83b634487905eb.tar.gz gentoo-2-c09ab221bfb97f689a38e7a68b83b634487905eb.tar.bz2 gentoo-2-c09ab221bfb97f689a38e7a68b83b634487905eb.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/attic')
-rw-r--r-- | dev-ruby/attic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/attic/attic-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/attic/ChangeLog b/dev-ruby/attic/ChangeLog index 29a13a7248df..623f8e6ec637 100644 --- a/dev-ruby/attic/ChangeLog +++ b/dev-ruby/attic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/attic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.5 2010/05/01 00:40:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.6 2010/05/22 15:02:31 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: + Various cleanups. 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: Restore original SRC_URI. diff --git a/dev-ruby/attic/attic-0.5.2.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild index 95b624d840f1..aa0de155acef 100644 --- a/dev-ruby/attic/attic-0.5.2.ebuild +++ b/dev-ruby/attic/attic-0.5.2.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/attic/attic-0.5.2.ebuild,v 1.4 2010/05/01 00:40:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.5 2010/05/22 15:02:31 flameeyes Exp $ EAPI=2 @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -ruby_add_bdepend test dev-ruby/tryouts +ruby_add_bdepend "test? ( dev-ruby/tryouts )" all_ruby_prepare() { epatch "${FILESDIR}"/${P}-fixes.patch |