# ChangeLog for dev-ruby/spruz
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spruz/ChangeLog,v 1.13 2011/08/28 19:40:13 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spruz/ChangeLog,v 1.14 2012/01/14 07:17:13 graaff Exp $
+
+ 14 Jan 2012; Hans de Graaff <graaff@gentoo.org> -spruz-0.2.7.ebuild,
+ -spruz-0.2.9.ebuild, -spruz-0.2.10.ebuild:
+ Remove old versions.
28 Aug 2011; Jeroen Roovers <jer@gentoo.org> spruz-0.2.11.ebuild:
Marked ~hppa (bug #375429).
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spruz/spruz-0.2.10.ebuild,v 1.1 2011/07/16 07:14:03 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library."
-HOMEPAGE="http://github.com/flori/spruz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit ) "
-
-all_ruby_prepare() {
- # sdoc is not available for Gentoo yet, use rdoc instead
- sed -i -e 's/sdoc/rdoc/' Rakefile || die
- # Fix glob expansion so that documentation can be built
- sed -i -e "s/} \* ' '}/.join(' ')}/" Rakefile || die
-}
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spruz/spruz-0.2.7.ebuild,v 1.1 2011/05/29 07:09:57 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-# Should be doc but files are missing from the gem:
-# http://github.com/flori/spruz/issues/issue/2
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library."
-HOMEPAGE="http://github.com/flori/spruz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit ) "
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spruz/spruz-0.2.9.ebuild,v 1.1 2011/07/09 07:10:25 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library."
-HOMEPAGE="http://github.com/flori/spruz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit ) "
-
-all_ruby_prepare() {
- # sdoc is not available for Gentoo yet, use rdoc instead
- sed -i -e 's/sdoc/rdoc/' Rakefile || die
- # Fix glob expansion so that documentation can be built
- sed -i -e "s/} \* ' '}/.join(' ')}/" Rakefile || die
-}