summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2007-04-01 20:13:59 +0000
committerStephen Klimaszewski <steev@gentoo.org>2007-04-01 20:13:59 +0000
commit3f4ef41b50d26c6168f908329d16c1a2b4cf8cb7 (patch)
tree02f72209cbbe4e13589f94a0e912e1de696d52bc /app-misc
parentvBump to 2.1.10, remove 2.1.5 (diff)
downloadgentoo-2-3f4ef41b50d26c6168f908329d16c1a2b4cf8cb7.tar.gz
gentoo-2-3f4ef41b50d26c6168f908329d16c1a2b4cf8cb7.tar.bz2
gentoo-2-3f4ef41b50d26c6168f908329d16c1a2b4cf8cb7.zip
Update the dtd file
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/hal-info/ChangeLog6
-rw-r--r--app-misc/hal-info/files/hal-info-update_dtd.patch21
-rw-r--r--app-misc/hal-info/hal-info-20070328.ebuild10
3 files changed, 35 insertions, 2 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog
index deedb1ae1a1c..6777414405bb 100644
--- a/app-misc/hal-info/ChangeLog
+++ b/app-misc/hal-info/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/hal-info
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.2 2007/04/01 09:30:16 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.3 2007/04/01 20:13:59 steev Exp $
+
+ 01 Apr 2007; Steev Klimaszewski <steev@gentoo.org>
+ +files/hal-info-update_dtd.patch, hal-info-20070328.ebuild:
+ Update the dtd file.
*hal-info-20070328 (01 Apr 2007)
diff --git a/app-misc/hal-info/files/hal-info-update_dtd.patch b/app-misc/hal-info/files/hal-info-update_dtd.patch
new file mode 100644
index 000000000000..f7eca0a08805
--- /dev/null
+++ b/app-misc/hal-info/files/hal-info-update_dtd.patch
@@ -0,0 +1,21 @@
+From: David Zeuthen <davidz@redhat.com>
+Date: Sun, 1 Apr 2007 19:09:36 +0000 (-0400)
+Subject: add contains_not to fdi.dtd
+X-Git-Url: http://gitweb.freedesktop.org/?p=hal-info.git;a=commitdiff;h=f3a06388f3c0a0ebbd609fd2700d1a583ac5a216
+
+add contains_not to fdi.dtd
+
+In the future, hal-info should be using a hal-fdi-file-validate tool
+provided by HAL.
+---
+
+--- a/fdi/fdi.dtd
++++ b/fdi/fdi.dtd
+@@ -20,6 +20,7 @@
+ is_absolute_path (false|true) #IMPLIED
+ contains CDATA #IMPLIED
+ contains_ncase CDATA #IMPLIED
++ contains_not CDATA #IMPLIED
+ prefix CDATA #IMPLIED
+ prefix_ncase CDATA #IMPLIED
+ suffix CDATA #IMPLIED
diff --git a/app-misc/hal-info/hal-info-20070328.ebuild b/app-misc/hal-info/hal-info-20070328.ebuild
index 0abcc94ee880..8bed1b3452d7 100644
--- a/app-misc/hal-info/hal-info-20070328.ebuild
+++ b/app-misc/hal-info/hal-info-20070328.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070328.ebuild,v 1.1 2007/04/01 09:30:16 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070328.ebuild,v 1.2 2007/04/01 20:13:59 steev Exp $
+
+inherit eutils
DESCRIPTION="The fdi scripts that HAL uses."
HOMEPAGE="http://hal.freedesktop.org"
@@ -13,6 +15,12 @@ KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND=">=sys-apps/hal-0.5.9_rc2"
DEPEND="${RDEPEND}"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-update_dtd.patch
+}
+
src_compile() {
econf --enable-recall --enable-video || die "econf failed."
emake