1
0
Fork 0

x11-libs/ztoolkit: Bump to 0.1.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-06-13 09:42:49 +00:00
parent 60322562a9
commit ec50f6ae54
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 13 additions and 11 deletions

View File

@ -1,4 +1,4 @@
DIST ztoolkit-0.1.1.tar.gz 165946 BLAKE2B f6a3fc7c875d2ebffff9e5e204306de426cd84c17087d152af24e79a94b51b543e98832e19f03ed55edb918fd88ac3aadb7386232f2d08091942b181cd12fff7 SHA512 a64aaacc87b69bceca54ade3d2baf79f3d40faa9b208bc6af56bdcd3d47636044361a3019017c8918b24b442551397b01f4cb20abd80cfd0504b70c8e53f5f31
EBUILD ztoolkit-0.1.1.ebuild 674 BLAKE2B fd4e2cf6e6d1dc07bcd05e548983d996d170c215409d0bf9e55bce73a6cd0b3b3115aca05ac1a0c92d6a92631d3621d4880546d8248f19fcac86528ec379b2b6 SHA512 d7213214d74b33caf6b2715128524992434663ef3ea8b1c9b04b01458d558363d2c403160b81e919aadfce1fe6844586c4a933e40471b8b8d31f8139a212dfc8
EBUILD ztoolkit-9999.ebuild 674 BLAKE2B fd4e2cf6e6d1dc07bcd05e548983d996d170c215409d0bf9e55bce73a6cd0b3b3115aca05ac1a0c92d6a92631d3621d4880546d8248f19fcac86528ec379b2b6 SHA512 d7213214d74b33caf6b2715128524992434663ef3ea8b1c9b04b01458d558363d2c403160b81e919aadfce1fe6844586c4a933e40471b8b8d31f8139a212dfc8
DIST ztoolkit-0.1.2.tar.gz 166043 BLAKE2B a680cc240bb3e100b7b6c88c122ddcbd351c409bb8126a76fbe1817f70d9ce055f18bbebe1605e616a50b8f884d67ad5b85a389e4422c8d4bbcd378d5e8b183d SHA512 fc4808afcda527a80b7d4561e355dd272e710492f658f8e9f391ae8c2c88cca5fc6560aceecc8b9a8870d1d2a57bf9d72a7c3c331c807ceed1de3e0d5663aaa7
EBUILD ztoolkit-0.1.2.ebuild 708 BLAKE2B 7dc3e80a5c8b1a64c604363806e0b48b4131586e85211541ec073f1f4b87a641c7c8b06790934b3492744c33d78e6d06d6ea05acf97aab3464bf17060e10281d SHA512 eca411043572bc3b79e1e84b8b3d291a29a51066bef9fb8e00edf1d61f6995162059d16ce25c3be1bad7a0808e80757c09dde95112b22c9e4424da01ca7cf701
EBUILD ztoolkit-9999.ebuild 708 BLAKE2B 7dc3e80a5c8b1a64c604363806e0b48b4131586e85211541ec073f1f4b87a641c7c8b06790934b3492744c33d78e6d06d6ea05acf97aab3464bf17060e10281d SHA512 eca411043572bc3b79e1e84b8b3d291a29a51066bef9fb8e00edf1d61f6995162059d16ce25c3be1bad7a0808e80757c09dde95112b22c9e4424da01ca7cf701
MISC metadata.xml 301 BLAKE2B 8a230a4f82b70a4b57adad8423b7c703703da4e863789decceb53c22d00c0cd9ae27a6566eb07f1524197e514a56c91259520705442ceb6e0db570bb867f6042 SHA512 7024c304cb3a65ac722863e8cadf7d6a8f2eafeef322e6dac52d165423809c4e5e87e5b3670de58e2296dab7d697876b3bff07233b8650e105ecde9797edd918

View File

@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -6,15 +6,16 @@ EAPI=7
inherit meson
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://git.zrythm.org/cgit/ztoolkit/snapshot/${P}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
SRC_URI="https://git.zrythm.org/zrythm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://git.zrythm.org/git/ztoolkit"
EGIT_REPO_URI="https://git.zrythm.org/zrythm/ztoolkit.git"
fi
DESCRIPTION="GUI toolkit for LV2 plugins"
HOMEPAGE="https://git.zrythm.org/cgit/ztoolkit/"
HOMEPAGE="https://git.zrythm.org/zrythm/ztoolkit"
LICENSE="GPL-3"
SLOT="0"
IUSE="rsvg"

View File

@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -6,15 +6,16 @@ EAPI=7
inherit meson
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://git.zrythm.org/cgit/ztoolkit/snapshot/${P}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
SRC_URI="https://git.zrythm.org/zrythm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://git.zrythm.org/git/ztoolkit"
EGIT_REPO_URI="https://git.zrythm.org/zrythm/ztoolkit.git"
fi
DESCRIPTION="GUI toolkit for LV2 plugins"
HOMEPAGE="https://git.zrythm.org/cgit/ztoolkit/"
HOMEPAGE="https://git.zrythm.org/zrythm/ztoolkit"
LICENSE="GPL-3"
SLOT="0"
IUSE="rsvg"