summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-plugins/vdr-osdteletext: stabilize 2.3.1 for x86Joonas Niilola2022-03-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/834613 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: stabilize 2.3.1 for amd64Joonas Niilola2022-03-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/834613 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: add acct-*/vdr deps to 2.3.1Joonas Niilola2022-02-011-3/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: version bump to 2.3.1Martin Dummer2022-02-012-0/+45
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23444 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: remove oldMartin Dummer2021-12-206-227/+0
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23302 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: x86 stable wrt bug #828365Agostino Sarubbo2021-12-091-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-plugins/vdr-osdteletext: amd64 stable wrt bug #828365Agostino Sarubbo2021-12-071-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@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-osdteletext: version bump to 2.2.1Martin Dummer2021-08-162-0/+44
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/21957 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: 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-osdteletext: 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-osdteletext: Stabilize 1.1.1 x86, #794253Mikle Kolyada2021-07-171-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-plugins/vdr-osdteletext: Stabilize 1.1.1 amd64, #794253Mikle Kolyada2021-07-171-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-plugins/vdr-osdteletext: version bump to 2.1.1Martin Dummer2021-05-242-0/+47
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/20675 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: 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-osdteletext: Stabilize 0.9.8 x86, #788685Sam James2021-05-081-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/vdr-osdteletext: version bump to 1.1.1Martin Dummer2021-04-112-0/+47
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/20218 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-osdteletext: version bump to 0.9.8Martin Dummer2021-03-064-0/+128
| | | | | | | | | new SRC_URI, new version 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/19712 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-*: remove several old ebuildsMartin Dummer2021-03-043-64/+0
| | | | | | | | | | | remove obolete versions media-plugin/vdr-devstatus-0.4.1 media-plugin/vdr-osdteletext-0.9.4-r1 media-plugin/vdr-osdteletext-0.9.5 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/19691 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/vdr-osdteletext: Stabilize 0.9.7 amd64, #772203Mikle Kolyada2021-02-261-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-plugins/vdr-osdteletext: 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-osdteletext: removed longdescriptionJoerg Bornkessel2020-02-141-3/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-osdteletext: fixed license for ttf fontJoerg Bornkessel2019-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* media-plugins/vdr-osdteletext: bump to version 0.9.7Martin Dummer2019-11-253-3/+56
| | | | | | | | | vdr-osdteletext-0.9.7 is needed for >media-video/vdr-2.3 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13590 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-plugins/vdr-osdteletext: fix HOMEPAGE, use HTTPSMichael Mair-Keimberger2018-03-292-4/+4
|
* media-plugins/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* media-plugins/vdr-osdteletext: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-7/+9
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* 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-2/+1
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* 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-087-0/+167
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