mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-31 19:31:07 +02:00
media-fonts: remove fonts
We dont ship fonts. This is left over from ChromiumOS.
This commit is contained in:
parent
ce1df5b94d
commit
bcb06655b4
@ -1,11 +0,0 @@
|
||||
DIST andale32.exe 198384 RMD160 6d2bd737acc3ec8ed6ad4ec5503d1a0674ab1228 SHA1 c4db8cbe42c566d12468f5fdad38c43721844c69 SHA256 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
|
||||
DIST arial32.exe 554208 RMD160 46579cf7e4cbaedba2adfa7676197cb8bc9a2c28 SHA1 6d75f8436f39ab2da5c31ce651b7443b4ad2916e SHA256 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6
|
||||
DIST arialb32.exe 168176 RMD160 3f2e4171d26f9eb0b3e0854e020ac5e5d575916b SHA1 d45cdab84b7f4c1efd6d1b369f50ed0390e3d344 SHA256 a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8
|
||||
DIST comic32.exe 246008 RMD160 95a096424527f4fcd90d4bd3ae9623c09a7fa4ad SHA1 2371d0327683dcc5ec1684fe7c275a8de1ef9a51 SHA256 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e
|
||||
DIST courie32.exe 646368 RMD160 9e075afda88670230c29b593a5ebf172511e672f SHA1 06a745023c034f88b4135f5e294fece1a3c1b057 SHA256 bb511d861655dde879ae552eb86b134d6fae67cb58502e6ff73ec5d9151f3384
|
||||
DIST georgi32.exe 392440 RMD160 9d8f65999a069176352d42060b6e7f5fe7e1fe9d SHA1 90e4070cb356f1d811acb943080bf97e419a8f1e SHA256 2c2c7dcda6606ea5cf08918fb7cd3f3359e9e84338dc690013f20cd42e930301
|
||||
DIST impact32.exe 173288 RMD160 3129fac881f4ed9e6fc5af706b7a334170b3a97e SHA1 86b34d650cfbbe5d3512d49d2545f7509a55aad2 SHA256 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb
|
||||
DIST times32.exe 661728 RMD160 44d5dda0da59084e00120c678a98358b1ea3ad0f SHA1 20b79e65cdef4e2d7195f84da202499e3aa83060 SHA256 db56595ec6ef5d3de5c24994f001f03b2a13e37cee27bc25c58f6f43e8f807ab
|
||||
DIST trebuc32.exe 357200 RMD160 4cc1485ac7662ff2c8b7ca7bd5e9dda5651a9f00 SHA1 50aab0988423efcc9cf21fac7d64d534d6d0a34a SHA256 5a690d9bb8510be1b8b4fe49f1f2319651fe51bbe54775ddddd8ef0bd07fdac9
|
||||
DIST verdan32.exe 351992 RMD160 bfb8b359e011186174e3ff22993f91a78f62ff30 SHA1 f5b93cedf500edc67502f116578123618c64a42a SHA256 c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96
|
||||
DIST webdin32.exe 185072 RMD160 5382199cf8558228b13a0977d6254395070a9975 SHA1 2fb4a42c53e50bc70707a7b3c57baf62ba58398f SHA256 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r4.ebuild,v 1.10 2010/01/09 21:22:09 fauli Exp $
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="Microsoft's TrueType core fonts"
|
||||
HOMEPAGE="http://corefonts.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/corefonts/andale32.exe
|
||||
mirror://sourceforge/corefonts/arial32.exe
|
||||
mirror://sourceforge/corefonts/arialb32.exe
|
||||
mirror://sourceforge/corefonts/comic32.exe
|
||||
mirror://sourceforge/corefonts/courie32.exe
|
||||
mirror://sourceforge/corefonts/georgi32.exe
|
||||
mirror://sourceforge/corefonts/impact32.exe
|
||||
mirror://sourceforge/corefonts/times32.exe
|
||||
mirror://sourceforge/corefonts/trebuc32.exe
|
||||
mirror://sourceforge/corefonts/verdan32.exe
|
||||
mirror://sourceforge/corefonts/webdin32.exe"
|
||||
|
||||
LICENSE="MSttfEULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE="X"
|
||||
|
||||
DEPEND="app-arch/cabextract"
|
||||
RDEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
FONT_S=${WORKDIR}
|
||||
FONT_SUFFIX="ttf"
|
||||
|
||||
src_unpack() {
|
||||
for exe in ${A} ; do
|
||||
echo ">>> Unpacking ${exe} to ${WORKDIR}"
|
||||
cabextract --lowercase "${DISTDIR}"/${exe} > /dev/null \
|
||||
|| die "failed to unpack ${exe}"
|
||||
done
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
DIST dejavu-fonts-2.35.tar.bz2 11493699 SHA256 646f5f52fbba7c6c82580a22cedb487f31ecf28aa28c71da5c38e04c2989abf5 SHA512 a00ad39b3f02dc3866b54b522b299d65a571bf7c0625b8aa4f7095fa15010cebecb8b2a51a3716336c48531acf617b557dd4114b670910560e69d2b315715cb4 WHIRLPOOL 698b1486e3ddc61f9ddfc5608540d71cd5aaa9348a3c698217b5339c7ad7615236f6529e76c1da725cb4891358341ee9a48f660fb1becaa59bb3d0f89e3a92e4
|
||||
DIST dejavu-fonts-2.37.tar.bz2 12050109 SHA256 4b21c5203f792343d5e90ab1cb0cf07e99887218abe3d83cd9a98cea9085e799 SHA512 e61fc8c675ef76edb49dd9a8caee62087280929bb8144b52aca2f8def30025c56246589ad8a6a806b9574e6876eedd16d57c70a6ce9c86817a2dfe39d8a2bb2b WHIRLPOOL 5642794ed3ee3fed64fd01444d835354c2d61d995091b656d6cae2b8ec7b3ee652c06d45f559aebbe3a6b54e5ba5ec2b9bdbd3b45aa49c3bf626778efce7f8cc
|
||||
DIST dejavu-fonts-ttf-2.35.tar.bz2 5092541 SHA256 f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88 SHA512 af0120e4c409cdcf31994499b2f24cb34e07961d5e48a70959ce6309df219e19bf35d0bb2a11f6ef5e24aa5788136998ec94fc2608bb6f409ba324595e858006 WHIRLPOOL 2b4685cd99d31dc29a8c703d27c2c7037872afcc8fa4d78ebb514640ad056a767795c8e29e5ec015994135df04d291b1689129d4a9c4ae46528f935fd7cc5530
|
||||
DIST dejavu-fonts-ttf-2.37.tar.bz2 5429777 SHA256 fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7 SHA512 bafa39321021097432777f0825d700190c23f917d754a4504722cd8946716c22c083836294dab7f3ae7cf20af63c4d0944f3423bf4aa25dbca562d1f30e00654 WHIRLPOOL c2e8a147eae50a91b696b91e2d205b66f02dc3dfa47f932553e9b02229b5d73216b1953da59fd1006c8711f396ab8dfeedaf2a5e4a07f6d8f04ae08957939c43
|
||||
EBUILD dejavu-2.35.ebuild 2138 SHA256 f49c86d9879e9b225ec41d0c80cfb36fe08c498ec5d883f1a1483bd0393bcaab SHA512 7ebb17717372bade13726987d3f8c7bdedae0577fad1f63256926a7da676875a70ed21e8b9b77b52e2e4b7392d7c50bb6778df1d55d9f503c849d30c541824a5 WHIRLPOOL c6d5e949048f7516c6816f9ab454fad55e7de3bcf3062de033ba860864ed6329fafa4982482fba7baedeabd8d1d922c3d27089df2db6a32827b9ae1e9eb9ffd1
|
||||
EBUILD dejavu-2.37.ebuild 2146 SHA256 2d4e9b40ab3627b4a5dcc3f7a43c44e44d38079096ca1d40c1af69184967947c SHA512 d35fcb8e49d08adb5f950cfba5d5c92de64d295e98d3d1927565f221faf806b225f5a1a3e80d314eab4568e6dc65beb9fcee2f612e3563563547d59ae547894f WHIRLPOOL 72e24da6286550e0516b08be04dc862dbf09ce84c7f4c93dadb14ac9251e6ac7251abbaf63ea0332eb18f91db0715f8bc2a2c76888e9790119610c349ad6ec66
|
||||
MISC ChangeLog 3457 SHA256 62d585749500c7e7aa6322679a861f9948e41419decdea8d611f58554c4c5f4c SHA512 5bdb62f500b2808e0dae2b2f8eca5ae69c3a5bac36cd821c6e8463428518aa7bf46125f2447507fbc14b224af4526cde5aeb2783f22e3be2acf3feb14774b613 WHIRLPOOL 6df2d7fc88e4a75584f37911939b3f1c9c855ccb7d824f7ab4b800eea9929a978c01e70670518574249462d08a911a0537927334b3ea21675d54dba7af382314
|
||||
MISC ChangeLog-2015 21627 SHA256 005ff7b77a3abad6d114fc54f9e2e6b5a72daed6f78650bb538210de7a7f043e SHA512 6064c0d9fcb61a271c5a6b4f4560433c641bdd0c11e459a3fe122e4bb30c30c55460ffaa54120e2227e7230177d9d690165e3f0255f50fd40209328f9f7ee929 WHIRLPOOL eb85a0b2683360a332b67a724baebfacbb536cbc77ad4eb7252165fb3fb6a28a62154edfe328652086aeee740e9b138c69f06a3420408a76e02b963c15c8f694
|
||||
MISC metadata.xml 854 SHA256 d02765b897681dfd63d3f7b90587b7bbe203f0ee4f31f11fe9ea4547f6261e9a SHA512 2baa05f3f861db77c828c4da9dd71067577a55e0566805d71ab553eec6c450609331477a614ce058b7bea4032b8eade7c1379f5db5a17cf7d00372620eb206ef WHIRLPOOL d36c0034cc25395077b8048f18526ef0dfc802fd506f2f9663d110eb0d30d0b8e06eac2082260d05241b7b88edf96ba93c38e1c6cc2264464269325e17a6b934
|
@ -1,77 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit font versionator
|
||||
|
||||
DESCRIPTION="DejaVu fonts, bitstream vera with ISO-8859-2 characters"
|
||||
HOMEPAGE="https://dejavu-fonts.github.io/"
|
||||
|
||||
# If you want to test snapshot from dejavu.sf.net/snapshots/
|
||||
# just rename ebuild to dejavu-2.22.20071220.2156.ebuild
|
||||
MY_PV=$(get_version_component_range 1-2)
|
||||
snapv=$(get_version_component_range 3-4)
|
||||
snapv=${snapv/./-}
|
||||
MY_BP=${PN}-fonts-ttf-${MY_PV}
|
||||
MY_SP=${PN}-fonts-${MY_PV}
|
||||
|
||||
if [[ -z ${snapv} ]]; then
|
||||
SRC_URI="!fontforge? ( mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
|
||||
fontforge? ( mirror://sourceforge/${PN}/${MY_SP}.tar.bz2 )"
|
||||
else
|
||||
SRC_URI="!fontforge? ( http://dejavu.sourceforge.net/snapshots/${MY_BP}-${snapv}.tar.bz2 )
|
||||
fontforge? ( http://dejavu.sourceforge.net/snapshots/${MY_SP}-${snapv}.tar.bz2 )"
|
||||
fi
|
||||
|
||||
LICENSE="BitstreamVera"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="fontforge"
|
||||
|
||||
DEPEND="fontforge? ( x11-apps/mkfontscale
|
||||
>=media-gfx/fontforge-20080429
|
||||
x11-apps/mkfontdir
|
||||
dev-perl/Font-TTF
|
||||
app-i18n/unicode-data
|
||||
>media-libs/fontconfig-2.6.0 )"
|
||||
|
||||
FONT_CONF=(
|
||||
fontconfig/20-unhint-small-dejavu-sans-mono.conf
|
||||
fontconfig/20-unhint-small-dejavu-sans.conf
|
||||
fontconfig/20-unhint-small-dejavu-serif.conf
|
||||
fontconfig/57-dejavu-sans-mono.conf
|
||||
fontconfig/57-dejavu-sans.conf
|
||||
fontconfig/57-dejavu-serif.conf
|
||||
)
|
||||
|
||||
FONT_S="ttf"
|
||||
FONT_SUFFIX="ttf"
|
||||
DOCS="AUTHORS NEWS README status.txt langcover.txt unicover.txt"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use fontforge; then
|
||||
mv "${MY_SP}" "${P}" || die
|
||||
else
|
||||
mv "${MY_BP}" "${P}" || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if use fontforge; then
|
||||
emake -j1 \
|
||||
BUILDDIR=ttf \
|
||||
BLOCKS=/usr/share/unicode-data/Blocks.txt \
|
||||
UNICODEDATA=/usr/share/unicode-data/UnicodeData.txt \
|
||||
FC-LANG=/usr/share/fc-lang \
|
||||
full sans \
|
||||
|| die "emake failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
font_src_install
|
||||
if use fontforge; then
|
||||
dodoc ttf/*.txt
|
||||
fi
|
||||
}
|
@ -1,77 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit font versionator
|
||||
|
||||
DESCRIPTION="DejaVu fonts, bitstream vera with ISO-8859-2 characters"
|
||||
HOMEPAGE="https://dejavu-fonts.github.io/"
|
||||
|
||||
# If you want to test snapshot from dejavu.sf.net/snapshots/
|
||||
# just rename ebuild to dejavu-2.22.20071220.2156.ebuild
|
||||
MY_PV=$(get_version_component_range 1-2)
|
||||
snapv=$(get_version_component_range 3-4)
|
||||
snapv=${snapv/./-}
|
||||
MY_BP=${PN}-fonts-ttf-${MY_PV}
|
||||
MY_SP=${PN}-fonts-${MY_PV}
|
||||
|
||||
if [[ -z ${snapv} ]]; then
|
||||
SRC_URI="!fontforge? ( mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
|
||||
fontforge? ( mirror://sourceforge/${PN}/${MY_SP}.tar.bz2 )"
|
||||
else
|
||||
SRC_URI="!fontforge? ( http://dejavu.sourceforge.net/snapshots/${MY_BP}-${snapv}.tar.bz2 )
|
||||
fontforge? ( http://dejavu.sourceforge.net/snapshots/${MY_SP}-${snapv}.tar.bz2 )"
|
||||
fi
|
||||
|
||||
LICENSE="BitstreamVera"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="fontforge"
|
||||
|
||||
DEPEND="fontforge? ( x11-apps/mkfontscale
|
||||
>=media-gfx/fontforge-20080429
|
||||
x11-apps/mkfontdir
|
||||
dev-perl/Font-TTF
|
||||
app-i18n/unicode-data
|
||||
>media-libs/fontconfig-2.6.0 )"
|
||||
|
||||
FONT_CONF=(
|
||||
fontconfig/20-unhint-small-dejavu-sans-mono.conf
|
||||
fontconfig/20-unhint-small-dejavu-sans.conf
|
||||
fontconfig/20-unhint-small-dejavu-serif.conf
|
||||
fontconfig/57-dejavu-sans-mono.conf
|
||||
fontconfig/57-dejavu-sans.conf
|
||||
fontconfig/57-dejavu-serif.conf
|
||||
)
|
||||
|
||||
FONT_S="ttf"
|
||||
FONT_SUFFIX="ttf"
|
||||
DOCS="AUTHORS NEWS README.md status.txt langcover.txt unicover.txt"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use fontforge; then
|
||||
mv "${MY_SP}" "${P}" || die
|
||||
else
|
||||
mv "${MY_BP}" "${P}" || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if use fontforge; then
|
||||
emake \
|
||||
BUILDDIR=ttf \
|
||||
BLOCKS=/usr/share/unicode-data/Blocks.txt \
|
||||
UNICODEDATA=/usr/share/unicode-data/UnicodeData.txt \
|
||||
FC-LANG=/usr/share/fc-lang \
|
||||
full sans \
|
||||
|| die "emake failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
font_src_install
|
||||
if use fontforge; then
|
||||
dodoc ttf/*.txt
|
||||
fi
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>fonts@gentoo.org</email>
|
||||
<name>Fonts</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="fontforge">Use <pkg>media-gfx/fontforge</pkg> to build fonts from source</flag>
|
||||
</use>
|
||||
<longdescription>
|
||||
The DejaVu fonts are a font family based on the Vera Fonts release 1.10. Its
|
||||
purpose is to provide a wider range of characters while maintaining the
|
||||
original look and feel through the process of collaborative development.
|
||||
Available families (Sans = sans serif, Mono = monospaced): DejaVu Sans,
|
||||
DejaVu Sans Mono, DejaVu Sans Condensed (experimental), DejaVu Serif, DejaVu
|
||||
Serif Condensed
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">dejavu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST encodings-1.0.3.tar.bz2 678895 RMD160 15ac1362cc1969d7e0101767820537d2db348d9a SHA1 615b8367ee20fc50688e4876aa250419927d64cc SHA256 07d9766d4aebe05ac572599f8f903a4fe06ab667a8182f2b6cc03e5fb3b80f53
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/encodings/encodings-1.0.3.ebuild,v 1.10 2010/01/19 17:57:22 armin76 Exp $
|
||||
|
||||
# Must be before x-modular eclass is inherited
|
||||
#SNAPSHOT="yes"
|
||||
|
||||
inherit x-modular
|
||||
|
||||
DESCRIPTION="X.Org font encodings"
|
||||
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
x11-apps/mkfontscale"
|
||||
|
||||
CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
|
||||
|
||||
ECONF_SOURCE="${S}"
|
||||
|
||||
src_compile() {
|
||||
mkdir "${S}"/build
|
||||
cd "${S}"/build
|
||||
x-modular_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}"/build
|
||||
x-modular_src_install
|
||||
}
|
@ -1 +0,0 @@
|
||||
DIST font-util-1.2.0.tar.bz2 134588 RMD160 1cc25721fe18d86f7e11038a3128b6466a02378d SHA1 011fa9c8fe08d9f6f848df570374ed1cb7488146 SHA256 dbbac617ae6cdf6f459e602361211d217f4bad5ad8bfb6adcede6196693f9712
|
@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.2.0.ebuild,v 1.8 2011/02/14 13:38:54 xarthisius Exp $
|
||||
|
||||
EAPI=3
|
||||
inherit xorg-2
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/font/util"
|
||||
DESCRIPTION="X.Org font utilities"
|
||||
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"
|
@ -1 +0,0 @@
|
||||
DIST liberation-fonts-1.04.tar.gz 1011820 RMD160 25fb4ec3b395ff028bc265fb79bbb42338e7051f SHA1 097882c92e3260742a3dc3bf033792120d8635a3 SHA256 0e0d0957c85b758561a3d4aef4ebcd2c39959e5328429d96ae106249d83531a1
|
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
<!-- Symlinking this file to /etc/fonts/conf.d/ will allow
|
||||
you to use liberation fonts instead of the microsoft truetype fonts.
|
||||
(from http://uwstopia.nl/blog/2007/05/free-your-fonts) -->
|
||||
|
||||
<!-- Liberation fonts -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>Times New Roman</string></test>
|
||||
<edit name="family" mode="assign"><string>Liberation Serif</string></edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>Arial</string></test>
|
||||
<edit name="family" mode="assign"><string>Liberation Sans</string></edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>Courier</string></test>
|
||||
<edit name="family" mode="assign"><string>Liberation Mono</string></edit>
|
||||
</match>
|
||||
|
||||
|
||||
</fontconfig>
|
||||
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.04.ebuild,v 1.3 2010/02/03 15:35:44 je_fro Exp $
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
|
||||
SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
|
||||
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 x86-fbsd"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2-with-exceptions"
|
||||
IUSE="X"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
FONT_SUFFIX="ttf"
|
||||
DOCS="License.txt"
|
||||
|
||||
FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
|
@ -1 +0,0 @@
|
||||
DIST ttf-sil-abyssinica-1.0.tgz 730808 RMD160 e4b96d71aeff0a06ecfc1adfe16c4e502e540824 SHA1 3c8ec4eb3a2b01a49860b3d72d38a871c923d625 SHA256 c8fa9e6886f897c0fef55a8ed05b2a5850680d76369d7d14a15df0e1baaaf079
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-abyssinica/sil-abyssinica-1.0.ebuild,v 1.1 2008/05/19 18:46:05 dirtyepic Exp $
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="SIL Opentype Unicode fonts for Ethiopic languages"
|
||||
HOMEPAGE="http://scripts.sil.org/AbyssinicaSIL"
|
||||
SRC_URI="mirror://gentoo/ttf-${P}.tgz"
|
||||
|
||||
LICENSE="OFL"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
IUSE="doc"
|
||||
|
||||
DOCS="OFL-FAQ.txt"
|
||||
FONT_SUFFIX="ttf"
|
||||
|
||||
FONT_S="${WORKDIR}/ttf-${P}"
|
||||
S="${FONT_S}"
|
||||
|
||||
src_install() {
|
||||
font_src_install
|
||||
use doc && dodoc *.pdf
|
||||
}
|
@ -1 +0,0 @@
|
||||
DIST urw-fonts-2.4-9.fc13.src.rpm 3198315 RMD160 50488d1518b6a6ca2d157c74ee98772f09c94c8a SHA1 58ae5d1421debecc1daf39cc0f4d088a64f7d789 SHA256 47a4ad8b725109d114a4c4151c28dcb787b2c676df5346092e60ea158975970c
|
@ -1,362 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<!-- /etc/fonts.conf file to configure system font access -->
|
||||
<fontconfig>
|
||||
|
||||
<!--
|
||||
The intent of this standard configuration file is to be adequate for
|
||||
most environments. If you have a reasonably normal environment and
|
||||
have found problems with this configuration, they are probably
|
||||
things that others will also want fixed. Please send any suggested
|
||||
changes to fonts@xfree86.org so that future releases can include
|
||||
such changes.
|
||||
|
||||
Note that the normal 'make install' procedure for XFree86 is to
|
||||
replace any existing fonts.conf file with the new version. Place
|
||||
any local customizations in local.conf which this file references.
|
||||
|
||||
Keith Packard
|
||||
-->
|
||||
|
||||
|
||||
<dir>/usr/share/fonts</dir>
|
||||
<dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
|
||||
<dir>/usr/X11R6/lib/X11/fonts/OTF</dir>
|
||||
<dir>~/.fonts</dir>
|
||||
|
||||
<!--
|
||||
Enable sub-pixel rendering
|
||||
<match target="font">
|
||||
<test qual="all" name="rgba">
|
||||
<const>unknown</const>
|
||||
</test>
|
||||
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
||||
</match>
|
||||
-->
|
||||
|
||||
<!--
|
||||
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
||||
-->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family">
|
||||
<string>mono</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign">
|
||||
<string>monospace</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
|
||||
-->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family">
|
||||
<string>sans serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign">
|
||||
<string>sans-serif</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Accept deprecated 'sans' alias, replacing it with 'sans-serif'
|
||||
-->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family">
|
||||
<string>sans</string>
|
||||
</test>
|
||||
<edit name="family" mode="assign">
|
||||
<string>sans-serif</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Mark common families with their generics so we'll get
|
||||
something reasonable
|
||||
-->
|
||||
|
||||
<!--
|
||||
Serif faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Times</family>
|
||||
<family>Times New Roman</family>
|
||||
<family>Nimbus Roman No9 L</family>
|
||||
<family>Luxi Serif</family>
|
||||
<family>Kochi Mincho</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>Baekmuk Batang</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<!--
|
||||
Sans-serif faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Helvetica</family>
|
||||
<family>Arial</family>
|
||||
<family>Verdana</family>
|
||||
<family>Nimbus Sans L</family>
|
||||
<family>Luxi Sans</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>AR PL KaitiM GB</family>
|
||||
<family>AR PL KaitiM Big5</family>
|
||||
<family>Baekmuk Dotum</family>
|
||||
<family>SimSun</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<!--
|
||||
Monospace faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Courier</family>
|
||||
<family>Courier New</family>
|
||||
<family>Andale Mono</family>
|
||||
<family>Luxi Mono</family>
|
||||
<family>Nimbus Mono L</family>
|
||||
<family>NSimSun</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<!--
|
||||
If the font still has no generic name, add sans-serif
|
||||
-->
|
||||
<match target="pattern">
|
||||
<test qual="all" name="family" compare="not_eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test qual="all" name="family" compare="not_eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test qual="all" name="family" compare="not_eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<edit name="family" mode="append_last">
|
||||
<string>sans-serif</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Some Asian fonts misadvertise themselves as monospaced when
|
||||
in fact they are dual-spaced (half and full). This makes
|
||||
FreeType very confused as it forces all widths to match.
|
||||
Undo this magic by disabling the width forcing code -->
|
||||
<match target="font">
|
||||
<test name="family"><string>GulimChe</string></test>
|
||||
<edit name="globaladvance"><bool>false</bool></edit>
|
||||
</match>
|
||||
|
||||
<match target="font">
|
||||
<test name="family"><string>DotumChe</string></test>
|
||||
<edit name="globaladvance"><bool>false</bool></edit>
|
||||
</match>
|
||||
|
||||
<match target="font">
|
||||
<test name="family"><string>BatangChe</string></test>
|
||||
<edit name="globaladvance"><bool>false</bool></edit>
|
||||
</match>
|
||||
|
||||
<match target="font">
|
||||
<test name="family"><string>GungsuhChe</string></test>
|
||||
<edit name="globaladvance"><bool>false</bool></edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Load per-user customization file
|
||||
-->
|
||||
<include ignore_missing="yes">~/.fonts.conf</include>
|
||||
|
||||
<!--
|
||||
Load local system customization file
|
||||
-->
|
||||
<include ignore_missing="yes">local.conf</include>
|
||||
|
||||
<!--
|
||||
Alias well known font names to available TrueType fonts
|
||||
-->
|
||||
<alias>
|
||||
<family>Times</family>
|
||||
<accept><family>Times New Roman</family></accept>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Helvetica</family>
|
||||
<accept><family>Verdana</family></accept>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Arial</family>
|
||||
<accept><family>Verdana</family></accept>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Courier</family>
|
||||
<accept><family>Courier New</family></accept>
|
||||
</alias>
|
||||
|
||||
<!--
|
||||
Provide required aliases for standard names
|
||||
-->
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>Nimbus Roman No9 L</family>
|
||||
<family>Luxi Serif</family>
|
||||
<family>Kochi Mincho</family>
|
||||
<family>ZYSong18030</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>Baekmuk Batang</family>
|
||||
<family>Times New Roman</family>
|
||||
<family>Times</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Luxi Sans</family>
|
||||
<family>Nimbus Sans L</family>
|
||||
<family>Helvetica</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>ZYSong18030</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>Baekmuk Gulim</family>
|
||||
<family>Verdana</family>
|
||||
<family>Arial</family>
|
||||
<family>SimSun</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Luxi Mono</family>
|
||||
<family>Nimbus Mono L</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>ZYSong18030</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>Baekmuk Gulim</family>
|
||||
<family>Andale Mono</family>
|
||||
<family>Courier New</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
||||
<!--
|
||||
We can't hint CJK fonts well, so turn off hinting for CJK fonts.
|
||||
-->
|
||||
|
||||
<match target="font">
|
||||
<test name="lang" compare="contains">
|
||||
<string>ja</string>
|
||||
</test>
|
||||
<edit name="hinting" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="lang" compare="contains">
|
||||
<string>ko</string>
|
||||
</test>
|
||||
<edit name="hinting" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="lang" compare="contains">
|
||||
<string>zh</string>
|
||||
</test>
|
||||
<edit name="hinting" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Artificial oblique for fonts without an italic or oblique version
|
||||
-->
|
||||
|
||||
<match target="font">
|
||||
<!-- check to see if the font is roman -->
|
||||
<test name="slant">
|
||||
<const>roman</const>
|
||||
</test>
|
||||
<!-- check to see if the pattern requested non-roman -->
|
||||
<test target="pattern" name="slant" compare="not_eq">
|
||||
<const>roman</const>
|
||||
</test>
|
||||
<!-- multiply the matrix to slant the font -->
|
||||
<edit name="matrix" mode="assign">
|
||||
<times>
|
||||
<name>matrix</name>
|
||||
<matrix><double>1</double><double>.2</double>
|
||||
<double>0</double><double>1</double>
|
||||
</matrix>
|
||||
</times>
|
||||
</edit>
|
||||
<!-- pretend the font is oblique now -->
|
||||
<edit name="slant" mode="assign">
|
||||
<const>oblique</const>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<config>
|
||||
<!--
|
||||
These are the default Unicode chars that are expected to be blank
|
||||
in fonts. All other blank chars are assumed to be broken and
|
||||
won't appear in the resulting charsets
|
||||
-->
|
||||
<blank>
|
||||
<int>0x0020</int> <!-- SPACE -->
|
||||
<int>0x00a0</int> <!-- NO-BREAK SPACE -->
|
||||
<int>0x00ad</int> <!-- SOFT HYPHEN -->
|
||||
<int>0x115f</int> <!-- HANGUL CHOSEONG FILLER -->
|
||||
<int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
|
||||
<int>0x1680</int> <!-- OGHAM SPACE MARK -->
|
||||
<int>0x2000</int> <!-- EN QUAD -->
|
||||
<int>0x2001</int> <!-- EM QUAD -->
|
||||
<int>0x2002</int> <!-- EN SPACE -->
|
||||
<int>0x2003</int> <!-- EM SPACE -->
|
||||
<int>0x2004</int> <!-- THREE-PER-EM SPACE -->
|
||||
<int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
|
||||
<int>0x2006</int> <!-- SIX-PER-EM SPACE -->
|
||||
<int>0x2007</int> <!-- FIGURE SPACE -->
|
||||
<int>0x2008</int> <!-- PUNCTUATION SPACE -->
|
||||
<int>0x2009</int> <!-- THIN SPACE -->
|
||||
<int>0x200a</int> <!-- HAIR SPACE -->
|
||||
<int>0x200b</int> <!-- ZERO WIDTH SPACE -->
|
||||
<int>0x200c</int> <!-- ZERO WIDTH NON-JOINER -->
|
||||
<int>0x200d</int> <!-- ZERO WIDTH JOINER -->
|
||||
<int>0x200e</int> <!-- LEFT-TO-RIGHT MARK -->
|
||||
<int>0x200f</int> <!-- RIGHT-TO-LEFT MARK -->
|
||||
<int>0x2028</int> <!-- LINE SEPARATOR -->
|
||||
<int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
|
||||
<int>0x202a</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
|
||||
<int>0x202b</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
|
||||
<int>0x202c</int> <!-- POP DIRECTIONAL FORMATTING -->
|
||||
<int>0x202d</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
|
||||
<int>0x202e</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
|
||||
<int>0x202f</int> <!-- NARROW NO-BREAK SPACE -->
|
||||
<int>0x205f</int> <!-- MEDIUM MATHEMATICAL SPACE -->
|
||||
<int>0x2060</int> <!-- WORD JOINER -->
|
||||
<int>0x2061</int> <!-- FUNCTION APPLICATION -->
|
||||
<int>0x2062</int> <!-- INVISIBLE TIMES -->
|
||||
<int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
|
||||
<int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
|
||||
<int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
|
||||
<int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
|
||||
<int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
|
||||
<int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
|
||||
<int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
|
||||
<int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
|
||||
<int>0x3164</int> <!-- HANGUL FILLER -->
|
||||
<int>0xfeff</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
|
||||
<int>0xffa0</int> <!-- HALFWIDTH HANGUL FILLER -->
|
||||
<int>0xfff9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
|
||||
<int>0xfffa</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
|
||||
<int>0xfffa</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
|
||||
</blank>
|
||||
<!--
|
||||
Rescan configuration every 30 seconds when FcFontSetList is called
|
||||
-->
|
||||
<rescan>
|
||||
<int>30</int>
|
||||
</rescan>
|
||||
</config>
|
||||
|
||||
</fontconfig>
|
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/urw-fonts/urw-fonts-2.4.9.ebuild,v 1.18 2011/08/28 13:35:47 grobian Exp $
|
||||
|
||||
# At some point URW++ released fonts under GPL license. After that they were took
|
||||
# and improved by Valek Filippov and this work was somehow related with AFPL...
|
||||
# At least it can be found on their svn server:
|
||||
# http://svn.ghostscript.com/ghostscript/trunk/urw-fonts/
|
||||
|
||||
# Also, some time ago, sources where published on sf.net:
|
||||
# http://sourceforge.net/projects/gs-fonts/files/
|
||||
# At this point this package was published on a nuber of other sites
|
||||
# (gimp.org/cups.org) and media-fonts/gnu-gs-fonts-std was added to the tree.
|
||||
# But nobody use that old releases any mover and everybody syncs with
|
||||
# svn.ghostscript.com. The most recent tag there is:
|
||||
# http://svn.ghostscript.com/ghostscript/tags/urw-fonts-1.0.7pre44/
|
||||
|
||||
# But note that version we have is different from upstream tag. This happened
|
||||
# because we started to use redhat versions and followed their versioning. It's
|
||||
# hard to say why they use such strange version since they also sync with
|
||||
# svn.ghostscript.com. Redhat's ChangeLog states:
|
||||
# Tue Jan 8 23:00:00 2008 Than Ngo 2.4-2
|
||||
# - update to 1.0.7pre44
|
||||
|
||||
inherit eutils rpm font versionator
|
||||
|
||||
MY_PV=$(replace_version_separator 2 -)
|
||||
|
||||
DESCRIPTION="free good quality fonts gpl'd by URW++"
|
||||
HOMEPAGE="http://www.urwpp.de/"
|
||||
SRC_URI="mirror://gentoo/${PN}-${MY_PV}.fc13.src.rpm"
|
||||
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
!media-fonts/gnu-gs-fonts-std
|
||||
!media-fonts/gnu-gs-fonts-other"
|
||||
|
||||
S=${WORKDIR}
|
||||
FONT_S=${S}
|
||||
FONT_SUFFIX="afm pfb pfm"
|
||||
DOCS="ChangeLog README*"
|
||||
|
||||
pkg_postinst() {
|
||||
font_pkg_postinst
|
||||
elog "If you upgraded from ${PN}-2.1-r2 some fonts will look a bit"
|
||||
elog "different. Take a look at bug #208990 if interested."
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm setup unpack
|
||||
DEPEND=app-arch/cabextract X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=Microsoft's TrueType core fonts
|
||||
EAPI=0
|
||||
HOMEPAGE=http://corefonts.sourceforge.net/
|
||||
IUSE=X X
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt
|
||||
LICENSE=MSttfEULA
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/corefonts/andale32.exe mirror://sourceforge/corefonts/arial32.exe mirror://sourceforge/corefonts/arialb32.exe mirror://sourceforge/corefonts/comic32.exe mirror://sourceforge/corefonts/courie32.exe mirror://sourceforge/corefonts/georgi32.exe mirror://sourceforge/corefonts/impact32.exe mirror://sourceforge/corefonts/times32.exe mirror://sourceforge/corefonts/trebuc32.exe mirror://sourceforge/corefonts/verdan32.exe mirror://sourceforge/corefonts/webdin32.exe
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163
|
||||
_md5_=f08adf593b89dcbac700ac77f960e356
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DEPEND=fontforge? ( x11-apps/mkfontscale >=media-gfx/fontforge-20080429 x11-apps/mkfontdir dev-perl/Font-TTF app-i18n/unicode-data >media-libs/fontconfig-2.6.0 ) X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=DejaVu fonts, bitstream vera with ISO-8859-2 characters
|
||||
EAPI=5
|
||||
HOMEPAGE=https://dejavu-fonts.github.io/
|
||||
IUSE=fontforge X
|
||||
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=BitstreamVera
|
||||
SLOT=0
|
||||
SRC_URI=!fontforge? ( mirror://sourceforge/dejavu/dejavu-fonts-ttf-2.35.tar.bz2 ) fontforge? ( mirror://sourceforge/dejavu/dejavu-fonts-2.35.tar.bz2 )
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0
|
||||
_md5_=127d7edeaea1311dc7e9a9097ffda1b0
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm setup unpack
|
||||
DEPEND=fontforge? ( x11-apps/mkfontscale >=media-gfx/fontforge-20080429 x11-apps/mkfontdir dev-perl/Font-TTF app-i18n/unicode-data >media-libs/fontconfig-2.6.0 ) X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=DejaVu fonts, bitstream vera with ISO-8859-2 characters
|
||||
EAPI=6
|
||||
HOMEPAGE=https://dejavu-fonts.github.io/
|
||||
IUSE=fontforge X
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=BitstreamVera
|
||||
SLOT=0
|
||||
SRC_URI=!fontforge? ( mirror://sourceforge/dejavu/dejavu-fonts-ttf-2.37.tar.bz2 ) fontforge? ( mirror://sourceforge/dejavu/dejavu-fonts-2.37.tar.bz2 )
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0
|
||||
_md5_=2b99612c3a4eaf3df5ffd4449fd70193
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm preinst unpack
|
||||
DEPEND=x11-apps/mkfontscale >=app-portage/elt-patches-20170317 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/libtool-1.5 >=sys-devel/m4-1.4 virtual/pkgconfig >=x11-misc/util-macros-1.3.0
|
||||
DESCRIPTION=X.Org font encodings
|
||||
EAPI=0
|
||||
HOMEPAGE=https://www.x.org/wiki/
|
||||
IUSE=debug
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
LICENSE=MIT
|
||||
RDEPEND=!<=x11-base/xorg-x11-6.9
|
||||
SLOT=0
|
||||
SRC_URI=https://www.x.org/releases/individual/font/encodings-1.0.3.tar.bz2
|
||||
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 x-modular 125c252037f5830def4f0eaa4b6e481c
|
||||
_md5_=daf3bca37c798853530bf5b734b2154a
|
@ -1,11 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
|
||||
DEPEND=>=app-portage/elt-patches-20170317 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 ) virtual/pkgconfig
|
||||
DESCRIPTION=X.Org font utilities
|
||||
EAPI=3
|
||||
HOMEPAGE=https://www.x.org/wiki/
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://www.x.org/releases/individual/font/font-util-1.2.0.tar.bz2
|
||||
_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 5a4611dfba155b1659528663fad4cd5e epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xorg-2 85b1e64779a3286b1224aef7dcfbca28
|
||||
_md5_=6ec8b9592edcd7a87c90b0eb99bf2589
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm setup
|
||||
DEPEND=X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat
|
||||
EAPI=0
|
||||
HOMEPAGE=https://fedorahosted.org/liberation-fonts
|
||||
IUSE=X X
|
||||
KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 x86-fbsd
|
||||
LICENSE=GPL-2-with-exceptions
|
||||
SLOT=0
|
||||
SRC_URI=https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163
|
||||
_md5_=c4e1779a8143f0644dfbdbc498632e2b
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm setup
|
||||
DEPEND=X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=SIL Opentype Unicode fonts for Ethiopic languages
|
||||
EAPI=0
|
||||
HOMEPAGE=http://scripts.sil.org/AbyssinicaSIL
|
||||
IUSE=doc X
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
LICENSE=OFL
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gentoo/ttf-sil-abyssinica-1.0.tgz
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163
|
||||
_md5_=639c7975a37964c0c206f7b9be2cb923
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm setup unpack
|
||||
DEPEND=>=app-arch/rpm2targz-9.0.0.3g X? ( x11-apps/mkfontdir media-fonts/encodings )
|
||||
DESCRIPTION=free good quality fonts gpl'd by URW++
|
||||
EAPI=0
|
||||
HOMEPAGE=http://www.urwpp.de/
|
||||
IUSE=X
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=!media-fonts/gnu-gs-fonts-std !media-fonts/gnu-gs-fonts-other
|
||||
SLOT=0
|
||||
SRC_URI=mirror://gentoo/urw-fonts-2.4-9.fc13.src.rpm
|
||||
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0
|
||||
_md5_=537343e7d73ce5bd50a17ef371824559
|
Loading…
x
Reference in New Issue
Block a user