summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2008-05-27 21:34:41 +0000
committerAlfredo Tupone <tupone@gentoo.org>2008-05-27 21:34:41 +0000
commit809e7beaf6b2848374651b3346b11f7ae767c50b (patch)
treeba3c8eee332739c244b1ac1090334a2a1d79d5aa /net-zope/zaaplugins
parentMaking repoman happy (diff)
downloadhistorical-809e7beaf6b2848374651b3346b11f7ae767c50b.tar.gz
historical-809e7beaf6b2848374651b3346b11f7ae767c50b.tar.bz2
historical-809e7beaf6b2848374651b3346b11f7ae767c50b.zip
Making repoman happy
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-zope/zaaplugins')
-rw-r--r--net-zope/zaaplugins/ChangeLog7
-rw-r--r--net-zope/zaaplugins/zaaplugins-2.12.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/net-zope/zaaplugins/ChangeLog b/net-zope/zaaplugins/ChangeLog
index f948194da399..f58ab9961969 100644
--- a/net-zope/zaaplugins/ChangeLog
+++ b/net-zope/zaaplugins/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-zope/zaaplugins
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.4 2007/02/22 01:49:54 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/ChangeLog,v 1.5 2008/05/27 21:27:22 tupone Exp $
+
+ 27 May 2008; Tupone Alfredo <tupone@gentoo.org> zaaplugins-2.12.ebuild:
+ Making repoman happy
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/net-zope/zaaplugins/zaaplugins-2.12.ebuild b/net-zope/zaaplugins/zaaplugins-2.12.ebuild
index 6c11e7595719..a5f19e7d5199 100644
--- a/net-zope/zaaplugins/zaaplugins-2.12.ebuild
+++ b/net-zope/zaaplugins/zaaplugins-2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 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.4 2006/03/18 19:03:22 radek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.5 2008/05/27 21:27:22 tupone Exp $
inherit zproduct
@@ -19,10 +19,10 @@ DEPEND=">=net-zope/zattachmentattribute-2.12
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
+ 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
}