summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-03-03 02:31:29 +0000
committerOlivier Crête <tester@gentoo.org>2007-03-03 02:31:29 +0000
commit0b280ecca23ebad5a494951a881cbba1de083546 (patch)
tree7bc4c4a87b715478d03a4dfe8d4a1e08bc56d020 /dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
parentRemoving packages using ruby-gnome 1.x masked by Flameeyes one month ago: www... (diff)
downloadgentoo-2-0b280ecca23ebad5a494951a881cbba1de083546.tar.gz
gentoo-2-0b280ecca23ebad5a494951a881cbba1de083546.tar.bz2
gentoo-2-0b280ecca23ebad5a494951a881cbba1de083546.zip
Remove ruby-gnome 1.x that was masked on month ago by Flameeyes
Diffstat (limited to 'dev-ruby/ruby-libart/ruby-libart-0.34.ebuild')
-rw-r--r--dev-ruby/ruby-libart/ruby-libart-0.34.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild b/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
deleted file mode 100644
index 8e02b9ef29c6..000000000000
--- a/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild,v 1.15 2006/10/20 11:18:34 flameeyes Exp $
-
-inherit ruby
-
-S=${WORKDIR}/ruby-gnome-all-${PV}/libart
-DESCRIPTION="Ruby libart bindings"
-HOMEPAGE="http://ruby-gnome.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
-IUSE=""
-USE_RUBY="ruby16 ruby18 ruby19"
-
-DEPEND="virtual/ruby
- >=media-libs/libart_lgpl-2.3.10"
-
-src_compile() {
- ruby extconf.rb \
- --with-libart-config=libart2-config \
- --with-art_lgpllib=art_lgpl_2 \
- || die "ruby extconf.rb failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make site-install DESTDIR=${D}
- dodoc [A-Z]*
- cp -pPR sample ${D}/usr/share/doc/${PF}
-}