* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2009-04-18 15:46 Patrick Lauer (patrick)
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-18 15:46 UTC (permalink / raw
To: gentoo-commits
patrick 09/04/18 15:46:18
Modified: ChangeLog
Added: kbuild-0.1.5-r1.ebuild
Log:
Small fix for the missing svn revision, fixes #265537 and allows virtualbox-2.2 to install. Thanks to Alessio Cassibba.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 29 Mar 2009 09:47:27 -0000 1.7
+++ ChangeLog 18 Apr 2009 15:46:18 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.7 2009/03/29 09:47:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.8 2009/04/18 15:46:18 patrick Exp $
+
+*kbuild-0.1.5-r1 (18 Apr 2009)
+
+ 18 Apr 2009; Patrick Lauer <patrick@gentoo.org> +kbuild-0.1.5-r1.ebuild:
+ Small fix for the missing svn revision, fixes #265537 and allows
+ virtualbox-2.2 to install. Thanks to Alessio Cassibba.
*kbuild-9999 (29 Mar 2009)
1.1 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: kbuild-0.1.5-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.1 2009/04/18 15:46:18 patrick Exp $
EAPI=2
WANT_AUTOMAKE=1.9
inherit eutils autotools
MY_P=kBuild-${PV}-src-20090221
DESCRIPTION="A makefile framework for writing simple makefiles for complex tasks"
HOMEPAGE="http://svn.netlabs.org/kbuild/wiki"
SRC_URI="http://gentoo.zerodev.it/files/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-util/cvs
sys-devel/gettext"
RDEPEND=""
S=${WORKDIR}/${MY_P/-src-20090221}
src_prepare() {
rm -rf "${S}/kBuild/bin"
cd "${S}/src/kmk"
eautoreconf
cd "${S}/src/sed"
eautoreconf
cd "${S}"
epatch "${FILESDIR}/${PN}-unknown-configure-opt.patch"
}
src_compile() {
kBuild/env.sh --full \
make -f bootstrap.gmk AUTORECONF=true \
|| die "bootstrap failed"
}
src_install() {
kBuild/env.sh kmk \
NIX_INSTALL_DIR=/usr \
PATH_INS="${D}" \
install || die "install failed"
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2009-04-24 7:59 Patrick Lauer (patrick)
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-24 7:59 UTC (permalink / raw
To: gentoo-commits
patrick 09/04/24 07:59:22
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
Adding subversion to depends, fixes #266741
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.1&r2=1.2
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kbuild-0.1.5-r1.ebuild 18 Apr 2009 15:46:18 -0000 1.1
+++ kbuild-0.1.5-r1.ebuild 24 Apr 2009 07:59:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.1 2009/04/18 15:46:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.2 2009/04/24 07:59:21 patrick Exp $
EAPI=2
@@ -19,6 +19,7 @@
IUSE=""
DEPEND="dev-util/cvs
+ dev-util/subversion
sys-devel/gettext"
RDEPEND=""
1.9 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 18 Apr 2009 15:46:18 -0000 1.8
+++ ChangeLog 24 Apr 2009 07:59:22 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.8 2009/04/18 15:46:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.9 2009/04/24 07:59:22 patrick Exp $
+
+ 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> kbuild-0.1.5-r1:
+ Adding subversion to depends, fixes #266741
*kbuild-0.1.5-r1 (18 Apr 2009)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2009-06-08 13:14 Jim Ramsay (lack)
0 siblings, 0 replies; 7+ messages in thread
From: Jim Ramsay (lack) @ 2009-06-08 13:14 UTC (permalink / raw
To: gentoo-commits
lack 09/06/08 13:14:21
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
Patch so kbuild compiles against glibc-2.10 (Bug #270607)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.2&r2=1.3
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kbuild-0.1.5-r1.ebuild 24 Apr 2009 07:59:21 -0000 1.2
+++ kbuild-0.1.5-r1.ebuild 8 Jun 2009 13:14:21 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.2 2009/04/24 07:59:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.3 2009/06/08 13:14:21 lack Exp $
EAPI=2
@@ -34,6 +34,7 @@
eautoreconf
cd "${S}"
epatch "${FILESDIR}/${PN}-unknown-configure-opt.patch"
+ epatch "${FILESDIR}/${PN}-glibc-2.10.patch"
}
src_compile() {
1.10 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Apr 2009 07:59:22 -0000 1.9
+++ ChangeLog 8 Jun 2009 13:14:21 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.9 2009/04/24 07:59:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.10 2009/06/08 13:14:21 lack Exp $
+
+ 08 Jun 2009; Jim Ramsay <lack@gentoo.org> kbuild-0.1.5-r1.ebuild,
+ +files/kbuild-glibc-2.10.patch:
+ Patch so kbuild compiles against glibc-2.10 (Bug #270607)
24 Apr 2009; Patrick Lauer <patrick@gentoo.org> kbuild-0.1.5-r1:
Adding subversion to depends, fixes #266741
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2009-09-22 0:09 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-22 0:09 UTC (permalink / raw
To: gentoo-commits
fauli 09/09/22 00:09:38
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
stable x86, bug 285451
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.4 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.3&r2=1.4
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kbuild-0.1.5-r1.ebuild 8 Jun 2009 13:14:21 -0000 1.3
+++ kbuild-0.1.5-r1.ebuild 22 Sep 2009 00:09:38 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.3 2009/06/08 13:14:21 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.4 2009/09/22 00:09:38 fauli Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="dev-util/cvs
1.11 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 8 Jun 2009 13:14:21 -0000 1.10
+++ ChangeLog 22 Sep 2009 00:09:38 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.10 2009/06/08 13:14:21 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.11 2009/09/22 00:09:38 fauli Exp $
+
+ 22 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+ kbuild-0.1.5-r1.ebuild:
+ stable x86, bug 285451
08 Jun 2009; Jim Ramsay <lack@gentoo.org> kbuild-0.1.5-r1.ebuild,
+files/kbuild-glibc-2.10.patch:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2009-11-09 13:06 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-09 13:06 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/09 13:06:06
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
amd64 stable, bug #285451
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.4&r2=1.5
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kbuild-0.1.5-r1.ebuild 22 Sep 2009 00:09:38 -0000 1.4
+++ kbuild-0.1.5-r1.ebuild 9 Nov 2009 13:06:05 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.4 2009/09/22 00:09:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.5 2009/11/09 13:06:05 maekke Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-util/cvs
1.12 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 22 Sep 2009 00:09:38 -0000 1.11
+++ ChangeLog 9 Nov 2009 13:06:05 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.11 2009/09/22 00:09:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.12 2009/11/09 13:06:05 maekke Exp $
+
+ 09 Nov 2009; Markus Meier <maekke@gentoo.org> kbuild-0.1.5-r1.ebuild:
+ amd64 stable, bug #285451
22 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
kbuild-0.1.5-r1.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2010-06-19 0:42 Jonathan Callen (abcd)
0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2010-06-19 0:42 UTC (permalink / raw
To: gentoo-commits
abcd 10/06/19 00:42:56
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
Moving dev-util/cvs* to dev-vcs/cvs*
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.8 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.7&r2=1.8
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kbuild-0.1.5-r1.ebuild 3 Jun 2010 18:36:23 -0000 1.7
+++ kbuild-0.1.5-r1.ebuild 19 Jun 2010 00:42:56 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.7 2010/06/03 18:36:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.8 2010/06/19 00:42:56 abcd Exp $
EAPI=2
@@ -18,7 +18,7 @@
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="dev-util/cvs
+DEPEND="dev-vcs/cvs
dev-util/subversion
sys-devel/gettext"
RDEPEND=""
1.15 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 3 Jun 2010 18:36:23 -0000 1.14
+++ ChangeLog 19 Jun 2010 00:42:56 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.14 2010/06/03 18:36:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.15 2010/06/19 00:42:56 abcd Exp $
+
+ 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> kbuild-0.1.5-r1.ebuild:
+ Moving dev-util/cvs* to dev-vcs/cvs*
03 Jun 2010; Lars Wendler <polynomial-c@gentoo.org>
kbuild-0.1.5-r1.ebuild, kbuild-0.1.5_p2.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
@ 2010-06-22 18:40 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-22 18:40 UTC (permalink / raw
To: gentoo-commits
arfrever 10/06/22 18:40:19
Modified: kbuild-0.1.5-r1.ebuild ChangeLog
Log:
dev-util/subversion renamed to dev-vcs/subversion.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.8&r2=1.9
Index: kbuild-0.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kbuild-0.1.5-r1.ebuild 19 Jun 2010 00:42:56 -0000 1.8
+++ kbuild-0.1.5-r1.ebuild 22 Jun 2010 18:40:19 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.8 2010/06/19 00:42:56 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.9 2010/06/22 18:40:19 arfrever Exp $
EAPI=2
@@ -19,7 +19,7 @@
IUSE=""
DEPEND="dev-vcs/cvs
- dev-util/subversion
+ dev-vcs/subversion
sys-devel/gettext"
RDEPEND=""
1.16 dev-util/kbuild/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 19 Jun 2010 00:42:56 -0000 1.15
+++ ChangeLog 22 Jun 2010 18:40:19 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/kbuild
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.15 2010/06/19 00:42:56 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.16 2010/06/22 18:40:19 arfrever Exp $
+
+ 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ kbuild-0.1.5-r1.ebuild:
+ dev-util/subversion renamed to dev-vcs/subversion.
19 Jun 2010; Jonathan Callen <abcd@gentoo.org> kbuild-0.1.5-r1.ebuild:
Moving dev-util/cvs* to dev-vcs/cvs*
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-06-22 18:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 0:09 [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-06-22 18:40 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-19 0:42 Jonathan Callen (abcd)
2009-11-09 13:06 Markus Meier (maekke)
2009-06-08 13:14 Jim Ramsay (lack)
2009-04-24 7:59 Patrick Lauer (patrick)
2009-04-18 15:46 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox