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 | |
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')
-rw-r--r-- | x11-plugins/yawmppp/ChangeLog | 3 | ||||
-rw-r--r-- | x11-plugins/yawmppp/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch | 12 | ||||
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 13 |
4 files changed, 27 insertions, 4 deletions
diff --git a/x11-plugins/yawmppp/ChangeLog b/x11-plugins/yawmppp/ChangeLog index ecbdaa96b5a5..ed97195b4dd0 100644 --- a/x11-plugins/yawmppp/ChangeLog +++ b/x11-plugins/yawmppp/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for x11-misc/yawmppp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/ChangeLog,v 1.2 2005/07/04 10:10:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/ChangeLog,v 1.3 2005/07/04 11:20:12 s4t4n Exp $ 04 Jul 2005; <s4t4n@gentoo.org> +yawmppp-2.0.2.ebuild: Moved from x11-misc/yawmppp to x11-plugins/yawmppp. Added missing metadata.xml, assigned to desktop-dock herd. + Added patch to fix bug #95959. 19 Jun 2004; <pyrania@gentoo.org> yawmppp-2.0.2.ebuild: Added ISUE, removed default . diff --git a/x11-plugins/yawmppp/Manifest b/x11-plugins/yawmppp/Manifest index efaff9697005..85332e6044e2 100644 --- a/x11-plugins/yawmppp/Manifest +++ b/x11-plugins/yawmppp/Manifest @@ -1,4 +1,5 @@ -MD5 685ebf4af6ca3ba453d4d8cb751b7499 yawmppp-2.0.2.ebuild 973 +MD5 d0e85f779a311e7e35ab94eefc07c14b yawmppp-2.0.2.ebuild 1090 MD5 be2697813e873fd2876ce019bd436a8f ChangeLog 1013 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 +MD5 4e0fc569decd48ee323ab0a57d54b9a8 files/yawmppp-2.0.2-Makefile.in.patch 448 MD5 5adde7571413fb3efb7ddde02602af74 files/digest-yawmppp-2.0.2 65 diff --git a/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch b/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch new file mode 100644 index 000000000000..0fcba9ec0510 --- /dev/null +++ b/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch @@ -0,0 +1,12 @@ +--- Makefile.in 2005-07-04 12:46:31.000000000 +0200 ++++ Makefile.in.new 2005-07-04 12:55:11.000000000 +0200 +@@ -1,7 +1,7 @@ + CC = @CC@ +-LIBDIR = -L/usr/X11R6/lib -L@XLIB@ ++LIBDIR = -L/usr/X11R6/lib + LIBS = -lXpm -lXext -lX11 +-CFLAGS = -O2 -Wall -I.. -I@XINC@ ++CFLAGS = -O2 -Wall -I.. + RLFLAG = -DVERSION=\"@MK_YAWMPPP_RELEASE@\" -D@SYSDEF@ + OBJS = yawmppp.o wmgeneral.o + DOTHS = yawmppp.h wmgeneral.h ../misc.h ../list.h ../isprc.h ../ycommon.h 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} \ |