Version bump. The new version adds timeout support and a manpage.
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Jan 2012 11:17:43 +0000 (11:17 +0000)
committerMichał Górny <mgorny@gentoo.org>
Mon, 2 Jan 2012 11:17:43 +0000 (11:17 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

x11-misc/sw-notify-send/ChangeLog
x11-misc/sw-notify-send/metadata.xml
x11-misc/sw-notify-send/sw-notify-send-1.2.ebuild [moved from x11-misc/sw-notify-send/sw-notify-send-1.1.ebuild with 79% similarity]
x11-misc/tinynotify-send/ChangeLog
x11-misc/tinynotify-send/metadata.xml
x11-misc/tinynotify-send/tinynotify-send-1.2.ebuild [moved from x11-misc/tinynotify-send/tinynotify-send-1.1.ebuild with 82% similarity]

index c14f320b3eb91d1c8a524bd261a88c2fe814e1a3..9e70e48ef36d91e514ec33c891fdc2741ffa1ddc 100644 (file)
@@ -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)
 
index 052fd49edc869a0e1faddf9ced4d9f5184ed4302..f37add7f2dc8487fd12ec0181361c087cd585de9 100644 (file)
@@ -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>
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 ac43c75a99932967e56f859f213b426c11a16dd4..16581e061f7f92b96b815ec0efe55c0a1abcf2d7 100644 (file)
@@ -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"
index 98ffdb6acd4d878e1874334b61ce21d9c50aa3a4..6c7ed40a41cb1530d66656e5d61f395753420069 100644 (file)
@@ -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)
 
index 0dd924ddffac276f2a6062f040b113fb263aaccb..8eba8ea60a73088f5a5cb310aa91585b302a4ea1 100644 (file)
@@ -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&amp;component=Applications&amp;short_desc=x11-misc/tinynotify-send:%20</bugs-to>
+               <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
        </upstream>
 </pkgmetadata>
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 2ae4036cdc34983c663804053cb64bdc1f19966c..e1281a35b3192c40e8b96cd3341fd762cc8a9234 100644 (file)
@@ -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"