public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaylock-effects/
Date: Tue, 26 Dec 2023 19:23:56 +0000 (UTC)	[thread overview]
Message-ID: <1703337845.d6b25a7bf1cda5031f0ef1e7e7afdb6f84eaefa0.davidroman@gentoo> (raw)

commit:     d6b25a7bf1cda5031f0ef1e7e7afdb6f84eaefa0
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Dec 23 13:21:17 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 23 13:24:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6b25a7b

gui-apps/swaylock-effects: drop 1.6.2, 1.6.3, add 1.7.0.0
* change repo to jirutka fork since mortie one is no longer maintained.

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-apps/swaylock-effects/Manifest                 |  3 +-
 gui-apps/swaylock-effects/metadata.xml             |  6 +--
 .../swaylock-effects/swaylock-effects-1.6.3.ebuild | 61 ----------------------
 ....6.2.ebuild => swaylock-effects-1.7.0.0.ebuild} |  7 ++-
 .../swaylock-effects/swaylock-effects-9999.ebuild  |  7 ++-
 5 files changed, 10 insertions(+), 74 deletions(-)

diff --git a/gui-apps/swaylock-effects/Manifest b/gui-apps/swaylock-effects/Manifest
index d4748f4f96..251afd7656 100644
--- a/gui-apps/swaylock-effects/Manifest
+++ b/gui-apps/swaylock-effects/Manifest
@@ -1,2 +1 @@
-DIST swaylock-effects-1.6.2.tar.gz 618709 BLAKE2B 8e6ad4fb5e8f219b73dd6e043bc59e31b7fdcc30f76ecfd311a741526d65b13254f20bbe0dcf877dd0755db2ea289aac3d5709b616dec1daef982833d71a9e9e SHA512 3ca4e03975eba15c19c173fea88915d5b85c28d300d07cb5914d0553214e3362b93302d3ce2e2d678e6dd775df0f1267b2e0841407bb708cbbb3e6e276d12e2b
-DIST swaylock-effects-1.6.3.tar.gz 620277 BLAKE2B b96a6c8d6a8c8496f4fea69b53a29a58969f26b33390cb33442618148de67bcd6812bf9444d632d867453b1e461a478d686b9ad867325e4cfa42b637889a56de SHA512 397729c830c75ed569d0a45a794a5d426aa803212ed47ee28c28a5f7a277265116b6e456a0712842937e7465b3d92e46979a200d8773e0ad1ca7f558a9928e89
+DIST swaylock-effects-1.7.0.0.tar.gz 623948 BLAKE2B a0c853eb7645f89cc77fcadd63ca06ef9612baa90611e030f6d6bd7504e913eb6530ca7fb079e06137860b111e5e5e5320c1fde61aec2cf0e1cdff4bdefa1f59 SHA512 6a4ecfd55b0f666b108d1c11a3b32518ec9f91831494f40eb49bb9d463e250ffdec3d353f917afcfbabffce6720f14934d2730ccfcf7fd52d6c931c89fa8d6b2

diff --git a/gui-apps/swaylock-effects/metadata.xml b/gui-apps/swaylock-effects/metadata.xml
index 7b64ebed24..43405d5124 100644
--- a/gui-apps/swaylock-effects/metadata.xml
+++ b/gui-apps/swaylock-effects/metadata.xml
@@ -15,8 +15,8 @@
             <name>Martin Dørum</name>
             <email>martid0311@gmail.com</email>
         </maintainer>
-        <doc>https://github.com/mortie/swaylock-effects#effects</doc>
-        <remote-id type="github">mortie/swaylock-effects</remote-id>
-        <bugs-to>https://github.com/mortie/swaylock-effects/issues</bugs-to>
+        <doc>https://github.com/jirutka/swaylock-effects#effects</doc>
+        <remote-id type="github">jirutka/swaylock-effects</remote-id>
+        <bugs-to>https://github.com/jirutka/swaylock-effects/issues</bugs-to>
     </upstream>
 </pkgmetadata>

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild b/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild
deleted file mode 100644
index 6cdab72e97..0000000000
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps meson
-
-DESCRIPTION="Swaylock, with fancy effects"
-HOMEPAGE="https://github.com/mortie/swaylock-effects"
-
-if [[ ${PV} == 9999 ]]
-then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
-else
-	MY_PV="$(ver_rs 2 -)"
-	S="${WORKDIR}/swaylock-effects-${MY_PV}"
-	SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion"
-
-RESTRICT="mirror test"
-
-DEPEND="
-	!gui-apps/swaylock
-	dev-libs/wayland
-	x11-libs/cairo
-	x11-libs/libxkbcommon
-	gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
-	pam? ( sys-libs/pam )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	>=dev-libs/wayland-protocols-1.14
-	virtual/pkgconfig
-	man? ( app-text/scdoc )
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dman-pages=$(usex man enabled disabled)
-		-Dpam=$(usex pam enabled disabled)
-		-Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled)
-		$(meson_use fish-completion fish-completions)
-		$(meson_use zsh-completion zsh-completions)
-		"-Dbash-completions=true"
-		"-Dwerror=false"
-	)
-
-	meson_src_configure
-}
-
-pkg_postinst() {
-	if ! use pam; then
-		fcaps cap_sys_admin usr/bin/swaylock
-	fi
-}

diff --git a/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild b/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
similarity index 82%
rename from gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
rename to gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
index 6cdab72e97..70d3a09b53 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-1.6.2.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-1.7.0.0.ebuild
@@ -6,16 +6,15 @@ EAPI=7
 inherit fcaps meson
 
 DESCRIPTION="Swaylock, with fancy effects"
-HOMEPAGE="https://github.com/mortie/swaylock-effects"
+HOMEPAGE="https://github.com/jirutka/swaylock-effects"
 
 if [[ ${PV} == 9999 ]]
 then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
+	EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git"
 else
-	MY_PV="$(ver_rs 2 -)"
 	S="${WORKDIR}/swaylock-effects-${MY_PV}"
-	SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 

diff --git a/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild b/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
index 6cdab72e97..70d3a09b53 100644
--- a/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
+++ b/gui-apps/swaylock-effects/swaylock-effects-9999.ebuild
@@ -6,16 +6,15 @@ EAPI=7
 inherit fcaps meson
 
 DESCRIPTION="Swaylock, with fancy effects"
-HOMEPAGE="https://github.com/mortie/swaylock-effects"
+HOMEPAGE="https://github.com/jirutka/swaylock-effects"
 
 if [[ ${PV} == 9999 ]]
 then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/mortie/swaylock-effects.git"
+	EGIT_REPO_URI="https://github.com/jirutka/swaylock-effects.git"
 else
-	MY_PV="$(ver_rs 2 -)"
 	S="${WORKDIR}/swaylock-effects-${MY_PV}"
-	SRC_URI="https://github.com/mortie/swaylock-effects/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/jirutka/swaylock-effects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 


             reply	other threads:[~2023-12-26 19:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-26 19:23 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-26 19:23 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaylock-effects/ David Roman
2023-05-11 14:32 Andrew Ammerlaan
2023-05-11 14:32 Andrew Ammerlaan
2020-11-18 16:03 Andrew Ammerlaan
2020-11-09 22:10 Andrew Ammerlaan
2020-11-09  9:26 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=1703337845.d6b25a7bf1cda5031f0ef1e7e7afdb6f84eaefa0.davidroman@gentoo \
    --to=davidroman96@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