* [gentoo-commits] gentoo-x86 commit in dev-ml/xstr: ChangeLog xstr-0.2.1.ebuild
@ 2012-12-14 11:17 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-14 11:17 UTC (permalink / raw
To: gentoo-commits
ulm 12/12/14 11:17:18
Modified: ChangeLog xstr-0.2.1.ebuild
Log:
Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not install useless file in docdir.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.4 dev-ml/xstr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 9 Nov 2012 18:31:36 -0000 1.3
+++ ChangeLog 14 Dec 2012 11:17:18 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/xstr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.3 2012/11/09 18:31:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.4 2012/12/14 11:17:18 ulm Exp $
+
+ 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> xstr-0.2.1.ebuild:
+ Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not
+ install useless file in docdir.
09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xstr-0.2.1.ebuild:
Add ~amd64, wrt bug #442118
1.4 dev-ml/xstr/xstr-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?r1=1.3&r2=1.4
Index: xstr-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xstr-0.2.1.ebuild 9 Nov 2012 18:31:36 -0000 1.3
+++ xstr-0.2.1.ebuild 14 Dec 2012 11:17:18 -0000 1.4
@@ -1,19 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.3 2012/11/09 18:31:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.4 2012/12/14 11:17:18 ulm Exp $
inherit findlib
DESCRIPTION="Thread-safe implementation of string searching/matching/splitting."
HOMEPAGE="http://www.ocaml-programming.de/packages/"
-LICENSE="as-is"
SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
+LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
+
DEPEND=""
RDEPEND="$DEPEND"
-KEYWORDS="~amd64 ppc x86"
+
S="${WORKDIR}/${PN}"
src_compile()
@@ -25,5 +27,5 @@
src_install()
{
findlib_src_install
- dodoc LICENSE README RELEASE
+ dodoc README RELEASE
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/xstr: ChangeLog xstr-0.2.1.ebuild
@ 2013-03-03 14:57 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-03 14:57 UTC (permalink / raw
To: gentoo-commits
aballier 13/03/03 14:57:49
Modified: ChangeLog xstr-0.2.1.ebuild
Log:
eapi5: define subslot and use slot deps.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.5 dev-ml/xstr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 14 Dec 2012 11:17:18 -0000 1.4
+++ ChangeLog 3 Mar 2013 14:57:49 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/xstr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.4 2012/12/14 11:17:18 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.5 2013/03/03 14:57:49 aballier Exp $
+
+ 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> xstr-0.2.1.ebuild:
+ eapi5: define subslot and use slot deps.
14 Dec 2012; Ulrich Müller <ulm@gentoo.org> xstr-0.2.1.ebuild:
Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not
1.5 dev-ml/xstr/xstr-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?r1=1.4&r2=1.5
Index: xstr-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xstr-0.2.1.ebuild 14 Dec 2012 11:17:18 -0000 1.4
+++ xstr-0.2.1.ebuild 3 Mar 2013 14:57:49 -0000 1.5
@@ -1,6 +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/xstr/xstr-0.2.1.ebuild,v 1.4 2012/12/14 11:17:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.5 2013/03/03 14:57:49 aballier Exp $
+
+EAPI=5
inherit findlib
@@ -9,12 +11,12 @@
SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
LICENSE="MIT"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND=""
-RDEPEND="$DEPEND"
+DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt]"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-03 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 14:57 [gentoo-commits] gentoo-x86 commit in dev-ml/xstr: ChangeLog xstr-0.2.1.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-12-14 11:17 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