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