diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-17 18:21:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-17 18:21:40 +0300 |
commit | 12bc5d60ba7b5b3d4326eb10799ecd9402b437d1 (patch) | |
tree | 1d4d451223ad90fb3c99b6e1740d7ae5c6f08dfc | |
parent | net-mail/eps: ppc stable wrt bug #639486 (diff) | |
download | gentoo-12bc5d60ba7b5b3d4326eb10799ecd9402b437d1.tar.gz gentoo-12bc5d60ba7b5b3d4326eb10799ecd9402b437d1.tar.bz2 gentoo-12bc5d60ba7b5b3d4326eb10799ecd9402b437d1.zip |
net-mail/eps: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r-- | net-mail/eps/eps-1.7.ebuild | 37 |
1 files changed, 0 insertions, 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 c938746bdb4e..000000000000 --- 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/* -} |