diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-12-06 17:23:53 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-12-06 17:23:53 +0000 |
commit | c7c2385efe3f66888501b1ac4cb179e033f02ad7 (patch) | |
tree | 40357dc9a9b84c1e0fb689291ca991199da01837 /x11-misc/xkeycaps | |
parent | added --with-force=yes to build in chroot (diff) | |
download | gentoo-2-c7c2385efe3f66888501b1ac4cb179e033f02ad7.tar.gz gentoo-2-c7c2385efe3f66888501b1ac4cb179e033f02ad7.tar.bz2 gentoo-2-c7c2385efe3f66888501b1ac4cb179e033f02ad7.zip |
Added patch to Imakefile
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xkeycaps/files/Imakefile.patch | 21 | ||||
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 8 |
3 files changed, 33 insertions, 2 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog index be1df9617632..8e98a7aa5b47 100644 --- a/x11-misc/xkeycaps/ChangeLog +++ b/x11-misc/xkeycaps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xkeycaps # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.7 2003/11/04 03:40:44 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.8 2003/12/06 17:23:53 pyrania Exp $ + + 06 Dec 2003; Markus Nigbur <pyrania@gentoo.org> xkeycaps-2.46.ebuild, + files/Imakefile.patch: + Created patch for Imakefile. Thanks to Florian Loitsch for finding the bogus. 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/xkeycaps/files/Imakefile.patch b/x11-misc/xkeycaps/files/Imakefile.patch new file mode 100644 index 000000000000..ba19a5b54c53 --- /dev/null +++ b/x11-misc/xkeycaps/files/Imakefile.patch @@ -0,0 +1,21 @@ +--- Imakefile_ 2003-12-06 18:09:23.845935720 +0100 ++++ Imakefile 2003-12-06 18:10:02.620041160 +0100 +@@ -1,5 +1,5 @@ +-/**/# Imakefile for xkeycaps; +-/**/# Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. ++/* Imakefile for xkeycaps; ++ Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. */ + + /* + * To specify a different default keyboard (for when the vendor display +@@ -353,8 +353,8 @@ + TAR = tar + COMPRESS = compress + COMPRESS_EXT = Z +-/**/# COMPRESS = gzip --verbose --best +-/**/# COMPRESS_EXT = gz ++/* COMPRESS = gzip --verbose --best */ ++/* COMPRESS_EXT = gz */ + + ComplexProgramTarget(xkeycaps) + diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index 1b0a2752368f..7a478c3d4bf4 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.11 2003/10/19 06:01:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.12 2003/12/06 17:23:53 pyrania Exp $ DESCRIPTION="GUI frontend to xmodmap" SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" @@ -15,6 +15,12 @@ RDEPEND="virtual/x11" DEPEND="${RDEPEND} >=sys-apps/sed-4" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/Imakefile.patch +} + src_compile() { xmkmf || die sed -i \ |