idella4     14/07/05 08:41:51

  Modified:             ChangeLog
  Added:                pgxnclient-1.2-r1.ebuild
  Removed:              pgxnclient-1.2.ebuild
  Log:
  revbump; conversion -> distutils-r1, add missing dep setuptools, add test 
phase, remove old, fixes Bug 515020
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-db/pgxnclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgxnclient/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgxnclient/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgxnclient/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   17 Jan 2013 07:36:31 -0000      1.1
+++ ChangeLog   5 Jul 2014 08:41:51 -0000       1.2
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/pgxnclient
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v 1.1 
2013/01/17 07:36:31 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/ChangeLog,v 1.2 
2014/07/05 08:41:51 idella4 Exp $
+
+*pgxnclient-1.2-r1 (05 Jul 2014)
+
+  05 Jul 2014; Ian Delaney <idel...@gentoo.org> +pgxnclient-1.2-r1.ebuild,
+  -pgxnclient-1.2.ebuild:
+  revbump; conversion -> distutils-r1, add missing dep setuptools, add test
+  phase, remove old, fixes Bug 515020
 
 *pgxnclient-1.2 (17 Jan 2013)
 



1.1                  dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild

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

Index: pgxnclient-1.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild,v 
1.1 2014/07/05 08:41:51 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="PostgreSQL Extension Network Client"
HOMEPAGE="http://pgxnclient.projects.postgresql.org/ 
http://pypi.python.org/pypi/${PN}";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"

LICENSE="BSD"
SLOT="0"
IUSE="test"

RDEPEND=">=dev-db/postgresql-server-9.1"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_test() {
        # suite written onlt for py2
        pushd ${PN} > /dev/null
        if ! python_is_python3; then
                PYTHONPATH=../ "${PYTHON}" -m unittest discover || die "tests 
failed"
        fi
        popd > dev/null
}




Reply via email to