summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-04-16 23:12:23 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-04-16 23:12:23 +0200
commit9e9db61ad1e588ba4a15a7ae5f805e25a24614b2 (patch)
tree23f61313e739e6460d53a745c4a8c8fb1f7817a3 /net-mail/altermime/altermime-0.3.10.ebuild
parentnet-mail/mlmmj: Remove old (diff)
downloadgentoo-9e9db61ad1e588ba4a15a7ae5f805e25a24614b2.tar.gz
gentoo-9e9db61ad1e588ba4a15a7ae5f805e25a24614b2.tar.bz2
gentoo-9e9db61ad1e588ba4a15a7ae5f805e25a24614b2.zip
net-mail/altermime: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-mail/altermime/altermime-0.3.10.ebuild')
-rw-r--r--net-mail/altermime/altermime-0.3.10.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-mail/altermime/altermime-0.3.10.ebuild b/net-mail/altermime/altermime-0.3.10.ebuild
deleted file mode 100644
index 3c04765c382c..000000000000
--- a/net-mail/altermime/altermime-0.3.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
-HOMEPAGE="http://pldaniels.com/altermime/"
-
-LICENSE="Sendmail"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e 's:-Werror::' \
- -e "/^CFLAGS[[:space:]]*=/ s/-O2/${CFLAGS}/" \
- -e 's/${CFLAGS} altermime.c/${CFLAGS} ${LDFLAGS} altermime.c/' \
- Makefile || die
-
- epatch "${FILESDIR}"/${P}-fprintf-fixes.patch \
- "${FILESDIR}"/${P}-MIME_headers-overflow.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- dobin altermime || die
- dodoc CHANGELOG README || die
-}