Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fdm: fdm-1.5.ebuild fdm-1.6.ebuild ChangeLog metadata.xml
Date: Sun, 05 Sep 2010 22:50:34
Message-Id: 20100905225026.D59952003C@flycatcher.gentoo.org
1 xmw 10/09/05 22:50:26
2
3 Added: fdm-1.5.ebuild fdm-1.6.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Initial import, fixes bug #163496,
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-mail/fdm/fdm-1.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: fdm-1.5.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.5.ebuild,v 1.1 2010/09/05 22:50:26 xmw Exp $
20
21 EAPI=2
22
23 inherit eutils toolchain-funcs
24
25 DESCRIPTION="fetch, filter and deliver mail"
26 HOMEPAGE="http://fdm.sourceforge.net"
27 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="examples pcre"
33
34 DEPEND="dev-libs/openssl
35 sys-libs/tdb
36 pcre? ( dev-libs/libpcre )"
37 RDEPEND="${DEPEND}"
38
39 pkg_setup() {
40 enewuser _fdm
41 }
42
43 src_prepare() {
44 rm Makefile || die
45 epatch "${FILESDIR}"/${P}-GNUmakefile.patch
46 }
47
48 src_compile() {
49 emake CC="$(tc-getCC)" \
50 PCRE=$(use pcre && echo 1) || die
51 }
52
53 src_install() {
54 emake DESTDIR="${D}" PREFIX=/usr install || die
55 dodoc CHANGES MANUAL README TODO || die
56 if use examples ; then
57 docinto examples
58 dodoc examples/* || die
59 fi
60 }
61
62
63
64 1.1 net-mail/fdm/fdm-1.6.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.6.ebuild?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.6.ebuild?rev=1.1&content-type=text/plain
68
69 Index: fdm-1.6.ebuild
70 ===================================================================
71 # Copyright 1999-2010 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 # $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.6.ebuild,v 1.1 2010/09/05 22:50:26 xmw Exp $
74
75 EAPI=2
76
77 inherit eutils toolchain-funcs
78
79 DESCRIPTION="fetch, filter and deliver mail"
80 HOMEPAGE="http://fdm.sourceforge.net"
81 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
82
83 LICENSE="BSD"
84 SLOT="0"
85 KEYWORDS="~amd64 ~x86"
86 IUSE="courierauth examples pcre"
87
88 DEPEND="dev-libs/openssl
89 sys-libs/tdb
90 courierauth? ( net-libs/courier-authlib )
91 pcre? ( dev-libs/libpcre )"
92 RDEPEND="${DEPEND}"
93
94 pkg_setup() {
95 enewuser _fdm
96 }
97
98 src_prepare() {
99 rm Makefile || die
100 epatch "${FILESDIR}"/${P}-GNUmakefile.patch
101 }
102
103 src_compile() {
104 emake CC="$(tc-getCC)" \
105 COURIER=$(use courierauth && echo 1) \
106 PCRE=$(use pcre && echo 1) || die
107 }
108
109 src_install() {
110 emake DESTDIR="${D}" PREFIX=/usr install || die
111 dodoc CHANGES MANUAL README TODO || die
112 if use examples ; then
113 docinto examples
114 dodoc examples/* || die
115 fi
116 }
117
118
119
120 1.1 net-mail/fdm/ChangeLog
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/ChangeLog?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/ChangeLog?rev=1.1&content-type=text/plain
124
125 Index: ChangeLog
126 ===================================================================
127 # ChangeLog for net-mail/fdm
128 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
129 # $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/ChangeLog,v 1.1 2010/09/05 22:50:26 xmw Exp $
130
131 *fdm-1.6 (05 Sep 2010)
132 *fdm-1.5 (05 Sep 2010)
133
134 05 Sep 2010; Michael Weber <xmw@g.o> +fdm-1.5.ebuild,
135 +files/fdm-1.5-GNUmakefile.patch, +fdm-1.6.ebuild,
136 +files/fdm-1.6-GNUmakefile.patch, +metadata.xml:
137 Initial import, fixes bug #163496, thanks to Manuel Wächter, Paul
138 Bredbury, Maximilian Gaß, Henri Kemppainen and Dennis Schridde for the
139 original ebuilds.
140
141
142
143
144 1.1 net-mail/fdm/metadata.xml
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/metadata.xml?rev=1.1&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/metadata.xml?rev=1.1&content-type=text/plain
148
149 Index: metadata.xml
150 ===================================================================
151 <?xml version="1.0" encoding="UTF-8"?>
152 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
153 <pkgmetadata>
154 <herd></herd>
155 <maintainer>
156 <email>gentoo@×××.de</email>
157 <name>Michael Weber</name>
158 </maintainer>
159 <use>
160 <flag name='courierauth'>Add support for Courier authentication library</flag>
161 </use>
162 </pkgmetadata>