* [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: ChangeLog gdbm-1.8.3-r4.ebuild
@ 2008-01-26 10:20 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-01-26 10:20 UTC (permalink / raw
To: gentoo-commits
vapier 08/01/26 10:20:49
Modified: ChangeLog
Added: gdbm-1.8.3-r4.ebuild
Log:
Add LFS flags to the build so we can work with large dbs.
(Portage version: 2.1.4)
Revision Changes Path
1.42 sys-libs/gdbm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 17 Feb 2007 22:45:04 -0000 1.41
+++ ChangeLog 26 Jan 2008 10:20:49 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/gdbm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.41 2007/02/17 22:45:04 grobian Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/ChangeLog,v 1.42 2008/01/26 10:20:49 vapier Exp $
+
+*gdbm-1.8.3-r4 (26 Jan 2008)
+
+ 26 Jan 2008; Mike Frysinger <vapier@gentoo.org> +gdbm-1.8.3-r4.ebuild:
+ Add LFS flags to the build so we can work with large dbs.
17 Feb 2007; Fabian Groffen <grobian@gentoo.org> gdbm-1.8.3-r3.ebuild:
Dropped ppc-macos keyword, see you in prefix
1.1 sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild?rev=1.1&content-type=text/plain
Index: gdbm-1.8.3-r4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.1 2008/01/26 10:20:49 vapier Exp $
inherit eutils libtool flag-o-matic
DESCRIPTION="Standard GNU database libraries"
HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html"
SRC_URI="mirror://gnu/gdbm/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="berkdb"
DEPEND="berkdb? ( sys-libs/db )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-fix-install-ownership.patch #24178
epatch "${FILESDIR}"/${P}-compat-linking.patch #165263
elibtoolize
append-lfs-flags
}
src_compile() {
use berkdb || export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
econf --includedir=/usr/include/gdbm || die
emake || die
}
src_install() {
emake -j1 INSTALL_ROOT="${D}" install install-compat || die
mv "${D}"/usr/include/gdbm/gdbm.h "${D}"/usr/include/ || die
dodoc ChangeLog NEWS README
}
pkg_preinst() {
preserve_old_lib libgdbm.so.2 #32510
}
pkg_postinst() {
preserve_old_lib_notify libgdbm.so.2 #32510
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-26 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 10:20 [gentoo-commits] gentoo-x86 commit in sys-libs/gdbm: ChangeLog gdbm-1.8.3-r4.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox