public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/getdate: getdate-1.2-r1.ebuild getdate-1.2.ebuild ChangeLog
@ 2012-12-08 22:04 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2012-12-08 22:04 UTC (permalink / raw
  To: gentoo-commits

ulm         12/12/08 22:04:41

  Modified:             getdate-1.2-r1.ebuild getdate-1.2.ebuild ChangeLog
  Log:
  Fix LICENSE, GPL-1+ according to notice in getdate.c.
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.2                  net-misc/getdate/getdate-1.2-r1.ebuild

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

Index: getdate-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getdate-1.2-r1.ebuild	12 Oct 2012 08:36:45 -0000	1.1
+++ getdate-1.2-r1.ebuild	8 Dec 2012 22:04:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild,v 1.1 2012/10/12 08:36:45 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2-r1.ebuild,v 1.2 2012/12/08 22:04:41 ulm Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/"
 SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="GPL-1+"
 SLOT="0"
 KEYWORDS="~amd64 ~mips ~ppc ~x86"
 IUSE=""



1.13                 net-misc/getdate/getdate-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild?r1=1.12&r2=1.13

Index: getdate-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- getdate-1.2.ebuild	10 Aug 2010 08:08:33 -0000	1.12
+++ getdate-1.2.ebuild	8 Dec 2012 22:04:41 -0000	1.13
@@ -1,6 +1,6 @@
-# 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/net-misc/getdate/getdate-1.2.ebuild,v 1.12 2010/08/10 08:08:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.13 2012/12/08 22:04:41 ulm Exp $
 
 inherit toolchain-funcs
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/"
 SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="GPL-1+"
 SLOT="0"
 KEYWORDS="~amd64 ~mips ppc x86"
 IUSE=""



1.16                 net-misc/getdate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/getdate/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Oct 2012 08:36:45 -0000	1.15
+++ ChangeLog	8 Dec 2012 22:04:41 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/getdate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.15 2012/10/12 08:36:45 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.16 2012/12/08 22:04:41 ulm Exp $
+
+  08 Dec 2012; Ulrich Müller <ulm@gentoo.org> getdate-1.2.ebuild,
+  getdate-1.2-r1.ebuild:
+  Fix LICENSE, GPL-1+ according to notice in getdate.c.
 
 *getdate-1.2-r1 (12 Oct 2012)
 





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

only message in thread, other threads:[~2012-12-08 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08 22:04 [gentoo-commits] gentoo-x86 commit in net-misc/getdate: getdate-1.2-r1.ebuild getdate-1.2.ebuild ChangeLog 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