Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/gnus: ChangeLog gnus-5.10.10.ebuild
Date: Fri, 18 Apr 2008 06:26:32
Message-Id: E1Jmk3J-0002zR-OA@stork.gentoo.org
1 ulm 08/04/18 06:26:29
2
3 Modified: ChangeLog
4 Added: gnus-5.10.10.ebuild
5 Log:
6 Version bump. LICENSE changed to GPL-3.
7 (Portage version: 2.1.5_rc3)
8
9 Revision Changes Path
10 1.31 app-emacs/gnus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gnus/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gnus/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gnus/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 1 Dec 2007 16:04:21 -0000 1.30
23 +++ ChangeLog 18 Apr 2008 06:26:29 -0000 1.31
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/gnus
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.30 2007/12/01 16:04:21 ulm Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.31 2008/04/18 06:26:29 ulm Exp $
30 +
31 +*gnus-5.10.10 (18 Apr 2008)
32 +
33 + 18 Apr 2008; Ulrich Mueller <ulm@g.o> +gnus-5.10.10.ebuild:
34 + Version bump. LICENSE changed to GPL-3.
35
36 01 Dec 2007; Ulrich Mueller <ulm@g.o> gnus-5.10.8.ebuild:
37 Use SITEETC eclass variable.
38
39
40
41 1.1 app-emacs/gnus/gnus-5.10.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gnus/gnus-5.10.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/gnus/gnus-5.10.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnus-5.10.10.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/app-emacs/gnus/gnus-5.10.10.ebuild,v 1.1 2008/04/18 06:26:29 ulm Exp $
51
52 inherit elisp
53
54 DESCRIPTION="The Gnus newsreader and mail-reader"
55 HOMEPAGE="http://gnus.org/"
56 SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz
57 http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/release/${P}.tar.gz"
58
59 LICENSE="GPL-3 FDL-1.2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="!app-emacs/gnus-cvs
66 !app-emacs/ngnus"
67
68 SITEFILE=70${PN}-gentoo.el
69
70 src_compile() {
71 econf \
72 --with-emacs --without-w3 --without-url \
73 --with-lispdir=${SITELISP}/${PN} \
74 --with-etcdir=${SITEETC} \
75 || die "econf failed"
76 emake || die "emake failed"
77 }
78
79 src_install() {
80 einstall \
81 lispdir="${D}${SITELISP}/${PN}" \
82 etcdir="${D}${SITEETC}" \
83 || die "einstall failed"
84
85 # fix info documentation
86 for i in "${D}"/usr/share/info/*; do
87 mv "${i}" "${i}".info || die "mv info failed"
88 done
89
90 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
91 || die "elisp-site-file-install failed"
92
93 dodoc ChangeLog GNUS-NEWS README todo || die "dodoc failed"
94 }
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list