Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/sw-notify-send: metadata.xml ChangeLog sw-notify-send-1.2.ebuild sw-notify-send-1.1.ebuild
Date: Mon, 02 Jan 2012 11:17:57
Message-Id: 20120102111743.357902004B@flycatcher.gentoo.org
1 mgorny 12/01/02 11:17:43
2
3 Modified: metadata.xml ChangeLog
4 Added: sw-notify-send-1.2.ebuild
5 Removed: sw-notify-send-1.1.ebuild
6 Log:
7 Version bump. The new version adds timeout support and a manpage.
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 x11-misc/sw-notify-send/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/metadata.xml?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/metadata.xml?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/metadata.xml?r1=1.2&r2=1.3
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/metadata.xml,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- metadata.xml 24 Sep 2011 11:06:31 -0000 1.2
25 +++ metadata.xml 2 Jan 2012 11:17:42 -0000 1.3
26 @@ -10,6 +10,6 @@
27 <email>mgorny@g.o</email>
28 <name>Michał Górny</name>
29 </maintainer>
30 - <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=x11-misc/sw-notify-send:%20</bugs-to>
31 + <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
32 </upstream>
33 </pkgmetadata>
34
35
36
37 1.5 x11-misc/sw-notify-send/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/ChangeLog?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/ChangeLog?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/ChangeLog?r1=1.4&r2=1.5
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- ChangeLog 4 Sep 2011 11:29:26 -0000 1.4
50 +++ ChangeLog 2 Jan 2012 11:17:42 -0000 1.5
51 @@ -1,6 +1,12 @@
52 # ChangeLog for x11-misc/sw-notify-send
53 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.4 2011/09/04 11:29:26 mgorny Exp $
55 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.5 2012/01/02 11:17:42 mgorny Exp $
57 +
58 +*sw-notify-send-1.2 (02 Jan 2012)
59 +
60 + 02 Jan 2012; Michał Górny <mgorny@g.o> -sw-notify-send-1.1.ebuild,
61 + +sw-notify-send-1.2.ebuild, metadata.xml:
62 + Version bump. The new version adds timeout support and a manpage.
63
64 *sw-notify-send-1.1 (04 Sep 2011)
65
66
67
68
69 1.1 x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: sw-notify-send-1.2.ebuild
75 ===================================================================
76 # Copyright 1999-2012 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild,v 1.1 2012/01/02 11:17:43 mgorny Exp $
79
80 EAPI=4
81
82 inherit autotools-utils
83
84 MY_PN=tinynotify-send
85 MY_P=${MY_PN}-${PV}
86
87 DESCRIPTION="A system-wide variant of tinynotify-send"
88 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
89 SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
90
91 LICENSE="BSD"
92 SLOT="0"
93 KEYWORDS="~amd64 ~x86"
94 IUSE=""
95
96 RDEPEND="x11-libs/libtinynotify
97 ~x11-libs/libtinynotify-cli-${PV}
98 x11-libs/libtinynotify-systemwide"
99 DEPEND="${RDEPEND}
100 dev-util/pkgconfig"
101
102 DOCS=( README )
103 S=${WORKDIR}/${MY_P}
104
105 src_configure() {
106 myeconfargs=(
107 --disable-library
108 --disable-regular
109 --enable-system-wide
110 )
111
112 autotools-utils_src_configure
113 }