summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as ↵Sam James2021-03-311-1/+3
| | | | | | @PRE_INHERIT Signed-off-by: Sam James <sam@gentoo.org>
* libretro-core.eclass: Use | instead of : as sed CLFAGS delimiterCraig Andrews2020-02-281-6/+6
| | | | | | | | Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://bugs.gentoo.org/710952 Closes: https://bugs.gentoo.org/710972 Closes: https://bugs.gentoo.org/711048 Closes: https://bugs.gentoo.org/710880
* libretro-core.eclass: [QA] inherit toolchain-funcs.eclass directlyDavid Seifert2020-02-131-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* libretro-core.eclass: Update copyrightCraig Andrews2019-08-261-1/+1
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* libretro-core.eclass: replace CXXFLAGS in src_prepare stageYuri Konotopov2019-08-261-0/+1
| | | | | Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* libretro-core.eclass: make $LIBRETRO_CORE_LIB_FILE variable localYuri Konotopov2019-08-261-6/+15
| | | | | | | | | Default $LIBRETRO_CORE_LIB_FILE variable value depends on $S which should be set after "inherit" section according to skel.ebuild. Also this variable is used in libretro-core_src_install function only. Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* libretro-core.eclass: replace hyphens in default $LIBRETRO_CORE_NAMEYuri Konotopov2019-08-261-4/+8
| | | | | | | | | Libretro cores are named with underscores instead of hyphens. E.g. genesis_plus_gx or vba_next. Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/12738 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* libretro-core.eclass: eclass for Libretro core ebuildsCraig Andrews2018-08-141-0/+196