* [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: ChangeLog tdb-1.2.1-r1.ebuild
@ 2010-08-14 20:22 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-14 20:22 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/14 20:22:59
Modified: ChangeLog
Added: tdb-1.2.1-r1.ebuild
Log:
Revbump to respect LDFLAGS. Thanks to Dane Smith <smithdanea@gmail.com> for the patch
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.21 sys-libs/tdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 12 Aug 2010 01:14:43 -0000 1.20
+++ ChangeLog 14 Aug 2010 20:22:59 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/tdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.20 2010/08/12 01:14:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.21 2010/08/14 20:22:59 hwoarang Exp $
+
+*tdb-1.2.1-r1 (14 Aug 2010)
+
+ 14 Aug 2010; Markos Chandras <hwoarang@gentoo.org> +tdb-1.2.1-r1.ebuild:
+ Revbump to respect LDFLAGS. Thanks to Dane Smith <smithdanea@gmail.com>
+ for the patch
12 Aug 2010; Joseph Jezak <josejx@gentoo.org> tdb-1.2.1.ebuild:
Marked ppc stable for bug #300158.
1.1 sys-libs/tdb/tdb-1.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: tdb-1.2.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.1 2010/08/14 20:22:59 hwoarang Exp $
EAPI="2"
inherit autotools python
DESCRIPTION="Samba tdb"
HOMEPAGE="http://tdb.samba.org/"
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="python static-libs tools tdbtest"
RDEPEND=""
DEPEND="python? ( dev-lang/python )
!<net-fs/samba-libs-3.4
!<net-fs/samba-3.3
app-text/docbook-xsl-stylesheets
dev-libs/libxslt"
src_prepare() {
eautoconf -Ilibreplace
sed -i \
-e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' \
{Makefile.in,tdb.mk} || die "sed failed"
# xsltproc will display a warning but we can assume the xml files are valid
sed -i \
-e 's|$(XSLTPROC) -o|$(XSLTPROC) --nonet -o|' \
tdb.mk || die "sed failed"
}
src_configure() {
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
$(use_enable python)
}
src_compile() {
# TODO:
# - don't build static-libs in case of USE=-static-libs
# we create the directories first to avoid workaround parallel build problem
emake dirs || die "emake dirs failed"
emake shared-build || die "emake shared-build failed"
if use tdbtest ; then
emake bin/tdbtest || die "emake tdbtest failed"
fi
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
# installs a necessary symlink
dolib.so sharedbuild/lib/libtdb.so
dodoc docs/README
use static-libs || rm -f "${D}"/usr/lib*/*.a
use tools || rm -rf "${D}/usr/bin"
use tdbtest && dobin bin/tdbtest
use python && python_need_rebuild
}
src_test() {
# the default src_test runs 'make test' and 'make check', letting
# the tests fail occasionally (reason: unknown)
emake check || die "emake check failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: ChangeLog tdb-1.2.1-r1.ebuild
@ 2010-08-18 16:57 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-08-18 16:57 UTC (permalink / raw
To: gentoo-commits
patrick 10/08/18 16:57:34
Modified: ChangeLog tdb-1.2.1-r1.ebuild
Log:
Fixing manpage installation with USE -tools, fixes #333033
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.22 sys-libs/tdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 14 Aug 2010 20:22:59 -0000 1.21
+++ ChangeLog 18 Aug 2010 16:57:34 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.21 2010/08/14 20:22:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.22 2010/08/18 16:57:34 patrick Exp $
+
+ 18 Aug 2010; Patrick Lauer <patrick@gentoo.org> tdb-1.2.1-r1.ebuild:
+ Fixing manpage installation with USE -tools, fixes #333033
*tdb-1.2.1-r1 (14 Aug 2010)
1.2 sys-libs/tdb/tdb-1.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?r1=1.1&r2=1.2
Index: tdb-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdb-1.2.1-r1.ebuild 14 Aug 2010 20:22:59 -0000 1.1
+++ tdb-1.2.1-r1.ebuild 18 Aug 2010 16:57:34 -0000 1.2
@@ -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/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.1 2010/08/14 20:22:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.2 2010/08/18 16:57:34 patrick Exp $
EAPI="2"
@@ -63,7 +63,7 @@
dodoc docs/README
use static-libs || rm -f "${D}"/usr/lib*/*.a
- use tools || rm -rf "${D}/usr/bin"
+ use tools || rm -rf "${D}/usr/bin" "${D}/usr/share/man"
use tdbtest && dobin bin/tdbtest
use python && python_need_rebuild
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: ChangeLog tdb-1.2.1-r1.ebuild
@ 2010-09-27 16:26 Mart Raudsepp (leio)
0 siblings, 0 replies; 3+ messages in thread
From: Mart Raudsepp (leio) @ 2010-09-27 16:26 UTC (permalink / raw
To: gentoo-commits
leio 10/09/27 16:26:05
Modified: ChangeLog tdb-1.2.1-r1.ebuild
Log:
Marked ~mips for bug #285952
(Portage version: 2.1.9.11/cvs/Linux mips64)
Revision Changes Path
1.23 sys-libs/tdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 18 Aug 2010 16:57:34 -0000 1.22
+++ ChangeLog 27 Sep 2010 16:26:05 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.22 2010/08/18 16:57:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.23 2010/09/27 16:26:05 leio Exp $
+
+ 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> tdb-1.2.1-r1.ebuild:
+ Marked ~mips for bug #285952
18 Aug 2010; Patrick Lauer <patrick@gentoo.org> tdb-1.2.1-r1.ebuild:
Fixing manpage installation with USE -tools, fixes #333033
1.3 sys-libs/tdb/tdb-1.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild?r1=1.2&r2=1.3
Index: tdb-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tdb-1.2.1-r1.ebuild 18 Aug 2010 16:57:34 -0000 1.2
+++ tdb-1.2.1-r1.ebuild 27 Sep 2010 16:26:05 -0000 1.3
@@ -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/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.2 2010/08/18 16:57:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.3 2010/09/27 16:26:05 leio Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="python static-libs tools tdbtest"
RDEPEND=""
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-27 16:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-18 16:57 [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: ChangeLog tdb-1.2.1-r1.ebuild Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2010-09-27 16:26 Mart Raudsepp (leio)
2010-08-14 20:22 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox