* [gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.3.ebuild ChangeLog
@ 2013-07-22 13:17 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-07-22 13:17 UTC (permalink / raw
To: gentoo-commits
aballier 13/07/22 13:17:45
Modified: ChangeLog
Added: res-4.0.3.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.20 dev-ml/res/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 10 Mar 2013 10:25:49 -0000 1.19
+++ ChangeLog 22 Jul 2013 13:17:45 -0000 1.20
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/res
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.19 2013/03/10 10:25:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.20 2013/07/22 13:17:45 aballier Exp $
+
+*res-4.0.3 (22 Jul 2013)
+
+ 22 Jul 2013; Alexis Ballier <aballier@gentoo.org> +res-4.0.3.ebuild:
+ version bump
10 Mar 2013; Alexis Ballier <aballier@gentoo.org>
-files/res-3.2.0-noocamlopt.patch, -res-3.2.0.ebuild:
1.1 dev-ml/res/res-4.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.1&content-type=text/plain
Index: res-4.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.1 2013/07/22 13:17:45 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
HOMEPAGE="http://bitbucket.org/mmottl/res"
SRC_URI="https://bitbucket.org/mmottl/res/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
DEPEND=""
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
src_install() {
oasis_src_install
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.3.ebuild ChangeLog
@ 2013-12-21 15:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 15:52 UTC (permalink / raw
To: gentoo-commits
ago 13/12/21 15:52:01
Modified: res-4.0.3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #492062
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-ml/res/res-4.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?r1=1.1&r2=1.2
Index: res-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- res-4.0.3.ebuild 22 Jul 2013 13:17:45 -0000 1.1
+++ res-4.0.3.ebuild 21 Dec 2013 15:52:01 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.1 2013/07/22 13:17:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.2 2013/12/21 15:52:01 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
DEPEND=""
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE="examples"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
1.21 dev-ml/res/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 22 Jul 2013 13:17:45 -0000 1.20
+++ ChangeLog 21 Dec 2013 15:52:01 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.20 2013/07/22 13:17:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.21 2013/12/21 15:52:01 ago Exp $
+
+ 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> res-4.0.3.ebuild:
+ Stable for ppc, wrt bug #492062
*res-4.0.3 (22 Jul 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.3.ebuild ChangeLog
@ 2013-12-24 12:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 12:49 UTC (permalink / raw
To: gentoo-commits
ago 13/12/24 12:49:07
Modified: res-4.0.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #492062
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-ml/res/res-4.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?r1=1.2&r2=1.3
Index: res-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res-4.0.3.ebuild 21 Dec 2013 15:52:01 -0000 1.2
+++ res-4.0.3.ebuild 24 Dec 2013 12:49:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.2 2013/12/21 15:52:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.3 2013/12/24 12:49:07 ago Exp $
EAPI=5
@@ -16,7 +16,7 @@
DEPEND=""
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="examples"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
1.22 dev-ml/res/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 21 Dec 2013 15:52:01 -0000 1.21
+++ ChangeLog 24 Dec 2013 12:49:07 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.21 2013/12/21 15:52:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.22 2013/12/24 12:49:07 ago Exp $
+
+ 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> res-4.0.3.ebuild:
+ Stable for x86, wrt bug #492062
21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> res-4.0.3.ebuild:
Stable for ppc, wrt bug #492062
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.3.ebuild ChangeLog
@ 2014-01-18 18:40 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-18 18:40 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/18 18:40:46
Modified: res-4.0.3.ebuild ChangeLog
Log:
amd64 stable, bug #492062
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-ml/res/res-4.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.3.ebuild?r1=1.3&r2=1.4
Index: res-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- res-4.0.3.ebuild 24 Dec 2013 12:49:07 -0000 1.3
+++ res-4.0.3.ebuild 18 Jan 2014 18:40:46 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.3 2013/12/24 12:49:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.4 2014/01/18 18:40:46 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
DEPEND=""
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="examples"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
1.23 dev-ml/res/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 24 Dec 2013 12:49:07 -0000 1.22
+++ ChangeLog 18 Jan 2014 18:40:46 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.22 2013/12/24 12:49:07 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.23 2014/01/18 18:40:46 pacho Exp $
+
+ 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> res-4.0.3.ebuild:
+ amd64 stable, bug #492062
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> res-4.0.3.ebuild:
Stable for x86, wrt bug #492062
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-18 18:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 18:40 [gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.3.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2013-12-24 12:49 Agostino Sarubbo (ago)
2013-12-21 15:52 Agostino Sarubbo (ago)
2013-07-22 13:17 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