diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-18 20:01:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-18 20:01:49 +0000 |
commit | c40186e80791758dac59c5b0772262cdbfd08c61 (patch) | |
tree | e63e0f794382cceff1274a369e356be735a5fdcf /net-www/adobesvg | |
parent | Afterstep is almost 2.0 revisions old! :) (diff) | |
download | historical-c40186e80791758dac59c5b0772262cdbfd08c61.tar.gz historical-c40186e80791758dac59c5b0772262cdbfd08c61.tar.bz2 historical-c40186e80791758dac59c5b0772262cdbfd08c61.zip |
initial ebuild
Diffstat (limited to 'net-www/adobesvg')
-rw-r--r-- | net-www/adobesvg/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/adobesvg/adobesvg-3.0.ebuild | 19 | ||||
-rw-r--r-- | net-www/adobesvg/files/digest-adobesvg-3.0 | 1 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net-www/adobesvg/ChangeLog b/net-www/adobesvg/ChangeLog new file mode 100644 index 000000000000..5eafd3aeca2b --- /dev/null +++ b/net-www/adobesvg/ChangeLog @@ -0,0 +1,8 @@ +# 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 $ + +*adobesvg-3.0 (18 Oct 2003) + + 18 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/net-www/adobesvg/adobesvg-3.0.ebuild b/net-www/adobesvg/adobesvg-3.0.ebuild new file mode 100644 index 000000000000..4039d1ab3741 --- /dev/null +++ b/net-www/adobesvg/adobesvg-3.0.ebuild @@ -0,0 +1,19 @@ +# 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.0.ebuild,v 1.1 2003/10/18 20:01:49 vapier Exp $ + +inherit nsplugins + +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/${P}-linux-i386.tar.gz" + +LICENSE="Adobe" +SLOT="0" +KEYWORDS="-* x86" + +src_install() { + insinto /usr/lib/${PLUGINS_DIR} + doins *.so + dohtml -A svg *.html *.svg +} diff --git a/net-www/adobesvg/files/digest-adobesvg-3.0 b/net-www/adobesvg/files/digest-adobesvg-3.0 new file mode 100644 index 000000000000..795b63f39c20 --- /dev/null +++ b/net-www/adobesvg/files/digest-adobesvg-3.0 @@ -0,0 +1 @@ +MD5 2f450f5074549c81dcca734a84fe11a1 adobesvg-3.0-linux-i386.tar.gz 3637184 |