summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mepl/mepl-0.45.ebuild')
-rw-r--r--app-misc/mepl/mepl-0.45.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/mepl/mepl-0.45.ebuild b/app-misc/mepl/mepl-0.45.ebuild
deleted file mode 100644
index 5c4b07351dd4..000000000000
--- a/app-misc/mepl/mepl-0.45.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils 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"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${PN}${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/gcc433.patch"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DMEPLCONFIG=\\\"/etc/mepl.conf\\\"\
- ${LDFLAGS}" en || die
-}
-
-src_install() {
- dobin mepl meplmail || die
- insinto /etc
- doins mepl.conf
- newman mepl.en mepl.7
-}