public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2009-08-08  0:50 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-08  0:50 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/08 00:50:25

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 13946-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.1&r2=1.2

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-memcached-1.44.ebuild	12 Jul 2009 17:13:46 -0000	1.1
+++ python-memcached-1.44.ebuild	8 Aug 2009 00:50:25 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.1 2009/07/12 17:13:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.2 2009/08/08 00:50:25 arfrever Exp $
 
 NEED_PYTHON="2.4"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
@@ -18,3 +19,9 @@
 
 DEPEND="dev-python/setuptools"
 RDEPEND=""
+
+RESTRICT_PYTHON_ABIS="3*"
+
+pkg_postinst() {
+	python_mod_optimize memcache.py
+}



1.6                  dev-python/python-memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Jul 2009 17:13:46 -0000	1.5
+++ ChangeLog	8 Aug 2009 00:50:25 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-memcached
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.5 2009/07/12 17:13:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.6 2009/08/08 00:50:25 arfrever Exp $
+
+  08 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-memcached-1.44.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *python-memcached-1.44 (12 Jul 2009)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2009-10-11 11:27 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-11 11:27 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/11 11:27:44

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  Merge from Prefix
  (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.3                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.2&r2=1.3

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-memcached-1.44.ebuild	8 Aug 2009 00:50:25 -0000	1.2
+++ python-memcached-1.44.ebuild	11 Oct 2009 11:27:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.2 2009/08/08 00:50:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.3 2009/10/11 11:27:44 grobian Exp $
 
 NEED_PYTHON="2.4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="OSL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools"



1.8                  dev-python/python-memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Sep 2009 18:15:23 -0000	1.7
+++ ChangeLog	11 Oct 2009 11:27:44 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-memcached
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.7 2009/09/04 18:15:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.8 2009/10/11 11:27:44 grobian Exp $
+
+  11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
+  python-memcached-1.44.ebuild:
+  Merge from Prefix
 
   04 Sep 2009; Patrick Lauer <patrick@gentoo.org>
   -python-memcached-1.43.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2009-10-15  8:22 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-10-15  8:22 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/15 08:22:13

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #287741
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.3&r2=1.4

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-memcached-1.44.ebuild	11 Oct 2009 11:27:44 -0000	1.3
+++ python-memcached-1.44.ebuild	15 Oct 2009 08:22:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.3 2009/10/11 11:27:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.4 2009/10/15 08:22:13 maekke Exp $
 
 NEED_PYTHON="2.4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="OSL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools"



1.9                  dev-python/python-memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Oct 2009 11:27:44 -0000	1.8
+++ ChangeLog	15 Oct 2009 08:22:13 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-memcached
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.8 2009/10/11 11:27:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.9 2009/10/15 08:22:13 maekke Exp $
+
+  15 Oct 2009; Markus Meier <maekke@gentoo.org>
+  python-memcached-1.44.ebuild:
+  amd64/x86 stable, bug #287741
 
   11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
   python-memcached-1.44.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2009-10-24 13:05 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-24 13:05 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/24 13:05:17

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  ppc stable #287741
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.5                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.4&r2=1.5

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-memcached-1.44.ebuild	15 Oct 2009 08:22:13 -0000	1.4
+++ python-memcached-1.44.ebuild	24 Oct 2009 13:05:16 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.4 2009/10/15 08:22:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.5 2009/10/24 13:05:16 nixnut Exp $
 
 NEED_PYTHON="2.4"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="OSL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools"



1.10                 dev-python/python-memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Oct 2009 08:22:13 -0000	1.9
+++ ChangeLog	24 Oct 2009 13:05:16 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-memcached
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.9 2009/10/15 08:22:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.10 2009/10/24 13:05:16 nixnut Exp $
+
+  24 Oct 2009; nixnut <nixnut@gentoo.org> python-memcached-1.44.ebuild:
+  ppc stable #287741
 
   15 Oct 2009; Markus Meier <maekke@gentoo.org>
   python-memcached-1.44.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2010-03-26  2:48 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2010-03-26  2:48 UTC (permalink / raw
  To: gentoo-commits

sping       10/03/26 02:48:00

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  dev-python/python-memcached: Fix SRC_URI (bug #311273)
  (Portage version: 2.2_rc67_p26/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.5&r2=1.6

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-memcached-1.44.ebuild	24 Oct 2009 13:05:16 -0000	1.5
+++ python-memcached-1.44.ebuild	26 Mar 2010 02:48:00 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.5 2009/10/24 13:05:16 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.6 2010/03/26 02:48:00 sping Exp $
 
 NEED_PYTHON="2.4"
 SUPPORT_PYTHON_ABIS="1"
@@ -10,7 +10,7 @@
 DESCRIPTION="A Python based API (implemented in 100% python) for
 communicating with the memcached distributed memory object cache daemon."
 HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/"
-SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/${P}.tar.gz"
+SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/old-releases/${P}.tar.gz"
 
 LICENSE="OSL-2.0"
 SLOT="0"



1.11                 dev-python/python-memcached/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-memcached/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Oct 2009 13:05:16 -0000	1.10
+++ ChangeLog	26 Mar 2010 02:48:00 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-memcached
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.10 2009/10/24 13:05:16 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.11 2010/03/26 02:48:00 sping Exp $
+
+  26 Mar 2010; Sebastian Pipping <sping@gentoo.org>
+  python-memcached-1.44.ebuild:
+  Fix SRC_URI (bug #311273)
 
   24 Oct 2009; nixnut <nixnut@gentoo.org> python-memcached-1.44.ebuild:
   ppc stable #287741






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog
@ 2010-07-06 19:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-06 19:33 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/06 19:33:00

  Modified:             python-memcached-1.44.ebuild ChangeLog
  Log:
  Use PYTHON_DEPEND instead of NEED_PYTHON.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/python-memcached/python-memcached-1.44.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild?r1=1.6&r2=1.7

Index: python-memcached-1.44.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-memcached-1.44.ebuild	26 Mar 2010 02:48:00 -0000	1.6
+++ python-memcached-1.44.ebuild	6 Jul 2010 19:33:00 -0000	1.7
@@ -1,15 +1,16 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.6 2010/03/26 02:48:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.44.ebuild,v 1.7 2010/07/06 19:33:00 arfrever Exp $
 
-NEED_PYTHON="2.4"
+EAPI="3"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
-DESCRIPTION="A Python based API (implemented in 100% python) for
-communicating with the memcached distributed memory object cache daemon."
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/"
+DESCRIPTION="Pure python memcached client"
+HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ http://pypi.python.org/pypi/python-memcached"
 SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/old-releases/${P}.tar.gz"
 
 LICENSE="OSL-2.0"
@@ -20,8 +21,4 @@
 DEPEND="dev-python/setuptools"
 RDEPEND=""
 
-RESTRICT_PYTHON_ABIS="3*"
-
-pkg_postinst() {
-	python_mod_optimize memcache.py
-}
+PYTHON_MODNAME="memcache.py"



1.12                 dev-python/python-memcached/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	26 Mar 2010 02:48:00 -0000	1.11
+++ ChangeLog	6 Jul 2010 19:33:00 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-memcached
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.11 2010/03/26 02:48:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.12 2010/07/06 19:33:00 arfrever Exp $
+
+  06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-memcached-1.44.ebuild:
+  Use PYTHON_DEPEND instead of NEED_PYTHON.
 
   26 Mar 2010; Sebastian Pipping <sping@gentoo.org>
   python-memcached-1.44.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-06 19:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15  8:22 [gentoo-commits] gentoo-x86 commit in dev-python/python-memcached: python-memcached-1.44.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-06 19:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-03-26  2:48 Sebastian Pipping (sping)
2009-10-24 13:05 Gysbert Wassenaar (nixnut)
2009-10-11 11:27 Fabian Groffen (grobian)
2009-08-08  0:50 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox