From 0876625779972ff2e282ea79f7fd1d76fe8e65c2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 5 Jun 2018 16:05:56 +0200 Subject: [PATCH] removed tootle-1.0.3 --- net-misc/tootle/tootle-0.1.3.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 net-misc/tootle/tootle-0.1.3.ebuild diff --git a/net-misc/tootle/tootle-0.1.3.ebuild b/net-misc/tootle/tootle-0.1.3.ebuild deleted file mode 100644 index f971f8144..000000000 --- a/net-misc/tootle/tootle-0.1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit meson vala - -DESCRIPTION="GTK3 client for Mastodon" -HOMEPAGE="https://github.com/bleakgrey/tootle" -SRC_URI="https://github.com/bleakgrey/tootle/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=">=x11-libs/gtk+-3.22.29 - >=net-libs/libsoup-2.58.2 - >=dev-libs/granite-0.5.0 - >=dev-libs/json-glib-1.2.8" -DEPEND="${RDEPEND} - >=dev-util/meson-0.46.1 - >=dev-lang/vala-0.36.13" - -src_prepare() { - export VALAC="$(type -p valac-$(vala_best_api_version))" - default_src_prepare -} - -src_postintst() { - gnome2_icon_cache_update -}