dev-libs/libmoe: remove old
authorMichael Palimaka <kensington@gentoo.org>
Fri, 17 Feb 2017 11:04:53 +0000 (22:04 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 17 Feb 2017 11:04:59 +0000 (22:04 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-libs/libmoe/libmoe-1.5.8-r2.ebuild [deleted file]

diff --git a/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild b/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild
deleted file mode 100644 (file)
index 35ccd9f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="multi octet character encoding handling library"
-HOMEPAGE="http://pub.ks-and-ks.ne.jp/prog/libmoe/"
-SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${FILESDIR}/${P}-gentoo.patch"
-       epatch "${FILESDIR}/${P}-makefile.patch"
-
-       sed -i \
-               -e "/^PREFIX=/s:=.*:=/usr:" \
-               -e "/^LIBSODIR=/s:=.*:=/usr/$(get_libdir):" \
-               -e "/^MANDIR=/s:=.*:=/usr/share/man:" \
-               -e "/^CF=/s:=:=${CFLAGS} :" \
-               -e "/^LF=/s:=:=${LDFLAGS} :" \
-               -e "s:=gcc:=$(tc-getCC):" \
-               -e "/^AR=/s:=ar:=$(tc-getAR):" \
-               Makefile || die
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-
-       dodoc ChangeLog
-       dohtml libmoe.shtml
-}