public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-gfx/birdfont/
@ 2020-09-21 14:11 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-09-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f95295b64b7e60f2e32f49d2787b414d756947b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:08:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 14:08:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95295b6

media-gfx/birdfont: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718330
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/birdfont/Manifest               |  1 -
 media-gfx/birdfont/birdfont-2.18.3.ebuild | 88 -------------------------------
 media-gfx/birdfont/metadata.xml           | 11 ----
 profiles/package.mask                     |  1 -
 4 files changed, 101 deletions(-)

diff --git a/media-gfx/birdfont/Manifest b/media-gfx/birdfont/Manifest
deleted file mode 100644
index 1be20cc81fe..00000000000
--- a/media-gfx/birdfont/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST birdfont-2.18.3.tar.xz 2333612 BLAKE2B bf1b92bd17b0d9970d091fcbbaadb5a027da35bee57cb9e11611959bf8ca09b08d582aa3e6a950a0b1b26688a8fbb3987197bfabb6156097da6a1343426dc051 SHA512 c86fff4e40ecfc571e3880cfa99f6adf518daae5476ea1b2a78bab031bc832bc5c8d58ecc928eda4922134fd3ceca312b80cbb8cf2fd35ecb8dc7656addb854e

diff --git a/media-gfx/birdfont/birdfont-2.18.3.ebuild b/media-gfx/birdfont/birdfont-2.18.3.ebuild
deleted file mode 100644
index 22980e4c63f..00000000000
--- a/media-gfx/birdfont/birdfont-2.18.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-PLOCALES="cs de it nl pt_BR sv"
-
-inherit python-any-r1 vala l10n toolchain-funcs multiprocessing
-
-DESCRIPTION="Font editor for the creation of vector graphics and export TTF, EOT & SVG fonts"
-HOMEPAGE="https://birdfont.org/"
-SRC_URI="https://birdfont.org/releases/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk nls"
-
-RDEPEND="
-	dev-db/sqlite:3
-	dev-libs/libgee:0.8=
-	dev-libs/glib:2
-	media-libs/fontconfig
-	media-libs/freetype:2
-	media-libs/libxmlbird
-	x11-libs/gdk-pixbuf:2
-	gtk? (
-		net-libs/libsoup:2.4
-		net-libs/webkit-gtk:4=
-		x11-libs/cairo
-		x11-libs/gdk-pixbuf:2
-		x11-libs/gtk+:3
-		x11-libs/libnotify
-	)
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	$(python_gen_any_dep 'dev-python/doit[${PYTHON_USEDEP}]')
-	$(vala_depend)
-	nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-	default
-	vala_src_prepare
-	sed -i \
-		-e "s:pkg-config:$(tc-getPKG_CONFIG):" \
-		configure dodo.py || die
-}
-
-v() {
-	echo "$@"
-	"$@" || die
-}
-
-src_configure() {
-	# The build scripts glob all po files to see what's available.
-	# Delete the files for langs we don't want to support.
-	if use nls ; then
-		l10n_find_plocales_changes po "" ".po" || die
-		rm_locale() { rm "po/$1.po" || die ; }
-		l10n_for_each_disabled_locale_do rm_locale
-	else
-		rm po/*.po || die
-	fi
-
-	v ./configure \
-		--prefix "${EPREFIX}/usr" \
-		--gtk $(usex gtk True False) \
-		--gee gee-0.8 \
-		--valac "${VALAC}" \
-		--cc "$(tc-getCC)" \
-		--cflags "${CFLAGS} ${CPPFLAGS}" \
-		--ldflags "${LDFLAGS}"
-}
-
-src_compile() {
-	v doit run -n $(makeopts_jobs)
-}
-
-src_install() {
-	v ./install.py \
-		--dest "${D}" \
-		--nogzip \
-		--libdir "$(get_libdir)" \
-		--manpages-directory "/share/man/man1"
-	einstalldocs
-}

diff --git a/media-gfx/birdfont/metadata.xml b/media-gfx/birdfont/metadata.xml
deleted file mode 100644
index c0c763874bf..00000000000
--- a/media-gfx/birdfont/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-</maintainer>
-<upstream>
-	<bugs-to>https://birdfont.org/bugtracker/</bugs-to>
-	<remote-id type="github">johanmattssonm/birdfont</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 72d170264f5..b17a7c57e9b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -623,7 +623,6 @@ dev-util/molecule
 dev-util/molecule-core
 dev-util/molecule-plugins
 dev-vcs/git-spindle
-media-gfx/birdfont
 
 # Alfredo Tupone <tupone@gentoo.org> (2020-08-16)
 # Ported to py3.8 but not yet released


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

only message in thread, other threads:[~2020-09-21 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 14:11 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-gfx/birdfont/ Michał Górny

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