Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676140 - media-libs/libhdhomerun-20180817 version bump
Summary: media-libs/libhdhomerun-20180817 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 612786 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-01-24 06:50 UTC by Shannon
Modified: 2019-09-16 17:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libhdhomerun-20180817.ebuild (libhdhomerun-20180817.ebuild,545 bytes, text/plain)
2019-01-24 06:50 UTC, Shannon
Details
Here's an even later version, just out last month. (libhdhomerun-20190621.ebuild,694 bytes, text/plain)
2019-06-29 21:59 UTC, Brian McKee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shannon 2019-01-24 06:50:25 UTC
Created attachment 562674 [details]
libhdhomerun-20180817.ebuild

See attached
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-01-24 08:14:17 UTC
Comment on attachment 562674 [details]
libhdhomerun-20180817.ebuild

--- libhdhomerun-20150826.ebuild        2018-11-18 11:31:06.478201483 +0100
+++ -   2019-01-24 09:14:00.078079093 +0100
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2

-EAPI=5
+EAPI=7

 inherit eutils

@@ -19,17 +19,9 @@

 S="${WORKDIR}/${PN}"

-src_prepare() {
-       epatch "${FILESDIR}/dont-strip.patch"
-}
-
-src_configure() {
-       :
-}
-
 src_install() {
        dobin hdhomerun_config
-       dolib libhdhomerun.so
+       dolib.so libhdhomerun.so

        insinto /usr/include/hdhomerun
        doins *.h
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-01-24 08:15:22 UTC
Comment on attachment 562674 [details]
libhdhomerun-20180817.ebuild

># Copyright 1999-2015 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=7
>
>inherit eutils
eutils.eclass is not used.

>
>DESCRIPTION="SiliconDust HDHomeRun Utilties"
>HOMEPAGE="http://www.silicondust.com/support/hdhomerun/downloads/linux/"
>SRC_URI="http://download.silicondust.com/hdhomerun/${PN}_${PV}.tgz"
>
>LICENSE="LGPL-2.1+"
>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>IUSE=""

No need to set empty IUSE.
>
>DEPEND=""
>RDEPEND="${DEPEND}"
No need to set empty DEPEND/RDEPEND

>
>S="${WORKDIR}/${PN}"
>
>src_install() {
>	dobin hdhomerun_config
>	dolib.so libhdhomerun.so
>
>	insinto /usr/include/hdhomerun
>	doins *.h
>}
Comment 3 Brian McKee 2019-06-29 21:59:20 UTC
Created attachment 581454 [details]
Here's an even later version, just out last month.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-13 14:45:30 UTC
*** Bug 612786 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2019-09-16 17:57:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e74606cc27bd6f536513d7617aa87cad2d2783

commit 57e74606cc27bd6f536513d7617aa87cad2d2783
Author:     Wilson Michaels <thebitpit@eartlink.net>
AuthorDate: 2019-09-13 18:08:15 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-09-16 17:57:06 +0000

    media-libs/libhdhomerun: Bump to version 20190621
    
    Upgrade to EAPI 7
    
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Closes: https://bugs.gentoo.org/676140
    Signed-off-by: Wilson Michaels <thebitpit@eartlink.net>
    Closes: https://github.com/gentoo/gentoo/pull/12922
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-libs/libhdhomerun/Manifest                   |  1 +
 .../files/20190621-use_shared_library.patch        | 16 +++++++++
 .../libhdhomerun/libhdhomerun-20190621.ebuild      | 38 ++++++++++++++++++++++
 media-libs/libhdhomerun/metadata.xml               |  9 ++++-
 4 files changed, 63 insertions(+), 1 deletion(-)