diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-06-13 02:19:43 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-06-13 02:19:43 +0000 |
commit | f97cc8cf572c0509eed5d38aa3f1af8d783e58d4 (patch) | |
tree | fe22196c193547bbd1feb8b0b4def58d9de0f848 /dev-python | |
parent | ck10 (diff) | |
download | gentoo-2-f97cc8cf572c0509eed5d38aa3f1af8d783e58d4.tar.gz gentoo-2-f97cc8cf572c0509eed5d38aa3f1af8d783e58d4.tar.bz2 gentoo-2-f97cc8cf572c0509eed5d38aa3f1af8d783e58d4.zip |
Version bump. bug# 95832
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/clientcookie/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/clientcookie/Manifest | 24 | ||||
-rw-r--r-- | dev-python/clientcookie/clientcookie-1.0.3.ebuild | 21 | ||||
-rw-r--r-- | dev-python/clientcookie/files/digest-clientcookie-1.0.3 | 1 |
4 files changed, 37 insertions, 17 deletions
diff --git a/dev-python/clientcookie/ChangeLog b/dev-python/clientcookie/ChangeLog index 322c793eb591..1b8dcb064eb3 100644 --- a/dev-python/clientcookie/ChangeLog +++ b/dev-python/clientcookie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/clientcookie # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.9 2005/02/12 11:36:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.10 2005/06/13 02:19:43 pythonhead Exp $ + +*clientcookie-1.0.3 (13 Jun 2005) + + 13 Jun 2005; Rob Cakebread <pythonhead@gentoo.org> + +clientcookie-1.0.3.ebuild: + Version bump. bug# 95832 *clientcookie-1.0.2 (12 Feb 2005) diff --git a/dev-python/clientcookie/Manifest b/dev-python/clientcookie/Manifest index ad3fe0c54c92..b2b38abdd0e3 100644 --- a/dev-python/clientcookie/Manifest +++ b/dev-python/clientcookie/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 75e14d86d022e82a083b68cdfa052888 ChangeLog 1329 +MD5 73a30d6641f650dbf87c43bbe832b22d clientcookie-0.4.18.ebuild 675 +MD5 6310e369ed7b13bbb321ea86d55a00b1 clientcookie-0.4.4a.ebuild 675 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 15436ccada1efcb497ac1c69287789d5 clientcookie-0.4.19.ebuild 670 MD5 b9decc077e66fb593f69dcc2b1149c19 clientcookie-1.0.2.ebuild 669 -MD5 8ef06adf9b7351f4f6a73c28dea0b6c7 ChangeLog 1183 -MD5 6310e369ed7b13bbb321ea86d55a00b1 clientcookie-0.4.4a.ebuild 675 -MD5 73a30d6641f650dbf87c43bbe832b22d clientcookie-0.4.18.ebuild 675 -MD5 c39901948959299ce686212166b5d4be files/digest-clientcookie-1.0.2 70 -MD5 d12ea916436682e8423819ec56fade59 files/digest-clientcookie-0.4.19 71 -MD5 df9071fd270dce926f984de95213a1fe files/digest-clientcookie-0.4.4a 70 +MD5 b9decc077e66fb593f69dcc2b1149c19 clientcookie-1.0.3.ebuild 669 MD5 b6e7f493690e1fa8df7a8126312da11f files/digest-clientcookie-0.4.18 71 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCDepWugEuf3OQ0akRAvkoAJ9ULRF8stm0avX76xW1by5UmDrDYwCffWcO -0xcJkp8AAlTcgdJoliMSqTU= -=buts ------END PGP SIGNATURE----- +MD5 df9071fd270dce926f984de95213a1fe files/digest-clientcookie-0.4.4a 70 +MD5 d12ea916436682e8423819ec56fade59 files/digest-clientcookie-0.4.19 71 +MD5 c39901948959299ce686212166b5d4be files/digest-clientcookie-1.0.2 70 +MD5 a9f132bcbdbf1ea5b99060373d37b3bb files/digest-clientcookie-1.0.3 70 diff --git a/dev-python/clientcookie/clientcookie-1.0.3.ebuild b/dev-python/clientcookie/clientcookie-1.0.3.ebuild new file mode 100644 index 000000000000..7126b3239693 --- /dev/null +++ b/dev-python/clientcookie/clientcookie-1.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/clientcookie-1.0.3.ebuild,v 1.1 2005/06/13 02:19:43 pythonhead Exp $ + +inherit distutils + +MY_P="ClientCookie-${PV}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Python module for handling HTTP cookies on the client side" +HOMEPAGE="http://wwwsearch.sourceforge.net/ClientCookie/" +SRC_URI="http://wwwsearch.sourceforge.net/ClientCookie/src/${MY_P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DOCS="COPYING ChangeLog PKG-INFO README.txt" + +src_install() { + distutils_src_install + dohtml README.html doc.html +} diff --git a/dev-python/clientcookie/files/digest-clientcookie-1.0.3 b/dev-python/clientcookie/files/digest-clientcookie-1.0.3 new file mode 100644 index 000000000000..382cc22e22f9 --- /dev/null +++ b/dev-python/clientcookie/files/digest-clientcookie-1.0.3 @@ -0,0 +1 @@ +MD5 b0c9c02e298bdcc8cb7f4ae00a6e5701 ClientCookie-1.0.3.tar.gz 118631 |