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/rp-l2tp/
Date: Thu, 28 Apr 2016 22:00:39
Message-Id: 1461880772.a132ce47a946df03fb99ebdfe53c6288ef578371.wizardedit@gentoo
1 commit: a132ce47a946df03fb99ebdfe53c6288ef578371
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 21:52:43 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=a132ce47
7
8 net-dialup/rp-l2tp: removing rp-l2tp-0.4-r3
9
10 Package-Manager: portage-2.2.26
11
12 net-dialup/rp-l2tp/rp-l2tp-0.4-r3.ebuild | 36 --------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r3.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r3.ebuild
16 deleted file mode 100644
17 index 06058b9..0000000
18 --- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r3.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 toolchain-funcs
28 -
29 -DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems"
30 -HOMEPAGE="http://sourceforge.net/projects/rp-l2tp/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -KEYWORDS="amd64 ~ppc x86"
35 -SLOT="0"
36 -
37 -src_prepare() {
38 - tc-export AR CC RANLIB
39 - epatch \
40 - "${FILESDIR}/${P}-gentoo.patch" \
41 - "${FILESDIR}/${P}-flags.patch" \
42 - "${FILESDIR}/${P}-build.patch"
43 - epatch_user
44 -}
45 -
46 -src_install() {
47 - emake RPM_INSTALL_ROOT="${D}" install
48 -
49 - dodoc README
50 - newdoc l2tp.conf rp-l2tpd.conf
51 - docinto libevent
52 - dodoc libevent/Doc/*
53 - docompress -x "/usr/share/doc/${PF}/libevent"
54 -
55 - newinitd "${FILESDIR}/rp-l2tpd-init" rp-l2tpd
56 -}