diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-05-27 06:37:04 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-05-27 06:37:04 +0000 |
commit | 75d9251e3f2069dc76e21430b24aaa251d36f5ed (patch) | |
tree | aeadccd6b3f9782d52999ba291b02193a3b44622 /net-zope | |
parent | Making repoman happy (diff) | |
download | gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.tar.gz gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.tar.bz2 gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.zip |
Making repoman happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zopeedit/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.7.ebuild | 9 | ||||
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.8.ebuild | 9 | ||||
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.9.1.ebuild | 4 |
4 files changed, 17 insertions, 11 deletions
diff --git a/net-zope/zopeedit/ChangeLog b/net-zope/zopeedit/ChangeLog index 020ab922f728..733a3bce565c 100644 --- a/net-zope/zopeedit/ChangeLog +++ b/net-zope/zopeedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zopeedit # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/ChangeLog,v 1.7 2008/03/23 17:46:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/ChangeLog,v 1.8 2008/05/27 06:37:04 tupone Exp $ + + 27 May 2008; Tupone Alfredo <tupone@gentoo.org> zopeedit-0.7.ebuild, + zopeedit-0.8.ebuild, zopeedit-0.9.1.ebuild: + Making repoman happy 23 Mar 2008; Raúl Porcel <armin76@gentoo.org> zopeedit-0.9.1.ebuild: Add ~sparc wrt #211784 diff --git a/net-zope/zopeedit/zopeedit-0.7.ebuild b/net-zope/zopeedit/zopeedit-0.7.ebuild index f7536cc858bb..2549902b5ccf 100644 --- a/net-zope/zopeedit/zopeedit-0.7.ebuild +++ b/net-zope/zopeedit/zopeedit-0.7.ebuild @@ -1,10 +1,11 @@ -# 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/zopeedit/zopeedit-0.7.ebuild,v 1.5 2006/01/27 02:52:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.7.ebuild,v 1.6 2008/05/27 06:37:04 tupone Exp $ inherit distutils -DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects" +DESCRIPTION="Configurable helper application that drop you into your favorite +editor(s) directly from the ZMI" HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/0.7/zopeedit-${PV}-src.tgz" @@ -13,4 +14,4 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -S=${WORKDIR}/${PN}-${PV}-src +S=${WORKDIR}/${P}-src diff --git a/net-zope/zopeedit/zopeedit-0.8.ebuild b/net-zope/zopeedit/zopeedit-0.8.ebuild index 4fa7e138b1fc..10dc838efc63 100644 --- a/net-zope/zopeedit/zopeedit-0.8.ebuild +++ b/net-zope/zopeedit/zopeedit-0.8.ebuild @@ -1,10 +1,11 @@ -# 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/zopeedit/zopeedit-0.8.ebuild,v 1.2 2006/01/27 02:52:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.8.ebuild,v 1.3 2008/05/27 06:37:04 tupone Exp $ inherit distutils -DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects" +DESCRIPTION="Configurable helper application that drop you into your favorite +editor(s) directly from the ZMI" HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/${PV}/zopeedit-${PV}-src.tgz" @@ -13,4 +14,4 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -S=${WORKDIR}/${PN}-${PV}-src +S=${WORKDIR}/${P}-src diff --git a/net-zope/zopeedit/zopeedit-0.9.1.ebuild b/net-zope/zopeedit/zopeedit-0.9.1.ebuild index de3b0771baff..24767b9f1112 100644 --- a/net-zope/zopeedit/zopeedit-0.9.1.ebuild +++ b/net-zope/zopeedit/zopeedit-0.9.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.9.1.ebuild,v 1.3 2008/03/23 17:46:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.9.1.ebuild,v 1.4 2008/05/27 06:37:04 tupone Exp $ inherit distutils -DESCRIPTION="Configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI" +DESCRIPTION="Configurable helper application that drop you into your favorite editor(s) directly from the ZMI" HOMEPAGE="http://plope.com/software/ExternalEditor/" SRC_URI="http://plope.com/software/ExternalEditor/zopeedit-${PV}-src.tgz" |