Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/autorun: autorun-3.17.ebuild ChangeLog
Date: Mon, 28 Dec 2009 16:01:39
Message-Id: E1NPI2C-0005Sz-US@stork.gentoo.org
1 ssuominen 09/12/28 16:01:28
2
3 Modified: autorun-3.17.ebuild ChangeLog
4 Log:
5 Stop using deprecated kde-functions.eclass.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-fs/autorun/autorun-3.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?r1=1.3&r2=1.4
14
15 Index: autorun-3.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- autorun-3.17.ebuild 22 Dec 2008 06:13:57 -0000 1.3
22 +++ autorun-3.17.ebuild 28 Dec 2009 16:01:28 -0000 1.4
23 @@ -1,10 +1,9 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.3 2008/12/22 06:13:57 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.4 2009/12/28 16:01:28 ssuominen Exp $
29
30 -inherit kde-functions eutils
31 -
32 -set-kdedir
33 +EAPI=2
34 +inherit eutils
35
36 DESCRIPTION="auto cdrom mounter for the lazy user"
37 HOMEPAGE="http://autorun.sourceforge.net/"
38 @@ -16,16 +15,20 @@
39 IUSE=""
40
41 DEPEND="app-text/xmlto
42 - =app-text/docbook-xml-dtd-4.1.2*"
43 + app-text/docbook-xml-dtd:4.1.2"
44 RDEPEND=""
45
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 - epatch "${FILESDIR}"/${P}-headers.patch #251684
50 +src_prepare() {
51 + epatch "${FILESDIR}"/${P}-headers.patch
52 +}
53 +
54 +src_configure() {
55 + export KDEDIR=/usr
56 + econf \
57 + --disable-dependency-tracking
58 }
59
60 src_install() {
61 - emake install DESTDIR="${D}" || die
62 + emake DESTDIR="${D}" install || die
63 dodoc AUTHORS ChangeLog NEWS README
64 }
65
66
67
68 1.5 sys-fs/autorun/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?rev=1.5&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?rev=1.5&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?r1=1.4&r2=1.5
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v
77 retrieving revision 1.4
78 retrieving revision 1.5
79 diff -u -r1.4 -r1.5
80 --- ChangeLog 22 Dec 2008 06:13:57 -0000 1.4
81 +++ ChangeLog 28 Dec 2009 16:01:28 -0000 1.5
82 @@ -1,6 +1,9 @@
83 # ChangeLog for sys-fs/autorun
84 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.4 2008/12/22 06:13:57 vapier Exp $
86 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.5 2009/12/28 16:01:28 ssuominen Exp $
88 +
89 + 28 Dec 2009; Samuli Suominen <ssuominen@g.o> autorun-3.17.ebuild:
90 + Stop using deprecated kde-functions.eclass.
91
92 22 Dec 2008; Mike Frysinger <vapier@g.o>
93 +files/autorun-3.17-headers.patch, autorun-3.17.ebuild: