logo

overlay

My (experimental) gentoo overlay
commit: e72fe5b65f8f4facabb233e97df88832a9fe519b
parent: 74b9b0b6e1b99f048ebc25e5928cdb9775a617fc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 28 Dec 2018 23:53:38 +0100

net-im/tootle: Bump to 0.2.0

Diffstat:

Mnet-im/tootle/Manifest2+-
Anet-im/tootle/metadata.xml8++++++++
Dnet-im/tootle/tootle-0.1.5.ebuild44--------------------------------------------
Anet-im/tootle/tootle-0.2.0.ebuild44++++++++++++++++++++++++++++++++++++++++++++
Mnet-im/tootle/tootle-9999.ebuild4++--
5 files changed, 55 insertions(+), 47 deletions(-)

diff --git a/net-im/tootle/Manifest b/net-im/tootle/Manifest @@ -1 +1 @@ -DIST tootle-0.1.5.tar.gz 931686 BLAKE2B 5068914cc12027eab83b99acd3319cee33736bdcfa337d71f6b3e684290a1b7efd9de88574cf1d0b5e211586a492b897686a05c15acaa3892bd8454dec80c730 SHA512 2db03783044a769edfb70a6be08b401be0662ae4ea9c92c9945cc0f96f74a6785725abe3f8b5a44fff819f9f63d214682181b018fdc1a10953803d9d632a9323 +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 @@ -0,0 +1,8 @@ +<?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.1.5.ebuild b/net-im/tootle/tootle-0.1.5.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" -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-0.2.0.ebuild b/net-im/tootle/tootle-0.2.0.ebuild @@ -0,0 +1,44 @@ +# 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 @@ -5,7 +5,7 @@ EAPI=6 inherit meson vala gnome2-utils git-r3 -DESCRIPTION="GTK3 client for Mastodon" +DESCRIPTION="GTK3 client for Mastodon API" HOMEPAGE="https://github.com/bleakgrey/tootle" SRC_URI="" @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/bleakgrey/tootle" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" DEPEND="