diff options
Diffstat (limited to 'dev-ruby/ascii85')
-rw-r--r-- | dev-ruby/ascii85/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog index 63d75de12174..bbd0d14681aa 100644 --- a/dev-ruby/ascii85/ChangeLog +++ b/dev-ruby/ascii85/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-ruby/ascii85 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.4 2010/10/09 09:03:57 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.5 2010/10/09 09:09:01 graaff Exp $ - 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> -ascii85-1.0.0.ebuild: + 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> ascii85-1.0.0-r1.ebuild: Depend on rspec-1. + 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> -ascii85-1.0.0.ebuild: + Remove old version. + *ascii85-1.0.0-r1 (24 Sep 2010) 24 Sep 2010; Hans de Graaff <graaff@gentoo.org> +ascii85-1.0.0-r1.ebuild: diff --git a/dev-ruby/ascii85/ascii85-1.0.0-r1.ebuild b/dev-ruby/ascii85/ascii85-1.0.0-r1.ebuild index 4f2b06bf5ae2..585c4b341e0c 100644 --- a/dev-ruby/ascii85/ascii85-1.0.0-r1.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.0-r1.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/ascii85/ascii85-1.0.0-r1.ebuild,v 1.1 2010/09/24 14:20:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.0-r1.ebuild,v 1.2 2010/10/09 09:09:01 graaff Exp $ EAPI=2 @@ -25,4 +25,4 @@ KEYWORDS="~amd64" IUSE="" ruby_add_bdepend "dev-ruby/hoe - test? ( dev-ruby/rspec )" + test? ( dev-ruby/rspec:0 )" |