summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 12:21:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 12:35:16 +0200
commit8c1be5369c9daf36973d15612182820202f7aad6 (patch)
tree67c71d609398f8b8bd27cac471d9b3081dc21e7c /net-mail/topal/topal-75.ebuild
parentnet-dialup/capi4k-utils: Remove last-rited pkg, #379975 (diff)
downloadgentoo-8c1be5369c9daf36973d15612182820202f7aad6.tar.gz
gentoo-8c1be5369c9daf36973d15612182820202f7aad6.tar.bz2
gentoo-8c1be5369c9daf36973d15612182820202f7aad6.zip
net-mail/topal: Remove last-rited pkg, #541702
Diffstat (limited to 'net-mail/topal/topal-75.ebuild')
-rw-r--r--net-mail/topal/topal-75.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mail/topal/topal-75.ebuild b/net-mail/topal/topal-75.ebuild
deleted file mode 100644
index 0e589754f978..000000000000
--- a/net-mail/topal/topal-75.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Topal is a 'glue' program that links GnuPG and Pine/Alpine"
-HOMEPAGE="http://homepage.ntlworld.com/phil.brooke/topal/"
-SRC_URI="http://homepage.ntlworld.com/phil.brooke/topal/rel-${PV}/topal-package-${PV}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-RDEPEND=">=app-crypt/gnupg-2.0.7-r1
- || ( net-mail/metamail app-misc/run-mailcap )
- || ( app-text/dos2unix app-text/hd2u )
- sys-libs/ncurses
- sys-libs/readline"
-DEPEND="${RDEPEND}
- virtual/ada
- doc? ( app-text/texlive )"
-
-src_prepare() {
- rm "${S}"/MIME-tool/mime-tool || die
- epatch "${FILESDIR}"/${PV}-Makefile.patch
- use doc || sed -i -e '/pdflatex/s/^/#/' Makefile
-}
-
-src_compile() {
- emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- emake install \
- INSTALLPATH="${D}"/usr \
- INSTALLPATHDOC="${D}/usr/share/doc/${PF}"
- dohtml "${S}"/*.html
-}