idella4     14/12/29 09:14:05

  Modified:             ChangeLog
  Added:                clientcookie-1.3.0-r1.ebuild
  Removed:              clientcookie-1.3.0.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.21                 dev-python/clientcookie/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   22 Oct 2013 11:39:17 -0000      1.20
+++ ChangeLog   29 Dec 2014 09:14:05 -0000      1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/clientcookie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.20 
2013/10/22 11:39:17 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/clientcookie/ChangeLog,v 1.21 
2014/12/29 09:14:05 idella4 Exp $
+
+*clientcookie-1.3.0-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney <idel...@gentoo.org> +clientcookie-1.3.0-r1.ebuild,
+  -clientcookie-1.3.0.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   22 Oct 2013; Fabian Groffen <grob...@gentoo.org> clientcookie-1.3.0.ebuild:
   Marked ~x64-macos, bug #487670



1.1                  dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: clientcookie-1.3.0-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 
1.1 2014/12/29 09:14:05 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_P="ClientCookie-${PV}"

DESCRIPTION="Python module for handling HTTP cookies on the client side"
HOMEPAGE="http://wwwsearch.sourceforge.net/ClientCookie/ 
http://pypi.python.org/pypi/ClientCookie";
SRC_URI="http://wwwsearch.sourceforge.net/ClientCookie/src/${MY_P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~ia64-linux ~x86-linux 
~x64-macos ~x86-macos"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

S="${WORKDIR}/${MY_P}"

DOCS="*.txt"




Reply via email to