summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/libxml/libxml-0.8.3.ebuild')
-rw-r--r--dev-ruby/libxml/libxml-0.8.3.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/libxml/libxml-0.8.3.ebuild b/dev-ruby/libxml/libxml-0.8.3.ebuild
deleted file mode 100644
index 7a9e5783f713..000000000000
--- a/dev-ruby/libxml/libxml-0.8.3.ebuild
+++ /dev/null
@@ -1,19 +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.8.3.ebuild,v 1.1 2008/10/13 15:21:22 flameeyes 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"
-RDEPEND="${DEPEND}"