diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-02-22 20:11:18 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-02-22 20:14:12 +1100 |
commit | 95948f9c8647012584ed523bc582a60cb23d8c63 (patch) | |
tree | 97777cd30a3adf318bb70f96e54a83553620409a /app-misc | |
parent | app-crypt/xor-analyze: remove 0.5-r0 (diff) | |
download | gentoo-95948f9c8647012584ed523bc582a60cb23d8c63.tar.gz gentoo-95948f9c8647012584ed523bc582a60cb23d8c63.tar.bz2 gentoo-95948f9c8647012584ed523bc582a60cb23d8c63.zip |
app-misc/mepl: remove 0.45-r0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mepl/files/gcc433.patch | 16 | ||||
-rw-r--r-- | app-misc/mepl/mepl-0.45.ebuild | 35 |
2 files changed, 0 insertions, 51 deletions
diff --git a/app-misc/mepl/files/gcc433.patch b/app-misc/mepl/files/gcc433.patch deleted file mode 100644 index 0fd857a9ae30..000000000000 --- a/app-misc/mepl/files/gcc433.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/mepl.c 2009-04-07 21:17:32.000000000 +0200 -+++ b/mepl.c 2009-04-07 21:16:48.000000000 +0200 -@@ -1,3 +1,4 @@ -+#include <stdlib.h> - #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999" - /* Version: @(#) mepl.c 0.45 - Autor: Frank Holtz <frank@hof-berlin.de>--- mepl.c 2009-04-07 21:08:18.000000000 +0200 -@@ -347,7 +347,7 @@ - errz=0; - do { - error=0; -- resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT); /* In Datei zwischenspeichern */ -+ resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT,0600); /* In Datei zwischenspeichern */ - sendstr(ATSENDMEM); - line[2]=0; - /* Erstes Zeichen suchen */ 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 -} |