commit: 8f7d4ac2ed49927dc3e8b543d379a6f2a46aec71
parent 3a2061f0fb05c59a54453d0e31aae84ec3840fd9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 25 Jun 2021 06:30:36 +0200
net-im/tootle: Superseeded by guru
Diffstat:
4 files changed, 0 insertions(+), 99 deletions(-)
diff --git a/net-im/tootle/Manifest b/net-im/tootle/Manifest
@@ -1 +0,0 @@
-DIST tootle-0.2.0.tar.gz 941889 BLAKE2B 8e9880f2a5c2072b0475e6dc6b6e6d8b402f2c2e4e4ec661dfe60d1486bc22df4866e4c650bb7ec741bca5b6e081685cd1c74837f54079db9ba16f1c8d932d82 SHA512 d84631b4ccc73cddbdbde4c80f5a5d1f062ebbb876559b34baaa2c13b3e57bac2329e5ddbd5415d77aef06c922dd3d0d582a36716d853823f5934b822a79e7ef
diff --git a/net-im/tootle/metadata.xml b/net-im/tootle/metadata.xml
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>contact@hacktivis.me</email>
- <name>Haelwenn (lanodan) Monnier</name>
- </maintainer>
-</pkgmetadata>
diff --git a/net-im/tootle/tootle-0.2.0.ebuild b/net-im/tootle/tootle-0.2.0.ebuild
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson vala gnome2-utils
-
-DESCRIPTION="GTK3 client for Mastodon API"
-HOMEPAGE="https://github.com/bleakgrey/tootle"
-SRC_URI="https://github.com/bleakgrey/tootle/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/glib
- dev-libs/granite
- dev-libs/json-glib
- net-libs/libsoup:2.4
- x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vala_src_prepare
- default
-}
-
-pkg_preinst() {
- gnome2_gconf_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_gconf_install
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/net-im/tootle/tootle-9999.ebuild b/net-im/tootle/tootle-9999.ebuild
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson vala gnome2-utils git-r3
-
-DESCRIPTION="GTK3 client for Mastodon API"
-HOMEPAGE="https://github.com/bleakgrey/tootle"
-SRC_URI=""
-
-EGIT_REPO_URI="https://github.com/bleakgrey/tootle"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- dev-libs/glib
- dev-libs/granite
- dev-libs/json-glib
- net-libs/libsoup:2.4
- x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vala_src_prepare
- default
-}
-
-pkg_preinst() {
- gnome2_gconf_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_gconf_install
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}