Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gnote/
Date: Sat, 27 Jan 2018 09:38:34
Message-Id: 1517045878.b426d398007e235a6ce10640f74a6b513c6e379d.leio@gentoo
1 commit: b426d398007e235a6ce10640f74a6b513c6e379d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 07:51:08 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:37:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b426d398
7
8 app-misc/gnote: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-misc/gnote/Manifest | 2 --
13 app-misc/gnote/gnote-3.22.1.ebuild | 70 -------------------------------------
14 app-misc/gnote/gnote-3.24.0.ebuild | 71 --------------------------------------
15 3 files changed, 143 deletions(-)
16
17 diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
18 index b8bc4804035..d2434af7080 100644
19 --- a/app-misc/gnote/Manifest
20 +++ b/app-misc/gnote/Manifest
21 @@ -1,3 +1 @@
22 -DIST gnote-3.22.1.tar.xz 3309984 BLAKE2B 0d8efac1e58a931682da5d2b10e2ed58df43a581aac428cb93f6f208be1e888c41f5f6a9595305a3f16ec95a1b2f33a11a0800a1ba3ac641d6ac31129ec9a3f8 SHA512 0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
23 -DIST gnote-3.24.0.tar.xz 3307940 BLAKE2B 2f0ef3649b9fd998a03e18959612ef87be0e36e9f2e65c2562b891c1f8baf529f1b7186ef1bb077bfc85b5cbb8a0686110ec09a189dc06d4fb78327696fa4d09 SHA512 640f24d1829a546e53eb2d269f965daafa651e141566fd2f7a4572245b309c06259f548fa38c86c55954f2d0f8f98c48b7da2ed982864ae6ffbcac4b5d64aecb
24 DIST gnote-3.24.1.tar.xz 3310012 BLAKE2B b6167dbb2461e574e4f21b2f227eb9a3c89708ddd15a561146faa044130e5c9ccc6d64b4923c30726160ee35d4ab5a0ae04b1593e74af2fa6566582af9bc1f18 SHA512 759fb2984312a3e3d5aed9b79f2309021b69df57b820d34814a5d3d9b5c9201abc6e50d83bf64f30974991d779b0b85e599435a24ee1326b867a2a4be8e0f37e
25
26 diff --git a/app-misc/gnote/gnote-3.22.1.ebuild b/app-misc/gnote/gnote-3.22.1.ebuild
27 deleted file mode 100644
28 index 26e294954bc..00000000000
29 --- a/app-misc/gnote/gnote-3.22.1.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 readme.gentoo-r1
39 -
40 -DESCRIPTION="Desktop note-taking application"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Gnote"
42 -
43 -LICENSE="GPL-3+ FDL-1.1"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="debug"
47 -
48 -# Automagic glib-2.32 dep
49 -COMMON_DEPEND="
50 - >=app-crypt/libsecret-0.8
51 - >=app-text/gtkspell-3.0:3
52 - >=dev-cpp/glibmm-2.32:2
53 - >=dev-cpp/gtkmm-3.18:3.0
54 - >=dev-libs/boost-1.34:=
55 - >=dev-libs/glib-2.32:2[dbus]
56 - >=dev-libs/libxml2-2:2
57 - dev-libs/libxslt
58 - >=sys-apps/util-linux-2.16:=
59 - >=x11-libs/gtk+-3.20:3
60 -"
61 -RDEPEND="${COMMON_DEPEND}
62 - gnome-base/gsettings-desktop-schemas
63 -"
64 -DEPEND="${DEPEND}
65 - app-text/docbook-xml-dtd:4.1.2
66 - >=dev-util/intltool-0.35.0
67 - dev-util/itstool
68 - virtual/pkgconfig
69 -"
70 -
71 -src_prepare() {
72 - # Do not alter CFLAGS
73 - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
74 -
75 - gnome2_src_prepare
76 -
77 - if has_version net-fs/wdfs; then
78 - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to
79 - synchronize notes."
80 - else
81 - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
82 - If you want to use that functionality just emerge net-fs/wdfs.
83 - Gnote will automatically detect that you did and let you use it."
84 - fi
85 -}
86 -
87 -src_configure() {
88 - gnome2_src_configure \
89 - --disable-static \
90 - $(use_enable debug)
91 -}
92 -
93 -src_install() {
94 - gnome2_src_install
95 - readme.gentoo_create_doc
96 -}
97 -
98 -pkg_postinst() {
99 - gnome2_pkg_postinst
100 - readme.gentoo_print_elog
101 -}
102
103 diff --git a/app-misc/gnote/gnote-3.24.0.ebuild b/app-misc/gnote/gnote-3.24.0.ebuild
104 deleted file mode 100644
105 index b0b68f6acf7..00000000000
106 --- a/app-misc/gnote/gnote-3.24.0.ebuild
107 +++ /dev/null
108 @@ -1,71 +0,0 @@
109 -# Copyright 1999-2017 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -GNOME2_LA_PUNT="yes"
114 -
115 -inherit gnome2 readme.gentoo-r1
116 -
117 -DESCRIPTION="Desktop note-taking application"
118 -HOMEPAGE="https://wiki.gnome.org/Apps/Gnote"
119 -
120 -LICENSE="GPL-3+ FDL-1.1"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE="debug"
124 -
125 -# Automagic:
126 -# glib-2.32 dep
127 -# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
128 -COMMON_DEPEND="
129 - >=app-crypt/libsecret-0.8
130 - >=app-text/gtkspell-3.0:3
131 - >=dev-cpp/glibmm-2.32:2
132 - >=dev-cpp/gtkmm-3.18:3.0
133 - >=dev-libs/glib-2.32:2[dbus]
134 - >=dev-libs/libxml2-2:2
135 - dev-libs/libxslt
136 - >=sys-apps/util-linux-2.16:=
137 - >=x11-libs/gtk+-3.20:3
138 -"
139 -RDEPEND="${COMMON_DEPEND}
140 - gnome-base/gsettings-desktop-schemas
141 -"
142 -DEPEND="${DEPEND}
143 - app-text/docbook-xml-dtd:4.1.2
144 - >=dev-util/intltool-0.35.0
145 - dev-util/itstool
146 - virtual/pkgconfig
147 -"
148 -
149 -src_prepare() {
150 - # Do not alter CFLAGS
151 - sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
152 -
153 - gnome2_src_prepare
154 -
155 - if has_version net-fs/wdfs; then
156 - DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to
157 - synchronize notes."
158 - else
159 - DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
160 - If you want to use that functionality just emerge net-fs/wdfs.
161 - Gnote will automatically detect that you did and let you use it."
162 - fi
163 -}
164 -
165 -src_configure() {
166 - gnome2_src_configure \
167 - --disable-static \
168 - $(use_enable debug)
169 -}
170 -
171 -src_install() {
172 - gnome2_src_install
173 - readme.gentoo_create_doc
174 -}
175 -
176 -pkg_postinst() {
177 - gnome2_pkg_postinst
178 - readme.gentoo_print_elog
179 -}