diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-09-01 12:41:00 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-09-01 12:41:00 +0000 |
commit | 5b68298588397c1d9061f015d2f687d4f09fb6ac (patch) | |
tree | 4ec11db9d1c0e2efd2480a2ef469bec624dddd95 /app-text/webgen | |
parent | Fix quotes in openrc script, bug #481640 (diff) | |
download | gentoo-2-5b68298588397c1d9061f015d2f687d4f09fb6ac.tar.gz gentoo-2-5b68298588397c1d9061f015d2f687d4f09fb6ac.tar.bz2 gentoo-2-5b68298588397c1d9061f015d2f687d4f09fb6ac.zip |
Drop virtual/ruby-test-unit which is a noop, bug 380711.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'app-text/webgen')
-rw-r--r-- | app-text/webgen/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/webgen/webgen-0.5.14.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/webgen/ChangeLog b/app-text/webgen/ChangeLog index e9bd85153303..d06c6865562e 100644 --- a/app-text/webgen/ChangeLog +++ b/app-text/webgen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/webgen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.16 2013/08/11 07:06:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.17 2013/09/01 12:41:00 graaff Exp $ + + 01 Sep 2013; Hans de Graaff <graaff@gentoo.org> webgen-0.5.14.ebuild: + Drop virtual/ruby-test-unit which is a noop, bug 380711. 11 Aug 2013; Hans de Graaff <graaff@gentoo.org> metadata.xml: Drop package from ruby herd as per 2013-07-21 announcement. diff --git a/app-text/webgen/webgen-0.5.14.ebuild b/app-text/webgen/webgen-0.5.14.ebuild index c0627dbf7791..49eb0121f5da 100644 --- a/app-text/webgen/webgen-0.5.14.ebuild +++ b/app-text/webgen/webgen-0.5.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v 1.1 2010/08/14 07:17:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.5.14.ebuild,v 1.2 2013/09/01 12:41:00 graaff Exp $ EAPI=2 USE_RUBY="ruby18" @@ -20,7 +20,6 @@ KEYWORDS="~amd64 ~x86" IUSE="builder highlight markdown" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" ruby_add_rdepend ">=dev-ruby/cmdparse-2.0.0 >=dev-ruby/redcloth-4.1.9 |