diff options
author | 2022-10-15 20:52:12 -0400 | |
---|---|---|
committer | 2022-10-15 20:55:13 -0400 | |
commit | 66150a89c7eb248975fa0e7eabeb0316470ec864 (patch) | |
tree | c90ed0aae8ff8a7106771c4386235f36b6e0b07c /x11-apps | |
parent | x11-apps/xkbprint: Version bump to 1.0.6 (diff) | |
download | gentoo-66150a89c7eb248975fa0e7eabeb0316470ec864.tar.gz gentoo-66150a89c7eb248975fa0e7eabeb0316470ec864.tar.bz2 gentoo-66150a89c7eb248975fa0e7eabeb0316470ec864.zip |
x11-apps/bdftopcf: Version bump to 1.1.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/bdftopcf/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/bdftopcf/bdftopcf-1.1.1.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/bdftopcf/Manifest b/x11-apps/bdftopcf/Manifest index 5ea1069fb70f..c7b0c637751a 100644 --- a/x11-apps/bdftopcf/Manifest +++ b/x11-apps/bdftopcf/Manifest @@ -1 +1,2 @@ +DIST bdftopcf-1.1.1.tar.xz 142716 BLAKE2B bef730ac65c0234ce027965d18b9e6e2bcfb8ebbd9e84a5a80d3cfc782a2f4b4124a833097867912592fc4a2accf3c067500a6b9c1f99383041a2df042df9ca6 SHA512 257dc9ae29f2cf1496aad91ccba534348d87f881d75431aa6611a8154cb817d17588c464ab6c6c6bc51e6060baa8dcfcb9fd8c037cdaea8d18287651fa6b7ea9 DIST bdftopcf-1.1.tar.bz2 150815 BLAKE2B 2251b6daf090d61b6418bb0b76666e9dba65230c7a568bca6d3211869466921d6cb411820afd18262fb42fbc8b9d7118b3fe61b465b5bb00f8c93a17a6779df4 SHA512 7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec diff --git a/x11-apps/bdftopcf/bdftopcf-1.1.1.ebuild b/x11-apps/bdftopcf/bdftopcf-1.1.1.ebuild new file mode 100644 index 000000000000..815c660424a4 --- /dev/null +++ b/x11-apps/bdftopcf/bdftopcf-1.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-3 + +DESCRIPTION="X.Org bdftopcf application" +SRC_URI="https://xorg.freedesktop.org/archive/individual/util/${P}.tar.xz" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +DEPEND="x11-base/xorg-proto" +RDEPEND="" |