Gentoo Archives: gentoo-commits

From: Matthias Coppens <coppens.matthias.abc@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wofi/
Date: Mon, 29 Jun 2020 16:32:22
Message-Id: 1593448248.8c1c0a778ab98a0ff7d1daee471910918152a82f.coppens.matthias@gentoo
1 commit: 8c1c0a778ab98a0ff7d1daee471910918152a82f
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 16:28:56 2020 +0000
4 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 29 16:30:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1c0a77
7
8 gui-apps/wofi: Initial commit
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
12
13 gui-apps/wofi/Manifest | 2 ++
14 gui-apps/wofi/metadata.xml | 8 ++++++++
15 gui-apps/wofi/wofi-1.1.1.ebuild | 22 ++++++++++++++++++++++
16 gui-apps/wofi/wofi-1.1.2.ebuild | 22 ++++++++++++++++++++++
17 gui-apps/wofi/wofi-9999.ebuild | 22 ++++++++++++++++++++++
18 5 files changed, 76 insertions(+)
19
20 diff --git a/gui-apps/wofi/Manifest b/gui-apps/wofi/Manifest
21 new file mode 100644
22 index 0000000..f0c1ffa
23 --- /dev/null
24 +++ b/gui-apps/wofi/Manifest
25 @@ -0,0 +1,2 @@
26 +DIST wofi-1.1.1.tar.gz 64769 BLAKE2B 41734a348c11317a57604a67e92be1ee26df217587762e39856c15e99c2b65134546cf57f0dc1723fc1d59b23c8f272d4eb246c08891406ff4efd17a6613e93b SHA512 c6bb86b5ef217ff40132e47cd9b4d15e70c365fa8954be7aaeade6cb3326ca2e7276ca975a823c5ad7174c9d409489b47ffc329f4cdd4fb9f4e367bf029cc436
27 +DIST wofi-1.1.2.tar.gz 64808 BLAKE2B e884553c7c92c0810480d22c65cbc5ed654893e87d255fb51d004fc066540ecf6877f1d6c91e83120f37b0050ed188fb05c0bb5381b26f30a534120bdf266a8c SHA512 7422bdcdf7e31adc5c4e1121666aaee03541431d21d968d8648e9b503abd87082945fa9d10f4befdc796b093510cc8482da4fa22ab92e41a64442e3e0a6154be
28
29 diff --git a/gui-apps/wofi/metadata.xml b/gui-apps/wofi/metadata.xml
30 new file mode 100644
31 index 0000000..7066f7e
32 --- /dev/null
33 +++ b/gui-apps/wofi/metadata.xml
34 @@ -0,0 +1,8 @@
35 +<?xml version="1.0" encoding="UTF-8"?>
36 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 +<pkgmetadata>
38 + <maintainer type="person">
39 + <name>Matthias Coppens</name>
40 + <email>coppens.matthias.abc@×××××.com</email>
41 + </maintainer>
42 +</pkgmetadata>
43
44 diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.1.1.ebuild
45 new file mode 100644
46 index 0000000..791e0d6
47 --- /dev/null
48 +++ b/gui-apps/wofi/wofi-1.1.1.ebuild
49 @@ -0,0 +1,22 @@
50 +# Copyright 1999-2020 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=7
54 +
55 +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
56 +case "${PV}" in
57 + "9999")
58 + inherit mercurial
59 + ;;
60 + *)
61 + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 + S="${WORKDIR}/${PN}-v${PV}"
63 +esac
64 +inherit meson
65 +
66 +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
67 +HOMEPAGE="${EHG_REPO_URI}"
68 +LICENSE="GPL-3"
69 +
70 +SLOT="0"
71 +KEYWORDS="~amd64"
72
73 diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.1.2.ebuild
74 new file mode 100644
75 index 0000000..791e0d6
76 --- /dev/null
77 +++ b/gui-apps/wofi/wofi-1.1.2.ebuild
78 @@ -0,0 +1,22 @@
79 +# Copyright 1999-2020 Gentoo Authors
80 +# Distributed under the terms of the GNU General Public License v2
81 +
82 +EAPI=7
83 +
84 +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
85 +case "${PV}" in
86 + "9999")
87 + inherit mercurial
88 + ;;
89 + *)
90 + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 + S="${WORKDIR}/${PN}-v${PV}"
92 +esac
93 +inherit meson
94 +
95 +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
96 +HOMEPAGE="${EHG_REPO_URI}"
97 +LICENSE="GPL-3"
98 +
99 +SLOT="0"
100 +KEYWORDS="~amd64"
101
102 diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild
103 new file mode 100644
104 index 0000000..d9a1fc7
105 --- /dev/null
106 +++ b/gui-apps/wofi/wofi-9999.ebuild
107 @@ -0,0 +1,22 @@
108 +# Copyright 1999-2020 Gentoo Authors
109 +# Distributed under the terms of the GNU General Public License v2
110 +
111 +EAPI=7
112 +
113 +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
114 +case "${PV}" in
115 + "9999")
116 + inherit mercurial
117 + ;;
118 + *)
119 + SRC_URI="${EHG_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
120 + S="${WORKDIR}/${PN}-v${PV}"
121 +esac
122 +inherit meson
123 +
124 +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
125 +HOMEPAGE="${EHG_REPO_URI}"
126 +LICENSE="GPL-3"
127 +
128 +SLOT="0"
129 +KEYWORDS=""