ChangeLog

# ChangeLog for dev-python/clientcookie
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.17 2008/05/02 16:14:22 armin76 Exp $

02 May 2008; Raúl Porcel clientcookie-1.3.0.ebuild:
Add ~alpha

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

14 Feb 2007; Tiziano Müller
-clientcookie-0.4.4a.ebuild, -clientcookie-0.4.18.ebuild,
-clientcookie-1.0.2.ebuild, -clientcookie-1.0.3.ebuild,
-clientcookie-1.2.0.ebuild:
Dropped old versions.

*clientcookie-1.3.0 (19 May 2006)

19 May 2006; Lukasz Strzygowski
+clientcookie-1.3.0.ebuild:
Version bump. Marked ~amd64.

01 Apr 2006; Aron Griffis clientcookie-1.2.0.ebuild:
Mark 1.2.0 ~ia64

*clientcookie-1.2.0 (29 Mar 2006)

29 Mar 2006; Lukasz Strzygowski metadata.xml,
+clientcookie-1.2.0.ebuild:
Version bump. Added description to metadata.

13 Jun 2005; David Holm clientcookie-1.0.3.ebuild:
Added to ~ppc.

*clientcookie-1.0.3 (13 Jun 2005)

13 Jun 2005; Rob Cakebread
+clientcookie-1.0.3.ebuild:
Version bump. bug# 95832

*clientcookie-1.0.2 (12 Feb 2005)

12 Feb 2005; Bryan Østergaard
+clientcookie-1.0.2.ebuild:
Version bump.

30 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

27 Jun 2004; Rob Cakebread
clientcookie-0.4.19.ebuild:
Marked stable x86

15 Jun 2004; Rob Cakebread
clientcookie-0.4.18.ebuild:
Marked stable on x86

*clientcookie-0.4.19 (24 May 2004)

24 May 2004; Rob Cakebread
+clientcookie-0.4.19.ebuild:
Version bump

01 Apr 2004; Bryan Østergaard
clientcookie-0.4.4a.ebuild:
Stable on x86.

*clientcookie-0.4.18 (10 Mar 2004)

10 Mar 2004; clientcookie-0.4.18.ebuild:
Version bump.

*clientcookie-0.4.4a (02 Oct 2003)

02 Oct 2003; Rob Cakebread
clientcookie-0.4.4a.ebuild, metadata.xml:
Initial ebuild (#27582)

Manifest

DIST ClientCookie-0.4.19.tar.gz 106215 RMD160 1dc9f4e3b82d5a2baf21f66761270a86c9fd0858 SHA1 5f748f39aa2a40ce7a2691232958fc3640749936 SHA256 9f141e108b1cc87a900246f74b74c6fc2c9ac7c6ae9d7e7159616aca659123fa
DIST ClientCookie-1.3.0.tar.gz 130974 RMD160 0c557c11efee3ada975235ed72252176c059e5d2 SHA1 fc54adb762618d3a9fdeca9ed45b982c2bde940c SHA256 cd51a411ffbbce76a4046a42f43711fc2674db05201e649c6035aa8178874797
EBUILD clientcookie-0.4.19.ebuild 672 RMD160 8c299c6ea07e611312ff5e3960dac2f925cc29aa SHA1 500856399bf8da1eed9b55885e80a46e70c58820 SHA256 54f9bafa0932ccc2d10c358314b6f2342fa7c870a7195994c03ef1660b07f506
EBUILD clientcookie-1.3.0.ebuild 870 RMD160 4d5e9c62a1e8825d6b24bc590cf0925c876bedf0 SHA1 ef4d5febaec97e054a608da76cd010c54b3a0359 SHA256 eb2d282e826041ec583cc44910f816af8df03f1b9a03d45b48e9b438287ced41
MISC ChangeLog 2258 RMD160 d8810f22ce1dcfefd76e68f13333b0dfc2b0cac4 SHA1 85e48196a29273690326b787689b644da21e2cf6 SHA256 61b2bb47e78579a2837d1d48a39b86366ddeb803d47f0834b32f3b405a493e2c
MISC metadata.xml 767 RMD160 8d303b82cc3c72e5c7d85c0caf4b68a57beed9d5 SHA1 163dd4cde9532d6e97cf9bd575c7166530cc3ff3 SHA256 9611a2dfb8bfd60312b76bd8bcebdf0cce50192b4829d2c7010bd184eb6ffa3c

clientcookie-0.4.19.ebuild

# 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-0.4.19.ebuild,v 1.5 2007/07/11 06:19:47 mr_bones_ 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
}

clientcookie-1.3.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0.ebuild,v 1.2 2008/05/02 16:14:22 armin76 Exp $

inherit distutils

MY_P="ClientCookie-${PV}"
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="~alpha ~amd64 ~ia64 ~ppc ~x86"
IUSE=""

S="${WORKDIR}/${MY_P}"
DOCS="*.txt"

src_unpack() {
unpack ${A}
cd ${S}

# use distutils instead of setuptools
sed -e 's/not hasattr(sys, "version_info")/1/' -i setup.py
}

src_install() {
# remove to prevent distutils_src_install from installing it
dohtml *.html
rm README.html*

distutils_src_install
}

metadata.xml




python

ClientCookie is a Python module for handling HTTP cookies on the client
side, useful for accessing web sites that require cookies to be set and
then returned later. It also provides some other (optional) useful stuff:
HTTP-EQUIV and Refresh handling, automatic adding of the Referer [sic]
header, automatic observance of robots.txt and lazily-seek()able responses.
These extras are implemented using an extension that makes it easier to add
new functionality to urllib2. It has developed from a port of Gisle Aas'
Perl module HTTP::Cookies, from the libwww-perl library.