Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
Date: Mon, 29 Aug 2011 16:33:12
Message-Id: aee00b6f145f217833b327e75b82d5b0e8bfa34d.mgorny@gentoo
1 commit: aee00b6f145f217833b327e75b82d5b0e8bfa34d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 16:34:41 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 16:34:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=aee00b6f
7
8 x11-misc/sw-notify-send: Update to support merged libtinynotify-cli & tinynotify-send sources.
9
10 (Portage version: 2.2.0_alpha51_p36/git/Linux x86_64, signed Manifest commit with key 42B9401D)
11
12 ---
13 x11-misc/sw-notify-send/Manifest | 12 ++++++------
14 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 6 +++++-
15 2 files changed, 11 insertions(+), 7 deletions(-)
16
17 diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
18 index 4eca001..1d484ae 100644
19 --- a/x11-misc/sw-notify-send/Manifest
20 +++ b/x11-misc/sw-notify-send/Manifest
21 @@ -1,14 +1,14 @@
22 -----BEGIN PGP SIGNED MESSAGE-----
23 Hash: SHA256
24
25 -EBUILD sw-notify-send-9999.ebuild 955 RMD160 c45463a95ae67cb2ef95a132a864c53c65e6a791 SHA1 62daf83ab3f6ea7d14318847a16313846942cb5e SHA256 01e3c5680ff5bdc33f706f1483ef679d9e459a0e5c2b289a4cff54e1b10f563a
26 +EBUILD sw-notify-send-9999.ebuild 1049 RMD160 d8ac6e071388f10d1d720f22c6086ab8532e66e0 SHA1 8e83deee1617789f68072e0444ca755566829db8 SHA256 c99df92beb2ae2b73eeca428dc0dcd613851b83eef5b9349a7b4b12ab9f3d131
27 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v2.0.18 (GNU/Linux)
30
31 -iJwEAQEIAAYFAk5TxbMACgkQfXuS5UK5QB3lMQQAqhmcw2vPUqbjtldseLKMuMXh
32 -0HfdmrokiDCljE6EXhBfkBc6F1ApA7yVYXJmDPKVr4LduJdVmmWYO8YSXvIEkzjM
33 -V0o5IzVAXaAMf8xFU+RHKO2FWm5asHMO0CBxrp5UiCMl8K+DiwS6yUzgijbDH6VP
34 -GTh7gtxZ8DaS02YLzro=
35 -=p+wh
36 +iJwEAQEIAAYFAk5bv6EACgkQfXuS5UK5QB14VQQAscE2eLVsB96SuI43MTK9HA1a
37 +CBif/SB4BDVST/Vd1fkp9ZbPg5kf6OrM9jdue1uvjZT0s2+P8tsItX/2yatH+8C2
38 +2K0aIXP9nkyhzSwscGbpHXWnIG3TgvxyCPafAoP9VaaYsShEaoH0ke3fp2gokYbl
39 +EKebLjfvsRMCUAQj7SI=
40 +=QHdS
41 -----END PGP SIGNATURE-----
42
43 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
44 index 1aafddb..98f7e67 100644
45 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
46 +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
47 @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
48 IUSE=""
49
50 RDEPEND="x11-libs/libtinynotify
51 - x11-libs/libtinynotify-cli
52 + =x11-libs/libtinynotify-cli-${PV}
53 x11-libs/libtinynotify-systemwide"
54 DEPEND="${RDEPEND}
55 dev-util/pkgconfig"
56 @@ -35,15 +35,19 @@ S=${WORKDIR}/${MY_P}
57 #if LIVE
58 KEYWORDS=
59 SRC_URI=
60 +DEPEND="${DEPEND}
61 + dev-util/gtk-doc"
62
63 src_prepare() {
64 autotools-utils_src_prepare
65 + autotools_run_tool gtkdocize
66 eautoreconf
67 }
68 #endif
69
70 src_configure() {
71 myeconfargs=(
72 + --disable-library
73 --disable-regular
74 --enable-system-wide
75 )