media-plugins/airwindows-lv2: drop 20.0, 22.0
This commit is contained in:
parent
ae835fc3d7
commit
1d66023282
@ -1,3 +1 @@
|
||||
DIST airwindows-lv2-20.0.tar.gz 225994 BLAKE2B cbd0a842bca190d07d785c7ed9a961987ba9a661d4545c1e464df41ba2cff900fe5ff98ecb2faa8d8c2963845f09dce51ed06e28eb4230e3064ffe59b23c9c4d SHA512 c8ecab8edd116c4678d6bf31cd157c2ea9c88cbb791ea4520cb73a51ccc4d10c221add6818338e9279abf62089131d96ff6fe1b75cb56d242d8e15ed308aab2e
|
||||
DIST airwindows-lv2-22.0.tar.gz 257084 BLAKE2B 57caa7684f37c17483ff76687ab46647793df46ff51fb0d82dbccb0c0af6e6cc662ac304530a01de24707c6c96a9b27718ffb263ec5c1ec8e8bb2ccbf67ccf57 SHA512 693cce907867bd565b9004a8fdfd868812c95a55e5b6b7a876b64ef1cf78a46807a786dce31203ecd143f1d3cda9f320667febb57b4877f311418db7efed8453
|
||||
DIST airwindows-lv2-24.0.tar.gz 263037 BLAKE2B f47e8dcbe6a7b72206a2b87fad3c6a7b4caad7537d39f39242969b3d9b820ffc14c074c7604d4c9e3a7f60e17ccfd9015f7b831c893fdaf997f90f45da7fa326 SHA512 2388ada8771229a814928b169f460f4be9ddc9c60816f833e3411149372c3fe15a47303786fefdefd596c2b77b4219aacafdb9331a8bf7ec272b7d34925aed64
|
||||
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
MY_PV="v${PV}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A port of Airwindows plugins to LV2"
|
||||
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="media-libs/lv2"
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
MY_PV="v${PV}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A port of Airwindows plugins to LV2"
|
||||
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="media-libs/lv2"
|
Loading…
Reference in New Issue
Block a user