From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DFAC1382C5 for ; Wed, 20 Jan 2021 22:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAFB6E0833; Wed, 20 Jan 2021 22:16:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6DE5E0833 for ; Wed, 20 Jan 2021 22:16:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67FAF3408B8 for ; Wed, 20 Jan 2021 22:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DDC488 for ; Wed, 20 Jan 2021 22:15:59 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1611180953.ecb88141fa0b54e1849fbb0d807ffcd02c33c22a.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tootle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/tootle/Manifest net-misc/tootle/metadata.xml net-misc/tootle/tootle-1.0_alpha2.ebuild net-misc/tootle/tootle-9999.ebuild X-VCS-Directories: net-misc/tootle/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ecb88141fa0b54e1849fbb0d807ffcd02c33c22a X-VCS-Branch: dev Date: Wed, 20 Jan 2021 22:15:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70ea69b8-fa6a-4a90-9589-1f36575ce04a X-Archives-Hash: 009227b8f63cf68e89f927c3601cfea7 commit: ecb88141fa0b54e1849fbb0d807ffcd02c33c22a Author: Maciej Barć protonmail com> AuthorDate: Tue Jan 19 20:07:07 2021 +0000 Commit: Maciej Barć protonmail com> CommitDate: Wed Jan 20 22:15:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecb88141 net-misc/tootle: new pkg; add version 1.0_alpha2 and live Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> net-misc/tootle/Manifest | 1 + net-misc/tootle/metadata.xml | 11 ++++++ net-misc/tootle/tootle-1.0_alpha2.ebuild | 58 ++++++++++++++++++++++++++++++++ net-misc/tootle/tootle-9999.ebuild | 57 +++++++++++++++++++++++++++++++ 4 files changed, 127 insertions(+) diff --git a/net-misc/tootle/Manifest b/net-misc/tootle/Manifest new file mode 100644 index 00000000..7f182e5d --- /dev/null +++ b/net-misc/tootle/Manifest @@ -0,0 +1 @@ +DIST tootle-1.0_alpha2.tar.gz 794059 BLAKE2B 7dd03b8bdb3f8b9ae3758fc8c3e7f1fa3529ddc61cf3e281ed92330b89c99651e860d213cf1a3818abff24853b20a9562f46ac1c601e94537bf45940166a17aa SHA512 cb51fce1b439a0703be5e0c755aaebd4ad81b87252f19784cbec80ce3c43e94bfc72c5e205e9a016706a8edd4dfffc9ce0ecfddae4fc45f0edec85f5fca9dfcf diff --git a/net-misc/tootle/metadata.xml b/net-misc/tootle/metadata.xml new file mode 100644 index 00000000..e0e9cf02 --- /dev/null +++ b/net-misc/tootle/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + bleakgrey/tootle + + diff --git a/net-misc/tootle/tootle-1.0_alpha2.ebuild b/net-misc/tootle/tootle-1.0_alpha2.ebuild new file mode 100644 index 00000000..e0cbe714 --- /dev/null +++ b/net-misc/tootle/tootle-1.0_alpha2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vala meson gnome2-utils xdg + +DESCRIPTION="Mastodon client written in GTK3" +HOMEPAGE="https://github.com/bleakgrey/tootle" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git" +else + MY_PV="${PV/_/-}" + SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-${MY_PV}" +fi + +LICENSE="GPL-3" +KEYWORDS="~arm64 ~amd64" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + dev-libs/libgee:0.8 + gui-libs/libhandy:1 + net-libs/libsoup:2.4 + x11-libs/gtk+:3 +" +DEPEND=" + ${RDEPEND} +" + +src_prepare() { + xdg_src_prepare + vala_src_prepare + default +} + +pkg_preinst() { + gnome2_schemas_savelist + xdg_pkg_preinst +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_pkg_postrm +} diff --git a/net-misc/tootle/tootle-9999.ebuild b/net-misc/tootle/tootle-9999.ebuild new file mode 100644 index 00000000..71270f2c --- /dev/null +++ b/net-misc/tootle/tootle-9999.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vala meson gnome2-utils xdg + +DESCRIPTION="Mastodon client written in GTK3" +HOMEPAGE="https://github.com/bleakgrey/tootle" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/bleakgrey/${PN}.git" +else + MY_PV="${PV/_/-}" + SRC_URI="https://github.com/bleakgrey/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-${MY_PV}" +fi + +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + dev-libs/libgee:0.8 + gui-libs/libhandy:1 + net-libs/libsoup:2.4 + x11-libs/gtk+:3 +" +DEPEND=" + ${RDEPEND} +" + +src_prepare() { + xdg_src_prepare + vala_src_prepare + default +} + +pkg_preinst() { + gnome2_schemas_savelist + xdg_pkg_preinst +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_pkg_postrm +}