diff options
-rw-r--r-- | dev-python/cherrypy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/kid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kid/kid-0.7.1.ebuild | 4 |
7 files changed, 21 insertions, 11 deletions
diff --git a/dev-python/cherrypy/ChangeLog b/dev-python/cherrypy/ChangeLog index fdc87b4dbf0d..a310b7368a21 100644 --- a/dev-python/cherrypy/ChangeLog +++ b/dev-python/cherrypy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cherrypy # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.8 2005/10/21 20:53:40 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.9 2005/11/28 11:25:24 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> cherrypy-2.0.0.ebuild, + cherrypy-2.1.0.ebuild: + Add missing eutils inherit. *cherrypy-2.1.0 (21 Oct 2005) diff --git a/dev-python/cherrypy/cherrypy-2.0.0.ebuild b/dev-python/cherrypy/cherrypy-2.0.0.ebuild index 58593f165fd8..40ea65c81ee9 100644 --- a/dev-python/cherrypy/cherrypy-2.0.0.ebuild +++ b/dev-python/cherrypy/cherrypy-2.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.0.0.ebuild,v 1.3 2005/07/12 11:00:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.0.0.ebuild,v 1.4 2005/11/28 11:25:24 marienz Exp $ -inherit distutils +inherit distutils eutils MY_P=${P/c/C} MY_P=${MY_P/p/P} diff --git a/dev-python/cherrypy/cherrypy-2.1.0.ebuild b/dev-python/cherrypy/cherrypy-2.1.0.ebuild index e6f597a36296..393342a5c574 100644 --- a/dev-python/cherrypy/cherrypy-2.1.0.ebuild +++ b/dev-python/cherrypy/cherrypy-2.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.1.0.ebuild,v 1.1 2005/10/21 20:53:40 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.1.0.ebuild,v 1.2 2005/11/28 11:25:24 marienz Exp $ -inherit distutils +inherit distutils eutils MY_P=${P/cherrypy/CherryPy} diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 52e15e30d0fe..c530b72f330b 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.8 2005/06/04 15:18:26 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.9 2005/11/28 11:27:45 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> gnuplot-py-1.7-r1.ebuild: + Add missing eutils inherit. *gnuplot-py-1.7-r1 (04 Jun 2005) diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild index 727672f71196..08eeec729394 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.1 2005/06/04 15:18:26 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.2 2005/11/28 11:27:45 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" diff --git a/dev-python/kid/ChangeLog b/dev-python/kid/ChangeLog index d49a69fde457..70c682710571 100644 --- a/dev-python/kid/ChangeLog +++ b/dev-python/kid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.1 2005/11/10 23:32:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.2 2005/11/28 11:30:00 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> kid-0.7.1.ebuild: + Add missing eutils inherit. *kid-0.7.1 (10 Nov 2005) diff --git a/dev-python/kid/kid-0.7.1.ebuild b/dev-python/kid/kid-0.7.1.ebuild index 74529ff84e79..d06444409aef 100644 --- a/dev-python/kid/kid-0.7.1.ebuild +++ b/dev-python/kid/kid-0.7.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.7.1.ebuild,v 1.1 2005/11/10 23:32:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.7.1.ebuild,v 1.2 2005/11/28 11:30:00 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="A simple and Pythonic XML template language" SRC_URI="http://kid.lesscode.org/dist/${PV}/${P}.tar.gz" |