Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libetpan: libetpan-0.52-r1.ebuild libetpan-0.49.ebuild ChangeLog libetpan-0.52.ebuild
Date: Thu, 29 Nov 2007 09:47:42
Message-Id: E1Ixfzd-0002bT-LN@stork.gentoo.org
1 jokey 07/11/29 09:47:37
2
3 Modified: libetpan-0.52-r1.ebuild libetpan-0.49.ebuild
4 ChangeLog libetpan-0.52.ebuild
5 Log:
6 TODO file vanished in 0.52, quoting
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.2 net-libs/libetpan/libetpan-0.52-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libetpan-0.52-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libetpan-0.52-r1.ebuild 2 Sep 2007 21:48:43 -0000 1.1
23 +++ libetpan-0.52-r1.ebuild 29 Nov 2007 09:47:37 -0000 1.2
24 @@ -1,10 +1,11 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild,v 1.1 2007/09/02 21:48:43 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52-r1.ebuild,v 1.2 2007/11/29 09:47:37 jokey Exp $
29
30 DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
31 HOMEPAGE="http://libetpan.sourceforge.net"
32 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33 +
34 LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 @@ -48,8 +49,8 @@
38 }
39
40 src_install() {
41 - make DESTDIR=${D} install || die "make install failed"
42 - dodoc NEWS TODO ChangeLog
43 + make DESTDIR="${D}" install || die "make install failed"
44 + dodoc NEWS ChangeLog
45 }
46
47 pkg_postinst() {
48
49
50
51 1.9 net-libs/libetpan/libetpan-0.49.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild?rev=1.9&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild?rev=1.9&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild?r1=1.8&r2=1.9
56
57 Index: libetpan-0.49.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild,v
60 retrieving revision 1.8
61 retrieving revision 1.9
62 diff -u -r1.8 -r1.9
63 --- libetpan-0.49.ebuild 26 May 2007 01:34:10 -0000 1.8
64 +++ libetpan-0.49.ebuild 29 Nov 2007 09:47:37 -0000 1.9
65 @@ -1,10 +1,11 @@
66 # Copyright 1999-2007 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild,v 1.8 2007/05/26 01:34:10 jer Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.49.ebuild,v 1.9 2007/11/29 09:47:37 jokey Exp $
70
71 DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
72 HOMEPAGE="http://libetpan.sourceforge.net"
73 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
74 +
75 LICENSE="BSD"
76 SLOT="0"
77 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
78 @@ -46,7 +47,7 @@
79 }
80
81 src_install() {
82 - make DESTDIR=${D} install || die "make install failed"
83 + make DESTDIR="${D}" install || die "make install failed"
84 dodoc NEWS TODO ChangeLog
85 }
86
87
88
89
90 1.57 net-libs/libetpan/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.57&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/ChangeLog?rev=1.57&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/ChangeLog?r1=1.56&r2=1.57
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v
99 retrieving revision 1.56
100 retrieving revision 1.57
101 diff -u -r1.56 -r1.57
102 --- ChangeLog 2 Sep 2007 21:48:43 -0000 1.56
103 +++ ChangeLog 29 Nov 2007 09:47:37 -0000 1.57
104 @@ -1,6 +1,10 @@
105 # ChangeLog for net-libs/libetpan
106 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.56 2007/09/02 21:48:43 ticho Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.57 2007/11/29 09:47:37 jokey Exp $
109 +
110 + 29 Nov 2007; Markus Ullmann <jokey@g.o> libetpan-0.49.ebuild,
111 + libetpan-0.52.ebuild, libetpan-0.52-r1.ebuild:
112 + TODO file vanished in 0.52, quoting
113
114 *libetpan-0.52-r1 (02 Sep 2007)
115
116
117
118
119 1.2 net-libs/libetpan/libetpan-0.52.ebuild
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild?rev=1.2&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild?rev=1.2&content-type=text/plain
123 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild?r1=1.1&r2=1.2
124
125 Index: libetpan-0.52.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild,v
128 retrieving revision 1.1
129 retrieving revision 1.2
130 diff -u -r1.1 -r1.2
131 --- libetpan-0.52.ebuild 11 Aug 2007 09:20:33 -0000 1.1
132 +++ libetpan-0.52.ebuild 29 Nov 2007 09:47:37 -0000 1.2
133 @@ -1,10 +1,11 @@
134 # Copyright 1999-2007 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild,v 1.1 2007/08/11 09:20:33 ticho Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.52.ebuild,v 1.2 2007/11/29 09:47:37 jokey Exp $
138
139 DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
140 HOMEPAGE="http://libetpan.sourceforge.net"
141 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
142 +
143 LICENSE="BSD"
144 SLOT="0"
145 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
146 @@ -46,8 +47,8 @@
147 }
148
149 src_install() {
150 - make DESTDIR=${D} install || die "make install failed"
151 - dodoc NEWS TODO ChangeLog
152 + make DESTDIR="${D}" install || die "make install failed"
153 + dodoc NEWS ChangeLog
154 }
155
156 pkg_postinst() {
157
158
159
160 --
161 gentoo-commits@g.o mailing list