commit: 95143fd4701acbae072020336f736b1596360cae Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 23:34:56 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 00:31:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95143fd4
media-libs/libhdhomerun: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-libs/libhdhomerun/Manifest | 1 - .../libhdhomerun/libhdhomerun-20150826.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/media-libs/libhdhomerun/Manifest b/media-libs/libhdhomerun/Manifest index e687e180e86..e252e29d86a 100644 --- a/media-libs/libhdhomerun/Manifest +++ b/media-libs/libhdhomerun/Manifest @@ -1,3 +1,2 @@ -DIST libhdhomerun_20150826.tgz 49169 BLAKE2B 6b780d61624e9cca9ca6afbbcdf91377dc134782ee22752c8d92849c6eabac502a3a8a8659035b8a0fd66ae1d7404f6696f78758e0ff4484b46b84ca7282b48f SHA512 9b401c1649dc8c32ea9019b732631f9213cb66c43771aa148fa318202fc11739c005c474be6a77a6a7807818b5179f77debb5b2d2411d865cc87bb3d7ab629a6 DIST libhdhomerun_20190621.tgz 50817 BLAKE2B 7d4293e38be5283fba5d46cb162ee19d90c30ed63481cd94445a055fa0f80597fdacedd59e35ba4edfb53934ce339e967eb0c42d0ae72289ce7d39eb1f91cd50 SHA512 d15c5b0703bf8ca1f3979a8cad93fc33d87c1309367ad5117354c60112a5505d90e80d4bf9055d16b0eef2b892015c5f4886e6544178090b3550c3a8dbd86576 DIST libhdhomerun_20200521.tgz 51014 BLAKE2B bca7c09afd16dae9177cf8b8c828827818acf8bc24eff404591178519bd1b568bb8689721b452bf23ae5b37143cf85aa6fbce52177fcfbafcd5e30e6f1ceafce SHA512 ac253923b531a8e1f714b7fb98da5a2a062144c045117a63e5bb16b33a49ccafcffd24f5520d412d15ca55bc1810fc0ecb9ad05e2d7f5a196b5439b4e28d5c23 diff --git a/media-libs/libhdhomerun/libhdhomerun-20150826.ebuild b/media-libs/libhdhomerun/libhdhomerun-20150826.ebuild deleted file mode 100644 index 5f5c3b3608b..00000000000 --- a/media-libs/libhdhomerun/libhdhomerun-20150826.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 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-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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 -}
