Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mepl/files/, app-misc/mepl/
Date: Thu, 22 Feb 2018 09:14:27
Message-Id: 1519290852.95948f9c8647012584ed523bc582a60cb23d8c63.kensington@gentoo
1 commit: 95948f9c8647012584ed523bc582a60cb23d8c63
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 09:11:18 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 09:14:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95948f9c
7
8 app-misc/mepl: remove 0.45-r0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-misc/mepl/files/gcc433.patch | 16 ----------------
13 app-misc/mepl/mepl-0.45.ebuild | 35 -----------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/app-misc/mepl/files/gcc433.patch b/app-misc/mepl/files/gcc433.patch
17 deleted file mode 100644
18 index 0fd857a9ae3..00000000000
19 --- a/app-misc/mepl/files/gcc433.patch
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 ---- a/mepl.c 2009-04-07 21:17:32.000000000 +0200
23 -+++ b/mepl.c 2009-04-07 21:16:48.000000000 +0200
24 -@@ -1,3 +1,4 @@
25 -+#include <stdlib.h>
26 - #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999"
27 - /* Version: @(#) mepl.c 0.45
28 - Autor: Frank Holtz <frank@××××××××××.de>--- mepl.c 2009-04-07 21:08:18.000000000 +0200
29 -@@ -347,7 +347,7 @@
30 - errz=0;
31 - do {
32 - error=0;
33 -- resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT); /* In Datei zwischenspeichern */
34 -+ resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT,0600); /* In Datei zwischenspeichern */
35 - sendstr(ATSENDMEM);
36 - line[2]=0;
37 - /* Erstes Zeichen suchen */
38
39 diff --git a/app-misc/mepl/mepl-0.45.ebuild b/app-misc/mepl/mepl-0.45.ebuild
40 deleted file mode 100644
41 index 5c4b07351dd..00000000000
42 --- a/app-misc/mepl/mepl-0.45.ebuild
43 +++ /dev/null
44 @@ -1,35 +0,0 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -inherit eutils toolchain-funcs
49 -
50 -DESCRIPTION="Self-employed-mode software for 3COM/USR message modems"
51 -HOMEPAGE="https://web.archive.org/web/20031204100644/http://www.hof-berlin.de:80/mepl/"
52 -SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~ppc x86"
57 -IUSE=""
58 -
59 -DEPEND=""
60 -
61 -S=${WORKDIR}/${PN}${PV}
62 -
63 -src_unpack() {
64 - unpack ${A}
65 - cd "${S}"
66 - epatch "${FILESDIR}/gcc433.patch"
67 -}
68 -
69 -src_compile() {
70 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DMEPLCONFIG=\\\"/etc/mepl.conf\\\"\
71 - ${LDFLAGS}" en || die
72 -}
73 -
74 -src_install() {
75 - dobin mepl meplmail || die
76 - insinto /etc
77 - doins mepl.conf
78 - newman mepl.en mepl.7
79 -}