public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/
Date: Sun, 13 Sep 2020 09:45:15 +0000 (UTC)	[thread overview]
Message-ID: <1599990237.096b6e1951d31f8e29a9a514ca7254d3e40bbc18.coppens.matthias@gentoo> (raw)

commit:     096b6e1951d31f8e29a9a514ca7254d3e40bbc18
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sun Sep 13 09:43:41 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Sun Sep 13 09:43:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=096b6e19

gui-apps/nwg-launchers: Version bump 0.3.3

+ Version bump
+ Changed style to be proxy-maint compliant
+ Added RESTRICT=mirror

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 gui-apps/nwg-launchers/Manifest                    |  3 +-
 gui-apps/nwg-launchers/nwg-launchers-0.3.1.ebuild  | 33 ----------------------
 gui-apps/nwg-launchers/nwg-launchers-0.3.2.ebuild  | 21 +++++++-------
 ...ers-0.3.0.ebuild => nwg-launchers-0.3.3.ebuild} | 21 +++++++-------
 gui-apps/nwg-launchers/nwg-launchers-9999.ebuild   | 20 +++++++------
 5 files changed, 34 insertions(+), 64 deletions(-)

diff --git a/gui-apps/nwg-launchers/Manifest b/gui-apps/nwg-launchers/Manifest
index f0b00a8f..4e1f23bd 100644
--- a/gui-apps/nwg-launchers/Manifest
+++ b/gui-apps/nwg-launchers/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-launchers-0.3.0.tar.gz 42750 BLAKE2B ef745b20b884d5bb9281017d2cf6f19f3dc3125489e5d1c1c0e4909209119902f0da1982f09154111ad4a269948d2f2a4e851efaa8ae5dfe992a4c30c601fb64 SHA512 3dc1a49d72dfa2d5cfd8254b6e0d48af4b86dce86171a44813c2d89f9a450bed0ab88bd2afbc2152a3608c89ab27d434a62f21589ef7f9519b5f5e669f78e324
-DIST nwg-launchers-0.3.1.tar.gz 43257 BLAKE2B ef033fe253099eaa8b7151ebccec81a6a3a1ed8cc90dce48a7c236c305ece1fac2c47b615e40366d877878494af9924d83369a655199b85fcf26aea3feaa46de SHA512 91e72c24899d01172075141102e714a0c0264a1dc68a550a6b64eb66201f85605781c0beaa631d8bc7f40bc93cf9dea26d6eab698077941ac3f8120f666f85f7
 DIST nwg-launchers-0.3.2.tar.gz 44880 BLAKE2B f4050fd4bcbe26fe5c8cd533654cd8d9b40a02265510fe06da93232eeeb4566ca5c9ca4c0267b4b5447d35ea7fbba432ce3103cd78065f87bdb4e9973fd9ad7f SHA512 c5acfe0977e771a251d074a1185039991034354d5f5f5a9e49a8f1349397a87ac072d8b4510685f022bfd9f28f02cb81b08d62557c36cde482798a1cb244ea46
+DIST nwg-launchers-0.3.3.tar.gz 46793 BLAKE2B 49c85a5ef05a5c403d264a96b3c750a4f41b264523329899c99889301a47bff44f1d179d457621fd63d83060a44321a17121a252c45b02c040dc5c3aaeffd871 SHA512 500cade39af681bb29095a3802542da2b6863ffc1270daeb18463e677ccc8bd1d444891c94bb6dab62bae8602539724a972969992b9af0188d4eab1ea8cd3bfb

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.3.1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.3.1.ebuild
deleted file mode 100644
index 0ba68bd1..00000000
--- a/gui-apps/nwg-launchers/nwg-launchers-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-esac
-inherit meson
-
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="${EGIT_REPO_URI}"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	x11-libs/gtk+:3
-	dev-cpp/gtkmm:3.0
-	dev-cpp/nlohmann_json"
-DEPEND="${RDEPEND}"
-
-IUSE="+bar +dmenu +grid"
-
-src_configure() {
-	meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
-}

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.3.2.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.3.2.ebuild
index 0ba68bd1..dc44e26d 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.3.2.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.3.2.ebuild
@@ -3,22 +3,21 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-esac
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
+else
+	SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 inherit meson
 
 DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~amd64"
 
 RDEPEND="
 	x11-libs/gtk+:3
@@ -28,6 +27,8 @@ DEPEND="${RDEPEND}"
 
 IUSE="+bar +dmenu +grid"
 
+RESTRICT="mirror"
+
 src_configure() {
 	meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
 }

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.3.3.ebuild
similarity index 58%
rename from gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild
rename to gui-apps/nwg-launchers/nwg-launchers-0.3.3.ebuild
index 0ba68bd1..dc44e26d 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.3.3.ebuild
@@ -3,22 +3,21 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-esac
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
+else
+	SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 inherit meson
 
 DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~amd64"
 
 RDEPEND="
 	x11-libs/gtk+:3
@@ -28,6 +27,8 @@ DEPEND="${RDEPEND}"
 
 IUSE="+bar +dmenu +grid"
 
+RESTRICT="mirror"
+
 src_configure() {
 	meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
 }

diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
index 169b86e7..dc44e26d 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -3,18 +3,18 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-esac
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
+else
+	SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 inherit meson
 
 DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="${EGIT_REPO_URI}"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}"
 
 IUSE="+bar +dmenu +grid"
 
+RESTRICT="mirror"
+
 src_configure() {
 	meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
 }


             reply	other threads:[~2020-09-13  9:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-13  9:45 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-18  9:48 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/ Pascal Jäger
2023-10-18  9:48 Pascal Jäger
2021-10-03  9:37 Matthias Coppens
2021-07-31 13:12 Matthias Coppens
2021-01-30 15:29 Matthias Coppens
2021-01-06  8:45 Matthias Coppens
2020-11-07  0:04 Matthias Coppens
2020-11-05 14:03 Matthias Coppens
2020-09-22  8:13 Matthias Coppens
2020-09-17  6:55 Matthias Coppens
2020-08-28  6:09 Matthias Coppens
2020-08-09  8:27 Matthias Coppens
2020-08-04 17:04 Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-07-15  7:06 Matthias Coppens
2020-07-11 15:59 Matthias Coppens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599990237.096b6e1951d31f8e29a9a514ca7254d3e40bbc18.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox