diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
commit | da6a52f691ef980bab92d003d5df8f463c623af8 (patch) | |
tree | 4d89e0d5915f8a3f57c8f9c17420ba3f7b44b7b2 /x11-apps/xfontsel | |
parent | 80208fb578cf92cc308906660ca6d7860c6b2a1f (diff) |
gentoo resync : 10.03.2018
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.6.ebuild | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index 6e4d2d0e0ab5..d4279ea7dd64 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1,3 +1,5 @@ DIST xfontsel-1.0.5.tar.bz2 139801 BLAKE2B dc3c9f8b893434923f414a9bb2a8608cba1eafc7ad915cbd6231763892608cebcba8147a02250719ed4fb5881389467ab375a7777f904248047d369533949713 SHA512 df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4 +DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099 EBUILD xfontsel-1.0.5.ebuild 413 BLAKE2B 5f80640977c7b12e19658007e622057ab7948d615fe4f3417309f3149d1fe940b36cbf6afea7cf4ee02c40d5501e522b486feeb78d8e5c2c3ad24df1f1d3c32a SHA512 2339f388041f89368df82b3915a4e8e1e6023e418b952c55d9bc9787a830f989ad2d649c5a1f53767188664f6465781c9724456a590f13c472e47ff2b3f2040d +EBUILD xfontsel-1.0.6.ebuild 413 BLAKE2B dfa622475e1faec8e1f966eb2a1d422f812d2de2fdf462abc8560033c1f19b520355a01fc5c466c8412fbbfa1a38d8a9a83256a2ec4911cf5bc514b2336a9b17 SHA512 2f464594ef2c5f185486446fac017fc7de23275e568f59d7b2cb11330470201d72fabb0e4dcdf596efec45c5279a2ed310c62c8e4e6f16b7eb4db4da51cc0b90 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild new file mode 100644 index 000000000000..90a64ebd926b --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |