* [gentoo-commits] gentoo-x86 commit in virtual/libc: ChangeLog libc-0.ebuild
@ 2014-03-31 7:41 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-03-31 7:41 UTC (permalink / raw
To: gentoo-commits
ulm 14/03/31 07:41:18
Modified: ChangeLog libc-0.ebuild
Log:
Update to EAPI 5. Remove empty variable assignments.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.8 virtual/libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 18 Jan 2014 02:57:43 -0000 1.7
+++ ChangeLog 31 Mar 2014 07:41:18 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for virtual/libc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.7 2014/01/18 02:57:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.8 2014/03/31 07:41:18 ulm Exp $
+
+ 31 Mar 2014; Ulrich Müller <ulm@gentoo.org> libc-0.ebuild:
+ Update to EAPI 5. Remove empty variable assignments.
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> libc-0.ebuild:
Add arm64 love.
1.7 virtual/libc/libc-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?r1=1.6&r2=1.7
Index: libc-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libc-0.ebuild 18 Jan 2014 02:57:43 -0000 1.6
+++ libc-0.ebuild 31 Mar 2014 07:41:18 -0000 1.7
@@ -1,19 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.6 2014/01/18 02:57:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.7 2014/03/31 07:41:18 ulm Exp $
-EAPI=1
+EAPI=5
DESCRIPTION="Virtual for the C library"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 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=""
-DEPEND=""
# explicitly depend on SLOT 2.2 of glibc, because it sets
# a different SLOT for cross-compiling
RDEPEND="!prefix? (
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/libc: ChangeLog libc-0.ebuild
@ 2012-04-27 23:16 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-27 23:16 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/27 23:16:17
Modified: ChangeLog libc-0.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.5 virtual/libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 25 Sep 2011 21:43:59 -0000 1.4
+++ ChangeLog 27 Apr 2012 23:16:17 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for virtual/libc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.4 2011/09/25 21:43:59 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.5 2012/04/27 23:16:17 aballier Exp $
+
+ 27 Apr 2012; Alexis Ballier <aballier@gentoo.org> libc-0.ebuild:
+ keyword ~amd64-fbsd
25 Sep 2011; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
Remove myself as maintainer.
1.4 virtual/libc/libc-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?r1=1.3&r2=1.4
Index: libc-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libc-0.ebuild 9 May 2011 20:13:07 -0000 1.3
+++ libc-0.ebuild 27 Apr 2012 23:16:17 -0000 1.4
@@ -1,6 +1,6 @@
-# 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/virtual/libc/libc-0.ebuild,v 1.3 2011/05/09 20:13:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.4 2012/04/27 23:16:17 aballier Exp $
EAPI=1
@@ -10,7 +10,7 @@
LICENSE=""
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"
+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=""
DEPEND=""
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/libc: ChangeLog libc-0.ebuild
@ 2011-05-09 20:13 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-05-09 20:13 UTC (permalink / raw
To: gentoo-commits
ulm 11/05/09 20:13:07
Modified: ChangeLog libc-0.ebuild
Log:
Revert previous commit.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Revision Changes Path
1.3 virtual/libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 May 2011 19:45:51 -0000 1.2
+++ ChangeLog 9 May 2011 20:13:07 -0000 1.3
@@ -1,9 +1,6 @@
# ChangeLog for virtual/libc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.2 2011/05/09 19:45:51 ulm Exp $
-
- 09 May 2011; Ulrich Mueller <ulm@gentoo.org> libc-0.ebuild:
- prefix flag was missing from IUSE.
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.3 2011/05/09 20:13:07 ulm Exp $
*libc-0 (20 Apr 2011)
1.3 virtual/libc/libc-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?r1=1.2&r2=1.3
Index: libc-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libc-0.ebuild 9 May 2011 19:45:51 -0000 1.2
+++ libc-0.ebuild 9 May 2011 20:13:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.2 2011/05/09 19:45:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.3 2011/05/09 20:13:07 ulm Exp $
EAPI=1
@@ -11,7 +11,7 @@
LICENSE=""
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="prefix"
+IUSE=""
DEPEND=""
# explicitly depend on SLOT 2.2 of glibc, because it sets
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/libc: ChangeLog libc-0.ebuild
@ 2011-05-09 19:45 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-05-09 19:45 UTC (permalink / raw
To: gentoo-commits
ulm 11/05/09 19:45:51
Modified: ChangeLog libc-0.ebuild
Log:
prefix flag was missing from IUSE.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Revision Changes Path
1.2 virtual/libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 20 Apr 2011 18:04:52 -0000 1.1
+++ ChangeLog 9 May 2011 19:45:51 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for virtual/libc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.1 2011/04/20 18:04:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/ChangeLog,v 1.2 2011/05/09 19:45:51 ulm Exp $
+
+ 09 May 2011; Ulrich Mueller <ulm@gentoo.org> libc-0.ebuild:
+ prefix flag was missing from IUSE.
*libc-0 (20 Apr 2011)
1.2 virtual/libc/libc-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libc/libc-0.ebuild?r1=1.1&r2=1.2
Index: libc-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libc-0.ebuild 20 Apr 2011 18:04:52 -0000 1.1
+++ libc-0.ebuild 9 May 2011 19:45:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.1 2011/04/20 18:04:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libc/libc-0.ebuild,v 1.2 2011/05/09 19:45:51 ulm Exp $
EAPI=1
@@ -11,7 +11,7 @@
LICENSE=""
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=""
+IUSE="prefix"
DEPEND=""
# explicitly depend on SLOT 2.2 of glibc, because it sets
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-31 7:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 7:41 [gentoo-commits] gentoo-x86 commit in virtual/libc: ChangeLog libc-0.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2012-04-27 23:16 Alexis Ballier (aballier)
2011-05-09 20:13 Ulrich Mueller (ulm)
2011-05-09 19:45 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