public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.0.0.ebuild ChangeLog tinynotify-send-0.2.ebuild
@ 2011-08-29 22:23 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-08-29 22:23 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/08/29 22:23:49

  Modified:             ChangeLog
  Added:                tinynotify-send-1.0.0.ebuild
  Removed:              tinynotify-send-0.2.ebuild
  Log:
  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)

Revision  Changes    Path
1.2                  x11-misc/tinynotify-send/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Aug 2011 21:18:50 -0000	1.1
+++ ChangeLog	29 Aug 2011 22:23:48 -0000	1.2
@@ -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)
 



1.1                  x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: tinynotify-send-1.0.0.ebuild
===================================================================
# 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-1.0.0.ebuild,v 1.1 2011/08/29 22:23:48 mgorny Exp $

EAPI=4
inherit autotools-utils

DESCRIPTION="A notification sending utility (using libtinynotify)"
HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="symlink"

RDEPEND="x11-libs/libtinynotify
	~x11-libs/libtinynotify-cli-${PV}
	symlink? ( !x11-libs/libnotify )"
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
	)

	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install

	use symlink && dosym tinynotify-send /usr/bin/notify-send
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-29 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 22:23 [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.0.0.ebuild ChangeLog tinynotify-send-0.2.ebuild Michal Gorny (mgorny)

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