Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/datapipe/
Date: Thu, 28 Jun 2018 10:46:28
Message-Id: 1530182776.48323492fa2b174b43b9fdc992e607573e7d715c.monsieurp@gentoo
1 commit: 48323492fa2b174b43b9fdc992e607573e7d715c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 22:33:29 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 10:46:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48323492
7
8 net-misc/datapipe: clean up old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/datapipe/datapipe-1.0-r1.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/net-misc/datapipe/datapipe-1.0-r1.ebuild b/net-misc/datapipe/datapipe-1.0-r1.ebuild
16 deleted file mode 100644
17 index 8bcbbded72a..00000000000
18 --- a/net-misc/datapipe/datapipe-1.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit toolchain-funcs
27 -
28 -IUSE=""
29 -DESCRIPTION="bind a local port and connect it to a remote socket"
30 -HOMEPAGE="http://http.distributed.net/pub/dcti/unsupported/"
31 -SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz http://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz"
32 -
33 -LICENSE="public-domain"
34 -SLOT="0"
35 -KEYWORDS="~x86 ~ppc ~arm ~amd64"
36 -
37 -src_compile() {
38 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o datapipe datapipe.c
39 -}
40 -
41 -src_install() {
42 - dobin datapipe
43 - dodoc datapipe.txt
44 -}