Skip to content

Commit

Permalink
Merge pull request #1876 from pentoo/cleanup-media-radio
Browse files Browse the repository at this point in the history
Update from cleanup-media-radio
  • Loading branch information
ZeroChaos- authored May 2, 2024
2 parents 506bce7 + ed4dd00 commit f3b5290
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 464 deletions.
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

0 comments on commit f3b5290

Please sign in to comment.