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/bbdb: bbdb-2.35.ebuild ChangeLog
Date: Wed, 21 Nov 2007 07:34:46
Message-Id: E1Iuk6b-0003ar-KD@stork.gentoo.org
1 ulm 07/11/21 07:34:41
2
3 Modified: bbdb-2.35.ebuild ChangeLog
4 Log:
5 Add tex USE flag, bug #196745.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 app-emacs/bbdb/bbdb-2.35.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/bbdb-2.35.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/bbdb-2.35.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/bbdb-2.35.ebuild?r1=1.8&r2=1.9
14
15 Index: bbdb-2.35.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/bbdb/bbdb-2.35.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- bbdb-2.35.ebuild 6 Oct 2007 15:52:04 -0000 1.8
22 +++ bbdb-2.35.ebuild 21 Nov 2007 07:34:41 -0000 1.9
23 @@ -1,6 +1,6 @@
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/bbdb/bbdb-2.35.ebuild,v 1.8 2007/10/06 15:52:04 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/bbdb-2.35.ebuild,v 1.9 2007/11/21 07:34:41 ulm Exp $
28
29 inherit elisp
30
31 @@ -13,10 +13,12 @@
32 LICENSE="GPL-2 as-is"
33 SLOT="0"
34 KEYWORDS="alpha amd64 ppc sparc x86"
35 -IUSE="tetex"
36 +IUSE="tex tetex"
37
38 DEPEND=""
39 +# We need plain TeX only, but there is no virtual/tex-base
40 RDEPEND="${DEPEND}
41 + tex? ( virtual/latex-base )
42 tetex? ( virtual/tetex )"
43
44 SITEFILE=50${PN}-gentoo.el
45 @@ -50,7 +52,7 @@
46 doinfo texinfo/*.info*
47 dodoc ChangeLog INSTALL README bits/*.txt
48 newdoc bits/README README.bits
49 - if use tetex; then
50 + if use tex || use tetex; then
51 insinto /usr/share/texmf/tex/bbdb
52 doins tex/*.tex
53 fi
54 @@ -58,7 +60,13 @@
55
56 pkg_postinst() {
57 elisp-site-regen
58 - use tetex && texconfig rehash
59 + use tex || use tetex && texconfig rehash
60 +
61 + if use tetex && ! use tex; then
62 + ewarn "You have enabled the \"tetex\" USE flag which is obsolete and"
63 + ewarn "will disappear soon. Please enable the \"tex\" local USE flag"
64 + ewarn "for package ${CATEGORY}/${PN} instead."
65 + fi
66
67 echo
68 elog "If you use encryption or signing, you may specify the encryption"
69 @@ -70,5 +78,5 @@
70
71 pkg_postrm() {
72 elisp-site-regen
73 - use tetex && texconfig rehash
74 + use tex || use tetex && texconfig rehash
75 }
76
77
78
79 1.30 app-emacs/bbdb/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/ChangeLog?rev=1.30&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/ChangeLog?rev=1.30&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/bbdb/ChangeLog?r1=1.29&r2=1.30
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-emacs/bbdb/ChangeLog,v
88 retrieving revision 1.29
89 retrieving revision 1.30
90 diff -u -r1.29 -r1.30
91 --- ChangeLog 8 Oct 2007 22:35:50 -0000 1.29
92 +++ ChangeLog 21 Nov 2007 07:34:41 -0000 1.30
93 @@ -1,6 +1,9 @@
94 # ChangeLog for app-emacs/bbdb
95 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/ChangeLog,v 1.29 2007/10/08 22:35:50 opfer Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/ChangeLog,v 1.30 2007/11/21 07:34:41 ulm Exp $
98 +
99 + 21 Nov 2007; Ulrich Mueller <ulm@g.o> bbdb-2.35.ebuild:
100 + Add tex USE flag, bug #196745. Keep tetex flag for a transition period.
101
102 08 Oct 2007; Christian Faulhammer <opfer@g.o>
103 -files/bbdb-decode-header.diff, -bbdb-2.35_pre20040323-r1.ebuild:
104
105
106
107 --
108 gentoo-commits@g.o mailing list