summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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