monsieurp    14/12/13 11:34:11

  Modified:             ChangeLog
  Added:                buzhug-1.8-r1.ebuild
  Removed:              buzhug-1.8.ebuild
  Log:
  Converted to distutils-r1, added required IUSE test as well as test phase, rm 
old. Crosstested and approved by idella4. See #316509.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-python/buzhug/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   27 Sep 2010 17:44:40 -0000      1.7
+++ ChangeLog   13 Dec 2014 11:34:11 -0000      1.8
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/buzhug
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.7 
2010/09/27 17:44:40 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.8 
2014/12/13 11:34:11 monsieurp Exp $
+
+*buzhug-1.8-r1 (13 Dec 2014)
+
+  13 Dec 2014; Patrice Clement <[email protected]> +buzhug-1.8-r1.ebuild,
+  -buzhug-1.8.ebuild:
+  Converted to distutils-r1, added required IUSE test as well as test phase, rm
+  old. Crosstested and approved by idella4. See #316509.
 
 *buzhug-1.8 (27 Sep 2010)
 
@@ -64,4 +71,3 @@
 
   03 Jul 2006; Tiziano Müller <[email protected]> ChangeLog:
   New ebuild for bug 138267
-



1.1                  dev-python/buzhug/buzhug-1.8-r1.ebuild

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

Index: buzhug-1.8-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/buzhug/buzhug-1.8-r1.ebuild,v 1.1 
2014/12/13 11:34:11 monsieurp Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python 
programmers should find very intuitive"
HOMEPAGE="http://buzhug.sourceforge.net/ http://pypi.python.org/pypi/buzhug";
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="app-arch/unzip"
RDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"

python_test() {
        nosetests || die "Tests fail with ${EPYTHON}"
}




Reply via email to