idella4     14/12/31 00:41:17

  Modified:             ChangeLog
  Added:                webut-0.1.0.2-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.15                 dev-python/webut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   12 Dec 2014 23:23:24 -0000      1.14
+++ ChangeLog   31 Dec 2014 00:41:17 -0000      1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/webut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.14 
2014/12/12 23:23:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.15 
2014/12/31 00:41:17 idella4 Exp $
+
+*webut-0.1.0.2-r1 (31 Dec 2014)
+
+  31 Dec 2014; Ian Delaney <idel...@gentoo.org> +webut-0.1.0.2-r1.ebuild,
+  webut-0.1.0.2.ebuild:
+  revbump; conversion -> distutils-r1
 
   12 Dec 2014; Michał Górny <mgo...@gentoo.org> webut-0.1.0.2.ebuild:
   Rename net-zope/zope-interface to dev-python/zope-interface.



1.1                  dev-python/webut/webut-0.1.0.2-r1.ebuild

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

Index: webut-0.1.0.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-python/webut/webut-0.1.0.2-r1.ebuild,v 
1.1 2014/12/31 00:41:17 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 versionator

MY_P=${PN}_$(replace_version_separator 2 '-')

DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming"
HOMEPAGE="http://www.inoi.fi/open/trac/webut";
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"

RDEPEND=">=dev-python/nevow-0.9.18[${PYTHON_USEDEP}]
        >=dev-python/twisted-core-2[${PYTHON_USEDEP}]
        >=dev-python/zope-interface-3.0.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to