diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 11:20:13 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 11:20:13 +0000 |
commit | 6d1ae4bb7a486016973d85a90d31ae5e66ff6a77 (patch) | |
tree | c95c16b670034e987e84339b581b9bdba2ee3397 /x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | |
parent | Revision bump for security bug 94069; thanks to taviso for the patch. (diff) | |
download | gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.tar.gz gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.tar.bz2 gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.zip |
Added patch to fix bug #95959
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/yawmppp/yawmppp-2.0.2.ebuild')
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild index 847990206d9d..8a84d9f5f1fa 100644 --- a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild +++ b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild @@ -1,17 +1,26 @@ # Copyright 1999-2005 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.1 2005/07/04 10:06:07 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.2 2005/07/04 11:20:12 s4t4n 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*" -#RDEPEND="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" IUSE="" +src_unpack() { + unpack ${A} + cd ${S}/src/dockapp + + #Fix bug #95959 + epatch ${FILESDIR}/${P}-Makefile.in.patch +} + src_compile() { ./configure \ --host=${CHOST} \ |