diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-04 11:24:25 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-04 11:24:25 +0000 |
commit | 4921a04cd4809ca09da0acf9c870fbdf0f5366c1 (patch) | |
tree | 6037d95d049782f1ec6bf8499c658e9fe2ac1b72 /x11-libs | |
parent | Cleanup (diff) | |
download | gentoo-2-4921a04cd4809ca09da0acf9c870fbdf0f5366c1.tar.gz gentoo-2-4921a04cd4809ca09da0acf9c870fbdf0f5366c1.tar.bz2 gentoo-2-4921a04cd4809ca09da0acf9c870fbdf0f5366c1.zip |
Version bump. The new version introduces action support.
(Portage version: 2.2.0_alpha51_p82/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libtinynotify/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.ebuild (renamed from x11-libs/libtinynotify/libtinynotify-0.1.0.ebuild) | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/libtinynotify/ChangeLog b/x11-libs/libtinynotify/ChangeLog index 3d51ecb10f61..9d7cf79db942 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.3 2011/08/29 22:04:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.4 2011/09/04 11:24:24 mgorny Exp $ + +*libtinynotify-0.2 (04 Sep 2011) + + 04 Sep 2011; Michał Górny <mgorny@gentoo.org> -libtinynotify-0.1.0.ebuild, + +libtinynotify-0.2.ebuild: + Version bump. The new version introduces action support. *libtinynotify-0.1.0 (29 Aug 2011) diff --git a/x11-libs/libtinynotify/libtinynotify-0.1.0.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.ebuild index c7c283dc0de1..cda0b925b590 100644 --- a/x11-libs/libtinynotify/libtinynotify-0.1.0.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.1.0.ebuild,v 1.1 2011/08/29 22:04:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.2.ebuild,v 1.1 2011/09/04 11:24:24 mgorny Exp $ EAPI=4 inherit autotools-utils |