Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ChangeLog ratpoison-1.4.3.ebuild
Date: Thu, 24 Apr 2008 07:42:43
Message-Id: E1Jow6K-0006l3-GP@stork.gentoo.org
1 omp 08/04/24 07:42:40
2
3 Modified: ChangeLog
4 Added: ratpoison-1.4.3.ebuild
5 Log:
6 Version bump; clean up ebuild. (bug #214313)
7 (Portage version: 2.1.5_rc3)
8
9 Revision Changes Path
10 1.58 x11-wm/ratpoison/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 31 Oct 2007 06:49:37 -0000 1.57
23 +++ ChangeLog 24 Apr 2008 07:42:39 -0000 1.58
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-wm/ratpoison
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.57 2007/10/31 06:49:37 jer Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.58 2008/04/24 07:42:39 omp Exp $
30 +
31 +*ratpoison-1.4.3 (24 Apr 2008)
32 +
33 + 24 Apr 2008; David Shakaryan <omp@g.o> +ratpoison-1.4.3.ebuild:
34 + Version bump; clean up ebuild. (bug #214313)
35
36 *ratpoison-1.4.2 (31 Oct 2007)
37
38
39
40
41 1.1 x11-wm/ratpoison/ratpoison-1.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ratpoison-1.4.3.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/x11-wm/ratpoison/ratpoison-1.4.3.ebuild,v 1.1 2008/04/24 07:42:39 omp Exp $
51
52 inherit elisp-common eutils autotools
53
54 DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen"
55 HOMEPAGE="http://www.nongnu.org/ratpoison/"
56 SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
61 IUSE="emacs"
62
63 DEPEND="x11-libs/libXinerama
64 x11-libs/libXtst
65 virtual/perl-PodParser
66 emacs? ( virtual/emacs )"
67 RDEPEND="${DEPEND}"
68
69 SITEFILE=50ratpoison-gentoo.el
70
71 src_unpack() {
72 unpack ${A}
73
74 cd "${S}/contrib"
75 epatch ${FILESDIR}/ratpoison.el-gentoo.patch
76
77 cd "${S}"
78 eautoreconf
79 }
80
81 src_compile() {
82 econf || die "econf failed"
83 emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die "emake failed"
84 if use emacs; then
85 cd contrib && elisp-comp ratpoison.el
86 fi
87 }
88
89 src_install() {
90 einstall
91
92 exeinto /etc/X11/Sessions
93 newexe "${FILESDIR}/ratpoison.xsession" ratpoison
94
95 dodoc INSTALL TODO README NEWS AUTHORS ChangeLog
96 docinto example
97 dodoc contrib/{genrpbindings,split.sh} \
98 doc/{ipaq.ratpoisonrc,sample.ratpoisonrc}
99
100 rm -rf "${D}/usr/share/"{doc/ratpoison,ratpoison}
101
102 if use emacs; then
103 elisp-install ${PN} contrib/ratpoison.*
104 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
105 fi
106 }
107
108 pkg_postinst() {
109 use emacs && elisp-site-regen
110 }
111
112 pkg_postrm() {
113 use emacs && elisp-site-regen
114 }
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list