idella4     15/01/05 05:24:49

  Modified:             ChangeLog
  Added:                python-cdb-0.34-r1.ebuild
  Log:
  revbump; conversion -> distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.30                 dev-python/python-cdb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cdb/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   3 Apr 2011 11:47:30 -0000       1.29
+++ ChangeLog   5 Jan 2015 05:24:49 -0000       1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-cdb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cdb/ChangeLog,v 1.29 
2011/04/03 11:47:30 arfrever Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cdb/ChangeLog,v 1.30 
2015/01/05 05:24:49 idella4 Exp $
+
+*python-cdb-0.34-r1 (05 Jan 2015)
+
+  05 Jan 2015; Ian Delaney <[email protected]> +python-cdb-0.34-r1.ebuild:
+  revbump; conversion -> distutils-r1
 
   03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <[email protected]>
   python-cdb-0.34.ebuild:
@@ -100,4 +105,3 @@
 
   12 Jul 2003; Alastair Tse <[email protected]> python-cdb-0.32.ebuild:
   initial ebuild. contributed by M Stearn <[email protected]>
-



1.1                  dev-python/python-cdb/python-cdb-0.34-r1.ebuild

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

Index: python-cdb-0.34-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-cdb/python-cdb-0.34-r1.ebuild,v 1.1 
2015/01/05 05:24:49 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A Python extension module for cdb"
SRC_URI="http://pilcrow.madison.wi.us/python-cdb/${P}.tar.gz";
HOMEPAGE="http://pilcrow.madison.wi.us/#pycdb";

SLOT="0"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos"

DEPEND="|| ( dev-db/cdb dev-db/tinycdb )"
RDEPEND="${DEPEND}"

python_test() {
        "${PYTHON}" setup.py build -b "build-${PYTHON_ABI}" install --home 
"${T}/test-${PYTHON_ABI}" || return 1
        # This is not really intended as test but it is better than nothing.
        "${PYTHON}" < Example
}




Reply via email to