Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: xfce4-notifyd-0.2.1_p20110501.ebuild xfce4-notifyd-0.2.1.ebuild
Date: Thu, 19 May 2011 21:06:52
Message-Id: 20110519210642.7B1882004F@flycatcher.gentoo.org
1 ssuominen 11/05/19 21:06:42
2
3 Modified: xfce4-notifyd-0.2.1_p20110501.ebuild
4 xfce4-notifyd-0.2.1.ebuild
5 Log:
6 EAPI4 and convert from devspace to gentoo mirrors
7
8 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild?r1=1.1&r2=1.2
16
17 Index: xfce4-notifyd-0.2.1_p20110501.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xfce4-notifyd-0.2.1_p20110501.ebuild 1 May 2011 09:29:58 -0000 1.1
24 +++ xfce4-notifyd-0.2.1_p20110501.ebuild 19 May 2011 21:06:42 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v 1.1 2011/05/01 09:29:58 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v 1.2 2011/05/19 21:06:42 ssuominen Exp $
30
31 EAPI=4
32 EAUTORECONF=yes
33 @@ -8,7 +8,7 @@
34
35 DESCRIPTION="Notification daemon for the Xfce desktop environment"
36 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
37 -SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
38 +SRC_URI="mirror://gentoo/${P}.tar.xz"
39 #SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
40
41 LICENSE="GPL-2"
42
43
44
45 1.5 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild?r1=1.4&r2=1.5
50
51 Index: xfce4-notifyd-0.2.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- xfce4-notifyd-0.2.1.ebuild 22 Mar 2011 10:47:21 -0000 1.4
58 +++ xfce4-notifyd-0.2.1.ebuild 19 May 2011 21:06:42 -0000 1.5
59 @@ -1,8 +1,8 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.4 2011/03/22 10:47:21 tomka Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.5 2011/05/19 21:06:42 ssuominen Exp $
64
65 -EAPI=3
66 +EAPI=4
67 inherit xfconf
68
69 DESCRIPTION="Notification daemon for the Xfce desktop environment"
70 @@ -29,10 +29,6 @@
71 sys-devel/gettext"
72
73 pkg_setup() {
74 - XFCONF=(
75 - --disable-dependency-tracking
76 - $(xfconf_use_debug)
77 - )
78 -
79 - DOCS="AUTHORS NEWS README TODO"
80 + XFCONF=( $(xfconf_use_debug) )
81 + DOCS=( AUTHORS NEWS README TODO )
82 }