diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2005-04-22 18:05:59 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2005-04-22 18:05:59 +0000 |
commit | 1c7ab4c919893ecbc0360c62bfeae7d0680dc646 (patch) | |
tree | fa959ee4b91f4ea59ccbc621bab191e53e5010aa /net-zope/calendarx | |
parent | Added patch to compile xine-ui with gcc 4. (diff) | |
download | historical-1c7ab4c919893ecbc0360c62bfeae7d0680dc646.tar.gz historical-1c7ab4c919893ecbc0360c62bfeae7d0680dc646.tar.bz2 historical-1c7ab4c919893ecbc0360c62bfeae7d0680dc646.zip |
version bump.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-zope/calendarx')
-rw-r--r-- | net-zope/calendarx/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/calendarx/Manifest | 14 | ||||
-rw-r--r-- | net-zope/calendarx/calendarx-0.6.0.ebuild | 25 | ||||
-rw-r--r-- | net-zope/calendarx/files/digest-calendarx-0.6.0 | 1 |
4 files changed, 36 insertions, 12 deletions
diff --git a/net-zope/calendarx/ChangeLog b/net-zope/calendarx/ChangeLog index 90bf04e54751..b837ad409d2d 100644 --- a/net-zope/calendarx/ChangeLog +++ b/net-zope/calendarx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/calendarx # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/calendarx/ChangeLog,v 1.2 2005/04/20 10:43:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/calendarx/ChangeLog,v 1.3 2005/04/22 18:05:59 radek Exp $ + +*calendarx-0.6.0 (22 Apr 2005) + + 22 Apr 2005; Radoslaw Stachowiak <radek@gentoo.org> + +calendarx-0.6.0.ebuild: + version bump *calendarx-0.4.15 (18 Apr 2005) diff --git a/net-zope/calendarx/Manifest b/net-zope/calendarx/Manifest index 7785bcc96e7f..5ebf8e35a069 100644 --- a/net-zope/calendarx/Manifest +++ b/net-zope/calendarx/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0d8206842083580d7102531d84af7254 calendarx-0.4.15.ebuild 641 -MD5 4ec1b3cec8e56d29c3058822f7632d72 ChangeLog 369 +MD5 159fe839c86abc574c44575c7bc09042 calendarx-0.6.0.ebuild 640 +MD5 ee5c74588bf409580ddbeebac1955d54 ChangeLog 495 MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 +MD5 68bf1f6178e03200a196bbe515eb5be6 files/digest-calendarx-0.6.0 67 MD5 21a2938f905b10b3210f9d1d313661ec files/digest-calendarx-0.4.15 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCZjJWI1lqEGTUzyQRAsIdAJ45TfjUYKEwgvqtou70kc9LG+fnmACdGNyY -23eWAQK3HrUGtOmQ7el6lXc= -=G6lv ------END PGP SIGNATURE----- diff --git a/net-zope/calendarx/calendarx-0.6.0.ebuild b/net-zope/calendarx/calendarx-0.6.0.ebuild new file mode 100644 index 000000000000..515e2e9b80f3 --- /dev/null +++ b/net-zope/calendarx/calendarx-0.6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/calendarx/calendarx-0.6.0.ebuild,v 1.1 2005/04/22 18:05:59 radek Exp $ + +inherit zproduct + +DESCRIPTION="CalendarX is a customizable calendar product for Plone." +HOMEPAGE="http://calendarx.org/" +SRC_URI="mirror://sourceforge/${PN}//CalendarX-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="=net-zope/plone-2.0*" + +ZPROD_LIST="CalendarX" + +src_install() +{ + # We need to change directory name to versionless + mv ${ZPROD_LIST}-${PV} ${ZPROD_LIST} + zproduct_src_install +} diff --git a/net-zope/calendarx/files/digest-calendarx-0.6.0 b/net-zope/calendarx/files/digest-calendarx-0.6.0 new file mode 100644 index 000000000000..4917febc0e3c --- /dev/null +++ b/net-zope/calendarx/files/digest-calendarx-0.6.0 @@ -0,0 +1 @@ +MD5 af7889b07533e1c7be13f943f5834a0f CalendarX-0.6.0.tar.gz 530267 |