Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-crypt/seahorse-sharing/
Date: Wed, 27 Apr 2022 16:15:28
Message-Id: 1651075738.87ad69631a74b89815fa188121a2763b6e47cbf4.jsmolic@gentoo
1 commit: 87ad69631a74b89815fa188121a2763b6e47cbf4
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 16:08:58 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 16:08:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ad6963
7
8 app-crypt/seahorse-sharing: treeclean
9
10 Closes: https://bugs.gentoo.org/733010
11 Closes: https://bugs.gentoo.org/828948
12 Closes: https://bugs.gentoo.org/835388
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 app-crypt/seahorse-sharing/Manifest | 1 -
16 app-crypt/seahorse-sharing/metadata.xml | 8 ---
17 .../seahorse-sharing-3.8.0_p20181216.ebuild | 59 ----------------------
18 profiles/package.mask | 9 ----
19 4 files changed, 77 deletions(-)
20
21 diff --git a/app-crypt/seahorse-sharing/Manifest b/app-crypt/seahorse-sharing/Manifest
22 deleted file mode 100644
23 index e29bc69a26ce..000000000000
24 --- a/app-crypt/seahorse-sharing/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST seahorse-sharing-58db1e5b8615d74afaa5d888237ef6556368147b.tar.gz 101549 BLAKE2B c0ac487e826426c5f0a7fcfdc1078bd9b96442751821ac6597da3ffae3f5ab06b3fa4c4cf514536f9b8375f2a36529768942e6b15d6f4ea57ada543e7d95586c SHA512 6b91a8498f6065a0ddfcc53edf96dbf7720f82a73bc904ce6af18b1f52b559459e21ad9c3d550fc24730e3200c2ff9acaa9bdfe64b5bd83939b55db97ea116d9
28
29 diff --git a/app-crypt/seahorse-sharing/metadata.xml b/app-crypt/seahorse-sharing/metadata.xml
30 deleted file mode 100644
31 index 7b343b06be8a..000000000000
32 --- a/app-crypt/seahorse-sharing/metadata.xml
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 -<maintainer type="project">
39 - <email>gnome@g.o</email>
40 - <name>Gentoo GNOME Desktop</name>
41 -</maintainer>
42 -</pkgmetadata>
43
44 diff --git a/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20181216.ebuild b/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20181216.ebuild
45 deleted file mode 100644
46 index 2fb2f6507630..000000000000
47 --- a/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20181216.ebuild
48 +++ /dev/null
49 @@ -1,59 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI="5"
54 -GCONF_DEBUG="yes" # disable asserts
55 -GNOME2_EAUTORECONF="yes"
56 -
57 -inherit gnome2
58 -
59 -DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP"
60 -HOMEPAGE="https://projects.gnome.org/seahorse/"
61 -SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/master/${PN}-58db1e5b8615d74afaa5d888237ef6556368147b.tar.gz"
62 -
63 -LICENSE="GPL-2+"
64 -SLOT="0"
65 -KEYWORDS="amd64 x86"
66 -IUSE=""
67 -
68 -COMMON_DEPEND="
69 - app-crypt/seahorse
70 - dev-libs/glib:2
71 - >=net-dns/avahi-0.6:=[dbus]
72 - net-libs/libsoup:2.4
73 - >=x11-libs/gtk+-3:3
74 -
75 - >=app-crypt/gpgme-1
76 - >=app-crypt/gnupg-1.4
77 -"
78 -RDEPEND="${COMMON_DEPEND}
79 - !<app-crypt/seahorse-3.2
80 -"
81 -# ${PN} was part of seahorse before 3.2
82 -DEPEND="${COMMON_DEPEND}
83 - >=dev-util/intltool-0.35
84 - sys-devel/gettext
85 - virtual/pkgconfig
86 -"
87 -
88 -S="${WORKDIR}/${PN}-master-58db1e5b8615d74afaa5d888237ef6556368147b"
89 -
90 -src_prepare() {
91 - DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful
92 - # Do not pass --enable-tests to configure - package has no tests
93 -
94 - gnome2_src_prepare
95 -}
96 -
97 -pkg_postinst() {
98 - gnome2_pkg_postinst
99 -
100 - if ! has_version net-dns/avahi && \
101 - ! rc-config list default | grep -q "avahi-daemon" ; then
102 - elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC"
103 - elog "system, you can start the Avahi daemon by"
104 - elog "# /etc/init.d/avahi-daemon start"
105 - elog "To start Avahi automatically, add it to the default runlevel:"
106 - elog "# rc-update add avahi-daemon default"
107 - fi
108 -}
109
110 diff --git a/profiles/package.mask b/profiles/package.mask
111 index 14ef587a6bf9..56b476428cbd 100644
112 --- a/profiles/package.mask
113 +++ b/profiles/package.mask
114 @@ -357,15 +357,6 @@ media-sound/xnoise
115 # Removal on 2022-04-25.
116 net-misc/realtek-r8152
117
118 -# Sam James <sam@g.o> (2022-03-22)
119 -# Abandoned upstream (archived many years ago), fails
120 -# to build with modern versions of gnupg, and is
121 -# stuck on EAPI 5. No reverse dependencies.
122 -# bug #835388, bug #828948, bug #733010.
123 -# Maintainers welcome to take over.
124 -# Removal on 2022-04-22.
125 -app-crypt/seahorse-sharing
126 -
127 # David Seifert <soap@g.o> (2022-03-20)
128 # Mask gcc-8 branch (ended upstream support). Please switch
129 # to a fresher gcc branch.