summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-01-02 11:17:43 +0000
committerMichał Górny <mgorny@gentoo.org>2012-01-02 11:17:43 +0000
commitc444901840139d195fb8442588dae53a9435b9c0 (patch)
tree810ba49d78974c97380b4cc6d3b73b1f4d15b893 /x11-misc/sw-notify-send
parentVersion bump. The new version adds a timeout option. (diff)
downloadhistorical-c444901840139d195fb8442588dae53a9435b9c0.tar.gz
historical-c444901840139d195fb8442588dae53a9435b9c0.tar.bz2
historical-c444901840139d195fb8442588dae53a9435b9c0.zip
Version bump. The new version adds timeout support and a manpage.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/sw-notify-send')
-rw-r--r--x11-misc/sw-notify-send/ChangeLog10
-rw-r--r--x11-misc/sw-notify-send/metadata.xml2
-rw-r--r--x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild (renamed from x11-misc/sw-notify-send/sw-notify-send-1.1.ebuild)7
3 files changed, 13 insertions, 6 deletions
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 <mgorny@gentoo.org> -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 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=x11-misc/sw-notify-send:%20</bugs-to>
+ <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
</upstream>
</pkgmetadata>
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
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"