diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-01-02 11:17:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-01-02 11:17:42 +0000 |
commit | e1a85113058943792cda56772f9be0dc15aa1bc6 (patch) | |
tree | a225c5ca0991ca9a103d6c5cddcd21b09fb4ef5a /x11-misc/tinynotify-send | |
parent | Version bump. The new version adds a timeout option. (diff) | |
download | gentoo-2-e1a85113058943792cda56772f9be0dc15aa1bc6.tar.gz gentoo-2-e1a85113058943792cda56772f9be0dc15aa1bc6.tar.bz2 gentoo-2-e1a85113058943792cda56772f9be0dc15aa1bc6.zip |
Version bump. The new version adds timeout support and a manpage.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/tinynotify-send')
-rw-r--r-- | x11-misc/tinynotify-send/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/metadata.xml | 2 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild (renamed from x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild) | 7 |
3 files changed, 13 insertions, 6 deletions
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 <mgorny@gentoo.org> -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 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-misc/tinynotify-send:%20</bugs-to> + <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to> </upstream> </pkgmetadata> diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild b/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" |