mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-libs/hyprutils: drop 0.3.0-r1, 0.5.2
Signed-off-by: Julien Roy <julien@jroy.ca> Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST hyprutils-0.3.0.gh.tar.gz 25301 BLAKE2B f30626c8f42336c3eca643bc96298b6576b8ce2fd456098104288a9d5ddc8caf44a5c2f2fb10e284b1915fdca5e1c1086eb93fd79deb436328698527d9c14742 SHA512 4010670d92c0067e0f9ea03f0356dcac09f90f468f33f0e14b9866a7ca1a9baa1f348589734f72cfbe3e1ecf4ab0afc262f6f0df973ca6bca92e77d08c54eabe
|
||||
DIST hyprutils-0.5.2.gh.tar.gz 36038 BLAKE2B 262d8fed0e3f3da3f8358ce2b4058e3812858e4f4e3e1116fa75473a88cd6903e8ba9b28d93647221a22f5906127732ef0a90d90cd09bfd81465cd26319153e7 SHA512 d8f4c3cf44fb54cee16d01b67ce63a52fc8aae4aa4aca5e9a82d9ea39fadf1330031b78339463dda105dacb9c27a0da0ea147dd21148ebc4e4aeed8fe954c75c
|
||||
DIST hyprutils-0.7.1.gh.tar.gz 36755 BLAKE2B f2657dbe61de0819bfdf5c9496e833629dc3ba268f22505e720e457658094aa91a071e3e39e12da845e1659db4feb5dcf0ed04f04fd475f6cde81e0cc81906f6 SHA512 3f0019affb212f71c04b4f79c41bb2fc9a2d382c93af23afc2207c487f018ce2fe3cf5e0d187dffc39b4da6a5f6821fcb151b5935917e9a8ecc12e2cb5beb978
|
||||
DIST hyprutils-0.8.2.gh.tar.gz 42757 BLAKE2B 5a469e1af38fcda6f43908869bf6da7683d70de6d7f4d2a419d362841ef83ff1ed15352106dfd1ec51359edc4db4306fae06001beca7d1e49caf6a9383ea523a SHA512 bf906ac3b6eb31cccddf4a38cc03afd112a098cde418779352f8eb3d1c78bd353cbc08786800bea39a16dc0a54427b2785adcecb555b0466bbc33d7dfe270d82
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Hyprland utilities library used across the ecosystem"
|
||||
HOMEPAGE="https://github.com/hyprwm/hyprutils"
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/pixman
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,27 +0,0 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Hyprland utilities library used across the ecosystem"
|
||||
HOMEPAGE="https://github.com/hyprwm/hyprutils"
|
||||
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/$(ver_cut 1-2)"
|
||||
|
||||
DEPEND="
|
||||
x11-libs/pixman
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user