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-libs/gpm: gpm-1.20.3.ebuild
Date: Mon, 21 Apr 2008 00:33:18
Message-Id: E1Jnjy1-0002Mh-Ei@stork.gentoo.org
1 vapier 08/04/21 00:33:09
2
3 Modified: gpm-1.20.3.ebuild
4 Log:
5 scrub dead code
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.2 sys-libs/gpm/gpm-1.20.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?r1=1.1&r2=1.2
14
15 Index: gpm-1.20.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gpm-1.20.3.ebuild 19 Apr 2008 08:23:23 -0000 1.1
22 +++ gpm-1.20.3.ebuild 21 Apr 2008 00:33:08 -0000 1.2
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v 1.1 2008/04/19 08:23:23 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild,v 1.2 2008/04/21 00:33:08 vapier Exp $
28
29 # emacs support disabled due to Bug 99533
30
31 -inherit eutils toolchain-funcs
32 +inherit toolchain-funcs
33 #elisp-common
34
35 DESCRIPTION="Console-based mouse driver"
36 @@ -20,13 +20,6 @@
37 # emacs? ( virtual/emacs )"
38 RDEPEND="selinux? ( sec-policy/selinux-gpm )"
39
40 -fsrc_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 - EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
44 - epatch "${FILESDIR}"/gpm-configure-LANG.patch
45 -}
46 -
47 src_compile() {
48 econf \
49 --libdir=/$(get_libdir) \
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list