diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:03:02 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:18:36 +0200 |
commit | 336bf4c09794c867e8c5e2d47dcecf9df29ae325 (patch) | |
tree | 9e064382e449e29caac91b71f21ea45e70b6b956 /x11-apps | |
parent | virtual/opengl: Drop old versions (diff) | |
download | gentoo-336bf4c09794c867e8c5e2d47dcecf9df29ae325.tar.gz gentoo-336bf4c09794c867e8c5e2d47dcecf9df29ae325.tar.bz2 gentoo-336bf4c09794c867e8c5e2d47dcecf9df29ae325.zip |
x11-apps/xkbcomp: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index cdc5a5944c82..3645a87ef331 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1,2 +1 @@ -DIST xkbcomp-1.4.1.tar.bz2 251069 BLAKE2B dd485d2a5c985bace74fb5cc8da64d6b33dc9450c2e98f42e7e82f989faaa724da068799c40d2703da7172d758e67ece633ca47d2fc97342ec7a9aaedd71d201 SHA512 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23 DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild deleted file mode 100644 index 71ce633f34c7..000000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="compile XKB keyboard description" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libxkbfile" -DEPEND="${RDEPEND} - sys-devel/bison" |