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-mailwatch-plugin: xfce4-mailwatch-plugin-1.1.0.ebuild ChangeLog metadata.xml
Date: Mon, 31 Oct 2011 03:58:43
Message-Id: E1MfyDY-0004eT-5v@stork.gentoo.org
1 ssuominen 09/08/25 15:45:52
2
3 Added: xfce4-mailwatch-plugin-1.1.0.ebuild ChangeLog
4 metadata.xml
5 Log:
6 Rename xfce4-mailwatch to xfce4-mailwatch-plugin.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: xfce4-mailwatch-plugin-1.1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.1.0.ebuild,v 1.1 2009/08/25 15:45:51 ssuominen Exp $
20
21 EAPI=2
22 inherit xfconf
23
24 DESCRIPTION="Mail notification panel plugin"
25 HOMEPAGE="http://spuriousinterrupt.org/projects/mailwatch"
26 SRC_URI="mirror://gentoo/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
31 IUSE="debug ipv6 ssl"
32
33 RDEPEND=">=xfce-base/libxfce4util-4.2
34 >=xfce-base/libxfcegui4-4.2
35 >=xfce-base/xfce4-panel-4.3.20
36 ssl? ( >=net-libs/gnutls-1.2 )"
37 DEPEND="${RDEPEND}
38 dev-util/intltool
39 dev-util/pkgconfig"
40
41 pkg_setup() {
42 DOCS="AUTHORS ChangeLog NEWS README TODO"
43 XFCONF="--disable-dependency-tracking
44 $(use_enable ssl)
45 $(use_enable ipv6)
46 $(use_enable debug)"
47 PATCHES=( "${FILESDIR}/${P}-no-ssl.patch" )
48 }
49
50
51
52 1.1 xfce-extra/xfce4-mailwatch-plugin/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog?rev=1.1&content-type=text/plain
56
57 Index: ChangeLog
58 ===================================================================
59 # ChangeLog for xfce-extra/xfce4-mailwatch-plugin
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/ChangeLog,v 1.1 2009/08/25 15:45:51 ssuominen Exp $
62
63 *xfce4-mailwatch-plugin-1.1.0 (25 Aug 2009)
64
65 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
66 +xfce4-mailwatch-plugin-1.1.0.ebuild,
67 +files/xfce4-mailwatch-plugin-1.1.0-no-ssl.patch:
68 Rename xfce4-mailwatch to xfce4-mailwatch-plugin.
69
70
71
72
73 1.1 xfce-extra/xfce4-mailwatch-plugin/metadata.xml
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/metadata.xml?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/metadata.xml?rev=1.1&content-type=text/plain
77
78 Index: metadata.xml
79 ===================================================================
80 <?xml version="1.0" encoding="UTF-8"?>
81 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 <pkgmetadata>
83 <herd>xfce</herd>
84 </pkgmetadata>