public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-19 17:02 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-19 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e0b2367bdecdecb8b3fd36f282abebe5778433e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 17:03:42 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 17:03:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e0b2367b

x11-misc/sw-notify-send: Introduce a live ebuild for sw-notify-send.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   14 ++++++++
 x11-misc/sw-notify-send/metadata.xml               |   16 +++++++++
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |   36 ++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
new file mode 100644
index 0000000..5d652c1
--- /dev/null
+++ b/x11-misc/sw-notify-send/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD sw-notify-send-9999.ebuild 710 RMD160 9d8d394b9fbce88d87904cfca4a42eec8b6ab7af SHA1 101cbce189fecf07cf098b015821d5bb7273b9fd SHA256 fdeed14745de273288aeb77bf2e070348644517a55432511b0a60648c806060a
+MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5Ol24ACgkQfXuS5UK5QB2n5gP/UKumrlUd54FaJ7X+czeHI283
+cm5haDUGp3gyFbJuJR4W2LVxw4VHrCx4tBReAtBzoUk4iOiSBcjo0UuZyM5tlwO5
+KQvl8tPK4BtuXzaGB74pvY3pVU3Ff9pWRTxxVlgwccI2cZTJjSwxD+oyptRVPNWF
+WpwWUr8iiFJINkoYw44=
+=+CNf
+-----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
new file mode 100644
index 0000000..03944ee
--- /dev/null
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<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>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
new file mode 100644
index 0000000..1fcce83
--- /dev/null
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools-utils
+
+#if LIVE
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+inherit autotools git-2
+#endif
+
+DESCRIPTION="A system-wide notification submitting utility"
+HOMEPAGE="https://github.com/mgorny/sw-notify-send/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-process/procps
+	x11-libs/libtinynotify[cli]"
+DEPEND="${RDEPEND}"
+
+DOCS=( README )
+#if LIVE
+KEYWORDS=
+SRC_URI=
+
+src_prepare() {
+	autotools-utils_src_prepare
+	eautoreconf
+}
+#endif



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-20 21:13 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-20 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d2aa2c661a06aea103b99b91420da79dd828ce5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 21:14:39 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 21:14:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=d2aa2c66

x11-misc/sw-notify-send: Update deps because of libtinynotify split.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++++------
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index 5d652c1..d827f09 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 710 RMD160 9d8d394b9fbce88d87904cfca4a42eec8b6ab7af SHA1 101cbce189fecf07cf098b015821d5bb7273b9fd SHA256 fdeed14745de273288aeb77bf2e070348644517a55432511b0a60648c806060a
+EBUILD sw-notify-send-9999.ebuild 733 RMD160 f559aec81af034442340422eaf93a5a68f35b93a SHA1 eabfaf270c4f2afb381677e155ac05528fe4a2cb SHA256 b4f08c22f61d5bcd04161c843c893f911388ff92b574a99d4892eb2502cae876
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5Ol24ACgkQfXuS5UK5QB2n5gP/UKumrlUd54FaJ7X+czeHI283
-cm5haDUGp3gyFbJuJR4W2LVxw4VHrCx4tBReAtBzoUk4iOiSBcjo0UuZyM5tlwO5
-KQvl8tPK4BtuXzaGB74pvY3pVU3Ff9pWRTxxVlgwccI2cZTJjSwxD+oyptRVPNWF
-WpwWUr8iiFJINkoYw44=
-=+CNf
+iJwEAQEIAAYFAk5QI78ACgkQfXuS5UK5QB0fTgP/bp7//kSjvmS1pW9o5UF/fjcw
+WFsKfkjzfvp3jg2vx+kTQJeap8wl7PZAhVV42ja8ApWno5Elib2pyHgguVbPUMPo
+V5XY1mWa8UIqA9o+j+sE4pBAi9Vg2dg66yeMVLkHgN7hazO1L2dWxhvk/hCJ7brW
+lPTV0C518v+u6e2PhZg=
+=45ZV
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 1fcce83..3362abd 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -21,7 +21,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="sys-process/procps
-	x11-libs/libtinynotify[cli]"
+	x11-libs/libtinynotify
+	x11-libs/libtinynotify-cli"
 DEPEND="${RDEPEND}"
 
 DOCS=( README )



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-21 11:21 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-21 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     124e1d651238a95adc2fa1885ddcb495b2337e61
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:13:42 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 11:13:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=124e1d65

x11-misc/sw-notify-send: Switch to build from tinynotify-send.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++----
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |   27 +++++++++++++++----
 2 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index d827f09..3f00a8d 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 733 RMD160 f559aec81af034442340422eaf93a5a68f35b93a SHA1 eabfaf270c4f2afb381677e155ac05528fe4a2cb SHA256 b4f08c22f61d5bcd04161c843c893f911388ff92b574a99d4892eb2502cae876
+EBUILD sw-notify-send-9999.ebuild 955 RMD160 66541d9c58c246b638c52214eb447e0014af10c1 SHA1 054936b1dff0e4c0bd441c9263e6669fd7fd3bd1 SHA256 0df6ceb1323b2a41e97f705819cf3f244bc083dfe81bd3f6974622f3187c3631
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5QI78ACgkQfXuS5UK5QB0fTgP/bp7//kSjvmS1pW9o5UF/fjcw
-WFsKfkjzfvp3jg2vx+kTQJeap8wl7PZAhVV42ja8ApWno5Elib2pyHgguVbPUMPo
-V5XY1mWa8UIqA9o+j+sE4pBAi9Vg2dg66yeMVLkHgN7hazO1L2dWxhvk/hCJ7brW
-lPTV0C518v+u6e2PhZg=
-=45ZV
+iJwEAQEIAAYFAk5Q6GYACgkQfXuS5UK5QB2hZAP+IuJiMn0TE85eW25xd6CpHz9H
+dpOz4UJA7YMs3c6TlbjhaB/9pnuInP/m4FPn1sdQMY7DnmW31Hb0Uheab/8DEvxO
+flj3qxtqoydoHCkUxOJwurs+3lAx2BwMPuGtwJC8++lhjUwqOdi5/YQdNhiCPVfO
+1puZ8iB2bcKyDQIcBm0=
+=WJUc
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 3362abd..337e0aa 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -5,15 +5,18 @@
 EAPI=4
 inherit autotools-utils
 
+MY_PN=tinynotify-send
+MY_P=${MY_PN}-${PV}
+
 #if LIVE
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
-	http://github.com/mgorny/${PN}.git"
+EGIT_REPO_URI="git://github.com/mgorny/${MY_PN}.git
+	http://github.com/mgorny/${MY_PN}.git"
 inherit autotools git-2
 #endif
 
-DESCRIPTION="A system-wide notification submitting utility"
-HOMEPAGE="https://github.com/mgorny/sw-notify-send/"
-SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+DESCRIPTION="A system-wide variant of tinynotify-send"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${MY_PN}/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
@@ -22,10 +25,13 @@ IUSE=""
 
 RDEPEND="sys-process/procps
 	x11-libs/libtinynotify
-	x11-libs/libtinynotify-cli"
+	x11-libs/libtinynotify-cli
+	x11-libs/libtinynotify-systemwide"
 DEPEND="${RDEPEND}"
 
 DOCS=( README )
+S=${WORKDIR}/${MY_P}
+
 #if LIVE
 KEYWORDS=
 SRC_URI=
@@ -35,3 +41,12 @@ src_prepare() {
 	eautoreconf
 }
 #endif
+
+src_configure() {
+	myeconfargs=(
+		--disable-regular
+		--enable-system-wide
+	)
+
+	autotools-utils_src_configure
+}



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-21 21:21 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-21 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3b07a2e85dc25876cb9dd77df60dde618cca66bb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 21:22:13 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 21:22:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3b07a2e8

x11-misc/sw-notify-send: Drop procps dep (not direct anymore).

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++++------
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    3 +--
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index 3f00a8d..8de8b5c 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 955 RMD160 66541d9c58c246b638c52214eb447e0014af10c1 SHA1 054936b1dff0e4c0bd441c9263e6669fd7fd3bd1 SHA256 0df6ceb1323b2a41e97f705819cf3f244bc083dfe81bd3f6974622f3187c3631
+EBUILD sw-notify-send-9999.ebuild 935 RMD160 c0b5779ebc14cf56bc81b976bf1f10cd5853b507 SHA1 14c01b60a1bb23e6b450a72540f0fa0b090a8234 SHA256 5147bd4ba0a5a3941fc272b1c6b818cfce096ca2b4827a740b668f9d40aab5bd
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5Q6GYACgkQfXuS5UK5QB2hZAP+IuJiMn0TE85eW25xd6CpHz9H
-dpOz4UJA7YMs3c6TlbjhaB/9pnuInP/m4FPn1sdQMY7DnmW31Hb0Uheab/8DEvxO
-flj3qxtqoydoHCkUxOJwurs+3lAx2BwMPuGtwJC8++lhjUwqOdi5/YQdNhiCPVfO
-1puZ8iB2bcKyDQIcBm0=
-=WJUc
+iJwEAQEIAAYFAk5RdwUACgkQfXuS5UK5QB1mjAP/cooTAXih9DFvzEnKzc44+QEE
+LFHnnmZrVvVC/flCZGbHBgmMKQWuz6FlJtImF31bjvwsRD9PwuwfK3qUlwboDCI6
+RC5pno+27YqH4drWm1ufSc3Mh3rvu3cddqzpHvNPkx0m1YomwJNgYpz2mKc8M37w
+E6Z45aZG5LE1hEZi+9c=
+=OKF+
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 337e0aa..07b7deb 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -23,8 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="sys-process/procps
-	x11-libs/libtinynotify
+RDEPEND="x11-libs/libtinynotify
 	x11-libs/libtinynotify-cli
 	x11-libs/libtinynotify-systemwide"
 DEPEND="${RDEPEND}"



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-23 15:29 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-23 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1a4cce86bfe214c11928cd64f0c21be23e9c5133
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 15:22:27 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 15:22:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=1a4cce86

x11-misc/sw-notify-send: Add missing pkg-config DEPEND.

(Portage version: 2.2.0_alpha51_p9/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++++------
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index 8de8b5c..4eca001 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 935 RMD160 c0b5779ebc14cf56bc81b976bf1f10cd5853b507 SHA1 14c01b60a1bb23e6b450a72540f0fa0b090a8234 SHA256 5147bd4ba0a5a3941fc272b1c6b818cfce096ca2b4827a740b668f9d40aab5bd
+EBUILD sw-notify-send-9999.ebuild 955 RMD160 c45463a95ae67cb2ef95a132a864c53c65e6a791 SHA1 62daf83ab3f6ea7d14318847a16313846942cb5e SHA256 01e3c5680ff5bdc33f706f1483ef679d9e459a0e5c2b289a4cff54e1b10f563a
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5RdwUACgkQfXuS5UK5QB1mjAP/cooTAXih9DFvzEnKzc44+QEE
-LFHnnmZrVvVC/flCZGbHBgmMKQWuz6FlJtImF31bjvwsRD9PwuwfK3qUlwboDCI6
-RC5pno+27YqH4drWm1ufSc3Mh3rvu3cddqzpHvNPkx0m1YomwJNgYpz2mKc8M37w
-E6Z45aZG5LE1hEZi+9c=
-=OKF+
+iJwEAQEIAAYFAk5TxbMACgkQfXuS5UK5QB3lMQQAqhmcw2vPUqbjtldseLKMuMXh
+0HfdmrokiDCljE6EXhBfkBc6F1ApA7yVYXJmDPKVr4LduJdVmmWYO8YSXvIEkzjM
+V0o5IzVAXaAMf8xFU+RHKO2FWm5asHMO0CBxrp5UiCMl8K+DiwS6yUzgijbDH6VP
+GTh7gtxZ8DaS02YLzro=
+=p+wh
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 07b7deb..1aafddb 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -26,7 +26,8 @@ IUSE=""
 RDEPEND="x11-libs/libtinynotify
 	x11-libs/libtinynotify-cli
 	x11-libs/libtinynotify-systemwide"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 DOCS=( README )
 S=${WORKDIR}/${MY_P}



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-29 16:32 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-29 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     aee00b6f145f217833b327e75b82d5b0e8bfa34d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 16:34:41 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 16:34:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=aee00b6f

x11-misc/sw-notify-send: Update to support merged libtinynotify-cli & tinynotify-send sources.

(Portage version: 2.2.0_alpha51_p36/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++++------
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    6 +++++-
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index 4eca001..1d484ae 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 955 RMD160 c45463a95ae67cb2ef95a132a864c53c65e6a791 SHA1 62daf83ab3f6ea7d14318847a16313846942cb5e SHA256 01e3c5680ff5bdc33f706f1483ef679d9e459a0e5c2b289a4cff54e1b10f563a
+EBUILD sw-notify-send-9999.ebuild 1049 RMD160 d8ac6e071388f10d1d720f22c6086ab8532e66e0 SHA1 8e83deee1617789f68072e0444ca755566829db8 SHA256 c99df92beb2ae2b73eeca428dc0dcd613851b83eef5b9349a7b4b12ab9f3d131
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5TxbMACgkQfXuS5UK5QB3lMQQAqhmcw2vPUqbjtldseLKMuMXh
-0HfdmrokiDCljE6EXhBfkBc6F1ApA7yVYXJmDPKVr4LduJdVmmWYO8YSXvIEkzjM
-V0o5IzVAXaAMf8xFU+RHKO2FWm5asHMO0CBxrp5UiCMl8K+DiwS6yUzgijbDH6VP
-GTh7gtxZ8DaS02YLzro=
-=p+wh
+iJwEAQEIAAYFAk5bv6EACgkQfXuS5UK5QB14VQQAscE2eLVsB96SuI43MTK9HA1a
+CBif/SB4BDVST/Vd1fkp9ZbPg5kf6OrM9jdue1uvjZT0s2+P8tsItX/2yatH+8C2
+2K0aIXP9nkyhzSwscGbpHXWnIG3TgvxyCPafAoP9VaaYsShEaoH0ke3fp2gokYbl
+EKebLjfvsRMCUAQj7SI=
+=QHdS
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 1aafddb..98f7e67 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libtinynotify
-	x11-libs/libtinynotify-cli
+	=x11-libs/libtinynotify-cli-${PV}
 	x11-libs/libtinynotify-systemwide"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
@@ -35,15 +35,19 @@ S=${WORKDIR}/${MY_P}
 #if LIVE
 KEYWORDS=
 SRC_URI=
+DEPEND="${DEPEND}
+	dev-util/gtk-doc"
 
 src_prepare() {
 	autotools-utils_src_prepare
+	autotools_run_tool gtkdocize
 	eautoreconf
 }
 #endif
 
 src_configure() {
 	myeconfargs=(
+		--disable-library
 		--disable-regular
 		--enable-system-wide
 	)



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
@ 2011-08-29 22:14 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2011-08-29 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3f6945fda2020351b8b50a1695fea96e5af553bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 22:14:23 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 22:14:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3f6945fd

x11-misc/sw-notify-send: Be less strict on lib dep -- use ~.

(Portage version: 2.2.0_alpha51_p49/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   12 ++++++------
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index 1d484ae..a578531 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD sw-notify-send-9999.ebuild 1049 RMD160 d8ac6e071388f10d1d720f22c6086ab8532e66e0 SHA1 8e83deee1617789f68072e0444ca755566829db8 SHA256 c99df92beb2ae2b73eeca428dc0dcd613851b83eef5b9349a7b4b12ab9f3d131
+EBUILD sw-notify-send-9999.ebuild 1049 RMD160 89940c10394d3f216649ab73393405098418b79e SHA1 8cbb7629a92d342d87983506e5fa6b337f3a4113 SHA256 19b2175b3028bc5c1d1ea58ffe969d2dbbf16d3d37081e213239a35bb779d9bb
 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5bv6EACgkQfXuS5UK5QB14VQQAscE2eLVsB96SuI43MTK9HA1a
-CBif/SB4BDVST/Vd1fkp9ZbPg5kf6OrM9jdue1uvjZT0s2+P8tsItX/2yatH+8C2
-2K0aIXP9nkyhzSwscGbpHXWnIG3TgvxyCPafAoP9VaaYsShEaoH0ke3fp2gokYbl
-EKebLjfvsRMCUAQj7SI=
-=QHdS
+iJwEAQEIAAYFAk5cDz8ACgkQfXuS5UK5QB3AlgP/V7W0uCR45cImxnizXt1hMZX2
+wyyvOvGHuSOYBdJuu4UfRA+b/eeetMHMMJ0Kedv12OsleXUwpaHpZWHa9gZuN9Vo
+ugaTl5mr+KU0vquozoCEUDYSoKYZi5LepLjNcPqpjua9Z6eB88qW7sdwoAYIHb9k
+BZY/SUeZ+236JbH3nqs=
+=/RaY
 -----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 98f7e67..cf7f1b8 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libtinynotify
-	=x11-libs/libtinynotify-cli-${PV}
+	~x11-libs/libtinynotify-cli-${PV}
 	x11-libs/libtinynotify-systemwide"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-29 22:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 17:02 [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2011-08-20 21:13 Michał Górny
2011-08-21 11:21 Michał Górny
2011-08-21 21:21 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-29 16:32 Michał Górny
2011-08-29 22:14 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox