*/*: remove inherit eutils

This commit is contained in:
Maciej Barć 2020-10-23 16:40:04 +02:00
parent 007a7a01e6
commit 01071afdac
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
44 changed files with 44 additions and 44 deletions

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="A graphical grub2 settings manager" DESCRIPTION="A graphical grub2 settings manager"
HOMEPAGE="https://launchpad.net/grub-customizer" HOMEPAGE="https://launchpad.net/grub-customizer"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="A graphical grub2 settings manager" DESCRIPTION="A graphical grub2 settings manager"
HOMEPAGE="https://launchpad.net/grub-customizer" HOMEPAGE="https://launchpad.net/grub-customizer"

View File

@ -12,7 +12,7 @@ BUNDLE_SRC="
http://nordman.org/mirror/lpeg/${LPEG_V}.tar.gz -> ${PN}-${LPEG_V}.tar.gz http://nordman.org/mirror/lpeg/${LPEG_V}.tar.gz -> ${PN}-${LPEG_V}.tar.gz
" "
inherit eutils desktop xdg inherit desktop xdg
DESCRIPTION="Lightweight editor with keyboard-centric minimalistic interface" DESCRIPTION="Lightweight editor with keyboard-centric minimalistic interface"
HOMEPAGE="https://howl.io" HOMEPAGE="https://howl.io"

View File

@ -12,7 +12,7 @@ BUNDLE_SRC="
http://nordman.org/mirror/lpeg/${LPEG_V}.tar.gz -> ${PN}-${LPEG_V}.tar.gz http://nordman.org/mirror/lpeg/${LPEG_V}.tar.gz -> ${PN}-${LPEG_V}.tar.gz
" "
inherit eutils desktop xdg inherit desktop xdg
DESCRIPTION="Lightweight editor with keyboard-centric minimalistic interface" DESCRIPTION="Lightweight editor with keyboard-centric minimalistic interface"
HOMEPAGE="https://howl.io" HOMEPAGE="https://howl.io"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils desktop xdg inherit desktop xdg
DESCRIPTION="A lightweight text editor written in Lua" DESCRIPTION="A lightweight text editor written in Lua"
HOMEPAGE="https://github.com/rxi/lite" HOMEPAGE="https://github.com/rxi/lite"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils desktop xdg inherit desktop xdg
DESCRIPTION="A lightweight text editor written in Lua" DESCRIPTION="A lightweight text editor written in Lua"
HOMEPAGE="https://github.com/rxi/lite" HOMEPAGE="https://github.com/rxi/lite"

View File

@ -7,7 +7,7 @@ MY_PN="scripts"
PYTHON_COMPAT=( python3_{6..8} ) PYTHON_COMPAT=( python3_{6..8} )
inherit eutils git-r3 python-r1 inherit git-r3 python-r1
DESCRIPTION="Small scripts from src_prepare group" DESCRIPTION="Small scripts from src_prepare group"
HOMEPAGE="https://gitlab.com/src_prepare/scripts" HOMEPAGE="https://gitlab.com/src_prepare/scripts"

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8} ) PYTHON_COMPAT=( python3_{7,8} )
inherit eutils python-any-r1 scons-utils flag-o-matic llvm desktop xdg inherit python-any-r1 scons-utils flag-o-matic llvm desktop xdg
DESCRIPTION="Multi-platform 2D and 3D game engine" DESCRIPTION="Multi-platform 2D and 3D game engine"
HOMEPAGE="http://godotengine.org" HOMEPAGE="http://godotengine.org"

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt wrapper for libolm" DESCRIPTION="A Qt wrapper for libolm"
HOMEPAGE="https://gitlab.com/b0/libQtOlm" HOMEPAGE="https://gitlab.com/b0/libQtOlm"
inherit eutils cmake inherit cmake
SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz" SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz"

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt wrapper for libolm" DESCRIPTION="A Qt wrapper for libolm"
HOMEPAGE="https://gitlab.com/b0/libQtOlm" HOMEPAGE="https://gitlab.com/b0/libQtOlm"
inherit eutils cmake inherit cmake
SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz" SRC_URI="https://gitlab.com/b0/libqtolm/-/archive/v3.0.1/libqtolm-v3.0.1.tar.gz"

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix" DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient" HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
inherit eutils cmake inherit cmake
if [[ ${PV} == "9999" ]]; then if [[ ${PV} == "9999" ]]; then
inherit git-r3 inherit git-r3

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix" DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient" HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
inherit eutils cmake inherit cmake
if [[ ${PV} == "9999" ]]; then if [[ ${PV} == "9999" ]]; then
inherit git-r3 inherit git-r3

View File

@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix" DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient" HOMEPAGE="https://github.com/qmatrixclient/libqmatrixclient"
inherit eutils cmake inherit cmake
if [[ ${PV} == "9999" ]]; then if [[ ${PV} == "9999" ]]; then
inherit git-r3 inherit git-r3

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils git-r3 inherit git-r3
DESCRIPTION="Colorized REPL for GNU Guile" DESCRIPTION="Colorized REPL for GNU Guile"
HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/" HOMEPAGE="https://gitlab.com/NalaGinrut/guile-colorized/"

View File

@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS" MY_PN="melonDS"
MY_P="${MY_PN}-${PV}" MY_P="${MY_PN}-${PV}"
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta" DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/" HOMEPAGE="http://melonds.kuribo64.net/"

View File

@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS" MY_PN="melonDS"
MY_P="${MY_PN}-${PV}" MY_P="${MY_PN}-${PV}"
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta" DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/" HOMEPAGE="http://melonds.kuribo64.net/"

View File

@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS" MY_PN="melonDS"
MY_P="${MY_PN}-${PV}" MY_P="${MY_PN}-${PV}"
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Nintendo DS emulator, sorta" DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/" HOMEPAGE="http://melonds.kuribo64.net/"

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
inherit eutils flag-o-matic unpacker desktop inherit flag-o-matic unpacker desktop
# Latest versions are in http://icculus.org/twilight/darkplaces/files/ # Latest versions are in http://icculus.org/twilight/darkplaces/files/
MY_PV="${PV/_beta/beta}" MY_PV="${PV/_beta/beta}"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop eutils xdg inherit desktop xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop eutils xdg inherit desktop xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -5,7 +5,7 @@ EAPI=7
MY_PN="${PN^}" MY_PN="${PN^}"
inherit desktop eutils xdg inherit desktop xdg
DESCRIPTION="A sandbox tower defense game" DESCRIPTION="A sandbox tower defense game"
HOMEPAGE="https://mindustrygame.github.io" HOMEPAGE="https://mindustrygame.github.io"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils font font-ebdftopcf inherit font font-ebdftopcf
DESCRIPTION="Monospaced bitmap font" DESCRIPTION="Monospaced bitmap font"
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/" HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils font font-ebdftopcf inherit font font-ebdftopcf
DESCRIPTION="Monospaced bitmap font" DESCRIPTION="Monospaced bitmap font"
HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/" HOMEPAGE="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils xdg distutils-r1 inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl" DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io" HOMEPAGE="https://tartube.sourceforge.io"

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils xdg distutils-r1 inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl" DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io" HOMEPAGE="https://tartube.sourceforge.io"

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils xdg distutils-r1 inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl" DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io" HOMEPAGE="https://tartube.sourceforge.io"

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils xdg distutils-r1 inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl" DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io" HOMEPAGE="https://tartube.sourceforge.io"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils gnome2-utils meson vala xdg-utils inherit gnome2-utils meson vala xdg-utils
DESCRIPTION="A simple application to provide essential information on network related aspects" DESCRIPTION="A simple application to provide essential information on network related aspects"
HOMEPAGE="https://github.com/babluboy/nutty" HOMEPAGE="https://github.com/babluboy/nutty"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils gnome2-utils meson vala xdg-utils inherit gnome2-utils meson vala xdg-utils
DESCRIPTION="A simple application to provide essential information on network related aspects" DESCRIPTION="A simple application to provide essential information on network related aspects"
HOMEPAGE="https://github.com/babluboy/nutty" HOMEPAGE="https://github.com/babluboy/nutty"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg-utils inherit xdg-utils
DESCRIPTION="Modern IRC client written in GTK" DESCRIPTION="Modern IRC client written in GTK"
HOMEPAGE="https://srain.im/" HOMEPAGE="https://srain.im/"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg-utils inherit xdg-utils
DESCRIPTION="Modern IRC client written in GTK" DESCRIPTION="Modern IRC client written in GTK"
HOMEPAGE="https://srain.im/" HOMEPAGE="https://srain.im/"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils inherit
DESCRIPTION="minimalistic, lightweight command line client for Jellyfin" DESCRIPTION="minimalistic, lightweight command line client for Jellyfin"
HOMEPAGE="https://github.com/Aanok/jftui" HOMEPAGE="https://github.com/Aanok/jftui"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Raspberry Pi Imaging Utility" DESCRIPTION="Raspberry Pi Imaging Utility"
HOMEPAGE="https://github.com/raspberrypi/rpi-imager" HOMEPAGE="https://github.com/raspberrypi/rpi-imager"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Raspberry Pi Imaging Utility" DESCRIPTION="Raspberry Pi Imaging Utility"
HOMEPAGE="https://github.com/raspberrypi/rpi-imager" HOMEPAGE="https://github.com/raspberrypi/rpi-imager"

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
inherit eutils xdg cmake inherit xdg cmake
DESCRIPTION="Raspberry Pi Imaging Utility" DESCRIPTION="Raspberry Pi Imaging Utility"
HOMEPAGE="https://github.com/raspberrypi/rpi-imager" HOMEPAGE="https://github.com/raspberrypi/rpi-imager"

View File

@ -11,7 +11,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk vi zh-CN zh-TW sw ta te th tr uk vi zh-CN zh-TW
" "
inherit chromium-2 desktop eutils xdg inherit chromium-2 desktop xdg
DESCRIPTION="Brave Web Browser" DESCRIPTION="Brave Web Browser"
HOMEPAGE="https://brave.com" HOMEPAGE="https://brave.com"

View File

@ -11,7 +11,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk vi zh-CN zh-TW sw ta te th tr uk vi zh-CN zh-TW
" "
inherit chromium-2 desktop eutils xdg inherit chromium-2 desktop xdg
DESCRIPTION="Brave Web Browser" DESCRIPTION="Brave Web Browser"
HOMEPAGE="https://brave.com" HOMEPAGE="https://brave.com"

View File

@ -37,7 +37,7 @@ MOZ_SRC_URI="https://git.savannah.gnu.org/cgit/gnuzilla.git/snapshot/gnuzilla-${
LLVM_MAX_SLOT=10 LLVM_MAX_SLOT=10
inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils vcs-snapshot \ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs vcs-snapshot \
gnome2-utils llvm mozcoreconf-v6 oom-score-adj pax-utils xdg-utils \ gnome2-utils llvm mozcoreconf-v6 oom-score-adj pax-utils xdg-utils \
autotools multiprocessing virtualx autotools multiprocessing virtualx
#mozlinguas-v2 #mozlinguas-v2

View File

@ -12,7 +12,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk vi zh-CN zh-TW sw ta te th tr uk vi zh-CN zh-TW
" "
inherit chromium-2 desktop eutils xdg inherit chromium-2 desktop xdg
DESCRIPTION="Google Chromium, sans integration with Google (binary package)" DESCRIPTION="Google Chromium, sans integration with Google (binary package)"
HOMEPAGE="https://ungoogled-software.github.io/" HOMEPAGE="https://ungoogled-software.github.io/"

View File

@ -22,7 +22,7 @@ MOZ_HTTP_URI="https://github.com/MrAlex94/Waterfox/archive"
MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_WIFI=1
inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils gnome2-utils \ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs gnome2-utils \
mozconfig-v6.56 pax-utils xdg-utils autotools virtualx mozconfig-v6.56 pax-utils xdg-utils autotools virtualx
MY_PV="${PV}-classic" MY_PV="${PV}-classic"

View File

@ -22,7 +22,7 @@ MOZ_HTTP_URI="https://github.com/MrAlex94/Waterfox/archive"
MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_WIFI=1
inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils gnome2-utils \ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs gnome2-utils \
mozconfig-v6.56 pax-utils xdg-utils autotools virtualx mozconfig-v6.56 pax-utils xdg-utils autotools virtualx
MY_PV="${PV}-classic" MY_PV="${PV}-classic"

View File

@ -22,7 +22,7 @@ MOZ_HTTP_URI="https://github.com/MrAlex94/Waterfox/archive"
MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_WIFI=1
inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils gnome2-utils \ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs gnome2-utils \
mozconfig-v6.56 pax-utils xdg-utils autotools virtualx mozconfig-v6.56 pax-utils xdg-utils autotools virtualx
MY_PV="${PV}-classic" MY_PV="${PV}-classic"

View File

@ -7,7 +7,7 @@ MY_PN="${PN//-bin}"
BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/stable/" BASE_URI="https://repo.jellyfin.org/releases/server/debian/versions/stable/"
# No 'webapp' here because this is a server # No 'webapp' here because this is a server
inherit eutils unpacker systemd inherit unpacker systemd
DESCRIPTION="The Free Software Media System" DESCRIPTION="The Free Software Media System"
HOMEPAGE="https://jellyfin.org" HOMEPAGE="https://jellyfin.org"

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
inherit eutils git-r3 multilib savedconfig toolchain-funcs inherit git-r3 multilib savedconfig toolchain-funcs
DESCRIPTION="Simple terminal implementation for X with Xresources support and other patches" DESCRIPTION="Simple terminal implementation for X with Xresources support and other patches"
HOMEPAGE="https://github.com/gnotclub/xst" HOMEPAGE="https://github.com/gnotclub/xst"