Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/gnote/
Date: Mon, 19 Nov 2018 16:00:27
Message-Id: 1542643216.680edcf7e0c7805b114aaff25917845046d9c2d7.eva@gentoo
1 commit: 680edcf7e0c7805b114aaff25917845046d9c2d7
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 15:51:37 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 16:00:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=680edcf7
7
8 app-misc/gnote: 3.30 was added to gentoo repository
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
13
14 app-misc/gnote/gnote-3.26.0.ebuild | 71 --------------------------------------
15 1 file changed, 71 deletions(-)
16
17 diff --git a/app-misc/gnote/gnote-3.26.0.ebuild b/app-misc/gnote/gnote-3.26.0.ebuild
18 deleted file mode 100644
19 index 45ad245e..00000000
20 --- a/app-misc/gnote/gnote-3.26.0.ebuild
21 +++ /dev/null
22 @@ -1,71 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -GNOME2_LA_PUNT="yes"
28 -
29 -inherit gnome2 readme.gentoo-r1
30 -
31 -DESCRIPTION="Desktop note-taking application"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/Gnote"
33 -
34 -LICENSE="GPL-3+ FDL-1.1"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="debug"
38 -
39 -# Automagic:
40 -# glib-2.32 dep
41 -# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
42 -COMMON_DEPEND="
43 - >=app-crypt/libsecret-0.8
44 - >=app-text/gtkspell-3.0:3
45 - >=dev-cpp/glibmm-2.32:2
46 - >=dev-cpp/gtkmm-3.18:3.0
47 - >=dev-libs/glib-2.32:2[dbus]
48 - >=dev-libs/libxml2-2:2
49 - dev-libs/libxslt
50 - >=sys-apps/util-linux-2.16:=
51 - >=x11-libs/gtk+-3.20:3
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - gnome-base/gsettings-desktop-schemas
55 -"
56 -DEPEND="${DEPEND}
57 - app-text/docbook-xml-dtd:4.1.2
58 - >=dev-util/intltool-0.35.0
59 - dev-util/itstool
60 - virtual/pkgconfig
61 -"
62 -
63 -src_prepare() {
64 - # Do not alter CFLAGS
65 - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
66 -
67 - gnome2_src_prepare
68 -
69 - if has_version net-fs/wdfs; then
70 - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to
71 - synchronize notes."
72 - else
73 - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
74 - If you want to use that functionality just emerge net-fs/wdfs.
75 - Gnote will automatically detect that you did and let you use it."
76 - fi
77 -}
78 -
79 -src_configure() {
80 - gnome2_src_configure \
81 - --disable-static \
82 - $(use_enable debug)
83 -}
84 -
85 -src_install() {
86 - gnome2_src_install
87 - readme.gentoo_create_doc
88 -}
89 -
90 -pkg_postinst() {
91 - gnome2_pkg_postinst
92 - readme.gentoo_print_elog
93 -}