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/xtla: xtla-1.2.ebuild ChangeLog xtla-1.2.1.ebuild
Date: Tue, 06 Nov 2007 22:11:36
Message-Id: E1IpWdu-00018u-Tu@stork.gentoo.org
1 ulm 07/11/06 22:11:30
2
3 Modified: xtla-1.2.ebuild ChangeLog
4 Added: xtla-1.2.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.4 app-emacs/xtla/xtla-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild?r1=1.3&r2=1.4
15
16 Index: xtla-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xtla-1.2.ebuild 4 Jul 2007 23:26:09 -0000 1.3
23 +++ xtla-1.2.ebuild 6 Nov 2007 22:11:30 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v 1.3 2007/07/04 23:26:09 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.ebuild,v 1.4 2007/11/06 22:11:30 ulm Exp $
29
30 inherit elisp
31
32 @@ -9,25 +9,27 @@
33 https://gna.org/projects/xtla-el
34 http://www.gnu.org/software/gnu-arch/"
35 SRC_URI="http://download.gna.org/xtla-el/${P}.tar.gz"
36 +
37 LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="~amd64 ~ppc ~x86"
40 -
41 -RDEPEND="${DEPEND}
42 - || ( dev-util/bazaar dev-util/tla )"
43 -
44 IUSE=""
45
46 +DEPEND=""
47 +RDEPEND="|| ( dev-util/bazaar dev-util/tla )"
48 +
49 SITEFILE=50${PN}-gentoo.el
50
51 src_compile() {
52 - econf --with-emacs=/usr/bin/emacs --with-lispdir=${SITELISP}/${PN} || die "econf failed"
53 + econf --with-emacs=/usr/bin/emacs --with-lispdir=${SITELISP}/${PN} \
54 + || die "econf failed"
55 emake || die "emake failed"
56 }
57
58 src_install() {
59 - elisp-install ${PN} lisp/*.{el,elc}
60 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
61 + elisp-install ${PN} lisp/*.{el,elc} || die "elisp-install failed"
62 + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
63 + || die "elisp-site-file-install failed"
64 doinfo texinfo/xtla.info
65 - dodoc ChangeLog COPYING INSTALL docs/*
66 + dodoc ChangeLog INSTALL docs/*
67 }
68
69
70
71 1.13 app-emacs/xtla/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?rev=1.13&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?rev=1.13&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/ChangeLog?r1=1.12&r2=1.13
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v
80 retrieving revision 1.12
81 retrieving revision 1.13
82 diff -u -r1.12 -r1.13
83 --- ChangeLog 4 Jul 2007 23:26:09 -0000 1.12
84 +++ ChangeLog 6 Nov 2007 22:11:30 -0000 1.13
85 @@ -1,6 +1,12 @@
86 # ChangeLog for app-emacs/xtla
87 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.12 2007/07/04 23:26:09 opfer Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/ChangeLog,v 1.13 2007/11/06 22:11:30 ulm Exp $
90 +
91 +*xtla-1.2.1 (06 Nov 2007)
92 +
93 + 06 Nov 2007; Ulrich Mueller <ulm@g.o> xtla-1.2.ebuild,
94 + +xtla-1.2.1.ebuild:
95 + Version bump. Don't install licence file. Add some die commands.
96
97 04 Jul 2007; Christian Faulhammer <opfer@g.o> xtla-1.2.ebuild:
98 relocated IUSE; reordered KEYWORDS; removed virtual/emacs from DEPEND; added
99
100
101
102 1.1 app-emacs/xtla/xtla-1.2.1.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild?rev=1.1&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild?rev=1.1&content-type=text/plain
106
107 Index: xtla-1.2.1.ebuild
108 ===================================================================
109 # Copyright 1999-2007 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 # $Header: /var/cvsroot/gentoo-x86/app-emacs/xtla/xtla-1.2.1.ebuild,v 1.1 2007/11/06 22:11:30 ulm Exp $
112
113 inherit elisp
114
115 DESCRIPTION="The Emacs interface to GNU TLA"
116 HOMEPAGE="http://wiki.gnuarch.org/moin.cgi/xtla
117 https://gna.org/projects/xtla-el
118 http://www.gnu.org/software/gnu-arch/"
119 SRC_URI="http://download.gna.org/xtla-el/${P}.tar.gz"
120
121 LICENSE="GPL-2"
122 SLOT="0"
123 KEYWORDS="~amd64 ~ppc ~x86"
124 IUSE=""
125
126 DEPEND=""
127 RDEPEND="|| ( dev-util/bazaar dev-util/tla )"
128
129 SITEFILE=50${PN}-gentoo.el
130
131 src_compile() {
132 econf --with-emacs=/usr/bin/emacs --with-lispdir=${SITELISP}/${PN} \
133 || die "econf failed"
134 emake || die "emake failed"
135 }
136
137 src_install() {
138 elisp-install ${PN} lisp/*.{el,elc} || die "elisp-install failed"
139 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
140 || die "elisp-site-file-install failed"
141 doinfo texinfo/xtla.info
142 dodoc ChangeLog INSTALL docs/*
143 }
144
145
146
147 --
148 gentoo-commits@g.o mailing list