public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2019-12-05 21:47 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2019-12-05 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bed4b64abf830fdba7691cc1b723ba1759684dd6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 21:42:21 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 21:46:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed4b64a

app-misc/rioutil: bump to version 1.5.4

Also bumped to EAPI=7 and taking ownership.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/rioutil/Manifest             |  1 +
 app-misc/rioutil/metadata.xml         | 28 ++++++++++++++++++++--
 app-misc/rioutil/rioutil-1.5.4.ebuild | 45 +++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 2 deletions(-)

diff --git a/app-misc/rioutil/Manifest b/app-misc/rioutil/Manifest
index aa123bae731..987ee7bd903 100644
--- a/app-misc/rioutil/Manifest
+++ b/app-misc/rioutil/Manifest
@@ -1 +1,2 @@
 DIST rioutil-1.5.0.tar.gz 401244 BLAKE2B c7f317b0e995cbe61122891681d9756b06aacd624cbdcc75fc2111d19b0493645558e31090660bc4a4ad2ebc3b284bbff637984389c3a18bcd838e763aa4a2a8 SHA512 3e3bf1c053e2f0146c504c5015e33cd3281daad136f41d82100d6181b6720c7f1131615c663f821573d7aeb077efc1b59e8e23a8f15a851e332ad61ea0479f1d
+DIST rioutil-1.5.4.tar.gz 84592 BLAKE2B 8efb92c3f178960d425c0b4733d061f2aa72767513621e379ecdc6d69509fcd91e38a9becd857e695f534f40ac7eaa3871c582df843f3b7b47298d48c0c18803 SHA512 b64027089a7c0a3b712486e3b2549dae5a8ceff9687a183fd411f6b9d197a97ea22bd7294242b3f9e8522da9ebe7e87dc5bc980633632ce3d4884341ee085a62

diff --git a/app-misc/rioutil/metadata.xml b/app-misc/rioutil/metadata.xml
index 531ee91f3d4..ec956797492 100644
--- a/app-misc/rioutil/metadata.xml
+++ b/app-misc/rioutil/metadata.xml
@@ -1,8 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<longdescription>
+		A utility for accessing various RIO media players.
+
+		Following players are supported:
+		- Rio 600 (all sizes)
+		- Rio 800 (all sizes)
+		- Rio 900 (all sizes)
+		- Nike psa [Play (Diamond MM version)]
+		- Rio S-Series
+		- Rio Fuse/Chiba/Cali 
+		- Rio Nitrus (Should mostly work)
+		- Rio Riot (No download support)
+		- Future flash players (Experimental)
+
+		Following players are unsupported:
+		- Rio 500
+		- Rio One
+		- Rio Karma
+		- Phillips PSA
+	</longdescription>
 	<upstream>
-		<remote-id type="sourceforge">rioutil</remote-id>
+		<bugs-to>https://github.com/hjelmn/rioutil/issues</bugs-to>
+		<remote-id type="sourceforge">hjelmn/rioutil</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/app-misc/rioutil/rioutil-1.5.4.ebuild b/app-misc/rioutil/rioutil-1.5.4.ebuild
new file mode 100644
index 00000000000..64e2133d8c1
--- /dev/null
+++ b/app-misc/rioutil/rioutil-1.5.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools udev
+
+DESCRIPTION="A utility for accessing various Rio media players"
+HOMEPAGE="https://github.com/hjelmn/rioutil"
+SRC_URI="https://github.com/hjelmn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	emake DESTDIR="${ED}" libdir="/usr/$(get_libdir)" install
+	einstalldocs
+
+	udev_dorules "${FILESDIR}"/75-rio.rules
+
+	find "${D}" -name '*.la' -type f -delete || die
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2019-12-07  1:34 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2019-12-07  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b80457151f55589d8559a6f528971075836ad648
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 00:22:47 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 01:27:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8045715

app-misc/rioutil: update metadata.xml

Change remote-id from sourceforge to github.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/rioutil/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rioutil/metadata.xml b/app-misc/rioutil/metadata.xml
index ec956797492..052a4bdefbf 100644
--- a/app-misc/rioutil/metadata.xml
+++ b/app-misc/rioutil/metadata.xml
@@ -27,6 +27,6 @@
 	</longdescription>
 	<upstream>
 		<bugs-to>https://github.com/hjelmn/rioutil/issues</bugs-to>
-		<remote-id type="sourceforge">hjelmn/rioutil</remote-id>
+		<remote-id type="github">hjelmn/rioutil</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2019-12-07  1:34 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2019-12-07  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c450f27486c6a0eaf7e9fba59ab0b8a1d64afa17
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 00:55:29 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 01:27:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c450f274

app-misc/rioutil: rework libdir path

Instead of overwriting during src_install to use the correct libpath,
the Makefile is fixed, to use the correct libpath during src_install.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/rioutil/rioutil-1.5.4.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/rioutil/rioutil-1.5.4.ebuild b/app-misc/rioutil/rioutil-1.5.4.ebuild
index 64e2133d8c1..6722b045c2a 100644
--- a/app-misc/rioutil/rioutil-1.5.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.5.4.ebuild
@@ -20,6 +20,9 @@ BDEPEND="virtual/pkgconfig"
 src_prepare() {
 	default
 
+	# Don't use hardcoded '/lib' libpath
+	sed -e '/libdir/d' -i Makefile.am -i librioutil/Makefile.am || die
+
 	eautoreconf
 }
 
@@ -28,8 +31,7 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${ED}" libdir="/usr/$(get_libdir)" install
-	einstalldocs
+	default
 
 	udev_dorules "${FILESDIR}"/75-rio.rules
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2020-01-20 12:52 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2020-01-20 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b88416f48eeb610d4f4d76dae78d535d528bf4d4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 12:51:46 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 12:51:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88416f4

app-misc/rioutil: amd64 stable wrt bug #705770

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/rioutil/rioutil-1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/rioutil/rioutil-1.5.4.ebuild b/app-misc/rioutil/rioutil-1.5.4.ebuild
index 6722b045c2a..3017cd0ca9f 100644
--- a/app-misc/rioutil/rioutil-1.5.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hjelmn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="virtual/libusb:1"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2020-01-21 10:42 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2020-01-21 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     60302bbf97f75a04996e011f214a1611e617f753
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 10:42:09 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 10:42:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60302bbf

app-misc/rioutil: x86 stable wrt bug #705770

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/rioutil/rioutil-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rioutil/rioutil-1.5.4.ebuild b/app-misc/rioutil/rioutil-1.5.4.ebuild
index 3017cd0ca9f..a84adc7b03d 100644
--- a/app-misc/rioutil/rioutil-1.5.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.5.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hjelmn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="virtual/libusb:1"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/
@ 2020-10-11  8:57 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-10-11  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bc47b2a5c030d6a1d10edc9ef701b069f00748d1
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 08:54:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 08:54:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc47b2a5

app-misc/rioutil: stable 1.5.4 for ppc

stable wrt bug #747469

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-misc/rioutil/rioutil-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rioutil/rioutil-1.5.4.ebuild b/app-misc/rioutil/rioutil-1.5.4.ebuild
index a84adc7b03d..7b05035ea67 100644
--- a/app-misc/rioutil/rioutil-1.5.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.5.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hjelmn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="virtual/libusb:1"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-11  8:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-21 10:42 [gentoo-commits] repo/gentoo:master commit in: app-misc/rioutil/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-10-11  8:57 Sergei Trofimovich
2020-01-20 12:52 Agostino Sarubbo
2019-12-07  1:34 Conrad Kostecki
2019-12-07  1:34 Conrad Kostecki
2019-12-05 21:47 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox