summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-05 13:56:52 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-05 13:56:52 +0000
commit80119dc451dd7b0b23d70f43e847e7d970e12650 (patch)
tree0060d93d28fbdf549be8da220ad285b0e88b48ff /dev-ruby/xml-simple
parentDrop stale conditionals after py2.5 removal. (diff)
downloadgentoo-2-80119dc451dd7b0b23d70f43e847e7d970e12650.tar.gz
gentoo-2-80119dc451dd7b0b23d70f43e847e7d970e12650.tar.bz2
gentoo-2-80119dc451dd7b0b23d70f43e847e7d970e12650.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r--dev-ruby/xml-simple/ChangeLog5
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.1.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog
index fb5091b02ab1..caec333eae22 100644
--- a/dev-ruby/xml-simple/ChangeLog
+++ b/dev-ruby/xml-simple/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/xml-simple
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.34 2013/09/05 13:55:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.35 2013/09/05 13:56:51 mrueg Exp $
+
+ 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -xml-simple-1.1.1.ebuild:
+ Cleanup old.
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xml-simple-1.1.2.ebuild:
Stable for amd64, wrt bug #483608
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild
deleted file mode 100644
index c2e04ce54200..000000000000
--- a/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild,v 1.3 2012/09/27 09:27:17 ssuominen Exp $
-
-EAPI=2
-USE_RUBY="ruby18 jruby ree18"
-
-# Gem only contains lib code, and no easily accessible upstream repository.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple."
-HOMEPAGE="http://rubyforge.org/projects/xml-simple/"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE=""