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/emacs-wget: emacs-wget-0.5.0.ebuild ChangeLog
Date: Sat, 15 Sep 2007 17:04:36
Message-Id: E1IWaxB-0006nb-89@stork.gentoo.org
1 ulm 07/09/15 16:57:09
2
3 Modified: emacs-wget-0.5.0.ebuild ChangeLog
4 Log:
5 Dropped ~ppc-macos keyword. Variables in canonical order.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.5 app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild?r1=1.4&r2=1.5
14
15 Index: emacs-wget-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- emacs-wget-0.5.0.ebuild 3 Jul 2007 07:17:25 -0000 1.4
22 +++ emacs-wget-0.5.0.ebuild 15 Sep 2007 16:57:08 -0000 1.5
23 @@ -1,23 +1,23 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.4 2007/07/03 07:17:25 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.5 2007/09/15 16:57:08 ulm Exp $
28
29 inherit elisp
30
31 -IUSE=""
32 -
33 DESCRIPTION="Wget interface for Emacs"
34 HOMEPAGE="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/"
35 SRC_URI="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/${P}.tar.gz"
36
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
40 +IUSE=""
41 +
42 RDEPEND=">=net-misc/wget-1.8.2"
43
44 -SLOT="0"
45 -LICENSE="GPL-2"
46 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~x86"
47 SITEFILE=65${PN}-gentoo.el
48 DOCS="ChangeLog README* USAGE*"
49
50 -src_compile(){
51 +src_compile() {
52 elisp-comp *.el || die "elisp-comp failed"
53 }
54
55
56
57 1.12 app-emacs/emacs-wget/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.12&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?rev=1.12&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emacs-wget/ChangeLog?r1=1.11&r2=1.12
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v
66 retrieving revision 1.11
67 retrieving revision 1.12
68 diff -u -r1.11 -r1.12
69 --- ChangeLog 3 Jul 2007 07:17:25 -0000 1.11
70 +++ ChangeLog 15 Sep 2007 16:57:08 -0000 1.12
71 @@ -1,6 +1,9 @@
72 # ChangeLog for app-emacs/emacs-wget
73 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.11 2007/07/03 07:17:25 opfer Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.12 2007/09/15 16:57:08 ulm Exp $
76 +
77 + 15 Sep 2007; Ulrich Mueller <ulm@g.o> emacs-wget-0.5.0.ebuild:
78 + Dropped ~ppc-macos keyword. Variables in canonical order.
79
80 03 Jul 2007; Christian Faulhammer <opfer@g.o>
81 emacs-wget-0.5.0.ebuild:
82
83
84
85 --
86 gentoo-commits@g.o mailing list