summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-08-07 09:17:17 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-08-07 21:32:33 +0200
commit241de46624a002c32985d05ae46914b9aa1e2a2d (patch)
treed38fdc8e9166f840801694ab92e92a08ed9ea542 /net-mail
parentnet-mail/altermime: add 0.3.12 (diff)
downloadgentoo-241de46624a002c32985d05ae46914b9aa1e2a2d.tar.gz
gentoo-241de46624a002c32985d05ae46914b9aa1e2a2d.tar.bz2
gentoo-241de46624a002c32985d05ae46914b9aa1e2a2d.zip
net-mail/altermime: drop 0.3.11-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/altermime/altermime-0.3.11-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mail/altermime/altermime-0.3.11-r1.ebuild b/net-mail/altermime/altermime-0.3.11-r1.ebuild
deleted file mode 100644
index 75771c4ff6bc..000000000000
--- a/net-mail/altermime/altermime-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="alterMIME is a small program which is used to alter your mime-encoded mailpacks"
-HOMEPAGE="https://pldaniels.com/altermime/"
-SRC_URI="https://www.pldaniels.com/altermime/${P}.tar.gz"
-
-LICENSE="Sendmail"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.3.10-MIME_headers-overflow.patch
- "${FILESDIR}"/${P}-respect-flags.patch
-)
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin altermime
- dodoc CHANGELOG README
-}