* [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.9.ebuild ChangeLog
@ 2012-06-01 7:02 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; 4+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2012-06-01 7:02 UTC (permalink / raw
To: gentoo-commits
dev-zero 12/06/01 07:02:44
Modified: ChangeLog
Added: build-0.3.9.ebuild
Log:
Version bump.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/build/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 20 Oct 2010 05:53:31 -0000 1.1
+++ ChangeLog 1 Jun 2012 07:02:44 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/build
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.1 2010/10/20 05:53:31 dev-zero Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.2 2012/06/01 07:02:44 dev-zero Exp $
+
+*build-0.3.9 (01 Jun 2012)
+
+ 01 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> +build-0.3.9.ebuild:
+ Version bump.
*build-0.3.8 (20 Oct 2010)
1.1 dev-util/build/build-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.1&content-type=text/plain
Index: build-0.3.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.1 2012/06/01 07:02:44 dev-zero Exp $
EAPI="4"
inherit versionator
DESCRIPTION="A massively-parallel software build system implemented on top of GNU make."
HOMEPAGE="http://kolpackov.net/projects/build/"
SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
RDEPEND=""
src_install() {
emake install_prefix="${D}/usr" install
dodoc documentation/[[:upper:]]*
dohtml -A xhtml documentation/*.{css,xhtml}
if use examples ; then
# preserving symlinks in the examples
cp -dpR examples "${D}/usr/share/doc/${PF}"
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.9.ebuild ChangeLog
@ 2013-02-23 15:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-23 15:53 UTC (permalink / raw
To: gentoo-commits
ago 13/02/23 15:53:19
Modified: build-0.3.9.ebuild ChangeLog
Log:
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-util/build/build-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?r1=1.5&r2=1.6
Index: build-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build-0.3.9.ebuild 30 Nov 2012 15:09:44 -0000 1.5
+++ build-0.3.9.ebuild 23 Feb 2013 15:53:19 -0000 1.6
@@ -1,6 +1,6 @@
-# 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-util/build/build-0.3.9.ebuild,v 1.5 2012/11/30 15:09:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.6 2013/02/23 15:53:19 ago Exp $
EAPI="4"
@@ -11,7 +11,7 @@
SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
IUSE="examples"
DEPEND=""
1.8 dev-util/build/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 30 Nov 2012 15:09:44 -0000 1.7
+++ ChangeLog 23 Feb 2013 15:53:19 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/build
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.7 2012/11/30 15:09:44 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.8 2013/02/23 15:53:19 ago Exp $
+
+ 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild:
+ Add ~ppc64, wrt bug #455960
30 Nov 2012; <ago@gentoo.org> build-0.3.9.ebuild:
Stable for ppc, wrt bug #442394
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.9.ebuild ChangeLog
@ 2013-04-02 20:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 20:56 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 20:56:20
Modified: build-0.3.9.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #462890
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-util/build/build-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?r1=1.6&r2=1.7
Index: build-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-0.3.9.ebuild 23 Feb 2013 15:53:19 -0000 1.6
+++ build-0.3.9.ebuild 2 Apr 2013 20:56:20 -0000 1.7
@@ -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-util/build/build-0.3.9.ebuild,v 1.6 2013/02/23 15:53:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.7 2013/04/02 20:56:20 ago Exp $
EAPI="4"
@@ -11,7 +11,7 @@
SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="examples"
DEPEND=""
1.9 dev-util/build/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 23 Feb 2013 15:53:19 -0000 1.8
+++ ChangeLog 2 Apr 2013 20:56:20 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/build
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.8 2013/02/23 15:53:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.9 2013/04/02 20:56:20 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild:
+ Stable for ppc64, wrt bug #462890
23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild:
Add ~ppc64, wrt bug #455960
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.9.ebuild ChangeLog
@ 2014-08-10 21:25 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:25 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 21:25:53
Modified: build-0.3.9.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.8 dev-util/build/build-0.3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/build-0.3.9.ebuild?r1=1.7&r2=1.8
Index: build-0.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build-0.3.9.ebuild 2 Apr 2013 20:56:20 -0000 1.7
+++ build-0.3.9.ebuild 10 Aug 2014 21:25:53 -0000 1.8
@@ -1,12 +1,12 @@
-# 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-util/build/build-0.3.9.ebuild,v 1.7 2013/04/02 20:56:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.8 2014/08/10 21:25:53 slyfox Exp $
EAPI="4"
inherit versionator
-DESCRIPTION="A massively-parallel software build system implemented on top of GNU make."
+DESCRIPTION="A massively-parallel software build system implemented on top of GNU make"
HOMEPAGE="http://kolpackov.net/projects/build/"
SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
1.10 dev-util/build/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/build/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 2 Apr 2013 20:56:20 -0000 1.9
+++ ChangeLog 10 Aug 2014 21:25:53 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/build
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.9 2013/04/02 20:56:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/build/ChangeLog,v 1.10 2014/08/10 21:25:53 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> build-0.3.9.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> build-0.3.9.ebuild:
Stable for ppc64, wrt bug #462890
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-11 20:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 20:56 [gentoo-commits] gentoo-x86 commit in dev-util/build: build-0.3.9.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 21:25 Sergei Trofimovich (slyfox)
2013-02-23 15:53 Agostino Sarubbo (ago)
2012-06-01 7:02 Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox