summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-12-09 19:33:06 +0000
committerHans de Graaff <graaff@gentoo.org>2009-12-09 19:33:06 +0000
commit118bf947fac96e850f953b0838da4b71b4f2565e (patch)
tree49bdca440855a5193f3ef4176b2eacb735390e2e /dev-ruby/libxml
parentppc stable #295028 (diff)
downloadgentoo-2-118bf947fac96e850f953b0838da4b71b4f2565e.tar.gz
gentoo-2-118bf947fac96e850f953b0838da4b71b4f2565e.tar.bz2
gentoo-2-118bf947fac96e850f953b0838da4b71b4f2565e.zip
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r--dev-ruby/libxml/ChangeLog5
-rw-r--r--dev-ruby/libxml/libxml-0.5.4.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog
index ad7e39618d9a..b25030c353e0 100644
--- a/dev-ruby/libxml/ChangeLog
+++ b/dev-ruby/libxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/libxml
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.29 2009/07/09 21:15:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.30 2009/12/09 19:33:06 graaff Exp $
+
+ 09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -libxml-0.5.4.ebuild:
+ Remove old version.
09 Jul 2009; Jeroen Roovers <jer@gentoo.org> libxml-1.1.3.ebuild:
Stable for HPPA too.
diff --git a/dev-ruby/libxml/libxml-0.5.4.ebuild b/dev-ruby/libxml/libxml-0.5.4.ebuild
deleted file mode 100644
index 71d8bc1830b5..000000000000
--- a/dev-ruby/libxml/libxml-0.5.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-0.5.4.ebuild,v 1.4 2008/07/18 18:11:01 coldwind Exp $
-
-inherit gems
-
-MY_P=${PN}-ruby-${PV}
-
-DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML, but feature complete and significantly faster."
-HOMEPAGE="http://libxml.rubyforge.org"
-SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libxml2-2.6.6"