public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: ChangeLog tinynotify-send-1.2.1.ebuild tinynotify-send-1.2.ebuild
@ 2012-01-03  6:53 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-01-03  6:53 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/01/03 06:53:27

  Modified:             ChangeLog
  Added:                tinynotify-send-1.2.1.ebuild
  Removed:              tinynotify-send-1.2.ebuild
  Log:
  Version bump. The new version fixes timeout support.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Jan 2012 11:17:42 -0000	1.4
+++ ChangeLog	3 Jan 2012 06:53:26 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/tinynotify-send
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.4 2012/01/02 11:17:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.5 2012/01/03 06:53:26 mgorny Exp $
+
+*tinynotify-send-1.2.1 (03 Jan 2012)
+
+  03 Jan 2012; Michał Górny <mgorny@gentoo.org> -tinynotify-send-1.2.ebuild,
+  +tinynotify-send-1.2.1.ebuild:
+  Version bump. The new version fixes timeout support.
 
 *tinynotify-send-1.2 (02 Jan 2012)
 



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

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

Index: tinynotify-send-1.2.1.ebuild
===================================================================
# Copyright 1999-2012 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.2.1.ebuild,v 1.1 2012/01/03 06:53:26 mgorny Exp $

EAPI=4

inherit autotools-utils

DESCRIPTION="A notification sending utility (using libtinynotify)"
HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
SRC_URI="mirror://github/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:[~2012-01-03  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03  6:53 [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: ChangeLog tinynotify-send-1.2.1.ebuild tinynotify-send-1.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