summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-05-16 10:39:17 +0000
committerMamoru Komachi <usata@gentoo.org>2004-05-16 10:39:17 +0000
commita75257b62528e3818367f59adba1700c713ff4b4 (patch)
treef42b6e8ac461f8f2efecdca16e99e4af7a370fbf /dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild
parentMarked >=0.30 stable on x86 and alpha. Removed old ebuilds. (diff)
downloadhistorical-a75257b62528e3818367f59adba1700c713ff4b4.tar.gz
historical-a75257b62528e3818367f59adba1700c713ff4b4.tar.bz2
historical-a75257b62528e3818367f59adba1700c713ff4b4.zip
Removed old ebuilds.
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild')
-rw-r--r--dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild
deleted file mode 100644
index 9b4141dbe63f..000000000000
--- a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.27.ebuild,v 1.9 2004/04/11 14:34:03 usata Exp $
-
-S=${WORKDIR}/ruby-gnome-all-${PV}/gdkpixbuf
-DESCRIPTION="Ruby GdkPixbuf bindings"
-HOMEPAGE="http://ruby-gnome.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/ruby
- >=dev-ruby/ruby-gtk-${PV}"
-
-src_compile() {
- ruby extconf.rb || die "ruby extconf.rb failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make site-install DESTDIR=${D}
- dodoc [A-Z]*
- cp -dr sample ${D}/usr/share/doc/${PF}
-}