public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/
Date: Tue,  8 Sep 2020 10:30:29 +0000 (UTC)	[thread overview]
Message-ID: <1599408862.69dc734db7b63c6ac3a4dc9dc252c1d95986d5cc.andrewammerlaan@gentoo> (raw)

commit:     69dc734db7b63c6ac3a4dc9dc252c1d95986d5cc
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sun Sep  6 16:14:05 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Sep  6 16:14:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69dc734d

gui-wm/cage: Added github to HOMEPAGE, cleaned ebuilds

I cleaned the ebuilds according to the style prefered for
proxy-maintainer ebuilds.

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

 gui-wm/cage/cage-0.1.2.1.ebuild | 20 ++++++++++----------
 gui-wm/cage/cage-9999.ebuild    | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/gui-wm/cage/cage-0.1.2.1.ebuild b/gui-wm/cage/cage-0.1.2.1.ebuild
index b52edd01..e2165c2e 100644
--- a/gui-wm/cage/cage-0.1.2.1.ebuild
+++ b/gui-wm/cage/cage-0.1.2.1.ebuild
@@ -3,19 +3,19 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/Hjdskes/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-		KEYWORDS="~amd64 ~x86"
-esac
 inherit meson
 
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Hjdskes/cage"
+else
+	SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="A Wayland kiosk"
-HOMEPAGE="https://www.hjdskes.nl/projects/${PN}"
+HOMEPAGE="https://www.hjdskes.nl/projects/cage https://github.com/Hjdskes/cage"
 LICENSE="MIT"
 SLOT="0"
 

diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index b52edd01..e2165c2e 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -3,19 +3,19 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/Hjdskes/${PN}"
-case "${PV}" in
-	9999)
-		inherit git-r3
-		;;
-	*)
-		SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-		KEYWORDS="~amd64 ~x86"
-esac
 inherit meson
 
+if [[ "${PV}" == 9999 ]]
+then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Hjdskes/cage"
+else
+	SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="A Wayland kiosk"
-HOMEPAGE="https://www.hjdskes.nl/projects/${PN}"
+HOMEPAGE="https://www.hjdskes.nl/projects/cage https://github.com/Hjdskes/cage"
 LICENSE="MIT"
 SLOT="0"
 


             reply	other threads:[~2020-09-08 10:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08 10:30 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 10:23 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ David Roman
2024-10-07  9:06 David Roman
2024-08-17 10:16 David Roman
2024-08-06 14:59 Lucio Sauer
2024-08-05  5:20 Viorel Munteanu
2024-08-05  5:20 Viorel Munteanu
2024-02-09  0:30 David Roman
2023-07-31 14:53 David Roman
2021-06-27 15:39 Andrew Ammerlaan
2021-06-27 11:31 Andrew Ammerlaan
2021-06-27 11:31 Andrew Ammerlaan
2021-05-30 15:59 Andrew Ammerlaan
2021-04-25 20:28 Andrew Ammerlaan
2020-07-22 14:01 Andrew Ammerlaan
2020-07-17  9:46 Andrew Ammerlaan
2020-07-17  9:46 Andrew Ammerlaan

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=1599408862.69dc734db7b63c6ac3a4dc9dc252c1d95986d5cc.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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