diff options
author | 2003-12-31 05:28:21 +0000 | |
---|---|---|
committer | 2003-12-31 05:28:21 +0000 | |
commit | 0f3293f1e45f5fc400eee949cf383aad9f985ffc (patch) | |
tree | 9bd37e81a09d059556a9c3b47a27ebf5c650ddfb /net-www/adobesvg | |
parent | new (and significantly reworked) version (diff) | |
download | historical-0f3293f1e45f5fc400eee949cf383aad9f985ffc.tar.gz historical-0f3293f1e45f5fc400eee949cf383aad9f985ffc.tar.bz2 historical-0f3293f1e45f5fc400eee949cf383aad9f985ffc.zip |
ver bump
Diffstat (limited to 'net-www/adobesvg')
-rw-r--r-- | net-www/adobesvg/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/adobesvg/adobesvg-3.01b.ebuild | 27 | ||||
-rw-r--r-- | net-www/adobesvg/files/digest-adobesvg-3.01b | 1 |
3 files changed, 35 insertions, 1 deletions
diff --git a/net-www/adobesvg/ChangeLog b/net-www/adobesvg/ChangeLog index 5eafd3aeca2b..b2c1f2af01b6 100644 --- a/net-www/adobesvg/ChangeLog +++ b/net-www/adobesvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/adobesvg # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/ChangeLog,v 1.1 2003/10/18 20:01:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/ChangeLog,v 1.2 2003/12/31 05:28:21 vapier Exp $ + +*adobesvg-3.01b (31 Dec 2003) + + 31 Dec 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump + fix the way the plugin is installed. + This closes #34380 and #36561. *adobesvg-3.0 (18 Oct 2003) diff --git a/net-www/adobesvg/adobesvg-3.01b.ebuild b/net-www/adobesvg/adobesvg-3.01b.ebuild new file mode 100644 index 000000000000..f83d78398916 --- /dev/null +++ b/net-www/adobesvg/adobesvg-3.01b.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01b.ebuild,v 1.1 2003/12/31 05:28:21 vapier Exp $ + +inherit nsplugins + +MY_PV=${PV/b/x86} +DESCRIPTION="Scalable Vector Graphics plugin" +HOMEPAGE="http://www.adobe.com/svg/main.html" +SRC_URI="http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/3.0x77/en/${PN}-${MY_PV}-linux-i386.tar.gz" + +LICENSE="Adobe" +SLOT="0" +KEYWORDS="-* x86" + +S=${WORKDIR}/${PN}-${PV/b} + +src_install() { + insinto /usr/lib/adobesvg + doins *.so LICENSE.txt + + dodir /opt/netscape/plugins + dosym /usr/lib/adobesvg/libNPSVG3.so /opt/netscape/plugins/libNPSVG3.so + inst_plugin /opt/netscape/plugins/libNPSVG3.so + + dohtml -A svg *.html *.svg +} diff --git a/net-www/adobesvg/files/digest-adobesvg-3.01b b/net-www/adobesvg/files/digest-adobesvg-3.01b new file mode 100644 index 000000000000..ebe5daeb52c5 --- /dev/null +++ b/net-www/adobesvg/files/digest-adobesvg-3.01b @@ -0,0 +1 @@ +MD5 e2320781b942eba77884cb9c749ee22f adobesvg-3.01x86-linux-i386.tar.gz 3684041 |