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 86A9C1382C5 for ; Mon, 29 Jun 2020 16:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E2DE08AC; Mon, 29 Jun 2020 16:32:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A16F8E08AC for ; Mon, 29 Jun 2020 16:32:21 +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 7085534F334 for ; Mon, 29 Jun 2020 16:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B3E21D for ; Mon, 29 Jun 2020 16:32:17 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1593448248.8c1c0a778ab98a0ff7d1daee471910918152a82f.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wofi/Manifest gui-apps/wofi/metadata.xml gui-apps/wofi/wofi-1.1.1.ebuild gui-apps/wofi/wofi-1.1.2.ebuild gui-apps/wofi/wofi-9999.ebuild X-VCS-Directories: gui-apps/wofi/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 8c1c0a778ab98a0ff7d1daee471910918152a82f X-VCS-Branch: dev Date: Mon, 29 Jun 2020 16:32:17 +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: ec162523-7b30-4466-8397-11e35a8c51a0 X-Archives-Hash: 9ccd16c6b74cb6c973084cb2a1401b93 commit: 8c1c0a778ab98a0ff7d1daee471910918152a82f Author: Matthias Coppens gmail com> AuthorDate: Mon Jun 29 16:28:56 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Mon Jun 29 16:30:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1c0a77 gui-apps/wofi: Initial commit Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens gmail.com> gui-apps/wofi/Manifest | 2 ++ gui-apps/wofi/metadata.xml | 8 ++++++++ gui-apps/wofi/wofi-1.1.1.ebuild | 22 ++++++++++++++++++++++ gui-apps/wofi/wofi-1.1.2.ebuild | 22 ++++++++++++++++++++++ gui-apps/wofi/wofi-9999.ebuild | 22 ++++++++++++++++++++++ 5 files changed, 76 insertions(+) diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest new file mode 100644 index 0000000..f0c1ffa --- /dev/null +++ b/gui-apps/wofi/Manifest @@ -0,0 +1,2 @@ +DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 41734a348c11317a57604a67e92be1ee26df217587762e39856c15e99c2b65134546cf57f0dc1723fc1d59b23c8f272d4eb246c08891406ff4efd17a6613e93b SHA512 c6bb86b5ef217ff40132e47cd9b4d15e70c365fa8954be7aaeade6cb3326ca2e7276ca975a823c5ad7174c9d409489b47ffc329f4cdd4fb9f4e367bf029cc436 +DIST wofi-1.1.2.tar.gz 64808 BLAKE2B e884553c7c92c0810480d22c65cbc5ed654893e87d255fb51d004fc066540ecf6877f1d6c91e83120f37b0050ed188fb05c0bb5381b26f30a534120bdf266a8c SHA512 7422bdcdf7e31adc5c4e1121666aaee03541431d21d968d8648e9b503abd87082945fa9d10f4befdc796b093510cc8482da4fa22ab92e41a64442e3e0a6154be diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml new file mode 100644 index 0000000..7066f7e --- /dev/null +++ b/gui-apps/wofi/metadata.xml @@ -0,0 +1,8 @@ + + + + + Matthias Coppens + coppens.matthias.abc@gmail.com + + diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild new file mode 100644 index 0000000..791e0d6 --- /dev/null +++ b/gui-apps/wofi/wofi-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" +case "${PV}" in + "9999") + inherit mercurial + ;; + *) + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" +esac +inherit meson + +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" +HOMEPAGE="${EHG_REPO_URI}" +LICENSE="GPL-3" + +SLOT="0" +KEYWORDS="~amd64" diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild new file mode 100644 index 0000000..791e0d6 --- /dev/null +++ b/gui-apps/wofi/wofi-1.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" +case "${PV}" in + "9999") + inherit mercurial + ;; + *) + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" +esac +inherit meson + +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" +HOMEPAGE="${EHG_REPO_URI}" +LICENSE="GPL-3" + +SLOT="0" +KEYWORDS="~amd64" diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild new file mode 100644 index 0000000..d9a1fc7 --- /dev/null +++ b/gui-apps/wofi/wofi-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" +case "${PV}" in + "9999") + inherit mercurial + ;; + *) + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" +esac +inherit meson + +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" +HOMEPAGE="${EHG_REPO_URI}" +LICENSE="GPL-3" + +SLOT="0" +KEYWORDS=""