mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
gui-apps/riverguile: treeclean
Closes: https://bugs.gentoo.org/927847 (pkgremoved) Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST riverguile-0.1.0.tar.gz 22766 BLAKE2B daccacc918108c27a41386b9180f855545502635d2a2da26b53a9ed8f90e7bad3b14d86e0d850af942e7e43c1612172b7e8fb569f5cefcad60bb7df988a45aaf SHA512 b93d99799e33bb4368112ebb4be0372a2eb4d74f47a3a314994af8150ca2791dcdfc385bd088a0938579bdf1609eb340f01781b212b8b72f2c67e49a7094b55b
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user