summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-06-09 02:13:21 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-06-09 02:13:21 +0000
commitb91bc9821ae34ad613d61b67549394a9cacd5081 (patch)
tree7a8226358ce89a46d655ca41717669034360df7f /dev-ruby/wxruby/wxruby-0.4.0.ebuild
parentVersion bump. (diff)
downloadgentoo-2-b91bc9821ae34ad613d61b67549394a9cacd5081.tar.gz
gentoo-2-b91bc9821ae34ad613d61b67549394a9cacd5081.tar.bz2
gentoo-2-b91bc9821ae34ad613d61b67549394a9cacd5081.zip
dev-ruby/wxruby removal (bug #164148)
Diffstat (limited to 'dev-ruby/wxruby/wxruby-0.4.0.ebuild')
-rw-r--r--dev-ruby/wxruby/wxruby-0.4.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/wxruby/wxruby-0.4.0.ebuild b/dev-ruby/wxruby/wxruby-0.4.0.ebuild
deleted file mode 100644
index 1b1bdf983a26..000000000000
--- a/dev-ruby/wxruby/wxruby-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.4.0.ebuild,v 1.7 2007/01/21 08:23:29 pclouds Exp $
-
-MY_P="${PN}-${PV}-src"
-DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit"
-HOMEPAGE="http://rubyforge.org/projects/wxruby/"
-SRC_URI="http://rubyforge.org/frs/download.php/769/${MY_P}.tgz"
-LICENSE="wxWinLL-3"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
-IUSE="examples unicode"
-DEPEND=">=dev-lang/ruby-1.8
- =x11-libs/wxGTK-2.4*"
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- use unicode && die "${CATEGORY}/${PN} is incompatible with USE=\"unicode\""
-}
-
-src_compile() {
- ( cd src && ruby extconf.rb && emake ) || die
-}
-
-src_install() {
- dodoc [A-Z]*
- use examples && cp -r samples ${D}/usr/share/doc/${PF}
- ( cd src && make DESTDIR=${D} install )
-}