summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-06-27 06:25:17 +0000
committerHans de Graaff <graaff@gentoo.org>2010-06-27 06:25:17 +0000
commit5e1bdc2198407ead955d65a5d007f24127e761d0 (patch)
treee158b9a39a08738efebbff5e14f02da8ce6e43f9 /dev-ruby/plist
parentConvert to ruby-fakegem. (diff)
downloadgentoo-2-5e1bdc2198407ead955d65a5d007f24127e761d0.tar.gz
gentoo-2-5e1bdc2198407ead955d65a5d007f24127e761d0.tar.bz2
gentoo-2-5e1bdc2198407ead955d65a5d007f24127e761d0.zip
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r--dev-ruby/plist/ChangeLog6
-rw-r--r--dev-ruby/plist/plist-3.0.0-r1.ebuild31
-rw-r--r--dev-ruby/plist/plist-3.0.0.ebuild16
3 files changed, 5 insertions, 48 deletions
diff --git a/dev-ruby/plist/ChangeLog b/dev-ruby/plist/ChangeLog
index 94d3fbed5e76..e1790bd0b72a 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.6 2010/05/22 15:34:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.7 2010/06/27 06:25:16 graaff Exp $
+
+ 27 Jun 2010; Hans de Graaff <graaff@gentoo.org> -plist-3.0.0.ebuild,
+ -plist-3.0.0-r1.ebuild:
+ Remove old versions.
22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> plist-3.0.0.ebuild,
plist-3.1.0.ebuild:
diff --git a/dev-ruby/plist/plist-3.0.0-r1.ebuild b/dev-ruby/plist/plist-3.0.0-r1.ebuild
deleted file mode 100644
index bc4746983fa2..000000000000
--- a/dev-ruby/plist/plist-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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-r1.ebuild,v 1.1 2010/02/08 20:08:16 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to manipulate Property List files, also known as plists"
-HOMEPAGE="http://plist.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-# There are test failures. Reported upstream as
-# http://rubyforge.org/tracker/index.php?func=detail&aid=27797&group_id=2006&atid=7829
-RESTRICT="test"
-
-all_ruby_prepare() {
- # The Rakefile task for documentations depends on this being present.
- touch CHANGELOG
-
- # And it uses a template that is not available
- sed -i 's/docs\/jamis-template.rb/html/' Rakefile || die "Unable to change template"
-}
diff --git a/dev-ruby/plist/plist-3.0.0.ebuild b/dev-ruby/plist/plist-3.0.0.ebuild
deleted file mode 100644
index 541e53ccad52..000000000000
--- a/dev-ruby/plist/plist-3.0.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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.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/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.5"