diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:01:27 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:01:27 +0000 |
commit | 0729df2f753676ec31ef0346c2dee86a7fe46a50 (patch) | |
tree | 083519baac44cbb32ed9971f04dcf801a63912e4 /app-arch | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-0729df2f753676ec31ef0346c2dee86a7fe46a50.tar.gz gentoo-2-0729df2f753676ec31ef0346c2dee86a7fe46a50.tar.bz2 gentoo-2-0729df2f753676ec31ef0346c2dee86a7fe46a50.zip |
Add inherit eutils for enewgroup and enewuser.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/rpm/rpm-5.0.0.ebuild | 6 | ||||
-rw-r--r-- | app-arch/rpm/rpm-5.0.3.ebuild | 6 | ||||
-rw-r--r-- | app-arch/rpm/rpm-5.1.6.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-arch/rpm/ChangeLog b/app-arch/rpm/ChangeLog index 5daa003ac24e..5a178e2fa4a4 100644 --- a/app-arch/rpm/ChangeLog +++ b/app-arch/rpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/rpm -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.104 2009/09/06 19:27:42 idl0r Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.105 2010/02/08 09:01:27 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> rpm-5.0.0.ebuild, + rpm-5.0.3.ebuild, rpm-5.1.6.ebuild: + Add inherit eutils for enewgroup and enewuser. 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> -files/rpm-4.0.4-gentoo-uclibc.patch, -files/rpm-4.0.4-sandbox.patch, diff --git a/app-arch/rpm/rpm-5.0.0.ebuild b/app-arch/rpm/rpm-5.0.0.ebuild index 1cb4ac77d4d8..67d38722799c 100644 --- a/app-arch/rpm/rpm-5.0.0.ebuild +++ b/app-arch/rpm/rpm-5.0.0.ebuild @@ -1,8 +1,8 @@ -# 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/app-arch/rpm/rpm-5.0.0.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.0.ebuild,v 1.4 2010/02/08 09:01:27 pva Exp $ -inherit multilib distutils python +inherit eutils multilib distutils python MY_P=${P/_alpha/a} MY_P=${P/_beta/b} diff --git a/app-arch/rpm/rpm-5.0.3.ebuild b/app-arch/rpm/rpm-5.0.3.ebuild index c91817fae070..54dec349bfcf 100644 --- a/app-arch/rpm/rpm-5.0.3.ebuild +++ b/app-arch/rpm/rpm-5.0.3.ebuild @@ -1,8 +1,8 @@ -# 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/app-arch/rpm/rpm-5.0.3.ebuild,v 1.4 2009/09/05 13:26:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.0.3.ebuild,v 1.5 2010/02/08 09:01:27 pva Exp $ -inherit multilib distutils python +inherit eutils multilib distutils python MY_P=${P/_alpha/a} MY_P=${P/_beta/b} diff --git a/app-arch/rpm/rpm-5.1.6.ebuild b/app-arch/rpm/rpm-5.1.6.ebuild index 4ccc3bacfc8e..ebf6458c73dd 100644 --- a/app-arch/rpm/rpm-5.1.6.ebuild +++ b/app-arch/rpm/rpm-5.1.6.ebuild @@ -1,8 +1,8 @@ -# 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/app-arch/rpm/rpm-5.1.6.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v 1.4 2010/02/08 09:01:27 pva Exp $ -inherit multilib distutils python +inherit eutils multilib distutils python MY_P=${P/_alpha/a} MY_P=${P/_beta/b} |