* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild
@ 2012-03-08 17:23 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-03-08 17:23 UTC (permalink / raw
To: gentoo-commits
jer 12/03/08 17:23:24
Modified: ChangeLog
Added: tinycdb-0.77-r2.ebuild
Log:
Fix implicit declaration of function ‘umask’.
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Revision Changes Path
1.31 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 6 Mar 2012 21:08:47 -0000 1.30
+++ ChangeLog 8 Mar 2012 17:23:23 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.30 2012/03/06 21:08:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.31 2012/03/08 17:23:23 jer Exp $
+
+*tinycdb-0.77-r2 (08 Mar 2012)
+
+ 08 Mar 2012; Jeroen Roovers <jer@gentoo.org> +tinycdb-0.77-r2.ebuild,
+ +files/tinycdb-0.77-umask.diff:
+ Fix implicit declaration of function ‘umask’.
06 Mar 2012; Brent Baude <ranger@gentoo.org> tinycdb-0.77-r1.ebuild:
Marking tinycdb-0.77-r1 ppc for bug 399963
1.1 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.1&content-type=text/plain
Index: tinycdb-0.77-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.1 2012/03/08 17:23:24 jer Exp $
EAPI="4"
inherit eutils multilib toolchain-funcs
DESCRIPTION="TinyCDB is a very fast and simple package for creating and reading constant data bases"
HOMEPAGE="http://www.corpit.ru/mjt/tinycdb.html"
SRC_URI="http://www.corpit.ru/mjt/${PN}/${P/-/_}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
IUSE="static-libs"
RESTRICT="test"
RDEPEND="!dev-db/cdb"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-gentoo.diff \
"${FILESDIR}"/${P}-umask.diff
# fix multilib support
sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile
}
src_compile() {
local targets="shared"
use static-libs && targets="${targets} staticlib piclib"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets}
}
src_install() {
local targets="install-sharedlib"
use static-libs && targets="${targets} install-piclib"
einstall ${targets}
dodoc ChangeLog NEWS
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild
@ 2012-06-03 19:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-03 19:34 UTC (permalink / raw
To: gentoo-commits
ago 12/06/03 19:34:42
Modified: ChangeLog tinycdb-0.77-r2.ebuild
Log:
Stable for amd64, wrt bug #418671
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.34 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 6 May 2012 17:38:52 -0000 1.33
+++ ChangeLog 3 Jun 2012 19:34:42 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.33 2012/05/06 17:38:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.34 2012/06/03 19:34:42 ago Exp $
+
+ 03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> tinycdb-0.77-r2.ebuild:
+ Stable for amd64, wrt bug #418671
06 May 2012; Raúl Porcel <armin76@gentoo.org> tinycdb-0.77-r1.ebuild:
ia64 stable wrt #399963
1.2 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.1&r2=1.2
Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tinycdb-0.77-r2.ebuild 8 Mar 2012 17:23:24 -0000 1.1
+++ tinycdb-0.77-r2.ebuild 3 Jun 2012 19:34:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.1 2012/03/08 17:23:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.2 2012/06/03 19:34:42 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~x86"
IUSE="static-libs"
RESTRICT="test"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild
@ 2012-06-07 21:04 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 21:04 UTC (permalink / raw
To: gentoo-commits
ranger 12/06/07 21:04:53
Modified: ChangeLog tinycdb-0.77-r2.ebuild
Log:
Marking tinycdb-0.77-r2 ppc for bug 418671
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.35 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 3 Jun 2012 19:34:42 -0000 1.34
+++ ChangeLog 7 Jun 2012 21:04:53 -0000 1.35
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.34 2012/06/03 19:34:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.35 2012/06/07 21:04:53 ranger Exp $
+
+ 07 Jun 2012; Brent Baude <ranger@gentoo.org> tinycdb-0.77-r2.ebuild:
+ Marking tinycdb-0.77-r2 ppc for bug 418671
03 Jun 2012; Agostino Sarubbo <ago@gentoo.org> tinycdb-0.77-r2.ebuild:
Stable for amd64, wrt bug #418671
1.3 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.2&r2=1.3
Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tinycdb-0.77-r2.ebuild 3 Jun 2012 19:34:42 -0000 1.2
+++ tinycdb-0.77-r2.ebuild 7 Jun 2012 21:04:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.2 2012/06/03 19:34:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.3 2012/06/07 21:04:53 ranger Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~x86"
IUSE="static-libs"
RESTRICT="test"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild
@ 2012-06-14 2:52 Jeff Horelick (jdhore)
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-14 2:52 UTC (permalink / raw
To: gentoo-commits
jdhore 12/06/14 02:52:16
Modified: ChangeLog tinycdb-0.77-r2.ebuild
Log:
marked x86 per bug 418671
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.36 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 7 Jun 2012 21:04:53 -0000 1.35
+++ ChangeLog 14 Jun 2012 02:52:16 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.35 2012/06/07 21:04:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.36 2012/06/14 02:52:16 jdhore Exp $
+
+ 14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tinycdb-0.77-r2.ebuild:
+ marked x86 per bug 418671
07 Jun 2012; Brent Baude <ranger@gentoo.org> tinycdb-0.77-r2.ebuild:
Marking tinycdb-0.77-r2 ppc for bug 418671
1.4 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.3&r2=1.4
Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tinycdb-0.77-r2.ebuild 7 Jun 2012 21:04:53 -0000 1.3
+++ tinycdb-0.77-r2.ebuild 14 Jun 2012 02:52:16 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.3 2012/06/07 21:04:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.4 2012/06/14 02:52:16 jdhore Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ppc x86"
IUSE="static-libs"
RESTRICT="test"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild
@ 2012-06-14 15:21 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-14 15:21 UTC (permalink / raw
To: gentoo-commits
jer 12/06/14 15:21:20
Modified: ChangeLog tinycdb-0.77-r2.ebuild
Log:
Stable for HPPA (bug #418671).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-db/tinycdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 14 Jun 2012 02:52:16 -0000 1.36
+++ ChangeLog 14 Jun 2012 15:21:20 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/tinycdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.36 2012/06/14 02:52:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.37 2012/06/14 15:21:20 jer Exp $
+
+ 14 Jun 2012; Jeroen Roovers <jer@gentoo.org> tinycdb-0.77-r2.ebuild:
+ Stable for HPPA (bug #418671).
14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tinycdb-0.77-r2.ebuild:
marked x86 per bug 418671
1.5 dev-db/tinycdb/tinycdb-0.77-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.4&r2=1.5
Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tinycdb-0.77-r2.ebuild 14 Jun 2012 02:52:16 -0000 1.4
+++ tinycdb-0.77-r2.ebuild 14 Jun 2012 15:21:20 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.4 2012/06/14 02:52:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.5 2012/06/14 15:21:20 jer Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc x86"
+KEYWORDS="amd64 hppa ~ia64 ppc x86"
IUSE="static-libs"
RESTRICT="test"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-14 15:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03 19:34 [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: ChangeLog tinycdb-0.77-r2.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-06-14 15:21 Jeroen Roovers (jer)
2012-06-14 2:52 Jeff Horelick (jdhore)
2012-06-07 21:04 Brent Baude (ranger)
2012-03-08 17:23 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox