Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/dnotify: dnotify-0.18.0.ebuild ChangeLog
Date: Thu, 10 Jan 2008 10:40:26
Message-Id: E1JCupi-0008Uj-Vv@stork.gentoo.org
1 vapier 08/01/10 10:40:22
2
3 Modified: dnotify-0.18.0.ebuild ChangeLog
4 Log:
5 Update HOMEPAGE #205167 and touchup ebuild.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.9 sys-apps/dnotify/dnotify-0.18.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild?r1=1.8&r2=1.9
14
15 Index: dnotify-0.18.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- dnotify-0.18.0.ebuild 27 Jan 2006 17:35:52 -0000 1.8
22 +++ dnotify-0.18.0.ebuild 10 Jan 2008 10:40:22 -0000 1.9
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.8 2006/01/27 17:35:52 blubb Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.9 2008/01/10 10:40:22 vapier Exp $
29
30 inherit eutils
31
32 DESCRIPTION="Execute a command when the contents of a directory change"
33 -HOMEPAGE="http://oskarsapps.mine.nu/dnotify.html"
34 -SRC_URI="http://oskarsapps.mine.nu/src/${P}.tar.gz"
35 +HOMEPAGE="http://directory.fsf.org/project/dnotify/"
36 +SRC_URI="mirror://gentoo/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -17,9 +17,8 @@
41
42 src_unpack() {
43 unpack ${A}
44 - cd ${S}
45 -
46 - epatch ${FILESDIR}/${P}-nls.patch
47 + cd "${S}"
48 + epatch "${FILESDIR}"/${P}-nls.patch
49 }
50
51 src_compile() {
52 @@ -28,6 +27,6 @@
53 }
54
55 src_install() {
56 - make DESTDIR="${D}" install || die "make install failed"
57 + emake DESTDIR="${D}" install || die "make install failed"
58 dodoc AUTHORS TODO NEWS README
59 }
60
61
62
63 1.23 sys-apps/dnotify/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/ChangeLog?rev=1.23&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/ChangeLog?rev=1.23&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/dnotify/ChangeLog?r1=1.22&r2=1.23
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v
72 retrieving revision 1.22
73 retrieving revision 1.23
74 diff -u -r1.22 -r1.23
75 --- ChangeLog 9 Feb 2007 08:28:08 -0000 1.22
76 +++ ChangeLog 10 Jan 2008 10:40:22 -0000 1.23
77 @@ -1,6 +1,9 @@
78 # ChangeLog for sys-apps/dnotify
79 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.22 2007/02/09 08:28:08 flameeyes Exp $
81 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.23 2008/01/10 10:40:22 vapier Exp $
83 +
84 + 10 Jan 2008; Mike Frysinger <vapier@g.o> dnotify-0.18.0.ebuild:
85 + Update HOMEPAGE #205167 and touchup ebuild.
86
87 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
88 Regenerate digest in Manifest2 format.
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list