media-sound/eartag: treeclean
This is in ::guru, so I don't need to maintain this anymore.
This commit is contained in:
parent
bafaf0fc03
commit
18cff1d27d
@ -1 +0,0 @@
|
||||
DIST eartag-0.4.2.tar.bz2 624792 BLAKE2B 7999ae53149cde47c03238d8cba79dcda165b34964694743dc7e10980dc833ea4c904862cb2ac85a287be8cc6c4f3c17726c1f623c6d0ff07ba9f4322170fbf8 SHA512 09f76e1ee9f7fcbcad149e9fe5c212343674be0da5f7ca3c4d50593f9a8471896f6deb5347b88a1ba0ce999cba394efe6781b0531d1f8951c260a0a5e03343a9
|
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
inherit python-single-r1 meson xdg
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.gnome.org/World/eartag.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.gnome.org/World/eartag/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A simple music tag editor."
|
||||
HOMEPAGE="https://apps.gnome.org/app/app.drey.EarTag/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="
|
||||
>=gui-libs/gtk-4.8.0:4
|
||||
>=gui-libs/libadwaita-1.2.0
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pyacoustid[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
dev-python/python-magic[${PYTHON_USEDEP}]
|
||||
media-libs/mutagen[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
meson_install
|
||||
python_fix_shebang "${D}/usr/bin/eartag"
|
||||
}
|
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
inherit python-single-r1 meson xdg
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.gnome.org/World/eartag.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.gnome.org/World/eartag/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A simple music tag editor."
|
||||
HOMEPAGE="https://apps.gnome.org/app/app.drey.EarTag/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="
|
||||
>=gui-libs/gtk-4.8.0:4
|
||||
>=gui-libs/libadwaita-1.2.0
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pyacoustid[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
dev-python/python-magic[${PYTHON_USEDEP}]
|
||||
media-libs/mutagen[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
meson_install
|
||||
python_fix_shebang "${D}/usr/bin/eartag"
|
||||
}
|
@ -1,11 +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>
|
||||
<upstream>
|
||||
<remote-id type="gnome-gitlab">World/eartag</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user