diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 11:25:25 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:26 -0400 |
commit | c26247f0349a27fd2dd0b6bca9693f8854f3c14a (patch) | |
tree | a44fc88c2ad8da16d62c1a5117c0cac03f0819d3 /app-misc | |
parent | app-editors/gnome-text-editor: Drop old versions (diff) | |
download | gentoo-c26247f0349a27fd2dd0b6bca9693f8854f3c14a.tar.gz gentoo-c26247f0349a27fd2dd0b6bca9693f8854f3c14a.tar.bz2 gentoo-c26247f0349a27fd2dd0b6bca9693f8854f3c14a.zip |
app-misc/gnote: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gnote/Manifest | 1 | ||||
-rw-r--r-- | app-misc/gnote/files/gnote-3.38.1-cstddef.patch | 35 | ||||
-rw-r--r-- | app-misc/gnote/gnote-40.2.ebuild | 72 |
3 files changed, 0 insertions, 108 deletions
diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest index ce0a73667006..9b96edce9c8d 100644 --- a/app-misc/gnote/Manifest +++ b/app-misc/gnote/Manifest @@ -1,2 +1 @@ -DIST gnote-40.2.tar.xz 3422560 BLAKE2B d7d7fa862e02c1d889c736ae733db503a06db93cfc79c12bd1efa89acbe4a5825d0cf0cab00cfa916566002c1b838d118b37f5b0204f20ac9fcab2f892cccf52 SHA512 e1dc3ed4fb7b7c4f346a4a1e63a2e357b197375caf5d1d2026c159cfda012ace76ad598ecaf8e7d7649fb80abedc0cd4febd369160ddaf4510cfcc6b41185aed DIST gnote-42.0.tar.xz 3330504 BLAKE2B 847c1c66b86902c13a7e9cd349e0b1e565f046ba81809dca002bfdc07d1e3dc4e12797da90e7689d8fde886ced580da9b744ca736697d1fd933a93cc344304bd SHA512 fcdd653a29ae957faf177bacbe1bbdced186416c04a8f45f194a055914544b0679019935f482834e515a20865f358dfdfc32aa846c0fd24596cf5e569e21b997 diff --git a/app-misc/gnote/files/gnote-3.38.1-cstddef.patch b/app-misc/gnote/files/gnote-3.38.1-cstddef.patch deleted file mode 100644 index 0ea65b9bbd26..000000000000 --- a/app-misc/gnote/files/gnote-3.38.1-cstddef.patch +++ /dev/null @@ -1,35 +0,0 @@ -https://bugs.gentoo.org/768198 - -From 49e652613a1e28f1220f593ba18108839d3d2505 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera <hadess@hadess.net> -Date: Mon, 22 Mar 2021 15:04:01 +0100 -Subject: [PATCH] Fix AbstractAddin compilation error -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -gnote/src/abstractaddin.cpp: In constructor ‘gnote::AbstractAddin::AbstractAddin()’: -gnote/src/abstractaddin.cpp:29:15: error: ‘NULL’ was not declared in this scope - 29 | : m_gnote(NULL) - | ^~~~ -gnote/src/abstractaddin.cpp:25:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’? - 24 | #include "abstractaddin.hpp" - +++ |+#include <cstddef> - 25 | ---- - src/abstractaddin.cpp | 1 + - 1 file changed, 1 insertion(+) - ---- a/src/abstractaddin.cpp -+++ b/src/abstractaddin.cpp -@@ -22,6 +22,7 @@ - - - #include "abstractaddin.hpp" -+#include <cstddef> - - namespace gnote { - --- -2.31.1 - diff --git a/app-misc/gnote/gnote-40.2.ebuild b/app-misc/gnote/gnote-40.2.ebuild deleted file mode 100644 index 8544513de26d..000000000000 --- a/app-misc/gnote/gnote-40.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2 readme.gentoo-r1 - -DESCRIPTION="Desktop note-taking application" -HOMEPAGE="https://wiki.gnome.org/Apps/Gnote" - -LICENSE="GPL-3+ FDL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="debug" - -# Automagic: -# glib-2.32 dep -# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc) -DEPEND=" - >=app-crypt/libsecret-0.8 - >=app-text/gspell-1.6.0:= - >=dev-cpp/glibmm-2.62.0:2 - >=dev-cpp/gtkmm-3.22.20:3.0 - >=dev-libs/glib-2.32:2[dbus] - >=dev-libs/libxml2-2:2 - dev-libs/libxslt - >=sys-apps/util-linux-2.16:= - >=x11-libs/gtk+-3.22.20:3 -" -RDEPEND="${DEPEND} - gnome-base/gsettings-desktop-schemas -" -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.35.0 - dev-util/itstool - virtual/pkgconfig -" - -PATCHES=("${FILESDIR}"/${PN}-3.38.1-cstddef.patch) - -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) -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} |