commit: 672d83324980ad2b302a4f90398d930d300d3928 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Feb 17 11:04:53 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 11:04:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672d8332
dev-libs/libmoe: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libmoe/libmoe-1.5.8-r2.ebuild | 41 ---------------------------------- 1 file changed, 41 deletions(-) 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 index 35ccd9f847..0000000000 --- a/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild +++ /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 -}
