-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/ladish: Update live ebuild to current upstream (#551)
- Loading branch information
Showing
7 changed files
with
106 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST cdbus-1.0_pre20230703.gh.tar.gz 169623 BLAKE2B 2fc57a83dea700d125220c0a6fd4fc4e76261f0fb3afb765233cd39bb303d31ae1e17204d47d910a8766dc223b288e44c456236ad7ee86836224107095b75391 SHA512 495b9a75d3b9615ec0b40308c707c527345b42034e7182b90cf59a4e0d72418480e667666706a3248ca5f9519606317af200e97ac2ec70d2925e829b907da9dc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..11} ) | ||
PYTHON_REQ_USE="threads(+)" | ||
inherit python-any-r1 waf-utils | ||
|
||
DESCRIPTION="libdbus helper library" | ||
HOMEPAGE="https://github.com/LADI/cdbus" | ||
if [[ "${PV}" == "9999" ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/LADI/cdbus.git" | ||
EGIT_BRANCH="main" | ||
else | ||
CDBUS_COMMIT="32cb2e2519e4088421f2de1b2d46003d1cac6d6c" | ||
SRC_URI="https://github.com/LADI/cdbus/archive/${CDBUS_COMMIT}.tar.gz -> ${P}.gh.tar.gz" | ||
KEYWORDS="~amd64" | ||
S="${WORKDIR}/${PN}-${CDBUS_COMMIT}" | ||
fi | ||
|
||
LICENSE="GPL-2 || ( GPL-2 AFL-2.1 )" | ||
SLOT="0" | ||
|
||
DEPEND=" | ||
sys-apps/dbus | ||
" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND=" | ||
virtual/pkgconfig | ||
${PYTHON_DEPS} | ||
" | ||
|
||
src_prepare() { | ||
rm -rf ".git" || die "Failed to remove git dir" | ||
default | ||
} | ||
|
||
src_install() { | ||
waf-utils_src_install | ||
|
||
find "${ED}" \( -iname "gpl*.txt*" -o -iname "afl*.txt*" \) -delete || die | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Copyright 2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..11} ) | ||
PYTHON_REQ_USE="threads(+)" | ||
inherit python-any-r1 waf-utils | ||
|
||
DESCRIPTION="libdbus helper library" | ||
HOMEPAGE="https://github.com/LADI/cdbus" | ||
if [[ "${PV}" == "9999" ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/LADI/cdbus.git" | ||
EGIT_BRANCH="main" | ||
else | ||
CDBUS_COMMIT="" | ||
SRC_URI="https://github.com/LADI/cdbus/archive/${CDBUS_COMMIT}.tar.gz -> ${P}.gh.tar.gz" | ||
KEYWORDS="~amd64" | ||
S="${WORKDIR}/${PN}-${CDBUS_COMMIT}" | ||
fi | ||
|
||
LICENSE="GPL-2 || ( GPL-2 AFL-2.1 )" | ||
SLOT="0" | ||
|
||
DEPEND=" | ||
sys-apps/dbus | ||
" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND=" | ||
virtual/pkgconfig | ||
${PYTHON_DEPS} | ||
" | ||
|
||
src_prepare() { | ||
rm -rf ".git" || die "Failed to remove git dir" | ||
default | ||
} | ||
|
||
src_install() { | ||
waf-utils_src_install | ||
|
||
find "${ED}" \( -iname "gpl*.txt*" -o -iname "afl*.txt*" \) -delete || die | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Adrian Schollmeyer</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">LADI/cdbus</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
47 changes: 0 additions & 47 deletions
47
media-sound/ladish/files/ladish-9999-disable-gladish.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters