summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-21 20:46:24 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-21 20:46:24 +0000
commit4ed3636ea6ad6cb7f952a6f063f8978f261d1219 (patch)
tree4c018a3989e87873735ff1f95c21ed6f91f33211 /dev-ruby/uconv
parentStable for PPC64 (bug #516868). (diff)
downloadgentoo-2-4ed3636ea6ad6cb7f952a6f063f8978f261d1219.tar.gz
gentoo-2-4ed3636ea6ad6cb7f952a6f063f8978f261d1219.tar.bz2
gentoo-2-4ed3636ea6ad6cb7f952a6f063f8978f261d1219.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/uconv')
-rw-r--r--dev-ruby/uconv/ChangeLog5
-rw-r--r--dev-ruby/uconv/uconv-0.6.1.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-ruby/uconv/ChangeLog b/dev-ruby/uconv/ChangeLog
index bf65e7e37adb..7e610f59728e 100644
--- a/dev-ruby/uconv/ChangeLog
+++ b/dev-ruby/uconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/uconv
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.34 2015/04/21 17:49:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.35 2015/04/21 20:46:24 mrueg Exp $
+
+ 21 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -uconv-0.6.1.ebuild:
+ Remove old.
21 Apr 2015; Pacho Ramos <pacho@gentoo.org> uconv-0.6.1-r1.ebuild:
x86 stable wrt bug #545460
diff --git a/dev-ruby/uconv/uconv-0.6.1.ebuild b/dev-ruby/uconv/uconv-0.6.1.ebuild
deleted file mode 100644
index 65eb04d82e5c..000000000000
--- a/dev-ruby/uconv/uconv-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1.ebuild,v 1.5 2014/04/19 03:15:54 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-inherit ruby-ng
-
-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="~amd64 ppc ppc64 x86"
-IUSE=""
-
-RUBY_S=${PN}
-
-all_ruby_prepare() {
- sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove CFLAGS line"
-}
-
-each_ruby_configure() {
- ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1
-}
-
-each_ruby_install() {
- emake V=1 DESTDIR="${D}" install
-}
-
-all_ruby_install() {
- dodoc README*
-}