diff options
author | 2012-06-04 06:30:31 +0000 | |
---|---|---|
committer | 2012-06-04 06:30:31 +0000 | |
commit | b539e30cdb9bfaafdbb5ce741d76c936a00c715b (patch) | |
tree | f1c00781d4273ff96916a762a6976c9b2bf350a2 /dev-db/firebird | |
parent | inherit user for enewuser (diff) | |
download | gentoo-2-b539e30cdb9bfaafdbb5ce741d76c936a00c715b.tar.gz gentoo-2-b539e30cdb9bfaafdbb5ce741d76c936a00c715b.tar.bz2 gentoo-2-b539e30cdb9bfaafdbb5ce741d76c936a00c715b.zip |
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha109_p5/cvs/Linux i686)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.1.3.18185.0.ebuild | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.5.1.26351.0.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 60e68c8a2038..00a043f17ab0 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.109 2011/12/30 06:25:04 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.110 2012/06/04 06:30:31 zmedico Exp $ + + 04 Jun 2012; Zac Medico <zmedico@gentoo.org> firebird-2.0.3.12981.0-r6.ebuild, + firebird-2.1.3.18185.0.ebuild, firebird-2.5.1.26351.0.ebuild: + inherit user for enewgroup and enewuser *firebird-2.5.1.26351.0 (30 Dec 2011) diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild index 9d796d8ca9b0..0e424736d065 100644 --- a/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild +++ b/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild,v 1.5 2010/06/16 19:25:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r6.ebuild,v 1.6 2012/06/04 06:30:31 zmedico Exp $ -inherit flag-o-matic eutils autotools versionator multilib +inherit flag-o-matic eutils autotools user versionator multilib MY_P=Firebird-$(replace_version_separator 4 -) diff --git a/dev-db/firebird/firebird-2.1.3.18185.0.ebuild b/dev-db/firebird/firebird-2.1.3.18185.0.ebuild index ebbe7dc2b873..188c3ea69bc4 100644 --- a/dev-db/firebird/firebird-2.1.3.18185.0.ebuild +++ b/dev-db/firebird/firebird-2.1.3.18185.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.3.18185.0.ebuild,v 1.3 2010/06/16 19:25:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.3.18185.0.ebuild,v 1.4 2012/06/04 06:30:31 zmedico Exp $ -inherit flag-o-matic eutils autotools versionator +inherit flag-o-matic eutils autotools user versionator MY_P=Firebird-$(replace_version_separator 4 -) #MY_P=Firebird-${PV/_rc/-ReleaseCandidate} diff --git a/dev-db/firebird/firebird-2.5.1.26351.0.ebuild b/dev-db/firebird/firebird-2.5.1.26351.0.ebuild index 2758c942fce9..4993116ce8bc 100644 --- a/dev-db/firebird/firebird-2.5.1.26351.0.ebuild +++ b/dev-db/firebird/firebird-2.5.1.26351.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.5.1.26351.0.ebuild,v 1.1 2011/12/30 06:25:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.5.1.26351.0.ebuild,v 1.2 2012/06/04 06:30:31 zmedico Exp $ EAPI=4 -inherit flag-o-matic eutils autotools multilib versionator +inherit flag-o-matic eutils autotools multilib user versionator MY_P=${PN/f/F}-$(replace_version_separator 4 -) #MY_P=${PN/f/F}-${PV/_rc/-ReleaseCandidate} |