summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-10-31 12:54:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-10-31 12:54:43 +0000
commite379804d249a5b223e4bc44d2a20c1a70e0ea53b (patch)
treeb6e00fe8ea0809d5a72eb4e910f8f00429b99aa4 /app-text
parentVersion bump, with a totally new Gentoo patch to fix a bunch of issues (need ... (diff)
downloadgentoo-2-e379804d249a5b223e4bc44d2a20c1a70e0ea53b.tar.gz
gentoo-2-e379804d249a5b223e4bc44d2a20c1a70e0ea53b.tar.bz2
gentoo-2-e379804d249a5b223e4bc44d2a20c1a70e0ea53b.zip
Fix list of docs installed and make compatible with check 0.9.7 as well.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libxmlpatch/ChangeLog6
-rw-r--r--app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch2
-rw-r--r--app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/app-text/libxmlpatch/ChangeLog b/app-text/libxmlpatch/ChangeLog
index 5149574fd179..afa4623e92c2 100644
--- a/app-text/libxmlpatch/ChangeLog
+++ b/app-text/libxmlpatch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/libxmlpatch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/ChangeLog,v 1.2 2011/10/31 12:51:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/ChangeLog,v 1.3 2011/10/31 12:54:43 flameeyes Exp $
+
+ 31 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/libxmlpatch-0.3.3-gentoo.patch, libxmlpatch-0.3.3.ebuild:
+ Fix list of docs installed and make compatible with check 0.9.7 as well.
*libxmlpatch-0.3.3 (31 Oct 2011)
diff --git a/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch b/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch
index 9238f3db04d8..a18104fb12b5 100644
--- a/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch
+++ b/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch
@@ -10,7 +10,7 @@ Index: libxmlpatch-0.3.3/tests/check_diff.c
+ _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name,
+#if CHECK_MAJOR_VERSION > 0 || \
+ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION > 9) || \
-+ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION == 9 && CHECK_MICRO_VERSION >= 8)
++ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION == 9 && CHECK_MICRO_VERSION >= 7)
+ 0,
+#endif
+ 0, 0, 1);
diff --git a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild b/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild
index fbb8839b9223..703de578831b 100644
--- a/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild
+++ b/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.1 2011/10/31 12:51:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/libxmlpatch-0.3.3.ebuild,v 1.2 2011/10/31 12:54:43 flameeyes Exp $
EAPI=4
@@ -32,7 +32,7 @@ src_configure() {
$(use_with test check)
}
-DOCS=( LEGAL_NOTICE README TODO AUTHORS NEWS ChangeLog )
+DOCS=( LEGAL_NOTICE README TODO ChangeLog )
src_install() {
default