diff options
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.19.ebuild | 6 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.20.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-embedded/scratchbox/ChangeLog b/dev-embedded/scratchbox/ChangeLog index e575606ed402..0c6480d2f566 100644 --- a/dev-embedded/scratchbox/ChangeLog +++ b/dev-embedded/scratchbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/scratchbox -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.17 2010/09/19 10:16:33 ayoy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.18 2012/06/04 07:13:48 zmedico Exp $ + + 04 Jun 2012; Zac Medico <zmedico@gentoo.org> scratchbox-1.0.19.ebuild, + scratchbox-1.0.20.ebuild: + inherit user for enewgroup *scratchbox-1.0.20 (19 Sep 2010) diff --git a/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild index f0888f74f815..54e10e0bb57b 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.19.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-embedded/scratchbox/scratchbox-1.0.19.ebuild,v 1.1 2010/06/29 17:35:55 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild,v 1.2 2012/06/04 07:13:48 zmedico Exp $ -inherit eutils +inherit eutils user SBOX_GROUP="sbox" diff --git a/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild index 9f2d1b28ac9c..2d4bd5664521 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.20.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-embedded/scratchbox/scratchbox-1.0.20.ebuild,v 1.1 2010/09/19 10:16:33 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild,v 1.2 2012/06/04 07:13:48 zmedico Exp $ -inherit eutils +inherit eutils user SBOX_GROUP="sbox" |