mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
Merge updates from master
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST rauc-1.5.tar.xz 826404 BLAKE2B 6ef8e16299e666be525fdfc3db3933b8944b41950821313dd76178e638827aeec93b608ddba26b3b0a22e493946748c49d3cd19fbc9f2a3f739c156dde83b8bb SHA512 5d942993e5db87440aee589722efc2e5d2151941c99652d25831192f8a6e1c9955f74512a92f45c052ddeec29f02a10119346f56bb200202c1d02a6d7fff699c
|
||||
DIST rauc-1.5.1.tar.xz 837056 BLAKE2B 9c035925aa0ff84029e6163ac2f5f2e53bba9174db8ab84328809d7cb68d5bb807d4d6e432e30581fa7eb4234444af7b38607a1b6ce208eb803d8ebafe700bea SHA512 d8b20cdf8e2eacbf4cf219ce4d2bd116faac27d951e9100ec154eb6693471b50159f3005c209119e06306355a9687216460206f38238f951642fcd53794ec1ea
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
1
net-misc/lyrics-in-terminal/Manifest
Normal file
1
net-misc/lyrics-in-terminal/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST lyrics-in-terminal-1.3.1.tar.gz 1664683 BLAKE2B 2d242eed832c06bd4884e87837084197cc0e20fa6e9a54d520243c41d0cea2b15c200d4dfedbaa55dd01019ef3e4200abb0d0140d5065c2c723d5acfdc57670d SHA512 927e86bdad9467a8bcb56c87ed3dbeca55a47ee20d1a4de698d2cd3615592f66623d37c0fab9408401dfd21bf39e7e8a5e3c873e990bcd1aa1c7b92277908258
|
||||
20
net-misc/lyrics-in-terminal/lyrics-in-terminal-1.3.1.ebuild
Normal file
20
net-misc/lyrics-in-terminal/lyrics-in-terminal-1.3.1.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Command Line Lyrics fetcher for MPRIS media players"
|
||||
HOMEPAGE="https://github.com/Jugran/lyrics-in-terminal"
|
||||
SRC_URI="https://github.com/Jugran/lyrics-in-terminal/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
!net-misc/lyricwikia"
|
||||
9
net-misc/lyrics-in-terminal/metadata.xml
Normal file
9
net-misc/lyrics-in-terminal/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>andrewammerlaan@riseup.net</email>
|
||||
<name>Andrew Ammerlaan</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
EGIT_COMMIT="7d25cdedd5c6df310acfcf5a3255aeb13b6adb61"
|
||||
EGIT_COMMIT="69dee0667e51108832b685511e9aa631cca1e83a"
|
||||
# Using SRC_URI here will failed because this repo uses git submodules.
|
||||
# SRC_URI="https://github.com/B-Lang-org/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
# S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
@@ -37,6 +37,11 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-util/dejagnu
|
||||
sci-electronics/systemc
|
||||
sys-process/time
|
||||
)
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
@@ -60,5 +65,6 @@ src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install
|
||||
emake -C src/comp PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install-extra
|
||||
einstalldocs
|
||||
}
|
||||
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
EGIT_COMMIT="7d25cdedd5c6df310acfcf5a3255aeb13b6adb61"
|
||||
EGIT_COMMIT="69dee0667e51108832b685511e9aa631cca1e83a"
|
||||
# Using SRC_URI here will failed because this repo uses git submodules.
|
||||
# SRC_URI="https://github.com/B-Lang-org/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
# S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
@@ -37,6 +37,11 @@ RDEPEND="
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-util/dejagnu
|
||||
sci-electronics/systemc
|
||||
sys-process/time
|
||||
)
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
@@ -60,5 +65,6 @@ src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install
|
||||
emake -C src/comp PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install-extra
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user