Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/docbook-dsssl-stylesheets: docbook-dsssl-stylesheets-1.77-r2.ebuild docbook-dsssl-stylesheets-1.79.ebuild ChangeLog
Date: Fri, 04 Jul 2008 08:49:31
Message-Id: E1KEgyr-0000MP-5P@stork.gentoo.org
1 eva 08/07/04 08:49:25
2
3 Modified: docbook-dsssl-stylesheets-1.77-r2.ebuild
4 docbook-dsssl-stylesheets-1.79.ebuild ChangeLog
5 Log:
6 fix src_install logic, bug #224231. Fix repoman warnings.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
8
9 Revision Changes Path
10 1.27 app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild?r1=1.26&r2=1.27
15
16 Index: docbook-dsssl-stylesheets-1.77-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- docbook-dsssl-stylesheets-1.77-r2.ebuild 8 Sep 2007 15:40:57 -0000 1.26
23 +++ docbook-dsssl-stylesheets-1.77-r2.ebuild 4 Jul 2008 08:49:24 -0000 1.27
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.26 2007/09/08 15:40:57 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.27 2008/07/04 08:49:24 eva Exp $
30
31 inherit sgml-catalog
32
33 @@ -24,8 +24,8 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 - cp ${FILESDIR}/${P}.Makefile Makefile
39 + cd "${S}"
40 + cp "${FILESDIR}/${P}.Makefile" Makefile
41 }
42
43 src_compile() {
44
45
46
47 1.20 app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild?rev=1.20&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild?rev=1.20&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild?r1=1.19&r2=1.20
52
53 Index: docbook-dsssl-stylesheets-1.79.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild,v
56 retrieving revision 1.19
57 retrieving revision 1.20
58 diff -u -r1.19 -r1.20
59 --- docbook-dsssl-stylesheets-1.79.ebuild 19 Jan 2008 14:49:45 -0000 1.19
60 +++ docbook-dsssl-stylesheets-1.79.ebuild 4 Jul 2008 08:49:24 -0000 1.20
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild,v 1.19 2008/01/19 14:49:45 grobian Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild,v 1.20 2008/07/04 08:49:24 eva Exp $
66
67 inherit sgml-catalog
68
69 @@ -24,8 +24,8 @@
70
71 src_unpack() {
72 unpack ${A}
73 - cd ${S}
74 - cp ${FILESDIR}/${PN}-1.77.Makefile Makefile
75 + cd "${S}"
76 + cp "${FILESDIR}/${PN}-1.77.Makefile" Makefile
77 }
78
79 src_compile() {
80 @@ -47,11 +47,10 @@
81 ewarn "/usr/share/sgml/docbook/dsssl-stylesheets-${PV}"
82 ewarn "as directory already exists there. Will assume you know"
83 ewarn "what you're doing."
84 - return 0
85 + else
86 + dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
87 + /usr/share/sgml/stylesheets/dsssl/docbook
88 fi
89
90 - dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
91 - /usr/share/sgml/stylesheets/dsssl/docbook
92 -
93 dodoc BUGS ChangeLog README RELEASE-NOTES.txt WhatsNew
94 }
95
96
97
98 1.40 app-text/docbook-dsssl-stylesheets/ChangeLog
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog?rev=1.40&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog?rev=1.40&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog?r1=1.39&r2=1.40
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v
107 retrieving revision 1.39
108 retrieving revision 1.40
109 diff -u -r1.39 -r1.40
110 --- ChangeLog 19 Jan 2008 14:49:45 -0000 1.39
111 +++ ChangeLog 4 Jul 2008 08:49:24 -0000 1.40
112 @@ -1,6 +1,11 @@
113 # ChangeLog for app-text/docbook-dsssl-stylesheets
114 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.39 2008/01/19 14:49:45 grobian Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.40 2008/07/04 08:49:24 eva Exp $
117 +
118 + 04 Jul 2008; Gilles Dartiguelongue <eva@g.o>
119 + docbook-dsssl-stylesheets-1.77-r2.ebuild,
120 + docbook-dsssl-stylesheets-1.79.ebuild:
121 + fix src_install logic, bug #224231. Fix repoman warnings.
122
123 19 Jan 2008; Fabian Groffen <grobian@g.o>
124 docbook-dsssl-stylesheets-1.79.ebuild:
125
126
127
128 --
129 gentoo-commits@l.g.o mailing list