diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 20:48:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 20:48:41 +0000 |
commit | 25a22f9b17651402ad2ee725b5a5672f4effc206 (patch) | |
tree | 20a0e928ff19295cc749ace24b4ef22a40f1336e /app-misc/gnote | |
parent | version bump (diff) | |
download | gentoo-2-25a22f9b17651402ad2ee725b5a5672f4effc206.tar.gz gentoo-2-25a22f9b17651402ad2ee725b5a5672f4effc206.tar.bz2 gentoo-2-25a22f9b17651402ad2ee725b5a5672f4effc206.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r-- | app-misc/gnote/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch | 24 | ||||
-rw-r--r-- | app-misc/gnote/gnote-3.10.2.ebuild | 73 | ||||
-rw-r--r-- | app-misc/gnote/gnote-3.8.1.ebuild | 71 |
4 files changed, 6 insertions, 169 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index c0899953ac79..91ac094f1546 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.44 2014/03/09 11:54:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.45 2014/04/23 20:48:41 pacho Exp $ + + 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> + -files/gnote-0.8.2-signal_idle-header.patch, -gnote-3.10.2.ebuild, + -gnote-3.8.1.ebuild: + Drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnote-3.10.3.ebuild: x86 stable, bug 499954 diff --git a/app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch b/app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch deleted file mode 100644 index fdc905489144..000000000000 --- a/app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 7364a6fd55c46db5c5dbae6df6ac377d48919fa9 Mon Sep 17 00:00:00 2001 -From: Hub Figuiere <hub@figuiere.net> -Date: Thu, 5 Jan 2012 21:19:49 -0800 -Subject: [PATCH] Fix missing header for Glib::signal_idle. Closes #667349 - ---- - src/notebuffer.cpp | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp -index 48bca2d..df223f3 100644 ---- a/src/notebuffer.cpp -+++ b/src/notebuffer.cpp -@@ -23,6 +23,7 @@ - #include <algorithm> - #include <tr1/array> - -+#include <glibmm/main.h> - - #include "debug.hpp" - #include "notebuffer.hpp" --- -1.7.8.6 - diff --git a/app-misc/gnote/gnote-3.10.2.ebuild b/app-misc/gnote/gnote-3.10.2.ebuild deleted file mode 100644 index f12fc0d8c6d0..000000000000 --- a/app-misc/gnote/gnote-3.10.2.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.10.2.ebuild,v 1.3 2014/02/22 21:00:11 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 readme.gentoo - -DESCRIPTION="Desktop note-taking application" -HOMEPAGE="http://live.gnome.org/Gnote" - -LICENSE="GPL-3+ FDL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +X" - -# Automagic glib-2.32 dep -COMMON_DEPEND=" - >=app-crypt/libsecret-0.8 - >=app-text/gtkspell-3.0:3 - >=dev-cpp/glibmm-2.32:2 - >=dev-cpp/gtkmm-3.6:3.0 - >=dev-libs/boost-1.34 - >=dev-libs/glib-2.32:2 - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=sys-apps/util-linux-2.16:= - >=x11-libs/gtk+-3.6:3 - X? ( x11-libs/libX11 ) -" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas -" -DEPEND="${DEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/desktop-file-utils - >=dev-util/intltool-0.35.0 - virtual/pkgconfig -" - -src_prepare() { - # Do not alter CFLAGS - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die - gnome2_src_prepare - - if has_version net-fs/wdfs; then - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to - synchronize notes." - else - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes. - If you want to use that functionality just emerge net-fs/wdfs. - Gnote will automatically detect that you did and let you use it." - fi -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable debug) \ - $(use_with X x11-support) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} diff --git a/app-misc/gnote/gnote-3.8.1.ebuild b/app-misc/gnote/gnote-3.8.1.ebuild deleted file mode 100644 index bf16ffe19e80..000000000000 --- a/app-misc/gnote/gnote-3.8.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.6 2013/12/08 17:42:16 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 readme.gentoo - -DESCRIPTION="Desktop note-taking application" -HOMEPAGE="http://live.gnome.org/Gnote" - -LICENSE="GPL-3+ FDL-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -# Automagic glib-2.32 dep -COMMON_DEPEND=" - >=app-crypt/libsecret-0.8 - >=app-text/gtkspell-3.0:3 - >=dev-cpp/glibmm-2.28:2 - >=dev-cpp/gtkmm-3.6:3.0 - >=dev-libs/boost-1.34 - >=dev-libs/glib-2.32:2 - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=sys-apps/util-linux-2.16:= - >=x11-libs/gtk+-3.6:3 - x11-libs/libX11 -" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas -" -DEPEND="${DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.35.0 - virtual/pkgconfig -" - -src_prepare() { - # Do not alter CFLAGS - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die - gnome2_src_prepare - - if has_version net-fs/wdfs; then - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to - synchronize notes." - else - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes. - If you want to use that functionality just emerge net-fs/wdfs. - Gnote will automatically detect that you did and let you use it." - fi -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable debug) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} |