Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/twittering-mode: twittering-mode-9999.ebuild ChangeLog twittering-mode-2.0.0.ebuild metadata.xml
Date: Sat, 07 May 2011 09:05:33
Message-Id: 20110507090523.E6DA820057@flycatcher.gentoo.org
1 naota 11/05/07 09:05:23
2
3 Added: twittering-mode-9999.ebuild ChangeLog
4 twittering-mode-2.0.0.ebuild metadata.xml
5 Log:
6 New ebuild app-emacs/twittering-mode written by me. Emacs major mode
7 for Twitter.
8
9 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 app-emacs/twittering-mode/twittering-mode-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild?rev=1.1&content-type=text/plain
16
17 Index: twittering-mode-9999.ebuild
18 ===================================================================
19 # Copyright 1999-2011 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild,v 1.1 2011/05/07 09:05:23 naota Exp $
22
23 EAPI=4
24
25 inherit elisp elisp-common eutils
26
27 if [ "${PV}" = "9999" ]; then
28 EGIT_REPO_URI="git://github.com/hayamiz/twittering-mode.git"
29 inherit git-2
30 SRC_URI=""
31 KEYWORDS=""
32 else
33 SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
34 KEYWORDS="~amd64 ~x86"
35 RESTRICT="test"
36 fi
37
38 DESCRIPTION="Emacs major mode for Twitter."
39 HOMEPAGE="http://twmode.sourceforge.net/"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 IUSE="doc"
44
45 DEPEND=""
46 RDEPEND="app-crypt/gnupg"
47
48 src_prepare() {
49 if [ "${PV}" = "9999" ]; then
50 epatch "${FILESDIR}"/${P}-proxy-test.patch
51 fi
52 }
53
54 src_compile() {
55 elisp-compile twittering-mode.el || die
56 use doc && emake -C doc/manual
57 }
58
59 src_test() {
60 emake check
61 }
62
63 src_install() {
64 use doc && dodoc doc/manual/twmode/twmode.html
65 elisp-install ${PN} twittering-mode.el *.elc || die
66 }
67
68
69
70 1.1 app-emacs/twittering-mode/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for app-emacs/twittering-mode
78 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.1 2011/05/07 09:05:23 naota Exp $
80
81 *twittering-mode-9999 (07 May 2011)
82 *twittering-mode-2.0.0 (07 May 2011)
83
84 07 May 2011; <naota@g.o> +twittering-mode-2.0.0.ebuild,
85 +twittering-mode-9999.ebuild, +files/twittering-mode-9999-proxy-test.patch,
86 +metadata.xml:
87 New ebuild app-emacs/twittering-mode written by me. Emacs major mode for
88 Twitter.
89
90
91
92
93 1.1 app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild?rev=1.1&content-type=text/plain
97
98 Index: twittering-mode-2.0.0.ebuild
99 ===================================================================
100 # Copyright 1999-2011 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild,v 1.1 2011/05/07 09:05:23 naota Exp $
103
104 EAPI=4
105
106 inherit elisp elisp-common eutils
107
108 if [ "${PV}" = "9999" ]; then
109 EGIT_REPO_URI="git://github.com/hayamiz/twittering-mode.git"
110 inherit git-2
111 SRC_URI=""
112 KEYWORDS=""
113 else
114 SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
115 KEYWORDS="~amd64 ~x86"
116 RESTRICT="test"
117 fi
118
119 DESCRIPTION="Emacs major mode for Twitter."
120 HOMEPAGE="http://twmode.sourceforge.net/"
121
122 LICENSE="GPL-2"
123 SLOT="0"
124 IUSE="doc"
125
126 DEPEND=""
127 RDEPEND="app-crypt/gnupg"
128
129 src_prepare() {
130 if [ "${PV}" = "9999" ]; then
131 epatch "${FILESDIR}"/${P}-proxy-test.patch
132 fi
133 }
134
135 src_compile() {
136 elisp-compile twittering-mode.el || die
137 use doc && emake -C doc/manual
138 }
139
140 src_test() {
141 emake check
142 }
143
144 src_install() {
145 use doc && dodoc doc/manual/twmode/twmode.html
146 elisp-install ${PN} twittering-mode.el *.elc || die
147 }
148
149
150
151 1.1 app-emacs/twittering-mode/metadata.xml
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/metadata.xml?rev=1.1&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/metadata.xml?rev=1.1&content-type=text/plain
155
156 Index: metadata.xml
157 ===================================================================
158 <?xml version="1.0" encoding="UTF-8"?>
159 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
160 <pkgmetadata>
161 <herd>emacs</herd>
162 <maintainer>
163 <email>naota@g.o</email>
164 </maintainer>
165 </pkgmetadata>