Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-fonts/vc-fonts/
Date: Fri, 29 Nov 2019 22:33:53
Message-Id: 1575066822.80865c863b44708a22f4377fba65db41853245ec.bman@gentoo
1 commit: 80865c863b44708a22f4377fba65db41853245ec
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 22:29:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:33:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80865c86
7
8 media-fonts/vc-fonts: drop last-rited pkg
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 media-fonts/vc-fonts/Manifest | 2 --
13 media-fonts/vc-fonts/metadata.xml | 8 ------
14 media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild | 32 ------------------------
15 profiles/package.mask | 6 -----
16 4 files changed, 48 deletions(-)
17
18 diff --git a/media-fonts/vc-fonts/Manifest b/media-fonts/vc-fonts/Manifest
19 deleted file mode 100644
20 index 950a3a0c6ba..00000000000
21 --- a/media-fonts/vc-fonts/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST bleed3.bdf.gz 3351 BLAKE2B 6e308fae7f892d839856f440630fd925ccd798d633155230a5dc1e4f9d09c79bf653b9641765c3dd1fc9bf23e082b7e1dea46a01fb788537c4878f26cc92c176 SHA512 3efc415d4220640ac84c5b32da6094aee2d693e96a0d679d2b01f6e1d3543e21b5cc4e5494cdb552138aae6d83d12133b2e0d7d0f144dc516491f31a62c15e6c
25 -DIST vc-fonts-20020207.tar.bz2 18154 BLAKE2B 46e47d0a85a8d7bd229850de16c80479ddf612efc35255f8a068792f774b48c7ce4bed992a40ca41fe0db879bfbba95609c50a958f7f147925414320c65ac174 SHA512 f65bf2edbeeae8af244ab255685076cc09729a31a10653032df59fc9751416082fdd2817c6d0077954bedb7d1554ac633a1abc01f5808285c259700dca18d310
26
27 diff --git a/media-fonts/vc-fonts/metadata.xml b/media-fonts/vc-fonts/metadata.xml
28 deleted file mode 100644
29 index 13ee7931459..00000000000
30 --- a/media-fonts/vc-fonts/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<maintainer type="project">
37 - <email>fonts@g.o</email>
38 - <name>Fonts</name>
39 -</maintainer>
40 -</pkgmetadata>
41
42 diff --git a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild b/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild
43 deleted file mode 100644
44 index 8f608d88773..00000000000
45 --- a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild
46 +++ /dev/null
47 @@ -1,32 +0,0 @@
48 -# Copyright 1999-2019 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=7
52 -
53 -inherit font font-ebdftopcf
54 -
55 -DESCRIPTION="Vico bitmap Fonts"
56 -HOMEPAGE="http://vico.kleinplanet.de/"
57 -SRC_URI="
58 - http://vico.kleinplanet.de/files/${P}.tar.bz2
59 - mirror://gentoo/bleed3.bdf.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
64 -# Only installs fonts
65 -RESTRICT="strip binchecks"
66 -
67 -S="${WORKDIR}/vc"
68 -
69 -FONT_PN="vc"
70 -FONT_S="${S}"
71 -FONT_SUFFIX="bdf pcf.gz"
72 -FONTDIR="/usr/share/fonts/${FONT_PN}"
73 -
74 -src_prepare() {
75 - default
76 -
77 - mv ../bleed3.bdf . || die
78 - rm bleed2.pcf.gz || die
79 -}
80
81 diff --git a/profiles/package.mask b/profiles/package.mask
82 index b70764043db..08062ea120e 100644
83 --- a/profiles/package.mask
84 +++ b/profiles/package.mask
85 @@ -376,12 +376,6 @@ net-analyzer/openvas-cli
86 net-analyzer/openvas-tools
87 dev-ruby/openvas-omp
88
89 -# Michał Górny <mgorny@g.o> (2019-10-26)
90 -# Incorrect LICENSE entry, and no clear license information to be found.
91 -# Homepage gone, and source of some of the files unknown.
92 -# Removal in 30 days. Bug #698050.
93 -media-fonts/vc-fonts
94 -
95 # Hans de Graaff <graaff@g.o> (2019-10-25)
96 # ruby24-only, no longer supported by upstream.
97 # Migrate to Rails 5.2 instead. Masked for removal in 30 days.