diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-15 20:51:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-15 21:06:08 +0100 |
commit | 5e6c368e2a4899f76a707b77666c0051cd455550 (patch) | |
tree | 06493540d5c25b88c4cafcb61adb137cedde841c /media-fonts | |
parent | obs-service.eclass: Mark @DEAD for removal (diff) | |
download | gentoo-5e6c368e2a4899f76a707b77666c0051cd455550.tar.gz gentoo-5e6c368e2a4899f76a707b77666c0051cd455550.tar.bz2 gentoo-5e6c368e2a4899f76a707b77666c0051cd455550.zip |
media-fonts/fifth-leg: Stop using obs-download.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild b/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild index 3d7b659bcbaa..2458f54bb18b 100644 --- a/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild +++ b/media-fonts/fifth-leg/fifth-leg-0.6-r1.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -OPENSUSE_RELEASE="12.2" -OBS_PACKAGE="${PN}-font" - -inherit font obs-download +inherit font +OPENSUSE_RELEASE="12.2" DESCRIPTION="Simplistic, technical sans serif - openSUSE font" HOMEPAGE="http://jimmac.musichall.cz/log/?p=439" -SRC_URI="${OBS_URI}/opensuse-font-${P}.tar.bz2" +SRC_URI="https://api.opensuse.org/public/source/openSUSE:${OPENSUSE_RELEASE}/fifth-leg-font/opensuse-font-${P}.tar.bz2" LICENSE="OFL" SLOT="0" |