1
0
Fork 0

media-plugins/bspacr: treeclean

I still think this is funny, but it probably shouldn't be in my repo
anymore.
This commit is contained in:
Ryan Fox 2023-05-18 16:30:31 -07:00
parent 8883c2d33a
commit 06a38d2b36
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 77 deletions

View File

@ -1 +0,0 @@
DIST bspacr-1.2.0.tar.gz 1514910 BLAKE2B 25aa4cd363c1908bc89dc31469e3499fe2bf4aa4d52ff1f0e1ef4efdc0bc1b3492d6b9e97d9e55dda7ba3dbe47002d190dc9863cf3460a69d62ec9d6c47dca4d SHA512 3a62611e6bc476037bebf0da7d6777a786a77c7f42c456838fc6f1474f4f0a6cdf421f9eb915360f61e2ffaca7f89e099a56745c09ce6e921b2db256d906f5d4

View File

@ -1,34 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} != *9999* ]]; then
MY_PN="BSpacr"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/sjaehn/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/sjaehn/BSpacr.git"
fi
DESCRIPTION="LV2 sound effect plugin"
HOMEPAGE="https://github.com/sjaehn/BSpacr"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
media-libs/lv2
x11-libs/libX11
x11-libs/cairo[X]
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install
}

View File

@ -1,34 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} != *9999* ]]; then
MY_PN="BSpacr"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/sjaehn/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/sjaehn/BSpacr.git"
fi
DESCRIPTION="LV2 sound effect plugin"
HOMEPAGE="https://github.com/sjaehn/BSpacr"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
media-libs/lv2
x11-libs/libX11
x11-libs/cairo[X]
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>