1
0

app-eselect/eselect-juce: treeclean

This commit is contained in:
Ryan Fox 2023-10-28 16:40:10 -07:00
parent b39a26c590
commit 35453f4022
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 69 deletions

View File

@ -1 +0,0 @@
DIST eselect-juce-1.0.0.tar.gz 8266 BLAKE2B 68fdb4a61c487db5dae28277bac84b0fcf2374e6a34ba2bbfc1bff006cebe6a95044d28793a4e41662aed0e41a3ed866ae8e0343fe35db896f519ce88fa14253 SHA512 4ad1905a0e8180ae8c0926fe9d34246f16f359fc5483ae5c62ee5d8231020cd8256b6c98336a52aedebb33ddbd29477f0c7445f00eedf60c2b33d938c532481f

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sdf.org/flewkey/eselect-juce.git"
else
SRC_URI="https://git.sdf.org/flewkey/eselect-juce/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}"
fi
DESCRIPTION="JUCE eselect modules"
HOMEPAGE="https://git.sdf.org/flewkey/eselect-juce"
LICENSE="GPL-2"
SLOT="0"
DEPEND=""
RDEPEND="app-admin/eselect"
BDEPEND=""
src_compile() {
:
}
src_install() {
emake DESTDIR="${D}" install
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sdf.org/flewkey/eselect-juce.git"
else
SRC_URI="https://git.sdf.org/flewkey/eselect-juce/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}"
fi
DESCRIPTION="JUCE eselect modules"
HOMEPAGE="https://git.sdf.org/flewkey/eselect-juce"
LICENSE="GPL-2"
SLOT="0"
DEPEND=""
RDEPEND="app-admin/eselect"
BDEPEND=""
src_compile() {
:
}
src_install() {
emake DESTDIR="${D}" 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>