summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-11-19 16:51:37 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2018-11-19 17:00:16 +0100
commit680edcf7e0c7805b114aaff25917845046d9c2d7 (patch)
tree0baf78e012fd3818bda4506b2c4d98d7caf6606a
parentgnome-extra/gnome-calendar: moved to gentoo repository (diff)
downloadgnome-680edcf7e0c7805b114aaff25917845046d9c2d7.tar.gz
gnome-680edcf7e0c7805b114aaff25917845046d9c2d7.tar.bz2
gnome-680edcf7e0c7805b114aaff25917845046d9c2d7.zip
app-misc/gnote: 3.30 was added to gentoo repository
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r--app-misc/gnote/Manifest23
-rw-r--r--app-misc/gnote/gnote-3.26.0.ebuild71
2 files changed, 0 insertions, 94 deletions
diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
deleted file mode 100644
index 894f9ffc..00000000
--- a/app-misc/gnote/Manifest
+++ /dev/null
@@ -1,23 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST gnote-3.26.0.tar.xz 3999368 BLAKE2B f03018a7db125d6c7a4a7e07e8cdbb0d3f92f9504b0205f47433dcb051ff60d29989a869266e6d928a3ba43969315b114960712940e5b7a489ffef5026c461fb SHA512 348a9108f7118e90b8f4e95a27d55322d8d192aec58b97e31a8133e4e0fdd14f20597e79493083e24574ad6c584858a4c3ff27ef12280804607ac794df3f79fa
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iQKTBAEBCAB9FiEEX+aBqe7MmoWBwzA1lSmjXZiBxnkFAlsJ379fFIAAAAAALgAo
-aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVG
-RTY4MUE5RUVDQzlBODU4MUMzMzAzNTk1MjlBMzVEOTg4MUM2NzkACgkQlSmjXZiB
-xnlz8Q/+NoX/5YCxFhtY2UO7kn2Wj1VmyZJrV4oRSpDPSG4gLn23WtIlvYbVYDAs
-24O4tekwoO6ZPN00LkvyuWH3XEVISaTYeW1rSjHXppJAzOC6muY8Sa/UiAAg93E9
-rPPk21GzUCjTiizAklK/OIjegGXDe3g+AObcILr6SWOfKFu04aHWytv8/utTSJ7P
-/sjtoshkl+Y+TRDBvQRBIJ89sxIyiz9qobvUY6WTGEJZEG/MXNyEKxQmBmNcxBW3
-NG4RavPG1OKGkDRSx5LldFuZhaaT8SYVPQ7ROEqdBlhqVt7a8EC47YilvJFuHKHf
-VhXqwaILitAjDqsx23/lLBb8GaNyNkYN0h+vQzTkOSxQUR7qXVg1xOEPmy20ynVq
-xog98mZ4uaDo/bcJ8dNIPvEx0qitrXM9EpWyd/3PBFxfhqcOPJcRO63bSmi/vV/D
-6pCAJKT1LHsV8WDI7C4scDpjrZbv5/drSfzRFq5PPvfCCP6V3yAqt8/UKf64b1hW
-4XjwCENYqZllk54Fjwlwpv8oK79w8pfLuzA+lCc7XJg7CQCKAg4n7kcWT/Wzwgjq
-JOUXfCqfWA2+eK0gBJVfNXZGejbSti2LhNmfkwRKH221yNUqH03vCkRr5+7q6SfR
-o9nSflNu9sUVI3BK+KrN+W/NXoHdtLV1k50In22HhpOKO/TAWLE=
-=ajma
------END PGP SIGNATURE-----
diff --git a/app-misc/gnote/gnote-3.26.0.ebuild b/app-misc/gnote/gnote-3.26.0.ebuild
deleted file mode 100644
index 45ad245e..00000000
--- a/app-misc/gnote/gnote-3.26.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-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 ~x86"
-IUSE="debug"
-
-# Automagic:
-# glib-2.32 dep
-# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
-COMMON_DEPEND="
- >=app-crypt/libsecret-0.8
- >=app-text/gtkspell-3.0:3
- >=dev-cpp/glibmm-2.32:2
- >=dev-cpp/gtkmm-3.18: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.20:3
-"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gsettings-desktop-schemas
-"
-DEPEND="${DEPEND}
- app-text/docbook-xml-dtd:4.1.2
- >=dev-util/intltool-0.35.0
- dev-util/itstool
- 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)
-}
-
-src_install() {
- gnome2_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- readme.gentoo_print_elog
-}