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 | |
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')
-rw-r--r-- | x11-plugins/yawmppp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/yawmppp/ChangeLog b/x11-plugins/yawmppp/ChangeLog index e3c630b157aa..5d5fc135e29f 100644 --- a/x11-plugins/yawmppp/ChangeLog +++ b/x11-plugins/yawmppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/yawmppp -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/ChangeLog,v 1.7 2005/11/11 11:41:24 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/ChangeLog,v 1.8 2006/01/24 23:31:59 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> yawmppp-2.0.2.ebuild: + Ebuild cleanup. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> yawmppp-2.0.2.ebuild: Removed INSTALL and COPYING from dodoc. 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 |