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-libs/libtinynotify-cli: metadata.xml ChangeLog libtinynotify-cli-1.2.ebuild libtinynotify-cli-1.1.ebuild
Date: Mon, 02 Jan 2012 11:17:51
Message-Id: 20120102111741.560212004B@flycatcher.gentoo.org
1 mgorny 12/01/02 11:17:41
2
3 Modified: metadata.xml ChangeLog
4 Added: libtinynotify-cli-1.2.ebuild
5 Removed: libtinynotify-cli-1.1.ebuild
6 Log:
7 Version bump. The new version adds a timeout option.
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 x11-libs/libtinynotify-cli/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?r1=1.2&r2=1.3
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/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:04:55 -0000 1.2
25 +++ metadata.xml 2 Jan 2012 11:17:40 -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-libs/libtinynotify-cli:%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-libs/libtinynotify-cli/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?r1=1.3&r2=1.4
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/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:24 -0000 1.3
50 +++ ChangeLog 2 Jan 2012 11:17:40 -0000 1.4
51 @@ -1,6 +1,12 @@
52 # ChangeLog for x11-libs/libtinynotify-cli
53 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.3 2011/09/04 11:29:24 mgorny Exp $
55 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.4 2012/01/02 11:17:40 mgorny Exp $
57 +
58 +*libtinynotify-cli-1.2 (02 Jan 2012)
59 +
60 + 02 Jan 2012; Michał Górny <mgorny@g.o>
61 + -libtinynotify-cli-1.1.ebuild, +libtinynotify-cli-1.2.ebuild, metadata.xml:
62 + Version bump. The new version adds a timeout option.
63
64 *libtinynotify-cli-1.1 (04 Sep 2011)
65
66
67
68
69 1.1 x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: libtinynotify-cli-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-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild,v 1.1 2012/01/02 11:17:40 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="Common CLI routines for tinynotify-send & sw-notify-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="doc static-libs"
95
96 RDEPEND="x11-libs/libtinynotify"
97 DEPEND="${RDEPEND}
98 dev-util/pkgconfig
99 doc? ( dev-util/gtk-doc )"
100
101 DOCS=( README )
102 S=${WORKDIR}/${MY_P}
103
104 src_configure() {
105 local myeconfargs=(
106 $(use_enable doc gtk-doc)
107 --disable-regular
108 --disable-system-wide
109 )
110
111 autotools-utils_src_configure
112 }