From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog
Date: Sun, 10 Mar 2013 10:52:31 +0000 (UTC) [thread overview]
Message-ID: <20130310105231.8D2C02171D@flycatcher.gentoo.org> (raw)
aballier 13/03/10 10:52:31
Modified: obrowser-1.1.1.ebuild ChangeLog
Log:
eapi5: define subslot, slot dep on ocaml packages, remove useless || die
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.5 dev-ml/obrowser/obrowser-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild?r1=1.4&r2=1.5
Index: obrowser-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- obrowser-1.1.1.ebuild 10 Oct 2012 12:43:55 -0000 1.4
+++ obrowser-1.1.1.ebuild 10 Mar 2013 10:52:31 -0000 1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.4 2012/10/10 12:43:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/obrowser-1.1.1.ebuild,v 1.5 2013/03/10 10:52:31 aballier Exp $
-EAPI=3
+EAPI=5
inherit findlib eutils
@@ -15,8 +15,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ocaml-3.12.0
- dev-ml/lwt"
+RDEPEND=">=dev-lang/ocaml-3.12.0:=
+ dev-ml/lwt:="
DEPEND="${RDEPEND}
app-arch/sharutils"
@@ -26,11 +26,11 @@
src_compile() {
touch .check_version
- emake -j1 EXAMPLES_TARGETS="" || die
+ emake -j1 EXAMPLES_TARGETS=""
}
src_install() {
findlib_src_preinst
- OCAMLPATH=${OCAMLFIND_DESTDIR} emake DESTDIR="${D}" install || die
- dodoc README.TXT || die
+ OCAMLPATH=${OCAMLFIND_DESTDIR} emake DESTDIR="${D}" install
+ dodoc README.TXT
}
1.9 dev-ml/obrowser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/obrowser/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 10 Oct 2012 12:43:55 -0000 1.8
+++ ChangeLog 10 Mar 2013 10:52:31 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/obrowser
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.8 2012/10/10 12:43:55 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/obrowser/ChangeLog,v 1.9 2013/03/10 10:52:31 aballier Exp $
+
+ 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild:
+ eapi5: define subslot, slot dep on ocaml packages, remove useless || die
10 Oct 2012; Alexis Ballier <aballier@gentoo.org> obrowser-1.1.1.ebuild,
+files/obrowser-1.1.1-ocaml4.patch:
next reply other threads:[~2013-03-10 10:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-10 10:52 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-19 20:54 [gentoo-commits] gentoo-x86 commit in dev-ml/obrowser: obrowser-1.1.1.ebuild ChangeLog Alexis Ballier (aballier)
2013-03-10 10:53 Alexis Ballier (aballier)
2012-10-10 12:43 Alexis Ballier (aballier)
2012-05-04 12:29 Alexis Ballier (aballier)
2011-06-26 20:08 Alexis Ballier (aballier)
2011-04-28 14:46 Alexis Ballier (aballier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130310105231.8D2C02171D@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox