public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/files/2.00.0/, media-fonts/liberation-fonts/
@ 2018-04-26 21:16 Johannes Huber
  0 siblings, 0 replies; only message in thread
From: Johannes Huber @ 2018-04-26 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d8a61f5778e8a16bb4206ee8881cad9db374288c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 21:14:01 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 21:16:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a61f57

media-fonts/liberation-fonts: Remove 2.00.0-r1

Deprecated EAPI 4 and overshadowed by 2.00.1.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-fonts/liberation-fonts/Manifest              |  2 --
 .../files/2.00.0/60-liberation.conf                | 24 ----------------
 .../liberation-fonts-2.00.0-r1.ebuild              | 33 ----------------------
 3 files changed, 59 deletions(-)

diff --git a/media-fonts/liberation-fonts/Manifest b/media-fonts/liberation-fonts/Manifest
index febead79c88..7d8c88b6d0d 100644
--- a/media-fonts/liberation-fonts/Manifest
+++ b/media-fonts/liberation-fonts/Manifest
@@ -1,4 +1,2 @@
-DIST liberation-fonts-2.00.0.tar.gz 4835476 BLAKE2B 8488d48a8e21ae51d70f19d4a033283029dc5b106cc405a69c20db96d03e9c06709db094aab4017289a73b206afb5a9a2c628c04b3d59fd6d95fbb0e69537bc2 SHA512 6936e45fc5992ae802cf0b9867759e86d0682ff42f9ab12d16a6913f2e563de3565063f737a739a85ba71545907bceed8ed11da07a5cbc2f3fdef38f455b79f3
 DIST liberation-fonts-2.00.1.tar.gz 4842687 BLAKE2B c38635a3bfdddbf5ef3f2ed2a1f78d47ef7e384625606f47f94aacf1b07c805307a0e1fc3dea52b1dee823f66934f6ce767496f830fdd50c9a5efb073802b173 SHA512 8cfc1fa8f36e9f1c622879a822614b851b8339673ed6d2736937c483d85764ef12cc0d8a308f6c50e4877c2ab9b83ca2ea748b1458aa02cc840251e400285362
-DIST liberation-fonts-ttf-2.00.0.tar.gz 2302736 BLAKE2B 01ee49cfe6759bc0f652874dfbd2b6c8293cde1c64386e0a37c71d67489675d1a8cb35a8018ebf7e466f51e3b44714c132c814055b02268a9aaac84e42c71fde SHA512 d7b801967dbbe643316241883b2f58e658f0ed55e3de6153f23c7110afb8f1f683602362c7e44a66e68c7fb5b4bdb600e4e0a6697bbaa5ec67f64891d1dcec87
 DIST liberation-fonts-ttf-2.00.1.tar.gz 2285857 BLAKE2B 5eb3e10dbf1e5867bcbd443b5f68153448956fc73313e60a408fc69985229658951175753ccf694a79dcc91faafdec3edf113f300ee55f2246261f0dd3067054 SHA512 52dce5cf2c35165f81c903f2c7245d7f0e37a37eeb4003a015d8cc2404728f17ff4d723ddc5d4b6a6c03044d7ec97b98cf4eecfbc91607fcfed6e0aaff260739

diff --git a/media-fonts/liberation-fonts/files/2.00.0/60-liberation.conf b/media-fonts/liberation-fonts/files/2.00.0/60-liberation.conf
deleted file mode 100644
index bda888cefd3..00000000000
--- a/media-fonts/liberation-fonts/files/2.00.0/60-liberation.conf
+++ /dev/null
@@ -1,24 +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>
-

diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild
deleted file mode 100644
index a70ecc14e84..00000000000
--- a/media-fonts/liberation-fonts/liberation-fonts-2.00.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit font
-
-DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
-HOMEPAGE="https://pagure.io/liberation-fonts"
-SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz )
-fontforge? ( https://releases.pagure.org/${PN}/${P}.tar.gz )"
-
-KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-SLOT="0"
-LICENSE="OFL-1.1"
-IUSE="fontforge X"
-
-FONT_SUFFIX="ttf"
-
-FONT_CONF=( "${FILESDIR}/${PV}/60-liberation.conf" )
-
-DEPEND="fontforge? ( media-gfx/fontforge )"
-RDEPEND=""
-
-pkg_setup() {
-	if use fontforge; then
-		FONT_S="${S}/${PN}-ttf-${PV}"
-	else
-		FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
-		S="${FONT_S}"
-	fi
-	font_pkg_setup
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-26 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 21:16 [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/files/2.00.0/, media-fonts/liberation-fonts/ Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox