summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-03-17 19:51:29 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-03-17 19:51:29 +0000
commitb060b082835af59d969d75a0ab62574d585ac7be (patch)
treeb2d2727b32868f74760f3e9394e0e6d37c48d558 /net-www
parentversion bump (bug #85428) (diff)
downloadhistorical-b060b082835af59d969d75a0ab62574d585ac7be.tar.gz
historical-b060b082835af59d969d75a0ab62574d585ac7be.tar.bz2
historical-b060b082835af59d969d75a0ab62574d585ac7be.zip
fix plugin dir, bug #84593
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-www')
-rw-r--r--net-www/gplflash/ChangeLog5
-rw-r--r--net-www/gplflash/Manifest20
-rw-r--r--net-www/gplflash/gplflash-0.4.13.ebuild4
3 files changed, 21 insertions, 8 deletions
diff --git a/net-www/gplflash/ChangeLog b/net-www/gplflash/ChangeLog
index 839d71114d77..8f58e3418a2b 100644
--- a/net-www/gplflash/ChangeLog
+++ b/net-www/gplflash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/gplflash
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.17 2005/03/08 14:34:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/ChangeLog,v 1.18 2005/03/17 19:51:29 lanius Exp $
+
+ 17 Mar 2005; Heinrich Wendel <lanius@gentoo.org> gplflash-0.4.13.ebuild:
+ fix plugin dir, bug #84593
*gplflash-0.4.13 (08 Mar 2005)
diff --git a/net-www/gplflash/Manifest b/net-www/gplflash/Manifest
index 05fc93154b59..dc572d9590dd 100644
--- a/net-www/gplflash/Manifest
+++ b/net-www/gplflash/Manifest
@@ -1,11 +1,21 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 a25ff65adfa27d5ae129a3eaccead1f0 gplflash-0.4.10-r3.ebuild 1257
+MD5 808c19d052086eb1f9b8626bb901e37c gplflash-0.4.13.ebuild 1493
MD5 24614946bc1ad9b13fe890223ef364fd gplflash-0.4.12.ebuild 1274
-MD5 fc554800a23205040a40889c45ee9901 ChangeLog 2593
+MD5 8263f26dde657296570b4054237934af ChangeLog 2697
MD5 949fb05a0b370c806f90c42b6f70f248 metadata.xml 580
-MD5 aeb4d8afe606318a867c77f841d041ec gplflash-0.4.13.ebuild 1499
+MD5 1318f3bcf0259626c50162947f7eb7d5 files/digest-gplflash-0.4.12 68
+MD5 d7c22e5bc2dbb9299d6feb1ed3fe9504 files/digest-gplflash-0.4.13 68
MD5 37d2d7738b1e06fcb5c161ffce30f238 files/digest-gplflash-0.4.10-r3 61
MD5 986f1d69944d8e520137dd61e3c480ed files/gplflash-0.4.10-fPIC.patch 2011
-MD5 4e51ed812f940be98742997fee035846 files/gplflash-0.4.10-gcc3-gentoo.diff 1060
MD5 1560bb78cb5b479b310c1604fb1b46da files/gplflash-0.4.10-ppc.diff 2018
-MD5 1318f3bcf0259626c50162947f7eb7d5 files/digest-gplflash-0.4.12 68
-MD5 d7c22e5bc2dbb9299d6feb1ed3fe9504 files/digest-gplflash-0.4.13 68
+MD5 4e51ed812f940be98742997fee035846 files/gplflash-0.4.10-gcc3-gentoo.diff 1060
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFCOeAaevY57Fted3ERAovIAKC3Caco6EuRNyZYSe/c2KX6iEYhtQCgmqa5
+k4AfCyQI0B8NuLEn894Sg2E=
+=8nNP
+-----END PGP SIGNATURE-----
diff --git a/net-www/gplflash/gplflash-0.4.13.ebuild b/net-www/gplflash/gplflash-0.4.13.ebuild
index 4bd867121828..ef16cf5e193c 100644
--- a/net-www/gplflash/gplflash-0.4.13.ebuild
+++ b/net-www/gplflash/gplflash-0.4.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.13.ebuild,v 1.1 2005/03/08 14:34:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.13.ebuild,v 1.2 2005/03/17 19:51:29 lanius Exp $
inherit nsplugins eutils flag-o-matic
@@ -34,7 +34,7 @@ src_compile() {
# configure -- includes and libraries won't be found correctly.
# temporal solution is pointing configure to the exaclt location
# until a better solution is found. bug #79270
- econf --with-plugin-dir=${D}/${PLUGDIR} $(use_enable debug) \
+ econf --with-plugin-dir=${PLUGDIR} $(use_enable debug) \
--x-includes=/usr/include/X11/ --x-libraries=/usr/lib/ \
|| die "configure failed"