summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vdr-plugin-2.eclass: fix spellingSam James2023-03-261-1/+1
| | | | | | | Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* vdr-plugin-2.eclass: remove EAPI 5David Seifert2023-03-171-43/+26
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* vdr-plugin-2.eclass: fix UnquotedVariableArthur Zamarin2022-09-121-4/+3
| | | | | | | For the change in vdr_detect_po_dir, use quoted [@] for better catching cases when members in po_subdir have spaces Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-5/+5
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* vdr-plugin-2.eclass: prefix qa notices with "QA Notice:"Martin Dummer2022-02-161-8/+8
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24171 Closes: https://bugs.gentoo.org/813363 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* vdr-plugin-2.eclass: fix variable VDRPLUGINMartin Dummer2021-12-241-2/+2
| | | | | | | | | | Variable VDRPLUGIN: remove declaration @INTERNAL, instead declare as @OUTPUT_VARIABLE as it is used in many packages This fixes errors thrown by pkgcheck Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23454 Signed-off-by: Sam James <sam@gentoo.org>
* vdr-plugin-2.eclass: fix content of @SUPPORTED_EAPISMartin Dummer2021-12-211-1/+1
| | | | | | | | | The eclass variable @SUPPORTED_EAPIS does not contain EAPI 8, while the eclass itself supports EAPI 8. This leads to wrong warnings by pkgcheck. Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23440 Signed-off-by: Sam James <sam@gentoo.org>
* vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixesMartin Dummer2021-07-281-28/+46
| | | | | | | | | | | | - add EAPI8 support, no changes necessary - add BDEPEND=pkgconfig - remove outdated version numbers from (R)DEPEND - fix calling of pkg-config - add many "|| die" which should have been here already for EAPI7 Closes: https://github.com/gentoo/gentoo/pull/21447 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* vdr-plugin-2.eclass: fix IncorrectCopyrightSam James2021-06-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* vdr-plugin-2.eclass: fix pkgcheck findings in documentationMartin Dummer2021-06-221-43/+82
| | | | | | | | | | | | | | | | Add documentation to eclass functions and variables as found by pkgcheck, no functional changes. pkgcheck reported: EclassDocMissingFunc: vdr-plugin-2: undocumented functions: has_vdr, vdr-plugin-2_print_enable_command, vdr-plugin-2_src_util, vdr_create_header_checksum_file, vdr_create_plugindb_file, vdr_detect_po_dir, vdr_gettext_missing, vdr_i18n, vdr_linguas_support, vdr_patchmakefile EclassDocMissingVar: vdr-plugin-2: undocumented variables: COMMON_DEPEND, VDRPLUGIN Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/20845 Signed-off-by: Sam James <sam@gentoo.org>
* eclass/vdr-plugin-2.eclass: forbidden-variable-use fixedJoerg Bornkessel2021-05-011-1/+1
| | | | | Closes: https://bugs.gentoo.org/778815 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* eclass/vdr-plugin-2.eclass: EAPI=4 support removedJoerg Bornkessel2020-02-231-12/+9
| | | | | | | removed eapi=4 support removed unneeded vdr vdr versions test Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* vdr-plugin-2.eclass: ls: cannot access /.../po : No such file or directory fixedJoerg Bornkessel2020-01-231-5/+8
| | | | | | | | | | | portage complain about this behavior on old media-plugins/vdr-* they are not converted to gettext language handling. the small fix will detect and surpress this messsage. add detailed description for this helper function. whitespace Closes: Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
* vdr-plugin-2.eclass: Fix @SUPPORTED_EAPISMichał Górny2019-07-151-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* vdr-plugin-2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* eapi 7 support, some minor cleanupsJörg Bornkessel2018-08-121-51/+16
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* vdr-plugin-2.eclass: added vdr_ prefix to make function exclusiv for eclassJoerg Bornkessel2016-06-051-4/+3
|
* vdr-plugin-2.eclass: added prefix vdr_ to some function to make it exclusiv ↵Joerg Bornkessel2016-05-291-31/+25
| | | | for vdr-plugin-2.eclass
* vdr-plugin-2.eclass: fixed docs install for eapi=6Joerg Bornkessel2016-05-291-9/+8
|
* vdr-plugin-2.eclass: added EAPI=6 supportJoerg Bornkessel2016-05-261-39/+47
|
* Revert "fixed einstall vs. emake install for eapi=6"Ryan Hill2016-05-071-5/+1
| | | | This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03.
* fixed einstall vs. emake install for eapi=6Joerg Bornkessel2016-05-071-1/+5
|
* EAPI=6 support; removed support befor media-video/vdr-2Joerg Bornkessel2016-05-071-27/+20
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+656
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