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/tinynotify-send: metadata.xml ChangeLog tinynotify-send-1.2.ebuild tinynotify-send-1.1.ebuild
Date: Mon, 02 Jan 2012 11:17:51
Message-Id: 20120102111742.C0E3D2004C@flycatcher.gentoo.org
1 mgorny 12/01/02 11:17:42
2
3 Modified: metadata.xml ChangeLog
4 Added: tinynotify-send-1.2.ebuild
5 Removed: tinynotify-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/tinynotify-send/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?r1=1.2&r2=1.3
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-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:30 -0000 1.2
25 +++ metadata.xml 2 Jan 2012 11:17:42 -0000 1.3
26 @@ -13,6 +13,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/tinynotify-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.4 x11-misc/tinynotify-send/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.3&r2=1.4
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- ChangeLog 4 Sep 2011 11:29:25 -0000 1.3
50 +++ ChangeLog 2 Jan 2012 11:17:42 -0000 1.4
51 @@ -1,6 +1,12 @@
52 # ChangeLog for x11-misc/tinynotify-send
53 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.3 2011/09/04 11:29:25 mgorny Exp $
55 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.4 2012/01/02 11:17:42 mgorny Exp $
57 +
58 +*tinynotify-send-1.2 (02 Jan 2012)
59 +
60 + 02 Jan 2012; Michał Górny <mgorny@g.o> -tinynotify-send-1.1.ebuild,
61 + +tinynotify-send-1.2.ebuild, metadata.xml:
62 + Version bump. The new version adds timeout support and a manpage.
63
64 *tinynotify-send-1.1 (04 Sep 2011)
65
66
67
68
69 1.1 x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: tinynotify-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/tinynotify-send/tinynotify-send-1.2.ebuild,v 1.1 2012/01/02 11:17:42 mgorny Exp $
79
80 EAPI=4
81
82 inherit autotools-utils
83
84 DESCRIPTION="A notification sending utility (using libtinynotify)"
85 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
86 SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
87
88 LICENSE="BSD"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 IUSE="symlink"
92
93 RDEPEND="x11-libs/libtinynotify
94 ~x11-libs/libtinynotify-cli-${PV}
95 symlink? ( !x11-libs/libnotify )"
96 DEPEND="${RDEPEND}
97 dev-util/pkgconfig"
98
99 DOCS=( README )
100
101 src_configure() {
102 myeconfargs=(
103 --disable-library
104 --enable-regular
105 --disable-system-wide
106 --with-system-wide-exec=/usr/bin/sw-notify-send
107 )
108
109 autotools-utils_src_configure
110 }
111
112 src_install() {
113 autotools-utils_src_install
114
115 use symlink && dosym tinynotify-send /usr/bin/notify-send
116 }