From 6c9fc635b840db553b66e64c23c3617e82a0e9f6 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 7 Feb 2010 21:07:10 +0000 Subject: Add inherit eutils: epatch is defined there. Package-Manager: portage-2.1.7.17/cvs/Linux x86_64 --- dev-python/stomper/ChangeLog | 7 +++++-- dev-python/stomper/stomper-0.2.2-r1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-python/stomper') diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog index dd235201c0b9..a396f2645c7a 100644 --- a/dev-python/stomper/ChangeLog +++ b/dev-python/stomper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stomper -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.6 2009/11/25 09:50:32 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.7 2010/02/07 21:01:51 pva Exp $ + + 07 Feb 2010; Peter Volkov stomper-0.2.2-r1.ebuild: + Add inherit eutils: epatch is defined there. 25 Nov 2009; Markus Meier stomper-0.2.2-r1.ebuild: amd64 stable, bug #281571 diff --git a/dev-python/stomper/stomper-0.2.2-r1.ebuild b/dev-python/stomper/stomper-0.2.2-r1.ebuild index efe5e83f9a74..c4ce9adc0e87 100644 --- a/dev-python/stomper/stomper-0.2.2-r1.ebuild +++ b/dev-python/stomper/stomper-0.2.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.3 2009/11/25 09:50:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2-r1.ebuild,v 1.4 2010/02/07 21:01:51 pva Exp $ EAPI="2" #SUPPORT_PYTHON_ABIS="1" -inherit distutils +inherit eutils distutils DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol." HOMEPAGE="http://pypi.python.org/pypi/stomper" -- cgit v1.2.3-65-gdbad