* [gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.9.ebuild ChangeLog
@ 2015-05-14 11:41 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-05-14 11:41 UTC (permalink / raw
To: gentoo-commits
blueness 15/05/14 11:41:36
Modified: musl-1.1.9.ebuild ChangeLog
Log:
Drop ~mips since its broken.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.3 sys-libs/musl/musl-1.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?r1=1.2&r2=1.3
Index: musl-1.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- musl-1.1.9.ebuild 13 May 2015 17:37:06 -0000 1.2
+++ musl-1.1.9.ebuild 14 May 2015 11:41:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v 1.2 2015/05/13 17:37:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v 1.3 2015/05/14 11:41:35 blueness Exp $
EAPI=5
@@ -23,7 +23,7 @@
if [[ ${PV} != "9999" ]] ; then
PATCH_VER=""
SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz"
- KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
+ KEYWORDS="-* ~amd64 ~arm ~ppc ~x86"
fi
LICENSE="MIT LGPL-2 GPL-2"
1.57 sys-libs/musl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 13 May 2015 17:37:06 -0000 1.56
+++ ChangeLog 14 May 2015 11:41:35 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/musl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.56 2015/05/13 17:37:06 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.57 2015/05/14 11:41:35 blueness Exp $
+
+ 14 May 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.9.ebuild:
+ Drop ~mips since its broken.
13 May 2015; Ulrich Müller <ulm@gentoo.org> musl-1.1.9.ebuild,
musl-9999.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.9.ebuild ChangeLog
@ 2015-05-17 11:36 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-05-17 11:36 UTC (permalink / raw
To: gentoo-commits
blueness 15/05/17 11:36:33
Modified: musl-1.1.9.ebuild ChangeLog
Log:
Drop ~ppc since its broken like mips.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.4 sys-libs/musl/musl-1.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild?r1=1.3&r2=1.4
Index: musl-1.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- musl-1.1.9.ebuild 14 May 2015 11:41:35 -0000 1.3
+++ musl-1.1.9.ebuild 17 May 2015 11:36:33 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v 1.3 2015/05/14 11:41:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.9.ebuild,v 1.4 2015/05/17 11:36:33 blueness Exp $
EAPI=5
@@ -23,7 +23,7 @@
if [[ ${PV} != "9999" ]] ; then
PATCH_VER=""
SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz"
- KEYWORDS="-* ~amd64 ~arm ~ppc ~x86"
+ KEYWORDS="-* ~amd64 ~arm ~x86"
fi
LICENSE="MIT LGPL-2 GPL-2"
1.59 sys-libs/musl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 14 May 2015 11:43:28 -0000 1.58
+++ ChangeLog 17 May 2015 11:36:33 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/musl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.58 2015/05/14 11:43:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.59 2015/05/17 11:36:33 blueness Exp $
+
+ 17 May 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.9.ebuild:
+ Drop ~ppc since its broken like mips.
14 May 2015; Anthony G. Basile <blueness@gentoo.org> -musl-1.1.7.ebuild,
-musl-1.1.8.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-17 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 11:36 [gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.9.ebuild ChangeLog Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2015-05-14 11:41 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox