* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/riverguile/
@ 2024-03-24 4:00 Ben Buhse
0 siblings, 0 replies; 4+ messages in thread
From: Ben Buhse @ 2024-03-24 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 5a9fdb3e3a20a85a31acda50dd9e79c5ec2bf745
Author: Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Sun Mar 24 03:59:06 2024 +0000
Commit: Ben Buhse <gentoo <AT> benbuhse <DOT> com>
CommitDate: Sun Mar 24 04:00:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a9fdb3e
gui-apps/riverguile: new package, add 0.1.0, 9999
Signed-off-by: Ben Buhse <me <AT> benbuhse.com>
gui-apps/riverguile/Manifest | 1 +
gui-apps/riverguile/riverguile-0.1.0.ebuild | 32 +++++++++++++++++++++++++++++
gui-apps/riverguile/riverguile-9999.ebuild | 32 +++++++++++++++++++++++++++++
3 files changed, 65 insertions(+)
diff --git a/gui-apps/riverguile/Manifest b/gui-apps/riverguile/Manifest
new file mode 100644
index 0000000000..82978e55bc
--- /dev/null
+++ b/gui-apps/riverguile/Manifest
@@ -0,0 +1 @@
+DIST riverguile-0.1.0.tar.gz 22766 BLAKE2B daccacc918108c27a41386b9180f855545502635d2a2da26b53a9ed8f90e7bad3b14d86e0d850af942e7e43c1612172b7e8fb569f5cefcad60bb7df988a45aaf SHA512 b93d99799e33bb4368112ebb4be0372a2eb4d74f47a3a314994af8150ca2791dcdfc385bd088a0938579bdf1609eb340f01781b212b8b72f2c67e49a7094b55b
diff --git a/gui-apps/riverguile/riverguile-0.1.0.ebuild b/gui-apps/riverguile/riverguile-0.1.0.ebuild
new file mode 100644
index 0000000000..7258f94219
--- /dev/null
+++ b/gui-apps/riverguile/riverguile-0.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="River layout generator powered by guile scheme "
+HOMEPAGE="https://git.sr.ht/~leon_plickat/riverguile/"
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/riverguile"
+else
+ SRC_URI="https://git.sr.ht/~leon_plickat/riverguile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/wayland-protocols
+ >=dev-scheme/guile-2.2.7-r1
+"
+
+src_install() {
+ # Need to install to /usr instead of /usr/local
+ # and the Makefile doens't handle DESTDIR properly
+ emake PREFIX="${D}"/usr install
+}
diff --git a/gui-apps/riverguile/riverguile-9999.ebuild b/gui-apps/riverguile/riverguile-9999.ebuild
new file mode 100644
index 0000000000..7258f94219
--- /dev/null
+++ b/gui-apps/riverguile/riverguile-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="River layout generator powered by guile scheme "
+HOMEPAGE="https://git.sr.ht/~leon_plickat/riverguile/"
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/riverguile"
+else
+ SRC_URI="https://git.sr.ht/~leon_plickat/riverguile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/wayland-protocols
+ >=dev-scheme/guile-2.2.7-r1
+"
+
+src_install() {
+ # Need to install to /usr instead of /usr/local
+ # and the Makefile doens't handle DESTDIR properly
+ emake PREFIX="${D}"/usr install
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/riverguile/
@ 2024-03-25 14:58 Ben Buhse
0 siblings, 0 replies; 4+ messages in thread
From: Ben Buhse @ 2024-03-25 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 5b2cdb4db9a6375c827b4d18b2ba64da66978397
Author: Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Mon Mar 25 14:57:15 2024 +0000
Commit: Ben Buhse <gentoo <AT> benbuhse <DOT> com>
CommitDate: Mon Mar 25 14:58:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b2cdb4d
gui-apps/riverguile: fix guile dependency (>=3.0.9)
Signed-off-by: Ben Buhse <me <AT> benbuhse.com>
gui-apps/riverguile/riverguile-0.1.0.ebuild | 2 +-
gui-apps/riverguile/riverguile-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/riverguile/riverguile-0.1.0.ebuild b/gui-apps/riverguile/riverguile-0.1.0.ebuild
index 7258f94219..58e75a01cb 100644
--- a/gui-apps/riverguile/riverguile-0.1.0.ebuild
+++ b/gui-apps/riverguile/riverguile-0.1.0.ebuild
@@ -22,7 +22,7 @@ DEPEND="dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/wayland-protocols
- >=dev-scheme/guile-2.2.7-r1
+ >=dev-scheme/guile-3.0.9
"
src_install() {
diff --git a/gui-apps/riverguile/riverguile-9999.ebuild b/gui-apps/riverguile/riverguile-9999.ebuild
index 7258f94219..58e75a01cb 100644
--- a/gui-apps/riverguile/riverguile-9999.ebuild
+++ b/gui-apps/riverguile/riverguile-9999.ebuild
@@ -22,7 +22,7 @@ DEPEND="dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/wayland-protocols
- >=dev-scheme/guile-2.2.7-r1
+ >=dev-scheme/guile-3.0.9
"
src_install() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/riverguile/
@ 2024-08-07 15:37 Ben Buhse
0 siblings, 0 replies; 4+ messages in thread
From: Ben Buhse @ 2024-08-07 15:37 UTC (permalink / raw
To: gentoo-commits
commit: dcf810b035d045698d373932ad4d881216d54568
Author: Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Wed Aug 7 15:36:46 2024 +0000
Commit: Ben Buhse <gentoo <AT> benbuhse <DOT> com>
CommitDate: Wed Aug 7 15:36:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcf810b0
gui-apps/riverguile: fix dependencies
Signed-off-by: Ben Buhse <me <AT> benbuhse.com>
.../{riverguile-0.1.0.ebuild => riverguile-0.1.0-r1.ebuild} | 10 +++++-----
gui-apps/riverguile/riverguile-9999.ebuild | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/gui-apps/riverguile/riverguile-0.1.0.ebuild b/gui-apps/riverguile/riverguile-0.1.0-r1.ebuild
similarity index 84%
rename from gui-apps/riverguile/riverguile-0.1.0.ebuild
rename to gui-apps/riverguile/riverguile-0.1.0-r1.ebuild
index 58e75a01c..82ed854c7 100644
--- a/gui-apps/riverguile/riverguile-0.1.0.ebuild
+++ b/gui-apps/riverguile/riverguile-0.1.0-r1.ebuild
@@ -18,12 +18,12 @@ fi
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/wayland-protocols
- >=dev-scheme/guile-3.0.9
+RDEPEND="
+ ~dev-scheme/guile-3.0.9
+ >=dev-libs/wayland-1.22.0
"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-libs/wayland-protocols-1.36"
src_install() {
# Need to install to /usr instead of /usr/local
diff --git a/gui-apps/riverguile/riverguile-9999.ebuild b/gui-apps/riverguile/riverguile-9999.ebuild
index 58e75a01c..82ed854c7 100644
--- a/gui-apps/riverguile/riverguile-9999.ebuild
+++ b/gui-apps/riverguile/riverguile-9999.ebuild
@@ -18,12 +18,12 @@ fi
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/wayland-protocols
- >=dev-scheme/guile-3.0.9
+RDEPEND="
+ ~dev-scheme/guile-3.0.9
+ >=dev-libs/wayland-1.22.0
"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-libs/wayland-protocols-1.36"
src_install() {
# Need to install to /usr instead of /usr/local
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/riverguile/
@ 2025-01-17 11:54 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-01-17 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 6dd484af0e297447af8d311bc61310a6ce6de1b0
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 17 11:53:51 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jan 17 11:53:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dd484af
gui-apps/riverguile: treeclean
Closes: https://bugs.gentoo.org/927847 (pkgremoved)
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
gui-apps/riverguile/Manifest | 1 -
gui-apps/riverguile/riverguile-0.1.0-r1.ebuild | 32 --------------------------
gui-apps/riverguile/riverguile-9999.ebuild | 32 --------------------------
3 files changed, 65 deletions(-)
diff --git a/gui-apps/riverguile/Manifest b/gui-apps/riverguile/Manifest
deleted file mode 100644
index 82978e55b..000000000
--- a/gui-apps/riverguile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST riverguile-0.1.0.tar.gz 22766 BLAKE2B daccacc918108c27a41386b9180f855545502635d2a2da26b53a9ed8f90e7bad3b14d86e0d850af942e7e43c1612172b7e8fb569f5cefcad60bb7df988a45aaf SHA512 b93d99799e33bb4368112ebb4be0372a2eb4d74f47a3a314994af8150ca2791dcdfc385bd088a0938579bdf1609eb340f01781b212b8b72f2c67e49a7094b55b
diff --git a/gui-apps/riverguile/riverguile-0.1.0-r1.ebuild b/gui-apps/riverguile/riverguile-0.1.0-r1.ebuild
deleted file mode 100644
index 82ed854c7..000000000
--- a/gui-apps/riverguile/riverguile-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="River layout generator powered by guile scheme "
-HOMEPAGE="https://git.sr.ht/~leon_plickat/riverguile/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/riverguile"
-else
- SRC_URI="https://git.sr.ht/~leon_plickat/riverguile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- ~dev-scheme/guile-3.0.9
- >=dev-libs/wayland-1.22.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-libs/wayland-protocols-1.36"
-
-src_install() {
- # Need to install to /usr instead of /usr/local
- # and the Makefile doens't handle DESTDIR properly
- emake PREFIX="${D}"/usr install
-}
diff --git a/gui-apps/riverguile/riverguile-9999.ebuild b/gui-apps/riverguile/riverguile-9999.ebuild
deleted file mode 100644
index 82ed854c7..000000000
--- a/gui-apps/riverguile/riverguile-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="River layout generator powered by guile scheme "
-HOMEPAGE="https://git.sr.ht/~leon_plickat/riverguile/"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/riverguile"
-else
- SRC_URI="https://git.sr.ht/~leon_plickat/riverguile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- ~dev-scheme/guile-3.0.9
- >=dev-libs/wayland-1.22.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-libs/wayland-protocols-1.36"
-
-src_install() {
- # Need to install to /usr instead of /usr/local
- # and the Makefile doens't handle DESTDIR properly
- emake PREFIX="${D}"/usr install
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-17 11:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 4:00 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/riverguile/ Ben Buhse
-- strict thread matches above, loose matches on Subject: below --
2024-03-25 14:58 Ben Buhse
2024-08-07 15:37 Ben Buhse
2025-01-17 11:54 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox