diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-13 16:51:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-13 16:52:47 +0200 |
commit | 7fa37f56b1f68d299f1dd386021fdf134a3be6f1 (patch) | |
tree | f6a48ad26004dd3236579fff232ff789ece15439 /media-libs/libhdhomerun | |
parent | dev-util/crash: Drop old (diff) | |
download | gentoo-7fa37f56b1f68d299f1dd386021fdf134a3be6f1.tar.gz gentoo-7fa37f56b1f68d299f1dd386021fdf134a3be6f1.tar.bz2 gentoo-7fa37f56b1f68d299f1dd386021fdf134a3be6f1.zip |
media-libs/libhdhomerun: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/libhdhomerun')
-rw-r--r-- | media-libs/libhdhomerun/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libhdhomerun/libhdhomerun-20140121.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/libhdhomerun/Manifest b/media-libs/libhdhomerun/Manifest index b6ef1a7ec4ca..f20c74511bc8 100644 --- a/media-libs/libhdhomerun/Manifest +++ b/media-libs/libhdhomerun/Manifest @@ -1,2 +1 @@ -DIST libhdhomerun_20140121.tgz 47685 BLAKE2B ab6abcf3307ba2c7c484ef40963212ee2d8cede3c2e54aec06a9caa9a1ec195f3f7c2974dff056ff6276702213d83b4922b5d36355a75558a4e6d9f49100e6e1 SHA512 bf7bfed024980b4a58d860b28194c6f3a394071ba1e3e25b46b2a20709e5de51fbb61779d46c9f1f01efd1553abf0332b3711afeb21479576f7f40da7f22eca1 DIST libhdhomerun_20150826.tgz 49169 BLAKE2B 6b780d61624e9cca9ca6afbbcdf91377dc134782ee22752c8d92849c6eabac502a3a8a8659035b8a0fd66ae1d7404f6696f78758e0ff4484b46b84ca7282b48f SHA512 9b401c1649dc8c32ea9019b732631f9213cb66c43771aa148fa318202fc11739c005c474be6a77a6a7807818b5179f77debb5b2d2411d865cc87bb3d7ab629a6 diff --git a/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild b/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild deleted file mode 100644 index 27dc812b2855..000000000000 --- a/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - epatch "${FILESDIR}/dont-strip.patch" -} - -src_configure() { - : -} - -src_install() { - dobin hdhomerun_config - dolib libhdhomerun.so - - insinto /usr/include/hdhomerun - doins *.h -} |