summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | media-tv/tvheadend: Remove epoll USE flagSven Wegener2016-01-242-4/+1
| | | | | | | | | | | | | | The epoll support is always activated on Linux. On Darwin and FreeBSD tvheadend automatically uses kqueue support. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Remove ccache USE flagSven Wegener2016-01-243-8/+5
| | | | | | | | | | | | | | | | We have the ccache portage feature for that. Also the USE flag didn't do anything, because we are forcing CC during make, overriding the ccache command the configure script added to CC. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Remove iconv patch and USE flagSven Wegener2016-01-243-43/+3
| | | | | | | | | | | | | | | | The patch is wrong. The configure check only checks whether we need to link against libiconv for the iconv functions. iconv support is always activated and we need to unconditionally depend on virtual/libiconv. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Remove --mandir configure optionSven Wegener2016-01-241-1/+0
| | | | | | | | | | | | That used to be an old workaround. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Move dtv-scan-tables version to variableSven Wegener2016-01-241-2/+4
|/ | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* Update remote-idsJustin Lecher2015-10-161-15/+18
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-tv/tvheadend: Fix usage of ffmpeg vs libav flags.Alexis Ballier2015-10-161-3/+4
| | | | | | ffmpeg flag means enable ffmpeg or libav. libav flags means use libav, lack of it use ffmpeg. Package-Manager: portage-2.2.23
* media-tv/tvheadend: Rename patch to match what is used from epatch in the ↵Alexis Ballier2015-10-161-0/+0
| | | | | | ebuild. Package-Manager: portage-2.2.23
* media-tv/tvheadend: correction to code missed in src_unpackIan Delaney2015-10-131-1/+1
| | | | Package-Manager: portage-2.2.20.1
* media-tv/tvheadend: bump to -4.0.6, patch to fixing issues re IUSE iconvIan Delaney2015-10-138-162/+185
| | | | | | | | | | patch submitted thanks to Olliver Schinagl, ebuild prepared by new designated proxy maintainer 'wraeth' submitted via gentoo bug, old versions removed on request of maintainer. Gnetoo bug: #551884 Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-089-0/+384
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