diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-27 18:08:58 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-27 18:08:58 +0200 |
commit | 87ad69631a74b89815fa188121a2763b6e47cbf4 (patch) | |
tree | 4f4c4ab0355d6115e5dee794a6a55821eb9be6d0 /app-crypt/seahorse-sharing | |
parent | net-vpn/headscale: new package, add 0.15.0 (diff) | |
download | gentoo-87ad69631a74b89815fa188121a2763b6e47cbf4.tar.gz gentoo-87ad69631a74b89815fa188121a2763b6e47cbf4.tar.bz2 gentoo-87ad69631a74b89815fa188121a2763b6e47cbf4.zip |
app-crypt/seahorse-sharing: treeclean
Closes: https://bugs.gentoo.org/733010
Closes: https://bugs.gentoo.org/828948
Closes: https://bugs.gentoo.org/835388
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt/seahorse-sharing')
-rw-r--r-- | app-crypt/seahorse-sharing/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/seahorse-sharing/metadata.xml | 8 | ||||
-rw-r--r-- | app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20181216.ebuild | 59 |
3 files changed, 0 insertions, 68 deletions
diff --git a/app-crypt/seahorse-sharing/Manifest b/app-crypt/seahorse-sharing/Manifest deleted file mode 100644 index e29bc69a26ce..000000000000 --- a/app-crypt/seahorse-sharing/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST seahorse-sharing-58db1e5b8615d74afaa5d888237ef6556368147b.tar.gz 101549 BLAKE2B c0ac487e826426c5f0a7fcfdc1078bd9b96442751821ac6597da3ffae3f5ab06b3fa4c4cf514536f9b8375f2a36529768942e6b15d6f4ea57ada543e7d95586c SHA512 6b91a8498f6065a0ddfcc53edf96dbf7720f82a73bc904ce6af18b1f52b559459e21ad9c3d550fc24730e3200c2ff9acaa9bdfe64b5bd83939b55db97ea116d9 diff --git a/app-crypt/seahorse-sharing/metadata.xml b/app-crypt/seahorse-sharing/metadata.xml deleted file mode 100644 index 7b343b06be8a..000000000000 --- a/app-crypt/seahorse-sharing/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> 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 deleted file mode 100644 index 2fb2f6507630..000000000000 --- a/app-crypt/seahorse-sharing/seahorse-sharing-3.8.0_p20181216.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="yes" # disable asserts -GNOME2_EAUTORECONF="yes" - -inherit gnome2 - -DESCRIPTION="Daemon for PGP public key sharing using DNS-SD and HKP" -HOMEPAGE="https://projects.gnome.org/seahorse/" -SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/master/${PN}-58db1e5b8615d74afaa5d888237ef6556368147b.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - app-crypt/seahorse - dev-libs/glib:2 - >=net-dns/avahi-0.6:=[dbus] - net-libs/libsoup:2.4 - >=x11-libs/gtk+-3:3 - - >=app-crypt/gpgme-1 - >=app-crypt/gnupg-1.4 -" -RDEPEND="${COMMON_DEPEND} - !<app-crypt/seahorse-3.2 -" -# ${PN} was part of seahorse before 3.2 -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" - -S="${WORKDIR}/${PN}-master-58db1e5b8615d74afaa5d888237ef6556368147b" - -src_prepare() { - DOCS="AUTHORS MAINTAINERS NEWS" # ChangeLog has nothing useful - # Do not pass --enable-tests to configure - package has no tests - - gnome2_src_prepare -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! has_version net-dns/avahi && \ - ! rc-config list default | grep -q "avahi-daemon" ; then - elog "To use ${PN}, the Avahi daemon must be running. On an OpenRC" - elog "system, you can start the Avahi daemon by" - elog "# /etc/init.d/avahi-daemon start" - elog "To start Avahi automatically, add it to the default runlevel:" - elog "# rc-update add avahi-daemon default" - fi -} |