Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from cleanup-media-radio #1876

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: pkgcheck_merge
on:
pull_request:
branches: [master]
branches:
- master

jobs:
build:
Expand Down
11 changes: 11 additions & 0 deletions media-radio/rdio-scanner-bin/metadata.xml
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>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">chuot/rdio-scanner</remote-id>
</upstream>
</pkgmetadata>
4 changes: 2 additions & 2 deletions media-radio/rdio-scanner-bin/rdio-scanner-bin-6.6.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -11,6 +11,7 @@ SRC_URI="amd64? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}
arm? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-arm-v${PV}.zip )
arm64? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-arm64-v${PV}.zip )"

S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
Expand All @@ -19,7 +20,6 @@ DEPEND="app-arch/unzip"
QA_PREBUILD="opt/rdio-scanner-bin/rdio-scanner-bin"
QA_FLAGS_IGNORED="opt/rdio-scanner-bin/rdio-scanner-bin"

S="${WORKDIR}"
src_install() {
exeinto "/opt/${PN}"
newexe rdio-scanner "${PN}"
Expand Down
Loading