summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-02-07 21:07:10 +0000
committerPeter Volkov <pva@gentoo.org>2010-02-07 21:07:10 +0000
commit6c9fc635b840db553b66e64c23c3617e82a0e9f6 (patch)
tree5acb7054e6362ed0e4ec4f94dcffcae27b499caa /dev-python/stomper
parentAdd inherit eutils: ebeep is defined there. (diff)
downloadhistorical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.gz
historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.bz2
historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.zip
Add inherit eutils: epatch is defined there.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-python/stomper')
-rw-r--r--dev-python/stomper/ChangeLog7
-rw-r--r--dev-python/stomper/stomper-0.2.2-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
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 <pva@gentoo.org> stomper-0.2.2-r1.ebuild:
+ Add inherit eutils: epatch is defined there.
25 Nov 2009; Markus Meier <maekke@gentoo.org> 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"