public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/logilab-constraint: logilab-constraint-0.5.0-r1.ebuild ChangeLog logilab-constraint-0.5.0.ebuild
@ 2013-07-15  8:48 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-07-15  8:48 UTC (permalink / raw
  To: gentoo-commits

idella4     13/07/15 08:48:49

  Modified:             ChangeLog
  Added:                logilab-constraint-0.5.0-r1.ebuild
  Removed:              logilab-constraint-0.5.0.ebuild
  Log:
  migrate -> distutils-r1, add IUSE doc
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.11                 dev-python/logilab-constraint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	27 Aug 2012 15:23:30 -0000	1.10
+++ ChangeLog	15 Jul 2013 08:48:49 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/logilab-constraint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.10 2012/08/27 15:23:30 floppym Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.11 2013/07/15 08:48:49 idella4 Exp $
+
+*logilab-constraint-0.5.0-r1 (15 Jul 2013)
+
+  15 Jul 2013; Ian Delaney <idella4@gentoo.org>
+  +logilab-constraint-0.5.0-r1.ebuild, -logilab-constraint-0.5.0.ebuild:
+  migrate -> distutils-r1, add IUSE doc
 
   27 Aug 2012; Mike Gilbert <floppym@gentoo.org>
   logilab-constraint-0.4.0.ebuild, logilab-constraint-0.5.0.ebuild:



1.1                  dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild

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

Index: logilab-constraint-0.5.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild,v 1.1 2013/07/15 08:48:49 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit distutils-r1

DESCRIPTION="A finite domain constraints solver written in 100% pure Python"
HOMEPAGE="http://www.logilab.org/project/logilab-constraint"
SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="doc examples"

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

DOCS=( doc/CONTRIBUTORS )

python_install() {
	# Avoid collisions with dev-python/logilab-common.
	rm -f "${D}$(python_get_sitedir)/logilab/__init__.py" || die
	distutils-r1_python_install
}

python_install_all() {
	use doc && dohtml doc/documentation.html
	use examples && local EXAMPLES=( examples/. )

	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-15  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15  8:48 [gentoo-commits] gentoo-x86 commit in dev-python/logilab-constraint: logilab-constraint-0.5.0-r1.ebuild ChangeLog logilab-constraint-0.5.0.ebuild Ian Delaney (idella4)

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