Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon-xfce: metadata.xml Manifest notification-daemon-xfce-0.3.7.ebuild ChangeLog
Date: Mon, 23 Jun 2008 02:00:23
Message-Id: E1KAbLt-0003tp-Uq@stork.gentoo.org
1 drac 08/06/23 02:00:17
2
3 Added: metadata.xml Manifest
4 notification-daemon-xfce-0.3.7.ebuild ChangeLog
5 Log:
6 Move from xfce-extra next to notification-daemon.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 x11-misc/notification-daemon-xfce/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>xfce</herd>
21 </pkgmetadata>
22
23
24
25 1.1 x11-misc/notification-daemon-xfce/Manifest
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/Manifest?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/Manifest?rev=1.1&content-type=text/plain
29
30 Index: Manifest
31 ===================================================================
32 AUX 0.3.7/01_all_fix_autoconf.patch 618 RMD160 80cbe02dbcfcf0f65551fc64d8c5b71130e38e43 SHA1 f44786ff03e1074574551f35a7a3fcd85138b3b7 SHA256 79f5fc30ca1487e594fc651f5ee8fc2a6501cf7ac9fa4da8e914545712dd2238
33 DIST notification-daemon-xfce-0.3.7.tar.bz2 329496 RMD160 d5df3795d7d7a5f5fceee6ac7672c7e173f01070 SHA1 46d8dead23db347db7aae56b90ecca4a1dedf545 SHA256 c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a
34 EBUILD notification-daemon-xfce-0.3.7.ebuild 1163 RMD160 9ae14be8b01c9b62511166787b443f1a2c122afd SHA1 5afa3acd7073627f2d0faa3c7a6c4ff8274cae4b SHA256 705466c8ea4da90c1c9271a19425f97ff669e2fffb81d4e876378fae26b571ea
35 MISC ChangeLog 2362 RMD160 d2bd3e9d374f491fb36a710db5f1f3b9c27ec499 SHA1 db0a977332d7b48a7f5272f9b778dba4a46186b1 SHA256 f6b2e4020b04461cb7c706fe9fa24db7e2b97d0c7c0c1cc796e0edb8548f9686
36 MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61
37
38
39
40 1.1 x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: notification-daemon-xfce-0.3.7.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.1 2008/06/23 02:00:17 drac Exp $
50
51 inherit autotools
52
53 DESCRIPTION="Port of notification daemon for Xfce Desktop Environment"
54 HOMEPAGE="http://goodies.xfce.org/projects/applications/notification-daemon-xfce"
55 SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
60 IUSE="debug xfce"
61
62 RDEPEND=">=dev-libs/glib-2.6
63 >=x11-libs/gtk+-2.6
64 >=xfce-base/libxfcegui4-4.3.90
65 >=xfce-base/libxfce4util-4.3.90
66 >=xfce-base/xfce-mcs-manager-4.2.2
67 >=x11-libs/libsexy-0.1.3
68 dev-libs/dbus-glib"
69 DEPEND="${RDEPEND}
70 dev-util/intltool
71 dev-util/pkgconfig
72 sys-devel/gettext
73 !x11-misc/notification-daemon"
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78 EPATCH_SUFFIX="patch" epatch "${FILESDIR}"/${PV}
79 eautoreconf
80 }
81
82 src_compile() {
83 econf --disable-dependency-tracking \
84 --enable-gradient-look \
85 $(use_enable debug) \
86 $(use_enable xfce mcs-plugin)
87 emake || die "emake failed."
88 }
89
90 src_install() {
91 emake DESTDIR="${D}" install || die "emake install failed."
92 dodoc AUTHORS ChangeLog NEWS README
93 }
94
95
96
97 1.1 x11-misc/notification-daemon-xfce/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog?rev=1.1&content-type=text/plain
101
102 Index: ChangeLog
103 ===================================================================
104 # ChangeLog for xfce-extra/notification-daemon-xfce
105 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
106 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.1 2008/06/23 02:00:17 drac Exp $
107
108 23 Jun 2008; Samuli Suominen <drac@g.o>
109 +files/0.3.7/01_all_fix_autoconf.patch,
110 +notification-daemon-xfce-0.3.7.ebuild:
111 Move from xfce-extra next to notification-daemon.
112
113 26 Oct 2007; Christoph Mende <angelos@g.o>
114 notification-daemon-xfce-0.3.7.ebuild:
115 Fix test suite and unrestrict it
116
117 01 Sep 2007; nixnut <nixnut@g.o>
118 notification-daemon-xfce-0.3.7.ebuild:
119 Stable on ppc wrt bug 190072
120
121 27 Aug 2007; Gustavo Zacarias <gustavoz@g.o>
122 notification-daemon-xfce-0.3.7.ebuild:
123 Stable on sparc wrt #190072
124
125 26 Aug 2007; Raúl Porcel <armin76@g.o>
126 notification-daemon-xfce-0.3.7.ebuild:
127 alpha/ia64 stable wrt #190072
128
129 24 Aug 2007; Christoph Mende <angelos@g.o>
130 notification-daemon-xfce-0.3.7.ebuild:
131 Stable on amd64
132
133 31 Jul 2007; Tony Vroon <chainsaw@g.o>
134 notification-daemon-xfce-0.3.7.ebuild:
135 Add ~ppc64 keyword. Tested on a PowerMac 7,3 with 64UL.
136
137 26 Jul 2007; Gustavo Zacarias <gustavoz@g.o>
138 notification-daemon-xfce-0.3.7.ebuild:
139 Keyworded ~sparc
140
141 19 Jul 2007; Samuli Suominen <drac@g.o>
142 notification-daemon-xfce-0.3.7.ebuild:
143 Keyword for arm.
144
145 15 Jul 2007; Samuli Suominen <drac@g.o>
146 notification-daemon-xfce-0.3.7.ebuild:
147 RESTRICT test, not supported by upstream.
148
149 15 Jul 2007; Raúl Porcel <armin76@g.o>
150 notification-daemon-xfce-0.3.7.ebuild:
151 Add ~alpha and ~ia64, thanks to Brian Evans for testing
152
153 14 Jul 2007; Raúl Porcel <armin76@g.o>
154 notification-daemon-xfce-0.3.7.ebuild:
155 x86 stable
156
157 27 May 2007; Tony Vroon <chainsaw@g.o>
158 notification-daemon-xfce-0.3.7.ebuild:
159 Add ~ppc keyword. Tested on a PowerBook 5,9 with GCC 4.1.2
160
161 26 May 2007; Peter Weller <welp@g.o>
162 notification-daemon-xfce-0.3.7.ebuild:
163 Keyworded ~amd64
164
165 26 May 2007; Peter Weller <welp@g.o>
166 notification-daemon-xfce-0.3.7.ebuild:
167 Keyworded ~x86-fbsd
168
169 *notification-daemon-xfce-0.3.7 (26 May 2007)
170
171 26 May 2007; Samuli Suominen <drac@g.o> +metadata.xml,
172 +notification-daemon-xfce-0.3.7.ebuild:
173 Initial commit as requested by Chainsaw.
174
175
176
177
178 --
179 gentoo-commits@l.g.o mailing list