diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-26 16:49:16 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-26 16:49:16 +0000 |
commit | 36dd26d573b991c6a9d5bfec58e1274083314029 (patch) | |
tree | c4ef7f9aa1155b24154bb1a358a17fd436060d7e /net-zope/squishdot | |
parent | Version bumped. Removed $DOTTXT_PROTECT, added $MYDOC (diff) | |
download | gentoo-2-36dd26d573b991c6a9d5bfec58e1274083314029.tar.gz gentoo-2-36dd26d573b991c6a9d5bfec58e1274083314029.tar.bz2 gentoo-2-36dd26d573b991c6a9d5bfec58e1274083314029.zip |
Added $MYDOC
Diffstat (limited to 'net-zope/squishdot')
-rw-r--r-- | net-zope/squishdot/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/squishdot/Manifest | 4 | ||||
-rw-r--r-- | net-zope/squishdot/squishdot-1.5.0.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-zope/squishdot/ChangeLog b/net-zope/squishdot/ChangeLog index ae522c58961f..6faa05468a0a 100644 --- a/net-zope/squishdot/ChangeLog +++ b/net-zope/squishdot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/squishdot # Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/ChangeLog,v 1.2 2003/04/04 06:03:54 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/ChangeLog,v 1.3 2003/06/26 16:48:54 kutsuya Exp $ + + 26 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> squishdot-1.5.0.ebuild: + Added $MYDOC. *squishdot-1.5.0 (16 Feb 2003) diff --git a/net-zope/squishdot/Manifest b/net-zope/squishdot/Manifest index 48208a153e63..6b64c7a4ae22 100644 --- a/net-zope/squishdot/Manifest +++ b/net-zope/squishdot/Manifest @@ -1,3 +1,3 @@ -MD5 8f53d7a18280c38163761181a6b609b2 ChangeLog 558 -MD5 41075eec187d02b12b4650bb2df0aaa3 squishdot-1.5.0.ebuild 514 +MD5 3e25b0bfb02a922c111c573a55269582 squishdot-1.5.0.ebuild 528 +MD5 ff69ebaba063596b61160066a9a83c2f ChangeLog 651 MD5 af451d125672d84f4e34de81d99a15da files/digest-squishdot-1.5.0 67 diff --git a/net-zope/squishdot/squishdot-1.5.0.ebuild b/net-zope/squishdot/squishdot-1.5.0.ebuild index e2875e2deebc..6506c306a510 100644 --- a/net-zope/squishdot/squishdot-1.5.0.ebuild +++ b/net-zope/squishdot/squishdot-1.5.0.ebuild @@ -1,17 +1,18 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/squishdot-1.5.0.ebuild,v 1.2 2003/04/04 06:03:54 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/squishdot-1.5.0.ebuild,v 1.3 2003/06/26 16:48:54 kutsuya Exp $ inherit zproduct -NEW_PV=$(echo ${PV} |sed -e "s/\./-/g") +NEW_PV="${PV//./-}" DESCRIPTION="A web-based news publishing and discussion product for Zope." HOMEPAGE="http://squishdot.org/" SRC_URI="${HOMEPAGE}/Download/Squishdot-${NEW_PV}.tar.gz" LICENSE="ZPL" -KEYWORDS="x86 ~ppc" ZPROD_LIST="Squishdot" +MYDOC="License.txt Changes.txt Credits.txt ${MYDOC}" + |