summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2008-05-27 21:31:53 +0000
committerAlfredo Tupone <tupone@gentoo.org>2008-05-27 21:31:53 +0000
commitad593bfb242bb47496df3a88e7d96edc33ad90fb (patch)
tree845af7c1e25e672de46efa38ecee1db2693aa59a /net-zope
parentMaking repoman happy (diff)
downloadgentoo-2-ad593bfb242bb47496df3a88e7d96edc33ad90fb.tar.gz
gentoo-2-ad593bfb242bb47496df3a88e7d96edc33ad90fb.tar.bz2
gentoo-2-ad593bfb242bb47496df3a88e7d96edc33ad90fb.zip
Making repoman happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zodb/ChangeLog8
-rw-r--r--net-zope/zodb/zodb-3.3.1.ebuild8
-rw-r--r--net-zope/zodb/zodb-3.4.0.ebuild6
-rw-r--r--net-zope/zodb/zodb-3.4.1.ebuild6
4 files changed, 16 insertions, 12 deletions
diff --git a/net-zope/zodb/ChangeLog b/net-zope/zodb/ChangeLog
index afaead2b53d4..2931c08bdffa 100644
--- a/net-zope/zodb/ChangeLog
+++ b/net-zope/zodb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/zodb
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.26 2007/02/22 01:50:38 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/ChangeLog,v 1.27 2008/05/27 21:31:53 tupone Exp $
+
+ 27 May 2008; Tupone Alfredo <tupone@gentoo.org> zodb-3.3.1.ebuild,
+ zodb-3.4.0.ebuild, zodb-3.4.1.ebuild:
+ Making repoman happy
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/net-zope/zodb/zodb-3.3.1.ebuild b/net-zope/zodb/zodb-3.3.1.ebuild
index 22eccc5d47d2..f9bcd0b28d7c 100644
--- a/net-zope/zodb/zodb-3.3.1.ebuild
+++ b/net-zope/zodb/zodb-3.3.1.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/zodb/zodb-3.3.1.ebuild,v 1.4 2006/11/23 19:36:12 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.3.1.ebuild,v 1.5 2008/05/27 21:31:53 tupone Exp $
inherit distutils
@@ -20,8 +20,8 @@ S=${WORKDIR}/${MY_P}3-${PV}
src_unpack() {
unpack ${A}
- cd ${S}/${ZPROD_LIST}
- epatch ${FILESDIR}/${PF}_umaskbug.patch
+ cd "${S}"/${ZPROD_LIST}
+ epatch "${FILESDIR}"/${PF}_umaskbug.patch
}
src_compile() {
diff --git a/net-zope/zodb/zodb-3.4.0.ebuild b/net-zope/zodb/zodb-3.4.0.ebuild
index 3d44b7f77251..db8bf5112fab 100644
--- a/net-zope/zodb/zodb-3.4.0.ebuild
+++ b/net-zope/zodb/zodb-3.4.0.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/zodb/zodb-3.4.0.ebuild,v 1.3 2006/01/27 02:51:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.4.0.ebuild,v 1.4 2008/05/27 21:31:53 tupone Exp $
inherit distutils
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}3-${PV}
src_unpack() {
unpack ${A}
- cd ${S}/${ZPROD_LIST}
+ cd "${S}"/${ZPROD_LIST}
# epatch ${FILESDIR}/${PF}_umaskbug.patch
}
diff --git a/net-zope/zodb/zodb-3.4.1.ebuild b/net-zope/zodb/zodb-3.4.1.ebuild
index 4d990f207141..52dd39c05b5a 100644
--- a/net-zope/zodb/zodb-3.4.1.ebuild
+++ b/net-zope/zodb/zodb-3.4.1.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/zodb/zodb-3.4.1.ebuild,v 1.2 2006/01/27 02:51:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.4.1.ebuild,v 1.3 2008/05/27 21:31:53 tupone Exp $
inherit distutils
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}3-${PV}
src_unpack() {
unpack ${A}
- cd ${S}/${ZPROD_LIST}
+ cd "${S}"/${ZPROD_LIST}
# epatch ${FILESDIR}/${PF}_umaskbug.patch
}