diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/bdftopcf | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/bdftopcf')
-rw-r--r-- | x11-apps/bdftopcf/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/bdftopcf/bdftopcf-1.1-r1.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/bdftopcf/Manifest b/x11-apps/bdftopcf/Manifest index d53c9bebd420..2b415f60a24c 100644 --- a/x11-apps/bdftopcf/Manifest +++ b/x11-apps/bdftopcf/Manifest @@ -1,3 +1,4 @@ DIST bdftopcf-1.1.tar.bz2 150815 BLAKE2B 2251b6daf090d61b6418bb0b76666e9dba65230c7a568bca6d3211869466921d6cb411820afd18262fb42fbc8b9d7118b3fe61b465b5bb00f8c93a17a6779df4 SHA512 7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec +EBUILD bdftopcf-1.1-r1.ebuild 391 BLAKE2B 5977a9cb75123bba61efbfd0a979060ecdf57a673feceeafb65b8a172c3d2d01dc4094040647fb95e24b57198857bf17b52da3cd8a3ed197e02f887062d311c9 SHA512 457a3a887d7bd5e02d233f1d2d1fab59f63f457f5fa91d7d5ded36ea02da3f5cc992fd0a097f590f4d54cdf6de37df5db8078b92da14f9b54df999cb13a4e90c EBUILD bdftopcf-1.1.ebuild 392 BLAKE2B 2e42e1e81954bbc174ef03fdd550292b46d31f26e95abf6c40e840c58f7e62f90f3dffb0506256e45fbbaf9a614ac69a58e00ddbdb7b38f3c7262759d5c9fee1 SHA512 57bbaf70e61cecde5b1480a6033a2de6c9166649778470389170ee24f287d672a99a1fd2e8bd168d7d6217972c496353028edef8a248d1af88c531054eb6f415 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/bdftopcf/bdftopcf-1.1-r1.ebuild b/x11-apps/bdftopcf/bdftopcf-1.1-r1.ebuild new file mode 100644 index 000000000000..17246b803cad --- /dev/null +++ b/x11-apps/bdftopcf/bdftopcf-1.1-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="X.Org bdftopcf application" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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="" |