Version bump. The new version adds support for --foreground option to wait for notifi...
authorMichał Górny <mgorny@gentoo.org>
Mon, 29 Aug 2011 22:23:49 +0000 (22:23 +0000)
committerMichał Górny <mgorny@gentoo.org>
Mon, 29 Aug 2011 22:23:49 +0000 (22:23 +0000)
Package-Manager: portage-2.2.0_alpha51_p49/cvs/Linux x86_64

x11-misc/sw-notify-send/ChangeLog
x11-misc/sw-notify-send/sw-notify-send-1.0.0.ebuild [moved from x11-misc/sw-notify-send/sw-notify-send-0.2.ebuild with 81% similarity]
x11-misc/tinynotify-send/ChangeLog
x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild [moved from x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild with 83% similarity]

index 05e027639d5e2a4f99559f71598ee775290391ca..7bb773cc5a21bb50b864db0fc4d191a16549a58c 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/sw-notify-send
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.2 2011/08/21 21:22:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.3 2011/08/29 22:23:49 mgorny Exp $
+
+*sw-notify-send-1.0.0 (29 Aug 2011)
+
+  29 Aug 2011; Michał Górny <mgorny@gentoo.org> -sw-notify-send-0.2.ebuild,
+  +sw-notify-send-1.0.0.ebuild:
+  Version bump. The new version adds support for --foreground option to wait
+  for notification to close.
 
 *sw-notify-send-0.2 (21 Aug 2011)
 
similarity index 81%
rename from x11-misc/sw-notify-send/sw-notify-send-0.2.ebuild
rename to x11-misc/sw-notify-send/sw-notify-send-1.0.0.ebuild
index 6fd8f43f9ef4dce06d39042186d947f61ed40e9b..e8cca9791bf22d61b4fe057bb402ad3eef0ba9d4 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-0.2.ebuild,v 1.1 2011/08/21 21:22:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.0.0.ebuild,v 1.1 2011/08/29 22:23:49 mgorny Exp $
 
 EAPI=4
 inherit autotools-utils
@@ -18,15 +18,17 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libtinynotify
-       x11-libs/libtinynotify-cli
+       ~x11-libs/libtinynotify-cli-${PV}
        x11-libs/libtinynotify-systemwide"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 DOCS=( README )
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
        myeconfargs=(
+               --disable-library
                --disable-regular
                --enable-system-wide
        )
index 647ce0dc3e5347169b9883d8594811ba7da1357d..981e78773d2d9fa5cd4f5cca6deeb57971bc403e 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/tinynotify-send
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.1 2011/08/21 21:18:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.2 2011/08/29 22:23:48 mgorny Exp $
+
+*tinynotify-send-1.0.0 (29 Aug 2011)
+
+  29 Aug 2011; Michał Górny <mgorny@gentoo.org> -tinynotify-send-0.2.ebuild,
+  +tinynotify-send-1.0.0.ebuild:
+  Version bump. The new version adds support for --foreground option to wait
+  for notification to close.
 
 *tinynotify-send-0.2 (21 Aug 2011)
 
similarity index 83%
rename from x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild
rename to x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild
index 586162fdc07a5719b629bf1e8e9665ef3c368c0d..379640c8b4f7e0e08713a1ad80f5ffe603a89997 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild,v 1.1 2011/08/21 21:18:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild,v 1.1 2011/08/29 22:23:48 mgorny Exp $
 
 EAPI=4
 inherit autotools-utils
@@ -15,14 +15,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE="symlink"
 
 RDEPEND="x11-libs/libtinynotify
-       x11-libs/libtinynotify-cli
+       ~x11-libs/libtinynotify-cli-${PV}
        symlink? ( !x11-libs/libnotify )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 DOCS=( README )
 
 src_configure() {
        myeconfargs=(
+               --disable-library
                --enable-regular
                --disable-system-wide
                --with-system-wide-exec=/usr/bin/sw-notify-send