summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/uconv/uconv-0.4.11.ebuild')
-rw-r--r--dev-ruby/uconv/uconv-0.4.11.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/uconv/uconv-0.4.11.ebuild b/dev-ruby/uconv/uconv-0.4.11.ebuild
deleted file mode 100644
index 8af64d364b3e..000000000000
--- a/dev-ruby/uconv/uconv-0.4.11.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.4.11.ebuild,v 1.5 2004/07/14 22:20:12 agriffis Exp $
-
-DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese strings"
-HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv"
-SRC_URI="http://www.yoshidam.net/${P}.tar.gz"
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="virtual/ruby"
-S=${WORKDIR}/${PN}
-
-src_compile() {
- cp extconf.rb extconf.rb.orig
- sed -e '/^\$CFLAGS = ""/d' extconf.rb.orig > extconf.rb
- ruby extconf.rb || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}