summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 22:03:28 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 22:03:28 +0200
commit37c1a35751a76b7b42303e3333d6462eca623e5b (patch)
tree1ac6bd5b8ab06ea4b3151f133cc0436ec11fad6d /app-misc/mepl/mepl-0.45-r1.ebuild
parentapp-misc/leave: update EAPI 6 -> 8 (diff)
downloadgentoo-37c1a35751a76b7b42303e3333d6462eca623e5b.tar.gz
gentoo-37c1a35751a76b7b42303e3333d6462eca623e5b.tar.bz2
gentoo-37c1a35751a76b7b42303e3333d6462eca623e5b.zip
app-misc/mepl: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/mepl/mepl-0.45-r1.ebuild')
-rw-r--r--app-misc/mepl/mepl-0.45-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/mepl/mepl-0.45-r1.ebuild b/app-misc/mepl/mepl-0.45-r1.ebuild
deleted file mode 100644
index 260918797539..000000000000
--- a/app-misc/mepl/mepl-0.45-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Self-employed-mode software for 3COM/USR message modems"
-HOMEPAGE="https://web.archive.org/web/20031204100644/http://www.hof-berlin.de:80/mepl/"
-SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-S="${WORKDIR}/${PN}${PV}"
-
-PATCHES=( "${FILESDIR}/${P}-gcc433.patch" )
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DMEPLCONFIG=\\\"/etc/mepl.conf\\\" ${LDFLAGS}" en
-}
-
-src_install() {
- dobin "${PN}" "${PN}mail"
- insinto /etc
- doins "${PN}.conf"
- newman "${PN}.en" "${PN}.7"
-}