commit:     7b4e3128fa1653ea5f2ee139bdcd80f2f6a5df1b
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 17:53:42 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar  7 17:53:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b4e3128

media-gfx/ttfautohint: treeclean (moved to ::gentoo)

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 media-gfx/ttfautohint/Manifest                 |  2 -
 media-gfx/ttfautohint/metadata.xml             |  9 -----
 media-gfx/ttfautohint/ttfautohint-1.8.3.ebuild | 53 -------------------------
 media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild | 54 --------------------------
 4 files changed, 118 deletions(-)

diff --git a/media-gfx/ttfautohint/Manifest b/media-gfx/ttfautohint/Manifest
deleted file mode 100644
index d16155e0e..000000000
--- a/media-gfx/ttfautohint/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ttfautohint-1.8.3.tar.gz 3458637 BLAKE2B 
28ca1daa5dc60f099e9524a3e6bede157569f730b50acb055862404b22bf348f34e5ae2465c3ebb9e9dd02d2ff6e0f3a8c47fa5c6e3b72bbdedacbaa393b4992
 SHA512 
cbf50a99d984955a9c23590870ae09c0954f0c1d3e8e9db4e8139d8e22d6f6a636eb8ea9c8a8322b020fcbbe70dcdbc36670a40356017033f559cb4f87226abf
-DIST ttfautohint-1.8.4.tar.gz 3539332 BLAKE2B 
314c5196f01828d180d3b3e9b09c66fad9c8a8958f36003c8ae0d54b945391cb53c40f92cf57ff70e57b5a21a6aa46bc14ff9419d4b877421fdc2500ce9004e3
 SHA512 
983517c360f8e65ccbf17f28f045f1c0a45078707f2e30f465a7b6df4014f0ec212780ea2703bc16be1a3c6ede70f71ea3051c067fbfd06eff40ae3b20840eec

diff --git a/media-gfx/ttfautohint/metadata.xml 
b/media-gfx/ttfautohint/metadata.xml
deleted file mode 100644
index a80c6a724..000000000
--- a/media-gfx/ttfautohint/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <description>co-maintainers welcome</description>
-    <email>lssndrbarbi...@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.3.ebuild 
b/media-gfx/ttfautohint/ttfautohint-1.8.3.ebuild
deleted file mode 100644
index 940a7755c..000000000
--- a/media-gfx/ttfautohint/ttfautohint-1.8.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools qmake-utils
-
-SRC_URI="https://download.savannah.gnu.org/releases/freetype/${P}.tar.gz";
-KEYWORDS="~amd64"
-DESCRIPTION="A library for automated hinting of truetype fonts"
-HOMEPAGE="https://www.freetype.org/ttfautohint/index.html";
-LICENSE="|| ( FTL GPL-2+ )"
-SLOT="0"
-IUSE="doc qt5"
-
-RDEPEND="
-       media-libs/harfbuzz
-       media-libs/freetype
-       qt5? ( dev-qt/qtgui:5 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/help2man"
-
-src_prepare() {
-       default
-       #set version
-       sed -e "s:m4_esyscmd.*VERSION]):${PV//_/-}:" -i configure.ac || die
-
-       eautoreconf
-}
-
-src_configure() {
-       local _q="$(qt5_get_bindir)"
-       local myeconfargs=(
-               --disable-static
-               $(use_with doc)
-               $(use_with qt5 qt)
-       )
-
-       QMAKE="${_q}/qmake" MOC="${_q}/moc" UIC="${_q}/uic" RCC="${_q}/rcc" 
econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-       emake "${PN}.1" $(usex qt5 "${PN}GUI.1" '') -C frontend
-}
-
-src_install() {
-       default
-       doman frontend/*.1
-       find "${ED}" -name '*.la' -delete || die
-       find "${ED}" -name '*.a' -delete || die
-}

diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild 
b/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild
deleted file mode 100644
index 805001f77..000000000
--- a/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools qmake-utils
-
-DESCRIPTION="A library for automated hinting of truetype fonts"
-HOMEPAGE="https://www.freetype.org/ttfautohint/index.html";
-SRC_URI="https://download.savannah.gnu.org/releases/freetype/${P}.tar.gz";
-
-KEYWORDS="~amd64"
-LICENSE="|| ( FTL GPL-2+ )"
-SLOT="0"
-IUSE="doc qt5"
-
-RDEPEND="
-       media-libs/harfbuzz
-       media-libs/freetype
-       qt5? ( dev-qt/qtgui:5 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/help2man"
-
-src_prepare() {
-       default
-       #set version
-       sed -e "s|m4_esyscmd.*VERSION)|${PV//_/-}|" -i configure.ac || die
-
-       eautoreconf
-}
-
-src_configure() {
-       local _q="$(qt5_get_bindir)"
-       local myeconfargs=(
-               --disable-static
-               $(use_with doc)
-               $(use_with qt5 qt)
-       )
-
-       QMAKE="${_q}/qmake" MOC="${_q}/moc" UIC="${_q}/uic" RCC="${_q}/rcc" 
econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-       emake "${PN}.1" $(usex qt5 "${PN}GUI.1" '') -C frontend
-}
-
-src_install() {
-       default
-       doman frontend/*.1
-       find "${ED}" -name '*.la' -delete || die
-       find "${ED}" -name '*.a' -delete || die
-}

Reply via email to