diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-15 16:26:45 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-15 16:26:45 +0000 |
commit | df2511c135da02b7f1743a6f3fa136ea137a948e (patch) | |
tree | 2283bd7d66bbb2140657d2aa8cdbeda9a93cf002 /app-misc/gnote | |
parent | fix libircclient.h include (diff) | |
download | gentoo-2-df2511c135da02b7f1743a6f3fa136ea137a948e.tar.gz gentoo-2-df2511c135da02b7f1743a6f3fa136ea137a948e.tar.bz2 gentoo-2-df2511c135da02b7f1743a6f3fa136ea137a948e.zip |
Version bump, fixes application quit with glib-2.32. Drop old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r-- | app-misc/gnote/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.8.3.ebuild (renamed from app-misc/gnote/gnote-0.8.1.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index 50d84941d59a..83d9f947beef 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.14 2012/01/15 01:50:12 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.15 2012/04/15 16:26:45 tetromino Exp $ + +*gnote-0.8.3 (15 Apr 2012) + + 15 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gnote-0.8.1.ebuild, + +gnote-0.8.3.ebuild: + Version bump, fixes application quit with glib-2.32. Drop old. *gnote-0.8.2 (15 Jan 2012) diff --git a/app-misc/gnote/gnote-0.8.1.ebuild b/app-misc/gnote/gnote-0.8.3.ebuild index 1fa3e2d29da1..716d7094731c 100644 --- a/app-misc/gnote/gnote-0.8.1.ebuild +++ b/app-misc/gnote/gnote-0.8.3.ebuild @@ -1,6 +1,6 @@ -# 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/app-misc/gnote/gnote-0.8.1.ebuild,v 1.1 2011/10/27 08:02:25 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.3.ebuild,v 1.1 2012/04/15 16:26:45 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="applet debug" -RDEPEND=">=x11-libs/gtk+-3.0:3 +# Automagic glib-2.32 dep +RDEPEND=">=dev-libs/glib-2.32 + >=x11-libs/gtk+-3.0:3 >=dev-cpp/glibmm-2.28:2 >=dev-cpp/gtkmm-3.0:3.0 >=dev-libs/libxml2-2:2 |