diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/libhdhomerun | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/libhdhomerun')
-rw-r--r-- | media-libs/libhdhomerun/Manifest | 3 | ||||
-rw-r--r-- | media-libs/libhdhomerun/files/dont-strip.patch | 13 | ||||
-rw-r--r-- | media-libs/libhdhomerun/libhdhomerun-20130117.ebuild | 37 | ||||
-rw-r--r-- | media-libs/libhdhomerun/libhdhomerun-20130328.ebuild | 37 | ||||
-rw-r--r-- | media-libs/libhdhomerun/libhdhomerun-20140121.ebuild | 37 | ||||
-rw-r--r-- | media-libs/libhdhomerun/metadata.xml | 9 |
6 files changed, 136 insertions, 0 deletions
diff --git a/media-libs/libhdhomerun/Manifest b/media-libs/libhdhomerun/Manifest new file mode 100644 index 000000000000..c8b91c47cae2 --- /dev/null +++ b/media-libs/libhdhomerun/Manifest @@ -0,0 +1,3 @@ +DIST libhdhomerun_20130117.tgz 41931 SHA256 80c8abb889b642339c6e30695ea1a0fcaaf48b76bdeaf3b29245297a42eb3141 SHA512 7065f6a0fd7bf67cc62e3b9462887594f7f9ad1617c13aa0f4d9fc7798600488a13179328fab9321be91f198873f961242064c3bb7b9567c63a8b0443d3c04c4 WHIRLPOOL 5fde51e79c6021fd8dc737415175f5ab89e95f23460d4b5e18dc5e2af04d8a7ac3c4ab06f82d27e46260843e13fd24dd2eec99f8711955a26259c4997ff528c5 +DIST libhdhomerun_20130328.tgz 41931 SHA256 66fdf3785f12bc4bcd4a9a6d322a1ad762bedff1a0888531b0ac5476491e4ed0 SHA512 3adbc34fd0aa8c045d491a85aa43f54e728de0b3959af6c675917fca46a66f2625511d879e8277060a5cefedccddc4e9352b2b6c1c70995352f4e6df4b6958cc WHIRLPOOL 0bd8dcbb0cbe64625967afb4592815bcede48fc953771d1e9d26ef380df9289121801e73e4c765dcd19b825c40ee4757b06eb42ad54f8cd39af29bb4664fd5c3 +DIST libhdhomerun_20140121.tgz 47685 SHA256 a86308e7145c0cecb226ee913e7ce44258ef24fcba979d1f32dcff89022f9809 SHA512 bf7bfed024980b4a58d860b28194c6f3a394071ba1e3e25b46b2a20709e5de51fbb61779d46c9f1f01efd1553abf0332b3711afeb21479576f7f40da7f22eca1 WHIRLPOOL f5972c72a5e5eb708d4ada2eb0d09a409370c595ccd9da1d2b0f400e35c4ff41b828dd853116fe6c4c1ca725894423844e14dcf91e5c01d79454179b68c31014 diff --git a/media-libs/libhdhomerun/files/dont-strip.patch b/media-libs/libhdhomerun/files/dont-strip.patch new file mode 100644 index 000000000000..62aa00af3f07 --- /dev/null +++ b/media-libs/libhdhomerun/files/dont-strip.patch @@ -0,0 +1,13 @@ +diff -Nur libhdhomerun/Makefile libhdhomerun.fix/Makefile +--- libhdhomerun/Makefile 2012-08-30 15:46:27.000000000 -0500 ++++ libhdhomerun.fix/Makefile 2013-03-24 14:47:08.740937164 -0500 +@@ -42,7 +42,6 @@ + + hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS) + $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@ +- $(STRIP) $@ + + libhdhomerun$(LIBEXT) : $(LIBSRCS) + $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@ +Binary files libhdhomerun/hdhomerun_config and libhdhomerun.fix/hdhomerun_config differ +Binary files libhdhomerun/libhdhomerun.so and libhdhomerun.fix/libhdhomerun.so differ diff --git a/media-libs/libhdhomerun/libhdhomerun-20130117.ebuild b/media-libs/libhdhomerun/libhdhomerun-20130117.ebuild new file mode 100644 index 000000000000..adbfffdf772b --- /dev/null +++ b/media-libs/libhdhomerun/libhdhomerun-20130117.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/media-libs/libhdhomerun/libhdhomerun-20130328.ebuild b/media-libs/libhdhomerun/libhdhomerun-20130328.ebuild new file mode 100644 index 000000000000..9ab38090625c --- /dev/null +++ b/media-libs/libhdhomerun/libhdhomerun-20130328.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild b/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild new file mode 100644 index 000000000000..9ab38090625c --- /dev/null +++ b/media-libs/libhdhomerun/libhdhomerun-20140121.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/media-libs/libhdhomerun/metadata.xml b/media-libs/libhdhomerun/metadata.xml new file mode 100644 index 000000000000..0a94baddc99f --- /dev/null +++ b/media-libs/libhdhomerun/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>cardoe@gentoo.org</email> +<name>Doug Goldstein</name> +</maintainer> +</pkgmetadata> + |