diff options
author | 2024-09-01 17:49:06 +0200 | |
---|---|---|
committer | 2024-09-01 17:49:06 +0200 | |
commit | a403b408827ea6a7d01c30d5d589185ca6940592 (patch) | |
tree | 45ab646efc80a6fe422cddedf1dd9e82401f1345 /gui-apps | |
parent | app-containers/dnsname-cni-plugin: treeclean (diff) | |
download | guru-a403b408827ea6a7d01c30d5d589185ca6940592.tar.gz guru-a403b408827ea6a7d01c30d5d589185ca6940592.tar.bz2 guru-a403b408827ea6a7d01c30d5d589185ca6940592.zip |
gui-apps/tootle: treeclean
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/tootle/metadata.xml | 8 | ||||
-rw-r--r-- | gui-apps/tootle/tootle-9999.ebuild | 45 |
2 files changed, 0 insertions, 53 deletions
diff --git a/gui-apps/tootle/metadata.xml b/gui-apps/tootle/metadata.xml deleted file mode 100644 index 22c8397d9..000000000 --- a/gui-apps/tootle/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-needed --> - <upstream> - <remote-id type="gnome-gitlab">World/tootle</remote-id> - </upstream> -</pkgmetadata> diff --git a/gui-apps/tootle/tootle-9999.ebuild b/gui-apps/tootle/tootle-9999.ebuild deleted file mode 100644 index d14985956..000000000 --- a/gui-apps/tootle/tootle-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 gnome2-utils meson vala xdg-utils - -DESCRIPTION="Mastodon client written in GTK3" -HOMEPAGE="https://gitlab.gnome.org/World/tootle" -EGIT_REPO_URI="https://gitlab.gnome.org/World/tootle" - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - app-crypt/libsecret - dev-libs/glib:2 - >=dev-libs/granite-0.5.2:= - dev-libs/json-glib - dev-libs/libgee:0.8= - dev-libs/libxml2:2 - gui-libs/gtk:4 - gui-libs/libadwaita:1 - net-libs/libsoup:2.4 -" -DEPEND="${RDEPEND}" -BDEPEND=" - $(vala_depend) - sys-devel/gettext -" - -src_prepare() { - vala_setup - default -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postinst - gnome2_schemas_update -} |