diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-02 21:02:38 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-05-02 21:02:38 +0000 |
commit | 28cb671aa51c2e5fbb0737e460312f3ae9aa5ace (patch) | |
tree | b4b97554f48269177e8193fb16446957cc60f378 /app-misc | |
parent | Revision bump by Nathan Phillip Brink, who's the new proxied maintainer for t... (diff) | |
download | gentoo-2-28cb671aa51c2e5fbb0737e460312f3ae9aa5ace.tar.gz gentoo-2-28cb671aa51c2e5fbb0737e460312f3ae9aa5ace.tar.bz2 gentoo-2-28cb671aa51c2e5fbb0737e460312f3ae9aa5ace.zip |
Version bump. Minor feature changes. Fix crashers and bugs, updated translations.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gnote/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.7.4.ebuild (renamed from app-misc/gnote/gnote-0.7.2.ebuild) | 18 |
2 files changed, 15 insertions, 12 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index f70d83daae52..2d0903f77e51 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.10 2011/03/07 00:18:50 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.11 2011/05/02 21:02:38 eva Exp $ + +*gnote-0.7.4 (02 May 2011) + + 02 May 2011; Gilles Dartiguelongue <eva@gentoo.org> -gnote-0.7.2.ebuild, + +gnote-0.7.4.ebuild: + Version bump. Minor feature changes. Fix crashers and bugs, updated + translations. 07 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnote-0.7.2.ebuild, gnote-0.7.3.ebuild: diff --git a/app-misc/gnote/gnote-0.7.2.ebuild b/app-misc/gnote/gnote-0.7.4.ebuild index e3a5e36155d2..bed04030d2e0 100644 --- a/app-misc/gnote/gnote-0.7.2.ebuild +++ b/app-misc/gnote/gnote-0.7.4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.2.ebuild,v 1.4 2011/03/07 00:18:50 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $ -EAPI="2" +EAPI="3" +GNOME2_LA_PUNT="yes" inherit gnome2 @@ -14,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="applet debug" # dbus -RDEPEND=">=x11-libs/gtk+-2.14:2 - >=dev-cpp/glibmm-2:2 +RDEPEND=">=x11-libs/gtk+-2.20:2 + >=dev-cpp/glibmm-2.18:2 >=dev-cpp/gtkmm-2.12:2.4 >=dev-libs/libxml2-2:2 dev-libs/libxslt @@ -26,6 +27,7 @@ RDEPEND=">=x11-libs/gtk+-2.14:2 sys-libs/e2fsprogs-libs applet? ( >=gnome-base/gnome-panel-2 + <gnome-base/gnome-panel-2.91 >=dev-cpp/libpanelappletmm-2.26:2.6 )" # Build with dbus is currently not implemented # dbus? ( >=dev-libs/dbus-glib-0.70 )" @@ -35,9 +37,8 @@ DEPEND="${DEPEND} app-text/gnome-doc-utils app-text/docbook-xml-dtd:4.1.2" -DOCS="AUTHORS ChangeLog NEWS README TODO" - pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" G2CONF="${G2CONF} --disable-dbus --disable-static @@ -52,8 +53,3 @@ src_prepare() { sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.am \ libtomboy/Makefile.in || die "sed failed" } - -src_install() { - gnome2_src_install - find "${D}" -name "*.la" -delete || die "la file removal failed" -} |