summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-12-12 16:50:41 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-12-12 16:50:41 +0000
commit9fde798dab8fecd82c8abe372b6e9d0325d272dd (patch)
tree04ab91a453f0def6aad4c90cc96804eb855f78f2 /app-text
parentAdded Prefix keywords (diff)
downloadhistorical-9fde798dab8fecd82c8abe372b6e9d0325d272dd.tar.gz
historical-9fde798dab8fecd82c8abe372b6e9d0325d272dd.tar.bz2
historical-9fde798dab8fecd82c8abe372b6e9d0325d272dd.zip
New prerelease. Allow custom LDFLAGS, bug #339869
Package-Manager: portage-2.2.0_alpha7/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kiwix/ChangeLog9
-rw-r--r--app-text/kiwix/Manifest7
-rw-r--r--app-text/kiwix/files/kiwix-0.9-custom-flags.patch14
-rw-r--r--app-text/kiwix/kiwix-0.9_alpha7.ebuild (renamed from app-text/kiwix/kiwix-0.9_alpha6.ebuild)3
4 files changed, 28 insertions, 5 deletions
diff --git a/app-text/kiwix/ChangeLog b/app-text/kiwix/ChangeLog
index 9606e9ed1941..0347d93413cf 100644
--- a/app-text/kiwix/ChangeLog
+++ b/app-text/kiwix/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/kiwix
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kiwix/ChangeLog,v 1.2 2010/09/02 19:29:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kiwix/ChangeLog,v 1.3 2010/12/12 16:50:40 chithanh Exp $
+
+*kiwix-0.9_alpha7 (12 Dec 2010)
+
+ 12 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -kiwix-0.9_alpha6.ebuild, +kiwix-0.9_alpha7.ebuild,
+ +files/kiwix-0.9-custom-flags.patch:
+ New prerelease. Allow custom LDFLAGS, bug #339869
*kiwix-0.9_alpha6 (02 Sep 2010)
diff --git a/app-text/kiwix/Manifest b/app-text/kiwix/Manifest
index fc919debf545..6d766614078e 100644
--- a/app-text/kiwix/Manifest
+++ b/app-text/kiwix/Manifest
@@ -1,5 +1,6 @@
+AUX kiwix-0.9-custom-flags.patch 392 RMD160 a1ffab21d45380702f904da660d1e3798fcdcb96 SHA1 c09e8678701ae6e097b4c12d2cd693b2f86ad6f2 SHA256 8f60546dea63e0a441b566d673ca019376de51f8abb96412cd364fd9fbd77a89
AUX kiwix-0.9-find-xulrunner.patch 301 RMD160 c116ab1b52632003a85fc43defe4982c51198ff1 SHA1 0cbc6e7b47232eb3c8e2f86e6405f3ca41ea95e0 SHA256 9eea81269b4ab994da26917271390a3bbeee09698935348608f8d6bccb9c8205
-DIST kiwix-0.9-alpha6-src.tar.bz2 485160 RMD160 395d7f06e7413cfe7fb518648ac845279a749884 SHA1 568a9b7f779149b4bb8df1926d96ebe9d8f66501 SHA256 72e283051f3fcce42fb5a5751de94a3b09dcea035da301509adf50c0a9a3ae5b
-EBUILD kiwix-0.9_alpha6.ebuild 951 RMD160 a860f15f3f68ff13208270e343dc34f876411a4a SHA1 b874378bb252886c1473d9b12f113e4ff59d14e8 SHA256 a6fa4b317b678d92a15192dde77cdd7c2ab1dd603f4177db45a75d0a9a6230f3
-MISC ChangeLog 673 RMD160 e54c81d0f9efcc24399aba7f3516282817453661 SHA1 340a3a4660b547d0b85f54ca8744d51843cfca7a SHA256 82618896f4592b4bd7cd7636e2af4ba4089a45ad346077bba11b59c16dfd1f6a
+DIST kiwix-0.9-alpha7-src.tar.bz2 561193 RMD160 8c70f2f1d3b29ce625b769c3e99cd57c367c42f8 SHA1 dfb705e8dde3dce2b041d5b79214c9929292a2bd SHA256 2e4d765f9be6b06facfd238a34f4adf0e8e7c636214696cb9eb53e748762302c
+EBUILD kiwix-0.9_alpha7.ebuild 1002 RMD160 4a3b1f1751be4e15d2d53cba47375b6db58d01bc SHA1 4ecd0f1fe10c01f62da8ff032c481004b3f08130 SHA256 65f53dc95301c25d21f968dc8e494f3e5ab0bf6721e81f785ea084efcc61d9d9
+MISC ChangeLog 921 RMD160 3243acdc5d3419567422e1fd5777df077d66c884 SHA1 aa88678b6b3eae510310b1dd61deab6a64c07ec3 SHA256 a5353fd2103b87bd68ec419b263bc404540f4334bb18a45fbf685eebb3c2dbca
MISC metadata.xml 275 RMD160 1b1d48ace7eb30ee16b7cd1c33dd9fa695817f08 SHA1 8e66ce36ba12401c927e1b7394b652962a979a52 SHA256 9fcd14bdea1cdbac9fa4d44a3c9728877d7b87266c3553f6519a7aaec9795009
diff --git a/app-text/kiwix/files/kiwix-0.9-custom-flags.patch b/app-text/kiwix/files/kiwix-0.9-custom-flags.patch
new file mode 100644
index 000000000000..dc6e7b3472ed
--- /dev/null
+++ b/app-text/kiwix/files/kiwix-0.9-custom-flags.patch
@@ -0,0 +1,14 @@
+diff -ur a/configure.ac b/configure.ac
+--- a/configure.ac 2010-12-12 17:32:04.768000030 +0100
++++ b/configure.ac 2010-12-12 17:43:43.434000030 +0100
+@@ -45,9 +45,7 @@
+
+ # default $CPPFLAGS and $LDFLAGS
+ # CLucene has headers in /usr/lib
+- CPPFLAGS="-I/usr/lib"
+- CFLAGS="-O6"
+- LDFLAGS=""
++ CPPFLAGS="${CPPFLAGS} -I/usr/lib"
+ CFLAGS="${CFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ LIBS=""
diff --git a/app-text/kiwix/kiwix-0.9_alpha6.ebuild b/app-text/kiwix/kiwix-0.9_alpha7.ebuild
index ef2dad88507b..bbb1198bda96 100644
--- a/app-text/kiwix/kiwix-0.9_alpha6.ebuild
+++ b/app-text/kiwix/kiwix-0.9_alpha7.ebuild
@@ -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/app-text/kiwix/kiwix-0.9_alpha6.ebuild,v 1.1 2010/09/02 19:29:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kiwix/kiwix-0.9_alpha7.ebuild,v 1.1 2010/12/12 16:50:40 chithanh Exp $
EAPI=3
@@ -30,6 +30,7 @@ S=${WORKDIR}/${PN}-$(get_version_component_range 1-2)
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.9-find-xulrunner.patch
+ epatch "${FILESDIR}"/${PN}-0.9-custom-flags.patch
eautoreconf
}