mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
media-fonts/bdf2sfd: drop old 1.1.8
Closes: https://bugs.gentoo.org/951990 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST bdf2sfd-1.1.8.tar.gz 20127 BLAKE2B d8710462a29fa3f0b4be209ca6f9afecab7ea53388d6a4e156f98d4e47ce5af8c21b0c4914a77c18bb0a227f61b1e5029896850f1bf4d28ecd469430424813e4 SHA512 7c9eff206f73a5e6cf9d81dcba93cf286c17bcf7e7eb139446deae61b45e73c545e72e9419965f616808a0f9ae86782a8a104280f2fed80286adbb542e321cd1
|
||||
DIST bdf2sfd-1.1.9.gh.tar.gz 20489 BLAKE2B aba1cb09c3b0662d7fad0edc3165dd92430f8ebd9c78408cf84392370e9846f1f4200f47326e22d29c7a5ca02cd65f501d310bab08ac81f0a8277d25a534c2f4 SHA512 09fb26de6019ef786752ab2de382e218874a566213a0e66af0ea3c802986051ae9b229ad11cf206baeb5ae27f9f294d577e5a4c083ce2e6fbf289160d9e86086
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="BDF to SFD converter, allowing to vectorize bitmap fonts"
|
||||
HOMEPAGE="https://github.com/fcambus/bdf2sfd/"
|
||||
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/fcambus/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
Reference in New Issue
Block a user