diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-03 18:03:01 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-03 18:03:01 +0000 |
commit | 7f462a5e103cc98c71c76dce126aab8193d8ee4f (patch) | |
tree | 28583e5cfb3df11756f9d6c6e16cf8f0c201f073 | |
parent | Stable on x86 per #92444 (diff) | |
download | gentoo-2-7f462a5e103cc98c71c76dce126aab8193d8ee4f.tar.gz gentoo-2-7f462a5e103cc98c71c76dce126aab8193d8ee4f.tar.bz2 gentoo-2-7f462a5e103cc98c71c76dce126aab8193d8ee4f.zip |
removing package; it's unmaintained upstream and considered dead. cf bug 66053.
-rw-r--r-- | net-dialup/rppppoek/ChangeLog | 28 | ||||
-rw-r--r-- | net-dialup/rppppoek/Manifest | 5 | ||||
-rw-r--r-- | net-dialup/rppppoek/files/digest-rppppoek-0.33 | 1 | ||||
-rw-r--r-- | net-dialup/rppppoek/files/rppppoek-0.33-panelicon.patch | 58 | ||||
-rw-r--r-- | net-dialup/rppppoek/metadata.xml | 5 | ||||
-rw-r--r-- | net-dialup/rppppoek/rppppoek-0.33.ebuild | 22 |
6 files changed, 0 insertions, 119 deletions
diff --git a/net-dialup/rppppoek/ChangeLog b/net-dialup/rppppoek/ChangeLog deleted file mode 100644 index 2f03ecda1993..000000000000 --- a/net-dialup/rppppoek/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for net-dialup/rppppoek -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rppppoek/ChangeLog,v 1.7 2005/02/21 22:24:47 blubb Exp $ - - 21 Feb 2005; Simon Stelling <blubb@gentoo.org> rppppoek-0.33.ebuild: - added ~amd64 - - 28 Jun 2004; Carsten Lohrke <carlo@gentoo.org> rppppoek-0.33.ebuild: - QA: kde-base -< kde, need-kde - - 19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml: - metadata.xml - -*rppppoek-0.33 (23 May 2003) - - 23 May 2003; Chuck Brewer <killian@gentoo.org>: - Added manifest. - - 03 Mar 2003; Hannes Mehnert <hannes@gentoo.org> - files/rppppoek-0.33-panelicon.patch: patched patch, fixes bug #16668, - thanks again to mona- <mona-@plala.to> - -*rppppoek-0.33 (24 Feb 2003) - - 24 Feb 2003; Hannes Mehnert <hannes@gentoo.org> rppppoek-0.33.ebuild - files/digest-rppppoek-0.33 files/rppppoek-0.33-panelicon.patch : - initial ebuild, thanks to mona- <mona-@plala.to> (bug #16228) - diff --git a/net-dialup/rppppoek/Manifest b/net-dialup/rppppoek/Manifest deleted file mode 100644 index bd0b1269a190..000000000000 --- a/net-dialup/rppppoek/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 e57ab35afcbf8d7c23fab7c6a044ddaa rppppoek-0.33.ebuild 616 -MD5 6a4934c3acbe5dd3227be747bd25081b ChangeLog 978 -MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 c5b692c24e2a7d76399696be6c19d6f9 files/digest-rppppoek-0.33 65 -MD5 d545a4a24889bbee94a635313544173d files/rppppoek-0.33-panelicon.patch 2003 diff --git a/net-dialup/rppppoek/files/digest-rppppoek-0.33 b/net-dialup/rppppoek/files/digest-rppppoek-0.33 deleted file mode 100644 index 689a1596b338..000000000000 --- a/net-dialup/rppppoek/files/digest-rppppoek-0.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 9cc7ea28b1bda6ba29e9ea7e2058a9f9 rppppoek-0.33.tar.gz 677823 diff --git a/net-dialup/rppppoek/files/rppppoek-0.33-panelicon.patch b/net-dialup/rppppoek/files/rppppoek-0.33-panelicon.patch deleted file mode 100644 index 4bbd69dc8f51..000000000000 --- a/net-dialup/rppppoek/files/rppppoek-0.33-panelicon.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- rppppoek/rppppoek.cpp.orig 2003-02-18 02:43:35.000000000 +0900 -+++ rppppoek/rppppoek.cpp 2003-02-23 03:08:53.000000000 +0900 -@@ -30,6 +30,15 @@ - QString script = "rppppoek.sh"; - KActionCollection* actionCollection = new KActionCollection(this); - -+ stat = new KProcess; -+ *stat << "/sbin/ifconfig" << "ppp0"; -+ stat->start(KProcess::Block, KProcess::Stdout); -+ if (stat->exitStatus()) { -+ setPixmap(Icon("connect_no")); -+ } else { -+ setPixmap(Icon("connect_established")); -+ } -+ - start = new KProcess; - *start << script << "connect"; - -@@ -40,7 +49,7 @@ - *stop << script << "dconnect"; - - ipFound=false; -- setPixmap(Icon("kppp")); -+/* setPixmap(Icon("kppp")); */ - - KAction* about = KStdAction::aboutApp(this, SLOT (showAbout()), actionCollection); - conToProv = new KAction(i18n("Connect"), Icon("connect_established"), 0, 0, 0, actionCollection, 0); -@@ -116,7 +125,8 @@ - void RPPPPoEK::connected(void){ - if (start->normalExit()){ - if (start->exitStatus() == 0) -- KMessageBox::information(this, i18n("Connected successfully")); -+ setPixmap(Icon("connect_established")); -+/* KMessageBox::information(this, i18n("Connected successfully")); */ - else - KMessageBox::sorry(this, i18n("Couldn't connect")); - } -@@ -126,7 +136,8 @@ - void RPPPPoEK::disconnected(void){ - if (stop->normalExit()){ - if (stop->exitStatus() == 0) -- KMessageBox::information(this, i18n("Disconnected successfully")); -+ setPixmap(Icon("connect_no")); -+/* KMessageBox::information(this, i18n("Disconnected successfully")); */ - else - KMessageBox::sorry(this, i18n("Couldn't disconnect")); - } ---- rppppoek/rppppoek.sh 2002-06-18 23:36:21.000000000 +0200 -+++ rppppoek/rppppoek.sh 2003-02-24 04:32:37.000000000 +0100 -@@ -80,7 +80,7 @@ - ;; - status) - if [ $2 ]; then -- $IFCONFIG | $GREP -s -A 1 $2 | $GREP inet | $CUT -f 2 -d : | $CUT -f 1 -d \ -+ $IFCONFIG | $GREP -s -A 1 $2 | $GREP inet | $CUT -f 2 -d ":" | $CUT -f 1 -d "\\" - else - echo "Usage: $0 status device" - fi diff --git a/net-dialup/rppppoek/metadata.xml b/net-dialup/rppppoek/metadata.xml deleted file mode 100644 index 1e11e7bbd01b..000000000000 --- a/net-dialup/rppppoek/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-dialup</herd> -</pkgmetadata> diff --git a/net-dialup/rppppoek/rppppoek-0.33.ebuild b/net-dialup/rppppoek/rppppoek-0.33.ebuild deleted file mode 100644 index 092e8c1e7842..000000000000 --- a/net-dialup/rppppoek/rppppoek-0.33.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rppppoek/rppppoek-0.33.ebuild,v 1.6 2005/02/21 22:24:47 blubb Exp $ - -inherit kde - -DESCRIPTION="KDE panel applet for managing (TM)RP-PPPoE" -HOMEPAGE="http://segfaultskde.berlios.de/index.php?content=rppppoek" -SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" -IUSE="" - -RDEPEND="net-dialup/rp-pppoe - app-admin/sudo - sys-apps/grep - sys-apps/net-tools" -need-kde 3 - -PATCHES="${FILESDIR}/${P}-panelicon.patch" |