From 28cb671aa51c2e5fbb0737e460312f3ae9aa5ace Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 2 May 2011 21:02:38 +0000 Subject: Version bump. Minor feature changes. Fix crashers and bugs, updated translations. (Portage version: 2.2.0_alpha30/cvs/Linux x86_64) --- app-misc/gnote/ChangeLog | 9 +++++- app-misc/gnote/gnote-0.7.2.ebuild | 59 --------------------------------------- app-misc/gnote/gnote-0.7.4.ebuild | 55 ++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 60 deletions(-) delete mode 100644 app-misc/gnote/gnote-0.7.2.ebuild create mode 100644 app-misc/gnote/gnote-0.7.4.ebuild (limited to 'app-misc/gnote') 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 -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 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.2.ebuild deleted file mode 100644 index e3a5e36155d2..000000000000 --- a/app-misc/gnote/gnote-0.7.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# 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 $ - -EAPI="2" - -inherit gnome2 - -DESCRIPTION="Desktop note-taking application" -HOMEPAGE="http://live.gnome.org/Gnote" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="applet debug" # dbus - -RDEPEND=">=x11-libs/gtk+-2.14:2 - >=dev-cpp/glibmm-2:2 - >=dev-cpp/gtkmm-2.12:2.4 - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=gnome-base/gconf-2:2 - >=dev-libs/libpcre-7.8:3[cxx] - >=app-text/gtkspell-2.0.9 - >=dev-libs/boost-1.34 - sys-libs/e2fsprogs-libs - applet? ( - >=gnome-base/gnome-panel-2 - >=dev-cpp/libpanelappletmm-2.26:2.6 )" -# Build with dbus is currently not implemented -# dbus? ( >=dev-libs/dbus-glib-0.70 )" -DEPEND="${DEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.35.0 - app-text/gnome-doc-utils - app-text/docbook-xml-dtd:4.1.2" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-dbus - --disable-static - $(use_enable applet) - $(use_enable debug)" -} - -src_prepare() { - gnome2_src_prepare - - # Do not set idiotic defines in a released tarball, bug #311979 - 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" -} diff --git a/app-misc/gnote/gnote-0.7.4.ebuild b/app-misc/gnote/gnote-0.7.4.ebuild new file mode 100644 index 000000000000..bed04030d2e0 --- /dev/null +++ b/app-misc/gnote/gnote-0.7.4.ebuild @@ -0,0 +1,55 @@ +# 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.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $ + +EAPI="3" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Desktop note-taking application" +HOMEPAGE="http://live.gnome.org/Gnote" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="applet debug" # dbus + +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 + >=gnome-base/gconf-2:2 + >=dev-libs/libpcre-7.8:3[cxx] + >=app-text/gtkspell-2.0.9 + >=dev-libs/boost-1.34 + sys-libs/e2fsprogs-libs + applet? ( + >=gnome-base/gnome-panel-2 + =dev-cpp/libpanelappletmm-2.26:2.6 )" +# Build with dbus is currently not implemented +# dbus? ( >=dev-libs/dbus-glib-0.70 )" +DEPEND="${DEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.35.0 + app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" + G2CONF="${G2CONF} + --disable-dbus + --disable-static + $(use_enable applet) + $(use_enable debug)" +} + +src_prepare() { + gnome2_src_prepare + + # Do not set idiotic defines in a released tarball, bug #311979 + sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.am \ + libtomboy/Makefile.in || die "sed failed" +} -- cgit v1.2.3-65-gdbad