diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2006-05-27 14:19:02 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2006-05-27 14:19:02 +0000 |
commit | 6c6ba9157bef6c35edccd61cc13ce4c6e2c8d9a1 (patch) | |
tree | 6196628afb65cb2cc13bc0b4a68356866f260d84 /net-zope | |
parent | Resolving #129357 and errorneous messages with missing files during dodoc. (diff) | |
download | gentoo-2-6c6ba9157bef6c35edccd61cc13ce4c6e2c8d9a1.tar.gz gentoo-2-6c6ba9157bef6c35edccd61cc13ce4c6e2c8d9a1.tar.bz2 gentoo-2-6c6ba9157bef6c35edccd61cc13ce4c6e2c8d9a1.zip |
version bump, #129581, changed method of using package
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zopeedit/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zopeedit/files/digest-zopeedit-0.9.1 | 3 | ||||
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.9.1.ebuild | 21 |
3 files changed, 32 insertions, 2 deletions
diff --git a/net-zope/zopeedit/ChangeLog b/net-zope/zopeedit/ChangeLog index 7886ccbdea17..ae3e5d224cf6 100644 --- a/net-zope/zopeedit/ChangeLog +++ b/net-zope/zopeedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zopeedit -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/ChangeLog,v 1.4 2005/01/02 14:17:40 batlogg Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/ChangeLog,v 1.5 2006/05/27 14:19:02 radek Exp $ + +*zopeedit-0.9.1 (27 May 2006) + + 27 May 2006; Radoslaw Stachowiak <radek@gentoo.org> + +zopeedit-0.9.1.ebuild: + version bump, #129581, changed method of using package *zopeedit-0.8 (02 Jan 2005) diff --git a/net-zope/zopeedit/files/digest-zopeedit-0.9.1 b/net-zope/zopeedit/files/digest-zopeedit-0.9.1 new file mode 100644 index 000000000000..565abe65bc5e --- /dev/null +++ b/net-zope/zopeedit/files/digest-zopeedit-0.9.1 @@ -0,0 +1,3 @@ +MD5 4a2f0be43b2e2bb8695504099519310a zopeedit-0.9.1-src.tgz 26693 +RMD160 21457edb20692a7c4be2bd3a858bb5d6f22f11cd zopeedit-0.9.1-src.tgz 26693 +SHA256 30977db0f1c2457d6641e7647e8607f7f6eca514c763d6749ad762dd4e8b47fe zopeedit-0.9.1-src.tgz 26693 diff --git a/net-zope/zopeedit/zopeedit-0.9.1.ebuild b/net-zope/zopeedit/zopeedit-0.9.1.ebuild new file mode 100644 index 000000000000..edb0f9e4a1c0 --- /dev/null +++ b/net-zope/zopeedit/zopeedit-0.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 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.1 2006/05/27 14:19:02 radek Exp $ + +inherit distutils + +DESCRIPTION="Configurable helper application that allows you to drop 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" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +#S=${WORKDIR}/${PN}-${PV}-src + +pkg_postinst() { + einfo "Please consider emerging also externaleditor zope product" + einfo "Complete help available at: http://plope.com/software/ExternalEditor/install-unix/" +} |