diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:31:59 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:31:59 +0000 |
commit | 161954362198e5b7d90026e1606b6908541539f0 (patch) | |
tree | 2c2074da599b64c21fe6736fd6fb62d0fd1db138 /x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | |
parent | Fixed DEPEND for modular X. (diff) | |
download | historical-161954362198e5b7d90026e1606b6908541539f0.tar.gz historical-161954362198e5b7d90026e1606b6908541539f0.tar.bz2 historical-161954362198e5b7d90026e1606b6908541539f0.zip |
Ebuild cleanup.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/yawmppp/yawmppp-2.0.2.ebuild')
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild index 7766c4125666..7cea5f7a4fb6 100644 --- a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild +++ b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.5 2005/11/11 11:41:24 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.6 2006/01/24 23:31:59 nelchael Exp $ inherit eutils 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*" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc sparc x86" IUSE="" +DEPEND=">=net-dialup/ppp-2.3.11 + =x11-libs/gtk+-1.2*" + src_unpack() { unpack ${A} cd ${S}/src/dockapp |