commit:     241de46624a002c32985d05ae46914b9aa1e2a2d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 07:17:17 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:32:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241de466

net-mail/altermime: drop 0.3.11-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-mail/altermime/altermime-0.3.11-r1.ebuild | 28 ---------------------------
 1 file changed, 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
-}

Reply via email to