Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/sercd/
Date: Thu, 28 Apr 2016 22:00:42
Message-Id: 1461880772.0489862ce5db539cc02485785b5dba6f8adbdb9c.wizardedit@gentoo
1 commit: 0489862ce5db539cc02485785b5dba6f8adbdb9c
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 21:59:22 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 21:59:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0489862c
7
8 net-dialup/sercd: remove sercd-3.0.0-r1
9
10 Package-Manager: portage-2.2.26
11
12 net-dialup/sercd/sercd-3.0.0-r1.ebuild | 36 ----------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-dialup/sercd/sercd-3.0.0-r1.ebuild b/net-dialup/sercd/sercd-3.0.0-r1.ebuild
16 deleted file mode 100644
17 index ba2204b..0000000
18 --- a/net-dialup/sercd/sercd-3.0.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="RFC2217-compliant serial port redirector"
30 -HOMEPAGE="http://sourceforge.net/projects/sercd"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -IUSE="xinetd"
38 -
39 -RDEPEND="xinetd? ( virtual/inetd )"
40 -
41 -DOCS=( AUTHORS README )
42 -
43 -src_prepare() {
44 - epatch_user
45 -}
46 -
47 -src_install () {
48 - default
49 -
50 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
51 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
52 - if use xinetd ; then
53 - insinto /etc/xinetd.d
54 - newins "${FILESDIR}/${PN}.xinetd" "${PN}"
55 - fi
56 -}