commit:     12bc5d60ba7b5b3d4326eb10799ecd9402b437d1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:21:07 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:21:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bc5d60

net-mail/eps: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-mail/eps/eps-1.7.ebuild | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/net-mail/eps/eps-1.7.ebuild b/net-mail/eps/eps-1.7.ebuild
deleted file mode 100644
index c938746bdb4..00000000000
--- a/net-mail/eps/eps-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="Inter7 Email Processing and mht System library"
-HOMEPAGE="http://www.inter7.com/eps";
-SRC_URI="http://www.inter7.com/eps/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_prepare() {
-       sed -i -e 's:/usr:$(DESTDIR)$(prefix):g' \
-               -e 's:\(DEFS.*\):\1 $(CFLAGS):' \
-               -e 's:$(DEFS):$(DEFS) -fPIC:' \
-               -e 's:-shared:-shared -Wl,-soname,libeps.so $(LDFLAGS):' \
-               -e 's:cp -pf:cp -f:g' \
-               Makefile
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" AR="$(tc-getAR)" || die "emake failed"
-}
-
-src_install() {
-       emake prefix=/usr DESTDIR="${D}" LIBDIR="${D}/usr/$(get_libdir)" 
install \
-               || die "emake install failed"
-       dodoc ChangeLog TODO doc/*
-}

Reply via email to