diff options
author | 2003-02-24 03:53:30 +0000 | |
---|---|---|
committer | 2003-02-24 03:53:30 +0000 | |
commit | 7766c7c3b2404321c9e32c5eae2f94d37550e407 (patch) | |
tree | 9e0ae7b2d8880e5b6fa6761189a8818f7037071f /net-dialup/rppppoek/rppppoek-0.33.ebuild | |
parent | fixup ChangeLog (diff) | |
download | gentoo-2-7766c7c3b2404321c9e32c5eae2f94d37550e407.tar.gz gentoo-2-7766c7c3b2404321c9e32c5eae2f94d37550e407.tar.bz2 gentoo-2-7766c7c3b2404321c9e32c5eae2f94d37550e407.zip |
initial ebuild. fixes bug #16228
Diffstat (limited to 'net-dialup/rppppoek/rppppoek-0.33.ebuild')
-rw-r--r-- | net-dialup/rppppoek/rppppoek-0.33.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-dialup/rppppoek/rppppoek-0.33.ebuild b/net-dialup/rppppoek/rppppoek-0.33.ebuild new file mode 100644 index 000000000000..04ee79f0ddb9 --- /dev/null +++ b/net-dialup/rppppoek/rppppoek-0.33.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/02/24 03:53:30 hannes Exp $ + +inherit kde-base +need-kde 3 + +IUSE="" +DESCRIPTION="KDE panel applet for managing (TM)RP-PPPoE" +SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz" +HOMEPAGE="http://segfaultskde.berlios.de/index.php?content=rppppoek" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +RDEPEND="${RDEPEND} net-dialup/rp-pppoe + app-admin/sudo" + +PATCHES="${FILESDIR}/${P}-panelicon.patch" |