diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 22:13:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 22:13:04 +0000 |
commit | 90c34e798520da4b63cd9360c3303bb66bab4025 (patch) | |
tree | f5aaf67a9f1d1f498de555557fc8175d098a2dd6 /dev-vcs | |
parent | Marking bsddb3-5.3.0 ppc for bug 418339 (diff) | |
download | historical-90c34e798520da4b63cd9360c3303bb66bab4025.tar.gz historical-90c34e798520da4b63cd9360c3303bb66bab4025.tar.bz2 historical-90c34e798520da4b63cd9360c3303bb66bab4025.zip |
inherit user for enewgroup and enewuser
Package-Manager: portage-2.2.0_alpha110/cvs/Linux i686
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/monotone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-0.99.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-1.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-1.0-r3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-vcs/monotone/ChangeLog b/dev-vcs/monotone/ChangeLog index dcb0aab637ad..8f29163345bb 100644 --- a/dev-vcs/monotone/ChangeLog +++ b/dev-vcs/monotone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/monotone # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.23 2012/05/28 19:45:30 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.24 2012/06/07 22:13:04 zmedico Exp $ + + 07 Jun 2012; Zac Medico <zmedico@gentoo.org> monotone-0.99.1-r1.ebuild, + monotone-1.0-r2.ebuild, monotone-1.0-r3.ebuild: + inherit user for enewgroup and enewuser 28 May 2012; Zac Medico <zmedico@gentoo.org> monotone-0.99.1-r1.ebuild, monotone-1.0-r2.ebuild: diff --git a/dev-vcs/monotone/monotone-0.99.1-r1.ebuild b/dev-vcs/monotone/monotone-0.99.1-r1.ebuild index f242b0772290..62d3eccc0de9 100644 --- a/dev-vcs/monotone/monotone-0.99.1-r1.ebuild +++ b/dev-vcs/monotone/monotone-0.99.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.99.1-r1.ebuild,v 1.2 2012/05/28 19:45:30 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.99.1-r1.ebuild,v 1.3 2012/06/07 22:13:04 zmedico Exp $ EAPI="4" -inherit bash-completion elisp-common eutils toolchain-funcs +inherit bash-completion elisp-common eutils toolchain-funcs user DESCRIPTION="Monotone Distributed Version Control System" HOMEPAGE="http://monotone.ca" diff --git a/dev-vcs/monotone/monotone-1.0-r2.ebuild b/dev-vcs/monotone/monotone-1.0-r2.ebuild index e4de3d3c0c1d..54c55a5a5665 100644 --- a/dev-vcs/monotone/monotone-1.0-r2.ebuild +++ b/dev-vcs/monotone/monotone-1.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r2.ebuild,v 1.2 2012/05/28 19:45:30 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r2.ebuild,v 1.3 2012/06/07 22:13:04 zmedico Exp $ # QA failiures reported in https://code.monotone.ca/p/monotone/issues/181/ EAPI="4" -inherit bash-completion elisp-common eutils toolchain-funcs +inherit bash-completion elisp-common eutils toolchain-funcs user DESCRIPTION="Monotone Distributed Version Control System" HOMEPAGE="http://monotone.ca" diff --git a/dev-vcs/monotone/monotone-1.0-r3.ebuild b/dev-vcs/monotone/monotone-1.0-r3.ebuild index 03314938fedb..dce6f560b928 100644 --- a/dev-vcs/monotone/monotone-1.0-r3.ebuild +++ b/dev-vcs/monotone/monotone-1.0-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild,v 1.2 2012/02/19 08:18:47 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r3.ebuild,v 1.3 2012/06/07 22:13:04 zmedico Exp $ # QA failiures reported in https://code.monotone.ca/p/monotone/issues/181/ EAPI="4" -inherit bash-completion-r1 elisp-common eutils toolchain-funcs +inherit bash-completion-r1 elisp-common eutils toolchain-funcs user DESCRIPTION="Monotone Distributed Version Control System" HOMEPAGE="http://monotone.ca" |