public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect: eselect-1.2.18.ebuild eselect-1.3.1.ebuild eselect-9999.ebuild ChangeLog eselect-1.3.3.ebuild eselect-1.2.15.ebuild eselect-1.3.2-r1.ebuild
@ 2013-01-06 13:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2013-01-06 13:44 UTC (permalink / raw
  To: gentoo-commits

ulm         13/01/06 13:44:45

  Modified:             eselect-1.2.18.ebuild eselect-1.3.1.ebuild
                        eselect-9999.ebuild ChangeLog eselect-1.3.3.ebuild
                        eselect-1.2.15.ebuild
  Removed:              eselect-1.3.2-r1.ebuild
  Log:
  Inherit autotools in live ebuild. Specify LICENSE more precisely. Remove old.
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.7                  app-admin/eselect/eselect-1.2.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild?r1=1.6&r2=1.7

Index: eselect-1.2.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eselect-1.2.18.ebuild	7 Feb 2012 16:05:16 -0000	1.6
+++ eselect-1.2.18.ebuild	6 Jan 2013 13:44:45 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild,v 1.6 2012/02/07 16:05:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.18.ebuild,v 1.7 2013/01/06 13:44:45 ulm Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"



1.12                 app-admin/eselect/eselect-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild?r1=1.11&r2=1.12

Index: eselect-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eselect-1.3.1.ebuild	31 Jul 2012 16:30:56 -0000	1.11
+++ eselect-1.3.1.ebuild	6 Jan 2013 13:44:45 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild,v 1.11 2012/07/31 16:30:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild,v 1.12 2013/01/06 13:44:45 ulm Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
 SRC_URI="mirror://gentoo/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"



1.11                 app-admin/eselect/eselect-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-9999.ebuild?r1=1.10&r2=1.11

Index: eselect-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eselect-9999.ebuild	9 Jun 2012 14:02:29 -0000	1.10
+++ eselect-9999.ebuild	6 Jan 2013 13:44:45 -0000	1.11
@@ -1,19 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.10 2012/06/09 14:02:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.11 2013/01/06 13:44:45 ulm Exp $
 
 EAPI=4
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/eselect.git"
 EGIT_BOOTSTRAP="autogen.bash"
 
-inherit git-2 bash-completion-r1
+inherit git-2 bash-completion-r1 autotools
 
 DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
 SRC_URI=""
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE="doc"



1.213                app-admin/eselect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog	31 Oct 2012 20:49:15 -0000	1.212
+++ ChangeLog	6 Jan 2013 13:44:45 -0000	1.213
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/eselect
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.212 2012/10/31 20:49:15 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.213 2013/01/06 13:44:45 ulm Exp $
+
+  06 Jan 2013; Ulrich Müller <ulm@gentoo.org> eselect-1.2.15.ebuild,
+  eselect-1.2.18.ebuild, eselect-1.3.1.ebuild, -eselect-1.3.2-r1.ebuild,
+  -files/eselect-1.3.2-eroot.patch, eselect-1.3.3.ebuild, eselect-9999.ebuild:
+  Inherit autotools in live ebuild. Specify LICENSE more precisely. Remove old.
 
   31 Oct 2012; Ulrich Müller <ulm@gentoo.org> +eselect-1.2.15.ebuild:
   Restore EAPI 0 ebuild to provide an upgrade path for old systems, bug 440158.



1.2                  app-admin/eselect/eselect-1.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild?r1=1.1&r2=1.2

Index: eselect-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-1.3.3.ebuild	23 Oct 2012 15:30:14 -0000	1.1
+++ eselect-1.3.3.ebuild	6 Jan 2013 13:44:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild,v 1.1 2012/10/23 15:30:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.3.ebuild,v 1.2 2013/01/06 13:44:45 ulm Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
 SRC_URI="mirror://gentoo/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"



1.10                 app-admin/eselect/eselect-1.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild?r1=1.9&r2=1.10

Index: eselect-1.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eselect-1.2.15.ebuild	31 Oct 2012 20:49:15 -0000	1.9
+++ eselect-1.2.15.ebuild	6 Jan 2013 13:44:45 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild,v 1.9 2012/10/31 20:49:15 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.2.15.ebuild,v 1.10 2013/01/06 13:44:45 ulm Exp $
 
 inherit bash-completion-r1
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-06 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 13:44 [gentoo-commits] gentoo-x86 commit in app-admin/eselect: eselect-1.2.18.ebuild eselect-1.3.1.ebuild eselect-9999.ebuild ChangeLog eselect-1.3.3.ebuild eselect-1.2.15.ebuild eselect-1.3.2-r1.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox