public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/ttfautohint/
Date: Mon,  7 Mar 2022 21:21:11 +0000 (UTC)	[thread overview]
Message-ID: <1646675622.7b4e3128fa1653ea5f2ee139bdcd80f2f6a5df1b.tastytea@gentoo> (raw)

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>lssndrbarbieri@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	other threads:[~2022-03-07 21:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-07 21:21 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  6:44 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/ttfautohint/ Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1646675622.7b4e3128fa1653ea5f2ee139bdcd80f2f6a5df1b.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox