Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ndtpd: ndtpd-3.1.5.ebuild ChangeLog
Date: Sat, 21 Jun 2008 15:04:12
Message-Id: E1KA4dK-0007pp-8q@stork.gentoo.org
1 dirtyepic 08/06/21 15:04:06
2
3 Modified: ndtpd-3.1.5.ebuild ChangeLog
4 Log:
5 Use autotools.eclass instead of calling autoconf directly. Fix conflicting
6 types build error for canonicalize_file_name. Clean up ebuild.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
8
9 Revision Changes Path
10 1.14 net-misc/ndtpd/ndtpd-3.1.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild?r1=1.13&r2=1.14
15
16 Index: ndtpd-3.1.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ndtpd-3.1.5.ebuild 4 Dec 2007 10:02:54 -0000 1.13
23 +++ ndtpd-3.1.5.ebuild 21 Jun 2008 15:04:05 -0000 1.14
24 @@ -1,8 +1,8 @@
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/net-misc/ndtpd/ndtpd-3.1.5.ebuild,v 1.13 2007/12/04 10:02:54 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild,v 1.14 2008/06/21 15:04:05 dirtyepic Exp $
30
31 -inherit eutils
32 +inherit autotools eutils
33
34 IUSE=""
35
36 @@ -14,10 +14,8 @@
37 SLOT="0"
38 KEYWORDS="x86 ~amd64"
39
40 -DEPEND="${RDEPEND}
41 - >=sys-devel/autoconf-2.57"
42 -RDEPEND=">=dev-libs/eb-3
43 - >=sys-libs/zlib-1.1.3-r2"
44 +DEPEND="${RDEPEND}"
45 +RDEPEND=">=dev-libs/eb-3"
46
47 pkg_setup() {
48 # this is required; src_install() needs ndtpuser:ndtpgrp
49 @@ -26,23 +24,21 @@
50 }
51
52 src_unpack() {
53 -
54 unpack ${A}
55 cd "${S}"
56 epatch "${FILESDIR}/${P}-eb4-gentoo.diff"
57 + epatch "${FILESDIR}"/${P}-canonicalize.patch
58 + eautoreconf
59 }
60
61 src_compile() {
62 -
63 - autoconf || die
64 -
65 - econf --with-eb-conf=/etc/eb.conf || die
66 - emake || die
67 + econf --with-eb-conf=/etc/eb.conf || die "Failed during configure."
68 + emake || die "Failed during make."
69 }
70
71 src_install() {
72
73 - einstall || die
74 + emake DESTDIR="${D}" install || die "Failed during install."
75
76 newinitd "${FILESDIR}/ndtpd.initd" ndtpd
77
78
79
80
81 1.16 net-misc/ndtpd/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ChangeLog?rev=1.16&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ChangeLog?rev=1.16&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ndtpd/ChangeLog?r1=1.15&r2=1.16
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v
90 retrieving revision 1.15
91 retrieving revision 1.16
92 diff -u -r1.15 -r1.16
93 --- ChangeLog 25 Dec 2007 17:13:26 -0000 1.15
94 +++ ChangeLog 21 Jun 2008 15:04:05 -0000 1.16
95 @@ -1,6 +1,11 @@
96 # ChangeLog for net-misc/ndtpd
97 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.15 2007/12/25 17:13:26 phreak Exp $
99 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.16 2008/06/21 15:04:05 dirtyepic Exp $
101 +
102 + 21 Jun 2008; Ryan Hill <dirtyepic@g.o>
103 + +files/ndtpd-3.1.5-canonicalize.patch, ndtpd-3.1.5.ebuild:
104 + Use autotools.eclass instead of calling autoconf directly. Fix conflicting
105 + types build error for canonicalize_file_name. Clean up ebuild.
106
107 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
108 Removing usata from metadata.xml as per #22931. Assigning to maintainer-needed.
109
110
111
112 --
113 gentoo-commits@l.g.o mailing list