Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kbd: ChangeLog kbd-1.14.1.ebuild
Date: Sun, 30 Mar 2008 17:09:29
Message-Id: E1Jg126-0006K5-U7@stork.gentoo.org
1 vapier 08/03/30 17:09:26
2
3 Modified: ChangeLog
4 Added: kbd-1.14.1.ebuild
5 Log:
6 Version bump #215280 by timofonic.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.71 sys-apps/kbd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kbd/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kbd/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kbd/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 19 Nov 2007 07:24:24 -0000 1.70
23 +++ ChangeLog 30 Mar 2008 17:09:26 -0000 1.71
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/kbd
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.70 2007/11/19 07:24:24 kumba Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.71 2008/03/30 17:09:26 vapier Exp $
30 +
31 +*kbd-1.14.1 (30 Mar 2008)
32 +
33 + 30 Mar 2008; Mike Frysinger <vapier@g.o> +kbd-1.14.1.ebuild:
34 + Version bump #215280 by timofonic.
35
36 19 Nov 2007; Joshua Kinard <kumba@g.o> kbd-1.13-r1.ebuild:
37 Stable on mips, per #195687.
38
39
40
41 1.1 sys-apps/kbd/kbd-1.14.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kbd/kbd-1.14.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/kbd/kbd-1.14.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kbd-1.14.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.14.1.ebuild,v 1.1 2008/03/30 17:09:26 vapier Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Keyboard and console utilities"
55 HOMEPAGE="http://freshmeat.net/projects/kbd/"
56 SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE="nls"
62
63 RDEPEND=""
64 DEPEND="${RDEPEND}
65 nls? ( sys-devel/gettext )"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70 sed -i 's:install -s:install:' src/Makefile.in
71
72 # fix unimap path issue caused by Debian patch
73 epatch "${FILESDIR}"/${PN}-1.12-unimap.patch
74
75 # Provide a QWERTZ and QWERTY cz map #19010
76 cp data/keymaps/i386/{qwertz,qwerty}/cz.map || die "cz qwerty"
77 epatch "${FILESDIR}"/${PN}-1.12-cz-qwerty-map.patch
78
79 # Fix jp map to recognize Ctrl-[ as Escape #71870
80 epatch "${FILESDIR}"/${PN}-1.12-jp-escape.patch
81 }
82
83 src_compile() {
84 econf $(use_enable nls) || die
85 emake || die
86 }
87
88 src_install() {
89 emake DESTDIR="${D}" install || die
90 dodoc CHANGES CREDITS README
91 dohtml doc/*.html
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list