summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 11:43:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 11:43:00 +0000
commit50deb942a37feb4674f6e115d8d15692f8c5c4e7 (patch)
tree537f88849ca905b6ff292f6d891dd2894099ebfc /x11-misc/xsnap
parentAdd missing x11-misc/imake to DEPEND, see bug #150793. (diff)
downloadgentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.tar.gz
gentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.tar.bz2
gentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.zip
Fix Imakefile to use /usr/include/X11, see bug #150797.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r--x11-misc/xsnap/ChangeLog5
-rw-r--r--x11-misc/xsnap/files/digest-xsnap-1.4.3-r12
-rw-r--r--x11-misc/xsnap/xsnap-1.4.3-r1.ebuild3
3 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog
index fd4c837707a3..fe0557fffb95 100644
--- a/x11-misc/xsnap/ChangeLog
+++ b/x11-misc/xsnap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xsnap
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.22 2006/04/14 15:52:25 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.23 2006/10/11 11:43:00 nelchael Exp $
+
+ 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsnap-1.4.3-r1.ebuild:
+ Fix Imakefile to use /usr/include/X11, see bug #150797.
14 Apr 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsnap-1.4.3-r1.ebuild:
Added missing rman to DEPEND, see bug #129881.
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.4.3-r1 b/x11-misc/xsnap/files/digest-xsnap-1.4.3-r1
index 0021ffbe0dba..54fa1f5c4cd1 100644
--- a/x11-misc/xsnap/files/digest-xsnap-1.4.3-r1
+++ b/x11-misc/xsnap/files/digest-xsnap-1.4.3-r1
@@ -1 +1,3 @@
MD5 f9d87d871bc123e44021d674c890114b xsnap-1.4.3.tar.bz2 19100
+RMD160 bd4253f7f1b6b89e42c48a20529051a4ce35cb88 xsnap-1.4.3.tar.bz2 19100
+SHA256 4352d0dc849fc4fd6fd17306de04c8794b32524cfe97544f6f983cdda8c6e026 xsnap-1.4.3.tar.bz2 19100
diff --git a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
index a2e3d4fdb150..040734eaa6c7 100644
--- a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
+++ b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.9 2006/04/14 15:52:25 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.10 2006/10/11 11:43:00 nelchael Exp $
inherit eutils
@@ -33,6 +33,7 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-1.4-gentoo.patch
# i notified upstream about it... should be fixed soon
epatch ${FILESDIR}/${PN}-this-should-be-fixed-updstream.patch
+ sed -i -e 's,X11R6/,,g' "${S}/Imakefile"
}
src_compile() {