net-mail/eps: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Dec 2017 15:21:07 +0000 (18:21 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Dec 2017 15:21:40 +0000 (18:21 +0300)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

net-mail/eps/eps-1.7.ebuild [deleted file]

diff --git a/net-mail/eps/eps-1.7.ebuild b/net-mail/eps/eps-1.7.ebuild
deleted file mode 100644 (file)
index c938746..0000000
+++ /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/*
-}