diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:45:53 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:45:53 +0000 |
commit | 4861ac4d0c70cdd29514b2e676a58d41ea8e0c13 (patch) | |
tree | 3bd1a1b8227aa32e6cb33487ddf7bf04031ea698 | |
parent | Version bump (diff) | |
download | gentoo-2-4861ac4d0c70cdd29514b2e676a58d41ea8e0c13.tar.gz gentoo-2-4861ac4d0c70cdd29514b2e676a58d41ea8e0c13.tar.bz2 gentoo-2-4861ac4d0c70cdd29514b2e676a58d41ea8e0c13.zip |
Add missing eutils inherit.
(Portage version: 2.0.53_rc7)
-rw-r--r-- | dev-python/pyvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyx/pyx-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/urwid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urwid/urwid-0.8.7-r1.ebuild | 4 |
6 files changed, 18 insertions, 9 deletions
diff --git a/dev-python/pyvorbis/ChangeLog b/dev-python/pyvorbis/ChangeLog index 3410f3acfb96..9195d31b7557 100644 --- a/dev-python/pyvorbis/ChangeLog +++ b/dev-python/pyvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyvorbis # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.20 2005/11/13 17:55:41 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/ChangeLog,v 1.21 2005/11/28 11:43:08 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> pyvorbis-1.4-r1.ebuild: + Add missing eutils inherit. *pyvorbis-1.4-r1 (13 Nov 2005) diff --git a/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild b/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild index 59d4a7b03260..84b6ec5a31e5 100644 --- a/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild +++ b/dev-python/pyvorbis/pyvorbis-1.4-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/pyvorbis/pyvorbis-1.4-r1.ebuild,v 1.1 2005/11/13 17:55:42 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild,v 1.2 2005/11/28 11:43:08 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="Python bindings for the ogg.vorbis library" HOMEPAGE="http://www.andrewchatham.com/pyogg/" diff --git a/dev-python/pyx/ChangeLog b/dev-python/pyx/ChangeLog index af30f614feaf..570c588197ee 100644 --- a/dev-python/pyx/ChangeLog +++ b/dev-python/pyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyx # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.14 2005/11/28 11:40:23 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.15 2005/11/28 11:44:28 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> pyx-0.7.1.ebuild: + Add missing eutils inherit. 28 Nov 2005; Marien Zwart <marienz@gentoo.org> pyx-0.8.1.ebuild: Add missing eutils inherit. diff --git a/dev-python/pyx/pyx-0.7.1.ebuild b/dev-python/pyx/pyx-0.7.1.ebuild index 5bcd3eccd57f..1f0f2e9e6306 100644 --- a/dev-python/pyx/pyx-0.7.1.ebuild +++ b/dev-python/pyx/pyx-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/pyx/pyx-0.7.1.ebuild,v 1.2 2005/09/03 16:02:11 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.7.1.ebuild,v 1.3 2005/11/28 11:44:28 marienz Exp $ -inherit distutils +inherit distutils eutils MY_P=${P/pyx/PyX} S=${WORKDIR}/${MY_P} diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index d33b7f5fcf97..84d75fa35fb9 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.8 2005/05/15 17:26:54 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.9 2005/11/28 11:45:53 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> urwid-0.8.7-r1.ebuild: + Add missing eutils inherit. *urwid-0.8.7-r1 (15 May 2005) diff --git a/dev-python/urwid/urwid-0.8.7-r1.ebuild b/dev-python/urwid/urwid-0.8.7-r1.ebuild index e126bbf8f755..248b3595ab66 100644 --- a/dev-python/urwid/urwid-0.8.7-r1.ebuild +++ b/dev-python/urwid/urwid-0.8.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/urwid/urwid-0.8.7-r1.ebuild,v 1.1 2005/05/15 17:26:54 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.8.7-r1.ebuild,v 1.2 2005/11/28 11:45:53 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="Urwid is a curses-based user interface library for Python." HOMEPAGE="http://excess.org/urwid/" |