Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-dialup/checkppp/
Date: Fri, 31 Aug 2012 16:09:20
Message-Id: 1346429238.650d9a1611f435106e25e0f05e21192936b89200.kensington@gentoo
1 commit: 650d9a1611f435106e25e0f05e21192936b89200
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 16:07:18 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 16:07:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=650d9a16
7
8 [net-dialup/checkppp] Remove broken package with dead upstream, bug #431468.
9
10 ---
11 net-dialup/checkppp/Manifest | 1 -
12 net-dialup/checkppp/checkppp-1.5.0.ebuild | 29 -----------------------------
13 net-dialup/checkppp/metadata.xml | 6 ------
14 3 files changed, 0 insertions(+), 36 deletions(-)
15
16 diff --git a/net-dialup/checkppp/Manifest b/net-dialup/checkppp/Manifest
17 deleted file mode 100644
18 index 6f234c1..0000000
19 --- a/net-dialup/checkppp/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST checkppp-1.5.0.tar.gz 511017 RMD160 b2399aaf6fab2403302937ef5d6f7dceae05a614 SHA1 9e3eaa107cdebf86f96d91ef02d260290ed7420f SHA256 ebf454d785036a90ebd700e335a77b94922036b3cc8fc5a9379c21d391bef70d
23
24 diff --git a/net-dialup/checkppp/checkppp-1.5.0.ebuild b/net-dialup/checkppp/checkppp-1.5.0.ebuild
25 deleted file mode 100644
26 index 3d5839f..0000000
27 --- a/net-dialup/checkppp/checkppp-1.5.0.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Header: $
33 -
34 -EAPI="2"
35 -
36 -inherit qt4-r2
37 -
38 -MY_PN="CheckPPP"
39 -
40 -DESCRIPTION="Qt4 ppp client and analyzer"
41 -HOMEPAGE="http://qt-apps.org/content/show.php/CheckPPP?content=106892"
42 -SRC_URI="http://dev.gentooexperimental.org/~hwoarang/distfiles/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="debug"
48 -
49 -RDEPEND="x11-libs/qt-gui:4
50 - net-dialup/ppp"
51 -DEPEND="${RDEPEND}"
52 -
53 -S="${WORKDIR}/${MY_PN}"
54 -
55 -src_install(){
56 - newbin mythread checkppp || die "newbin failed"
57 - dodoc ReadMe || die "dodoc failed"
58 -}
59
60 diff --git a/net-dialup/checkppp/metadata.xml b/net-dialup/checkppp/metadata.xml
61 deleted file mode 100644
62 index 46f151f..0000000
63 --- a/net-dialup/checkppp/metadata.xml
64 +++ /dev/null
65 @@ -1,6 +0,0 @@
66 -<?xml version="1.0" encoding="UTF-8"?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 -<herd>qt</herd>
70 -</pkgmetadata>
71 -