summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-29 22:23:48 +0000
committerMichał Górny <mgorny@gentoo.org>2011-08-29 22:23:48 +0000
commitc7d2da207af097e3a6ca17c5084a4db7521de6ae (patch)
tree0a5803caccd3c1ef51a77025f24665b6aa7608cc /x11-misc
parentVersion bump. The new version is built off tinynotify-send package, and adds ... (diff)
downloadgentoo-2-c7d2da207af097e3a6ca17c5084a4db7521de6ae.tar.gz
gentoo-2-c7d2da207af097e3a6ca17c5084a4db7521de6ae.tar.bz2
gentoo-2-c7d2da207af097e3a6ca17c5084a4db7521de6ae.zip
Version bump. The new version adds support for --foreground option to wait for notification to close.
(Portage version: 2.2.0_alpha51_p49/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/tinynotify-send/ChangeLog9
-rw-r--r--x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild (renamed from x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild)8
2 files changed, 13 insertions, 4 deletions
diff --git a/x11-misc/tinynotify-send/ChangeLog b/x11-misc/tinynotify-send/ChangeLog
index 647ce0dc3e53..981e78773d2d 100644
--- a/x11-misc/tinynotify-send/ChangeLog
+++ b/x11-misc/tinynotify-send/ChangeLog
@@ -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)
diff --git a/x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild
index 586162fdc07a..379640c8b4f7 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-0.2.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild
@@ -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