diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-01-09 20:45:54 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-01-09 20:45:54 +0000 |
commit | 7014bafa4e1adbfd56c2cd21c0630f8210f1b4bb (patch) | |
tree | faadfc08d080d4acfa94766779473aae1a9769c5 /x11-libs | |
parent | Stable for AMD64, wrt bug #397005 (diff) | |
download | gentoo-2-7014bafa4e1adbfd56c2cd21c0630f8210f1b4bb.tar.gz gentoo-2-7014bafa4e1adbfd56c2cd21c0630f8210f1b4bb.tar.bz2 gentoo-2-7014bafa4e1adbfd56c2cd21c0630f8210f1b4bb.zip |
Version bump. The new version fixes a few code issues.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libtinynotify/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild (renamed from x11-libs/libtinynotify/libtinynotify-0.2.ebuild) | 7 | ||||
-rw-r--r-- | x11-libs/libtinynotify/metadata.xml | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/x11-libs/libtinynotify/ChangeLog b/x11-libs/libtinynotify/ChangeLog index 569538e2ecf3..d242b5887535 100644 --- a/x11-libs/libtinynotify/ChangeLog +++ b/x11-libs/libtinynotify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libtinynotify -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.5 2011/09/18 09:28:42 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.6 2012/01/09 20:45:54 mgorny Exp $ + +*libtinynotify-0.2.1 (09 Jan 2012) + + 09 Jan 2012; Michał Górny <mgorny@gentoo.org> -libtinynotify-0.2.ebuild, + +libtinynotify-0.2.1.ebuild, metadata.xml: + Version bump. The new version fixes a few code issues. 18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtinynotify-0.2.ebuild: Fix implicit $(use_enable debug). Update gtk-doc dep and thus remove test diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild index 3f2d6acdb4fa..b4ec80edcede 100644 --- a/x11-libs/libtinynotify/libtinynotify-0.2.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.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-libs/libtinynotify/libtinynotify-0.2.ebuild,v 1.2 2011/09/18 09:28:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild,v 1.1 2012/01/09 20:45:53 mgorny Exp $ EAPI=4 + inherit autotools-utils DESCRIPTION="A lightweight implementation of Desktop Notification Spec" HOMEPAGE="https://github.com/mgorny/libtinynotify/" -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" diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml index b82eee06cd7e..d451fc7663c2 100644 --- a/x11-libs/libtinynotify/metadata.xml +++ b/x11-libs/libtinynotify/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&component=Applications&short_desc=x11-libs/libtinynotify:%20</bugs-to> + <bugs-to>https://github.com/mgorny/libtinynotify/issues/</bugs-to> </upstream> </pkgmetadata> |