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 tinynotify-send-1.2.1.ebuild ChangeLog
Date: Fri, 31 Aug 2012 08:26:01
Message-Id: 20120831082522.A8BF820D56@flycatcher.gentoo.org
1 mgorny 12/08/31 08:25:22
2
3 Modified: metadata.xml tinynotify-send-1.2.1.ebuild ChangeLog
4 Log:
5 Sync to the live ebuild.
6
7 (Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-misc/tinynotify-send/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?r1=1.3&r2=1.4
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/metadata.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- metadata.xml 2 Jan 2012 11:17:42 -0000 1.3
23 +++ metadata.xml 31 Aug 2012 08:25:22 -0000 1.4
24 @@ -13,6 +13,6 @@
25 <email>mgorny@g.o</email>
26 <name>Michał Górny</name>
27 </maintainer>
28 - <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
29 + <bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
30 </upstream>
31 </pkgmetadata>
32
33
34
35 1.4 x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild?rev=1.4&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild?rev=1.4&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild?r1=1.3&r2=1.4
40
41 Index: tinynotify-send-1.2.1.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v
44 retrieving revision 1.3
45 retrieving revision 1.4
46 diff -u -r1.3 -r1.4
47 --- tinynotify-send-1.2.1.ebuild 5 May 2012 04:53:52 -0000 1.3
48 +++ tinynotify-send-1.2.1.ebuild 31 Aug 2012 08:25:22 -0000 1.4
49 @@ -1,14 +1,14 @@
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.3 2012/05/05 04:53:52 jdhore Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.4 2012/08/31 08:25:22 mgorny Exp $
54
55 EAPI=4
56
57 inherit autotools-utils
58
59 DESCRIPTION="A notification sending utility (using libtinynotify)"
60 -HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
61 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
62 +HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
63 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
64
65 LICENSE="BSD"
66 SLOT="0"
67 @@ -21,8 +21,6 @@
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"
70
71 -DOCS=( README )
72 -
73 src_configure() {
74 myeconfargs=(
75 --disable-library
76
77
78
79 1.8 x11-misc/tinynotify-send/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.8&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.8&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.7&r2=1.8
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
88 retrieving revision 1.7
89 retrieving revision 1.8
90 diff -u -r1.7 -r1.8
91 --- ChangeLog 5 May 2012 04:53:52 -0000 1.7
92 +++ ChangeLog 31 Aug 2012 08:25:22 -0000 1.8
93 @@ -1,6 +1,10 @@
94 # ChangeLog for x11-misc/tinynotify-send
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.7 2012/05/05 04:53:52 jdhore Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.8 2012/08/31 08:25:22 mgorny Exp $
98 +
99 + 31 Aug 2012; Michał Górny <mgorny@g.o> metadata.xml,
100 + tinynotify-send-1.2.1.ebuild:
101 + Sync to the live ebuild.
102
103 05 May 2012; Jeff Horelick <jdhore@g.o> tinynotify-send-1.2.1.ebuild:
104 dev-util/pkgconfig -> virtual/pkgconfig
105 @@ -40,4 +44,3 @@
106 21 Aug 2011; Michał Górny <mgorny@g.o> +tinynotify-send-0.2.ebuild,
107 +metadata.xml:
108 Introduce the first ebuild for tinynotify-send.
109 -