From e1a85113058943792cda56772f9be0dc15aa1bc6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 2 Jan 2012 11:17:42 +0000 Subject: Version bump. The new version adds timeout support and a manpage. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- x11-misc/tinynotify-send/ChangeLog | 10 ++++-- x11-misc/tinynotify-send/metadata.xml | 2 +- .../tinynotify-send/tinynotify-send-1.1.ebuild | 40 --------------------- .../tinynotify-send/tinynotify-send-1.2.ebuild | 41 ++++++++++++++++++++++ 4 files changed, 50 insertions(+), 43 deletions(-) delete mode 100644 x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild create mode 100644 x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild (limited to 'x11-misc/tinynotify-send') diff --git a/x11-misc/tinynotify-send/ChangeLog b/x11-misc/tinynotify-send/ChangeLog index 98ffdb6acd4d..6c7ed40a41cb 100644 --- a/x11-misc/tinynotify-send/ChangeLog +++ b/x11-misc/tinynotify-send/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2011/09/04 11:29:25 mgorny Exp $ +# 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 $ + +*tinynotify-send-1.2 (02 Jan 2012) + + 02 Jan 2012; Michał Górny -tinynotify-send-1.1.ebuild, + +tinynotify-send-1.2.ebuild, metadata.xml: + Version bump. The new version adds timeout support and a manpage. *tinynotify-send-1.1 (04 Sep 2011) diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml index 0dd924ddffac..8eba8ea60a73 100644 --- a/x11-misc/tinynotify-send/metadata.xml +++ b/x11-misc/tinynotify-send/metadata.xml @@ -13,6 +13,6 @@ mgorny@gentoo.org Michał Górny - http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-misc/tinynotify-send:%20 + https://github.com/mgorny/tinynotify-send/issues/ diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild deleted file mode 100644 index 2ae4036cdc34..000000000000 --- a/x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.1.ebuild,v 1.1 2011/09/04 11:29:25 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 -} diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild new file mode 100644 index 000000000000..e1281a35b319 --- /dev/null +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild @@ -0,0 +1,41 @@ +# 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.ebuild,v 1.1 2012/01/02 11:17:42 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 +} -- cgit v1.2.3-65-gdbad