Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/bibtexu: bibtexu-3.71_p20100722.ebuild ChangeLog
Date: Wed, 01 Dec 2010 18:05:42
Message-Id: 20101201180533.302AB20054@flycatcher.gentoo.org
1 grobian 10/12/01 18:05:32
2
3 Modified: bibtexu-3.71_p20100722.ebuild ChangeLog
4 Log:
5 Fix for Prefix, add Prefix keywords
6
7 (Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.5 dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild?r1=1.4&r2=1.5
15
16 Index: bibtexu-3.71_p20100722.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- bibtexu-3.71_p20100722.ebuild 1 Nov 2010 22:18:23 -0000 1.4
23 +++ bibtexu-3.71_p20100722.ebuild 1 Dec 2010 18:05:32 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild,v 1.4 2010/11/01 22:18:23 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20100722.ebuild,v 1.5 2010/12/01 18:05:32 grobian Exp $
29
30 EAPI=3
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
37 +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE=""
39
40 RDEPEND="dev-libs/kpathsea
41 @@ -28,8 +28,8 @@
42 src_install() {
43 emake \
44 DESTDIR="${D}" \
45 - csfdir="/usr/share/texmf-dist/bibtexu/csf/base" \
46 - btdocdir="/usr/share/doc/${PF}" \
47 + csfdir="${EPREFIX}/usr/share/texmf-dist/bibtexu/csf/base" \
48 + btdocdir="${EPREFIX}/usr/share/doc/${PF}" \
49 install || die
50 dodoc 00readme.txt ChangeLog csfile.txt HISTORY || die
51 }
52
53
54
55 1.5 dev-tex/bibtexu/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 1 Nov 2010 22:18:23 -0000 1.4
68 +++ ChangeLog 1 Dec 2010 18:05:32 -0000 1.5
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-tex/bibtexu
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.4 2010/11/01 22:18:23 maekke Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.5 2010/12/01 18:05:32 grobian Exp $
74 +
75 + 01 Dec 2010; Fabian Groffen <grobian@g.o>
76 + bibtexu-3.71_p20100722.ebuild:
77 + Fix for Prefix, add Prefix keywords
78
79 01 Nov 2010; Markus Meier <maekke@g.o>
80 bibtexu-3.71_p20100722.ebuild: