* [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.54.ebuild ChangeLog
@ 2014-09-01 16:41 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-09-01 16:41 UTC (permalink / raw
To: gentoo-commits
mgorny 14/09/01 16:41:18
Modified: glpk-4.54.ebuild ChangeLog
Log:
Remove := subslot operator from || () block since it is meaningless and broken.
(Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 sci-mathematics/glpk/glpk-4.54.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?r1=1.1&r2=1.2
Index: glpk-4.54.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glpk-4.54.ebuild 5 Apr 2014 21:32:03 -0000 1.1
+++ glpk-4.54.ebuild 1 Sep 2014 16:41:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.1 2014/04/05 21:32:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.2 2014/09/01 16:41:18 mgorny Exp $
EAPI=5
@@ -23,7 +23,7 @@
sys-libs/zlib:0=
gmp? ( dev-libs/gmp:0= )
mysql? ( virtual/mysql )
- odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )"
+ odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
1.72 sci-mathematics/glpk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 15 Apr 2014 15:35:08 -0000 1.71
+++ ChangeLog 1 Sep 2014 16:41:18 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/glpk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.71 2014/04/15 15:35:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.72 2014/09/01 16:41:18 mgorny Exp $
+
+ 01 Sep 2014; Michał Górny <mgorny@gentoo.org> glpk-4.54.ebuild:
+ Remove := subslot operator from || () block since it is meaningless and
+ broken.
*glpk-4.48 (15 Apr 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.54.ebuild ChangeLog
@ 2015-02-22 11:51 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-22 11:51 UTC (permalink / raw
To: gentoo-commits
mgorny 15/02/22 11:51:39
Modified: glpk-4.54.ebuild ChangeLog
Log:
Drop ~alpha because of a number of non-keyworded deps.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 sci-mathematics/glpk/glpk-4.54.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?r1=1.2&r2=1.3
Index: glpk-4.54.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glpk-4.54.ebuild 1 Sep 2014 16:41:18 -0000 1.2
+++ glpk-4.54.ebuild 22 Feb 2015 11:51:39 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.2 2014/09/01 16:41:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.3 2015/02/22 11:51:39 mgorny Exp $
EAPI=5
@@ -15,7 +15,7 @@
SLOT="0/36"
IUSE="doc examples gmp odbc mysql static-libs"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
RDEPEND="
sci-libs/amd:0=
1.73 sci-mathematics/glpk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 1 Sep 2014 16:41:18 -0000 1.72
+++ ChangeLog 22 Feb 2015 11:51:39 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/glpk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.72 2014/09/01 16:41:18 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.73 2015/02/22 11:51:39 mgorny Exp $
+
+ 22 Feb 2015; Michał Górny <mgorny@gentoo.org> glpk-4.54.ebuild:
+ Drop ~alpha because of a number of non-keyworded deps.
01 Sep 2014; Michał Górny <mgorny@gentoo.org> glpk-4.54.ebuild:
Remove := subslot operator from || () block since it is meaningless and
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-22 11:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 16:41 [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.54.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-02-22 11:51 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox