From c444901840139d195fb8442588dae53a9435b9c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 2 Jan 2012 11:17:43 +0000 Subject: [PATCH] Version bump. The new version adds timeout support and a manpage. Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- x11-misc/sw-notify-send/ChangeLog | 10 ++++++++-- x11-misc/sw-notify-send/metadata.xml | 2 +- ...otify-send-1.1.ebuild => sw-notify-send-1.2.ebuild} | 7 ++++--- x11-misc/tinynotify-send/ChangeLog | 10 ++++++++-- x11-misc/tinynotify-send/metadata.xml | 2 +- ...tify-send-1.1.ebuild => tinynotify-send-1.2.ebuild} | 7 ++++--- 6 files changed, 26 insertions(+), 12 deletions(-) rename x11-misc/sw-notify-send/{sw-notify-send-1.1.ebuild => sw-notify-send-1.2.ebuild} (79%) rename x11-misc/tinynotify-send/{tinynotify-send-1.1.ebuild => tinynotify-send-1.2.ebuild} (82%) diff --git a/x11-misc/sw-notify-send/ChangeLog b/x11-misc/sw-notify-send/ChangeLog index c14f320b3eb9..9e70e48ef36d 100644 --- a/x11-misc/sw-notify-send/ChangeLog +++ b/x11-misc/sw-notify-send/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2011/09/04 11:29:26 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.5 2012/01/02 11:17:42 mgorny Exp $ + +*sw-notify-send-1.2 (02 Jan 2012) + + 02 Jan 2012; Michał Górny -sw-notify-send-1.1.ebuild, + +sw-notify-send-1.2.ebuild, metadata.xml: + Version bump. The new version adds timeout support and a manpage. *sw-notify-send-1.1 (04 Sep 2011) diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml index 052fd49edc86..f37add7f2dc8 100644 --- a/x11-misc/sw-notify-send/metadata.xml +++ b/x11-misc/sw-notify-send/metadata.xml @@ -10,6 +10,6 @@ mgorny@gentoo.org Michał Górny - http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-misc/sw-notify-send:%20 + https://github.com/mgorny/tinynotify-send/issues/ diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild similarity index 79% rename from x11-misc/sw-notify-send/sw-notify-send-1.1.ebuild rename to x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild index ac43c75a9993..16581e061f7f 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-1.1.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-1.1.ebuild,v 1.1 2011/09/04 11:29:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild,v 1.1 2012/01/02 11:17:43 mgorny Exp $ EAPI=4 + inherit autotools-utils MY_PN=tinynotify-send @@ -10,7 +11,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="A system-wide variant of tinynotify-send" HOMEPAGE="https://github.com/mgorny/tinynotify-send/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${MY_PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" 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.2.ebuild similarity index 82% rename from x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild rename to x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild index 2ae4036cdc34..e1281a35b319 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.1.ebuild,v 1.1 2011/09/04 11:29:25 mgorny Exp $ +# $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="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -- 2.26.2