diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-15 18:51:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-09-15 18:51:30 +0000 |
commit | 4e72f04404f83b492b54b5a7b5ede33e914b49a6 (patch) | |
tree | b7e4834209ed6e1c129c9d8fc6612b6f7e87f228 /sys-libs/db/db-4.7.25_p4.ebuild | |
parent | Fix the commit (diff) | |
download | gentoo-2-4e72f04404f83b492b54b5a7b5ede33e914b49a6.tar.gz gentoo-2-4e72f04404f83b492b54b5a7b5ede33e914b49a6.tar.bz2 gentoo-2-4e72f04404f83b492b54b5a7b5ede33e914b49a6.zip |
Use more standard date format in DB_VERSION_STRING.
(Portage version: 14273-svn/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.7.25_p4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild index 4bc09ab5d333..cae47dc291d7 100644 --- a/sys-libs/db/db-4.7.25_p4.ebuild +++ b/sys-libs/db/db-4.7.25_p4.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.7.25_p4.ebuild,v 1.4 2009/09/15 02:45:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.5 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.6-jni-check-prefix-first.patch epatch "${FILESDIR}"/"${PN}"-4.3-listen-to-java-options.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 \ |