1 |
commit: 8a7970d735c67b6f16b4e1af0eba6d574a67b4c1 |
2 |
Author: Sam James <sam <AT> gentoo <DOT> org> |
3 |
AuthorDate: Wed Sep 16 22:25:38 2020 +0000 |
4 |
Commit: Sam James <sam <AT> gentoo <DOT> org> |
5 |
CommitDate: Wed Sep 16 22:25:51 2020 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7970d7 |
7 |
|
8 |
net-misc/pimpd: cleanup old EAPI 4 |
9 |
|
10 |
Closes: https://bugs.gentoo.org/740964 |
11 |
Package-Manager: Portage-3.0.4, Repoman-3.0.1 |
12 |
Signed-off-by: Sam James <sam <AT> gentoo.org> |
13 |
|
14 |
net-misc/pimpd/pimpd-0.8.ebuild | 24 ------------------------ |
15 |
1 file changed, 24 deletions(-) |
16 |
|
17 |
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild |
18 |
deleted file mode 100644 |
19 |
index 62183ccfef2..00000000000 |
20 |
--- a/net-misc/pimpd/pimpd-0.8.ebuild |
21 |
+++ /dev/null |
22 |
@@ -1,24 +0,0 @@ |
23 |
-# Copyright 1999-2020 Gentoo Authors |
24 |
-# Distributed under the terms of the GNU General Public License v2 |
25 |
- |
26 |
-EAPI=4 |
27 |
- |
28 |
-inherit toolchain-funcs |
29 |
- |
30 |
-DESCRIPTION="RFC1413-compliant identd server supporting masqueraded connections" |
31 |
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" |
32 |
-SRC_URI="http://cats.meow.at/~peter/pimpd_${PV}.tar.gz" |
33 |
- |
34 |
-LICENSE="GPL-2" |
35 |
-SLOT="0" |
36 |
-KEYWORDS="~amd64 ppc sparc x86" |
37 |
-IUSE="" |
38 |
- |
39 |
-src_compile() { |
40 |
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" |
41 |
-} |
42 |
- |
43 |
-src_install() { |
44 |
- dosbin pimpd |
45 |
- dodoc README |
46 |
-} |