diff options
-rw-r--r-- | dev-python/ruledispatch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/ruledispatch/ChangeLog b/dev-python/ruledispatch/ChangeLog index 60e4c358b1c0..9565ea872d22 100644 --- a/dev-python/ruledispatch/ChangeLog +++ b/dev-python/ruledispatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ruledispatch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.7 2009/12/20 10:32:48 grobian Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.8 2010/02/08 08:48:35 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> + ruledispatch-0.5_pre2306-r1.ebuild: + Add inherit eutils for epatch. 20 Dec 2009; Fabian Groffen <grobian@gentoo.org> ruledispatch-0.5_pre2306-r1.ebuild: diff --git a/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild b/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild index 13f2ed0dc569..9f47e2af525c 100644 --- a/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild +++ b/dev-python/ruledispatch/ruledispatch-0.5_pre2306-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/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.2 2009/12/20 10:32:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r1.ebuild,v 1.3 2010/02/08 08:48:35 pva Exp $ EAPI="2" NEED_PYTHON=2.4 -inherit distutils versionator +inherit eutils distutils versionator MY_PN=RuleDispatch MY_P=${MY_PN}-$(get_version_component_range 1-2)a0.dev-$(get_version_component_range 3-) |