summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-plugins/vdr-epgsearch: remove unused patchesMichael Mair-Keimberger2021-09-232-58/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22374 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-plugins/vdr-epgsearch: Remove oldAndreas K. Hüttel2021-09-203-182/+0
| | | | | | Bug: https://bugs.gentoo.org/789402 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-plugins/vdr-epgsearch: x86 stable wrt bug #807004Agostino Sarubbo2021-08-111-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-plugins/vdr-epgsearch: amd64 stable wrt bug #807004Agostino Sarubbo2021-08-081-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-plugins/vdr-epgsearch: remove obsolete versionMartin Dummer2021-06-154-174/+0
| | | | | | | | | upstream made new release, so remove obsoleted intermediate version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/21128 Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/vdr-epgsearch: version bump to 2.4.1Martin Dummer2021-06-152-0/+96
| | | | | | | | upstream added gcc-11 fixes and additions for vdr-2.5 developer version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/vdr-epgsearch: version bump and gcc-11 fixMartin Dummer2021-06-034-0/+174
| | | | | | | | Closes: https://bugs.gentoo.org/789402 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/20833 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: amd64 stable wrt bug #788685Agostino Sarubbo2021-05-091-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-plugins/vdr-epgsearch: Stabilize 2.4.0_p20200402-r1 x86, #788685Sam James2021-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/vdr-epgsearch: remove unused patchesMichael Mair-Keimberger2021-03-223-85/+0
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20055 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: drop 2.2.0, 2.4.0_p20200402Joonas Niilola2021-03-202-191/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-plugins/vdr-epgsearch: remove unused patchMichael Mair-Keimberger2021-03-011-124/+0
| | | | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19709 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: remove oldMartin Dummer2021-02-275-314/+0
| | | | | | | | | delete old versions Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/19690 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: fix QA+clang issue in 2.2.0-r1Martin Dummer2021-02-274-0/+180
| | | | | | | | | problem with pre-compressed man+doc fixed, add patch for CC="clang" Closes: https://bugs.gentoo.org/772899 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: fix for 2.4.0_p20200402-r1Martin Dummer2021-02-271-0/+96
| | | | | | | | | the useflag logic is wrong since commit 290ec0e38b, fix this here fix sendmail path Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: Stabilize 2.2.0 amd64, #772203Mikle Kolyada2021-02-261-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-plugins/vdr-epgsearch: x86 stable wrt bug #772203Agostino Sarubbo2021-02-251-2/+2
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-plugins/vdr-epgsearch: open if-use cases in 2.4.0_p20200402Joonas Niilola2021-02-221-3/+11
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: 2.4.0 snapshot 20200402Martin Dummer2021-02-223-0/+122
| | | | | | | | | | | new upstream patch level available, and clang compile fix Closes: https://bugs.gentoo.org/740300 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/19497 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: missing die's addedJoerg Bornkessel2020-01-122-4/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-epgsearch: license fixed, added missing die'sJoerg Bornkessel2020-01-124-19/+19
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-epgsearch: man page creation fixedJoerg Bornkessel2020-01-034-0/+225
| | | | | | | | | https://projects.vdr-developer.org/issues/2581 Manpages with encoding will not created correct Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-epgsearch: version bumpJoerg Bornkessel2019-12-253-0/+122
| | | | | | | | | | this version need >=media-video/vdr-2.4 Bug: https://bugs.gentoo.org/696746 Close: https://bugs.gentoo.org/696746 Package-Manager: Portage-2.3.82, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-epgsearch: fix QA issues, #694644Martin Dummer2019-10-174-29/+6
| | | | | | | | | | | | remove duplicate identical patch files update ebuild headers add QA_FLAGS_IGNORED hint Closes: https://bugs.gentoo.org/694644 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13304 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-epgsearch: bump; closed bug 623576, thx to M.BrakemeierJoerg Bornkessel2018-09-023-0/+109
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-plugins/vdr-epgsearch: drop oldMartin Dummer2018-05-115-280/+0
| | | | | | Closes: https://bugs.gentoo.org/650078 Closes: https://github.com/gentoo/gentoo/pull/8338 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-plugins/vdr-epgsearch: amd64 stable wrt bug #655004Agostino Sarubbo2018-05-081-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* media-plugins/vdr-epgsearch: x86 stable (bug #655004)Thomas Deutschmann2018-05-071-1/+1
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* media-plugins/vdr-epgsearch: no "doman" with *.gz files, EAPI=6Martin Dummer2018-05-053-26/+78
| | | | | | | | | Remove usage of "doman" with pre-compressed files Update the ebuild to EAPI=6 metadata.xml: Add proper use flag description Closes: https://bugs.gentoo.org/619954 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-plugins/vdr-epgsearch: Migrate from LINGUAS to L10N.Ulrich Müller2018-01-072-6/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-plugins/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* media-plugins/vdr-epgsearch: Strip empty metadata.xml elementsMichał Górny2017-10-041-2/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+0
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+0
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* 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-088-0/+425
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