diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-26 21:08:52 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-26 21:08:52 +0000 |
commit | 5fcc9af158f9d82ad4e6dad4f9bf74a7f62dc21c (patch) | |
tree | 79d51f6031f9db27d3f90a73cebd8592694bdd80 /net-zope/zaaplugins | |
parent | added gnuconfig to to pick up canonicalize host names in uclibc environments ... (diff) | |
download | gentoo-2-5fcc9af158f9d82ad4e6dad4f9bf74a7f62dc21c.tar.gz gentoo-2-5fcc9af158f9d82ad4e6dad4f9bf74a7f62dc21c.tar.bz2 gentoo-2-5fcc9af158f9d82ad4e6dad4f9bf74a7f62dc21c.zip |
initial release, #46958.
Diffstat (limited to 'net-zope/zaaplugins')
-rw-r--r-- | net-zope/zaaplugins/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zaaplugins/Manifest | 2 | ||||
-rw-r--r-- | net-zope/zaaplugins/files/digest-zaaplugins-2.12 | 1 | ||||
-rw-r--r-- | net-zope/zaaplugins/metadata.xml | 5 | ||||
-rw-r--r-- | net-zope/zaaplugins/zaaplugins-2.12.ebuild | 27 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net-zope/zaaplugins/ChangeLog b/net-zope/zaaplugins/ChangeLog new file mode 100644 index 000000000000..5f05ec92b791 --- /dev/null +++ b/net-zope/zaaplugins/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/zaaplugins +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.1 2004/09/26 21:08:52 radek Exp $ + +*zaaplugins-2.12 (26 Sep 2004) + + 26 Sep 2004; Radoslaw Stachowiak <radek@gentoo.org> +metadata.xml, + +zaaplugins-2.12.ebuild: + Initial relase based on work by Ernst <ernst@cypres.demon.nl>. Bug #46958. + diff --git a/net-zope/zaaplugins/Manifest b/net-zope/zaaplugins/Manifest new file mode 100644 index 000000000000..aec6851d26e7 --- /dev/null +++ b/net-zope/zaaplugins/Manifest @@ -0,0 +1,2 @@ +MD5 c18f38a4a4566f75c3010f309ad2520b zaaplugins-2.12.ebuild 712 +MD5 94ae0a564a438639fff6ed536f4b9a95 files/digest-zaaplugins-2.12 68 diff --git a/net-zope/zaaplugins/files/digest-zaaplugins-2.12 b/net-zope/zaaplugins/files/digest-zaaplugins-2.12 new file mode 100644 index 000000000000..1c3fd8def760 --- /dev/null +++ b/net-zope/zaaplugins/files/digest-zaaplugins-2.12 @@ -0,0 +1 @@ +MD5 26618553d0bff5704c8eace3b01f3bbe ZAAPlugins-2.12.tar.gz 2515506 diff --git a/net-zope/zaaplugins/metadata.xml b/net-zope/zaaplugins/metadata.xml new file mode 100644 index 000000000000..46c8eea1b318 --- /dev/null +++ b/net-zope/zaaplugins/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-zope</herd> +</pkgmetadata> diff --git a/net-zope/zaaplugins/zaaplugins-2.12.ebuild b/net-zope/zaaplugins/zaaplugins-2.12.ebuild new file mode 100644 index 000000000000..39586951655f --- /dev/null +++ b/net-zope/zaaplugins/zaaplugins-2.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.1 2004/09/26 21:08:52 radek Exp $ + +inherit zproduct + +DESCRIPTION="A collection of ZAttachmentAttribute Plugins" +HOMEPAGE="http://ingeniweb.sourceforge.net/" +SRC_URI="mirror://sourceforge/ingeniweb/ZAAPlugins-${PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=net-zope/zattachmentattribute-2.12 + >=app-text/wv-1.0.0 + >=app-text/xlhtml-0.5 + >=app-text/xpdf-2.03" + +ZPROD_LIST="ZAAPlugins" + +src_install () { + rm -rf ${WORKDIR}/ZAAPlugins/MSExcel/win32 + rm -rf ${WORKDIR}/ZAAPlugins/MSPowerPoint/win32 + rm -f ${WORKDIR}/ZAAPlugins/MSPowerPoint/ppthtml.exe + rm -rf ${WORKDIR}/ZAAPlugins/MSWord/win32 + rm -rf ${WORKDIR}/ZAAPlugins/PDF/win32 + zproduct_src_install +} |