diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
commit | 90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch) | |
tree | 83fc5facb6b12be510a37bc3d241cc63e965b13a /x11-apps/xfontsel | |
parent | feb0daf81d888e9160f9f94502de09b66f2a63fd (diff) |
gentoo resync : 29.06.2020
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.5.ebuild | 17 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index f5dba55711fe..8011ec411022 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1,5 +1,3 @@ -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 408 BLAKE2B edb05263c134839517f8e8225152f11cacbd43f31b6d44139416f102355d574afba703d31b7fb96f8af39910ee80d8f0786f8143d1fcbfd82276710566cbb4ed SHA512 738c3a9496e1b461ffef774c8ce2117abd2f685cc6246108af56aa9ee05bbf1aa543b21e77589a2417435a605c6879642d7c64ea37179beb8bc77dfe7b214dc2 EBUILD xfontsel-1.0.6.ebuild 408 BLAKE2B edb05263c134839517f8e8225152f11cacbd43f31b6d44139416f102355d574afba703d31b7fb96f8af39910ee80d8f0786f8143d1fcbfd82276710566cbb4ed SHA512 738c3a9496e1b461ffef774c8ce2117abd2f685cc6246108af56aa9ee05bbf1aa543b21e77589a2417435a605c6879642d7c64ea37179beb8bc77dfe7b214dc2 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild deleted file mode 100644 index 0b56c5402146..000000000000 --- a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 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}" |