mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 01:23:35 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
20 lines
484 B
Bash
20 lines
484 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit rpm font
|
|
|
|
RPM_P="${P}-705.noarch"
|
|
|
|
DESCRIPTION="SGI fonts collection"
|
|
HOMEPAGE="http://oss.sgi.com/projects/sgi_propack"
|
|
SRC_URI="ftp://ftp.suse.com/pub/suse/i386/9.1/suse/noarch/${RPM_P}.rpm"
|
|
S="${WORKDIR}/usr/X11R6/lib/X11/fonts/misc/sgi"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm ~loong ~ppc ppc64 ~s390 sparc x86"
|
|
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="pcf.gz"
|