* [gentoo-commits] gentoo-x86 commit in app-misc/wyrd: ChangeLog wyrd-1.4.6.ebuild
@ 2013-02-03 16:20 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2013-02-03 16:20 UTC (permalink / raw
To: gentoo-commits
tove 13/02/03 16:20:46
Modified: ChangeLog
Added: wyrd-1.4.6.ebuild
Log:
Version bump. Works with ocaml4 and fixes parallel-make race condition
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Revision Changes Path
1.24 app-misc/wyrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 13 Jan 2013 21:40:20 -0000 1.23
+++ ChangeLog 3 Feb 2013 16:20:46 -0000 1.24
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/wyrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.23 2013/01/13 21:40:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.24 2013/02/03 16:20:46 tove Exp $
+
+*wyrd-1.4.6 (03 Feb 2013)
+
+ 03 Feb 2013; Torsten Veller <tove@gentoo.org> +wyrd-1.4.6.ebuild:
+ Version bump. Works with ocaml4 and fixes parallel-make race condition
13 Jan 2013; Alexis Ballier <aballier@gentoo.org> +files/ocaml4.patch,
wyrd-1.4.5.ebuild:
1.1 app-misc/wyrd/wyrd-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.1&content-type=text/plain
Index: wyrd-1.4.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.1 2013/02/03 16:20:46 tove Exp $
EAPI=5
DESCRIPTION="Text-based front-end to Remind"
HOMEPAGE="http://pessimization.com/software/wyrd/"
SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="unicode"
RDEPEND="
sys-libs/ncurses[unicode?]
>=app-misc/remind-03.01
"
DEPEND="${RDEPEND}
>=dev-lang/ocaml-3.08
"
src_configure() {
econf \
$(use_enable unicode utf8)
}
src_install() {
export STRIP_MASK="/usr/bin/wyrd"
emake DESTDIR="${D}" install
dodoc ChangeLog
dohtml doc/manual.html
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/wyrd: ChangeLog wyrd-1.4.6.ebuild
@ 2015-02-15 9:29 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2015-02-15 9:29 UTC (permalink / raw
To: gentoo-commits
aballier 15/02/15 09:29:43
Modified: ChangeLog wyrd-1.4.6.ebuild
Log:
fix deps with ocaml 4.02, bug #537252
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.25 app-misc/wyrd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 3 Feb 2013 16:20:46 -0000 1.24
+++ ChangeLog 15 Feb 2015 09:29:43 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/wyrd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.24 2013/02/03 16:20:46 tove Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.25 2015/02/15 09:29:43 aballier Exp $
+
+ 15 Feb 2015; Alexis Ballier <aballier@gentoo.org> wyrd-1.4.6.ebuild:
+ fix deps with ocaml 4.02, bug #537252
*wyrd-1.4.6 (03 Feb 2013)
1.2 app-misc/wyrd/wyrd-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild?r1=1.1&r2=1.2
Index: wyrd-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wyrd-1.4.6.ebuild 3 Feb 2013 16:20:46 -0000 1.1
+++ wyrd-1.4.6.ebuild 15 Feb 2015 09:29:43 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.1 2013/02/03 16:20:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.6.ebuild,v 1.2 2015/02/15 09:29:43 aballier Exp $
EAPI=5
@@ -16,6 +16,7 @@
RDEPEND="
sys-libs/ncurses[unicode?]
>=app-misc/remind-03.01
+ || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
DEPEND="${RDEPEND}
>=dev-lang/ocaml-3.08
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-15 9:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03 16:20 [gentoo-commits] gentoo-x86 commit in app-misc/wyrd: ChangeLog wyrd-1.4.6.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2015-02-15 9:29 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox