Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/
Date: Sat, 29 Apr 2017 05:43:45
Message-Id: 1493444611.ce24be446cdc5a65d653cb0998fa41150c99e992.kensington@gentoo
1 commit: ce24be446cdc5a65d653cb0998fa41150c99e992
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 05:43:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 05:43:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce24be44
7
8 net-dialup/dial: remove 1.2-r1
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-dialup/dial/dial-1.2-r1.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/net-dialup/dial/dial-1.2-r1.ebuild b/net-dialup/dial/dial-1.2-r1.ebuild
16 deleted file mode 100644
17 index fe6f9512f06..00000000000
18 --- a/net-dialup/dial/dial-1.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="A simple client for DWUN"
29 -HOMEPAGE="http://dwun.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND="net-dialup/dwun"
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}/${P}-gcc3.3.patch"
42 -}
43 -
44 -src_install() {
45 - einstall || die "install failed."
46 - dodoc AUTHORS ChangeLog README TODO
47 -}