summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-15 18:51:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-15 18:51:30 +0000
commitda00b0e51463dfcb2ac933760e197321cd6e0884 (patch)
treecefb54f3265ceca82d257df97453da7987fd1845 /sys-libs/db/db-4.3.29_p1-r1.ebuild
parentFix the commit (diff)
downloadhistorical-da00b0e51463dfcb2ac933760e197321cd6e0884.tar.gz
historical-da00b0e51463dfcb2ac933760e197321cd6e0884.tar.bz2
historical-da00b0e51463dfcb2ac933760e197321cd6e0884.zip
Use more standard date format in DB_VERSION_STRING.
Package-Manager: portage-14273-svn/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/db/db-4.3.29_p1-r1.ebuild')
-rw-r--r--sys-libs/db/db-4.3.29_p1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.3.29_p1-r1.ebuild b/sys-libs/db/db-4.3.29_p1-r1.ebuild
index 7129163ca15e..b2d23bdb49f8 100644
--- a/sys-libs/db/db-4.3.29_p1-r1.ebuild
+++ b/sys-libs/db/db-4.3.29_p1-r1.ebuild
@@ -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/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.12 2009/07/30 11:01:33 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.13 2009/09/15 18:51:30 arfrever Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -50,6 +50,8 @@ src_unpack() {
epatch "${FILESDIR}"/"${PN}"-4.3.27-fix-dep-link.patch
+ sed -e "/^DB_RELEASE_DATE=/s/%B %e, %Y/%Y-%m-%d/" -i dist/RELEASE
+
# Include the SLOT for Java JAR files
# This supersedes the unused jarlocation patches.
sed -r -i \