diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-09 20:29:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-09 20:29:25 +0000 |
commit | 3aab22639a16535b21f7abe4e0fdc4410b3fb3a2 (patch) | |
tree | f5de008dcc3c8859705161e6fa73bacda4cc1246 /x11-misc/xkeycaps | |
parent | Old. (diff) | |
download | gentoo-2-3aab22639a16535b21f7abe4e0fdc4410b3fb3a2.tar.gz gentoo-2-3aab22639a16535b21f7abe4e0fdc4410b3fb3a2.tar.bz2 gentoo-2-3aab22639a16535b21f7abe4e0fdc4410b3fb3a2.zip |
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xkeycaps/files/Imakefile.patch | 21 | ||||
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 45 |
3 files changed, 6 insertions, 68 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog index 776fdfb0f7da..af6e9dbaad3a 100644 --- a/x11-misc/xkeycaps/ChangeLog +++ b/x11-misc/xkeycaps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xkeycaps -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.27 2012/12/23 20:23:24 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.28 2014/06/09 20:29:24 jer Exp $ + + 09 Jun 2014; Jeroen Roovers <jer@gentoo.org> -xkeycaps-2.46.ebuild, + -files/Imakefile.patch: + Old. 23 Dec 2012; Ulrich Müller <ulm@gentoo.org> xkeycaps-2.46.ebuild, xkeycaps-2.47-r1.ebuild: diff --git a/x11-misc/xkeycaps/files/Imakefile.patch b/x11-misc/xkeycaps/files/Imakefile.patch deleted file mode 100644 index ba19a5b54c53..000000000000 --- a/x11-misc/xkeycaps/files/Imakefile.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 deleted file mode 100644 index 2e610f891007..000000000000 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# 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.23 2012/12/23 20:23:24 ulm Exp $ - -inherit eutils - -DESCRIPTION="GUI frontend to xmodmap" -SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" -HOMEPAGE="http://www.jwz.org/xkeycaps/" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND="x11-misc/xbitmaps - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXaw - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-misc/imake - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/Imakefile.patch" -} - -src_compile() { - xmkmf || die - sed -i \ - -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \ - Makefile || \ - die "sed Makefile failed" - emake || die "emake failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc README *.txt || die "dodoc failed" -} |