diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 10:07:27 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 10:07:27 +0000 |
commit | a6954e59aa57f8f0d7977cb381cdc46cfe6416b2 (patch) | |
tree | d501132fdfed99e2673f551dacdc02e1022cb2d1 /x11-misc | |
parent | Manifest recommit (diff) | |
download | gentoo-2-a6954e59aa57f8f0d7977cb381cdc46cfe6416b2.tar.gz gentoo-2-a6954e59aa57f8f0d7977cb381cdc46cfe6416b2.tar.bz2 gentoo-2-a6954e59aa57f8f0d7977cb381cdc46cfe6416b2.zip |
Moved to x11-plugins/yawmppp.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/yawmppp/ChangeLog | 18 | ||||
-rw-r--r-- | x11-misc/yawmppp/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/yawmppp/files/digest-yawmppp-2.0.2 | 1 | ||||
-rw-r--r-- | x11-misc/yawmppp/yawmppp-2.0.2.ebuild | 41 |
4 files changed, 0 insertions, 63 deletions
diff --git a/x11-misc/yawmppp/ChangeLog b/x11-misc/yawmppp/ChangeLog deleted file mode 100644 index 6b64b9ee0f6f..000000000000 --- a/x11-misc/yawmppp/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for x11-misc/yawmppp -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/ChangeLog,v 1.6 2004/06/24 22:47:15 agriffis Exp $ - - 19 Jun 2004; <pyrania@gentoo.org> yawmppp-2.0.2.ebuild: - Added ISUE, removed default . - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*yawmppp-2.0.2 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/x11-misc/yawmppp/Manifest b/x11-misc/yawmppp/Manifest deleted file mode 100644 index 4458732d3298..000000000000 --- a/x11-misc/yawmppp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2794262b1c1565613712acb275fa759e yawmppp-2.0.2.ebuild 974 -MD5 55d3a847b71bf2d218e59e1a66ad0ee5 ChangeLog 840 -MD5 5adde7571413fb3efb7ddde02602af74 files/digest-yawmppp-2.0.2 65 diff --git a/x11-misc/yawmppp/files/digest-yawmppp-2.0.2 b/x11-misc/yawmppp/files/digest-yawmppp-2.0.2 deleted file mode 100644 index e2e4c3adf060..000000000000 --- a/x11-misc/yawmppp/files/digest-yawmppp-2.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a0b7f08b977defc7699946c1a2658f61 yawmppp-2.0.2.tar.gz 102683 diff --git a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild b/x11-misc/yawmppp/yawmppp-2.0.2.ebuild deleted file mode 100644 index 810ca23119ac..000000000000 --- a/x11-misc/yawmppp/yawmppp-2.0.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/yawmppp/yawmppp-2.0.2.ebuild,v 1.11 2004/06/24 22:47:15 agriffis Exp $ - -DESCRIPTION="Yet Another PPP Window Maker dock applet" -SRC_URI="ftp://ftp.seul.org/pub/yawmppp/${P}.tar.gz" -HOMEPAGE="http://yawmppp.seul.org/" -DEPEND=">=net-dialup/ppp-2.3.11 =x11-libs/gtk+-1.2*" -#RDEPEND="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc" -IUSE="" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install () { - dodoc README COPYING CHANGELOG INSTALL FAQ - - cd src - - insinto /usr/share/icons/ - doins stepphone.xpm gtksetup/pppdoc.xpm - - doman yawmppp.1x - - dobin dockapp/yawmppp - exeinto /etc/ppp - doexe dockapp/yagetmodemspeed - - dobin thinppp/yawmppp.thin - dobin gtklog/yawmppp.log - dobin gtksetup/yawmppp.pref -} |