commit:     c6ddd4b0a3d8a91a07a1197740e3ce9107ae6f40
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:34:51 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:34:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ddd4b0

x11-misc/xkeyboard-config: Drop old versions

 x11-misc/xkeyboard-config/Manifest                 |  3 --
 .../xkeyboard-config/xkeyboard-config-2.20.ebuild  | 40 ----------------------
 .../xkeyboard-config/xkeyboard-config-2.21.ebuild  | 40 ----------------------
 .../xkeyboard-config/xkeyboard-config-2.22.ebuild  | 40 ----------------------
 .../xkeyboard-config-2.23.1.ebuild                 | 40 ----------------------
 5 files changed, 163 deletions(-)

diff --git a/x11-misc/xkeyboard-config/Manifest 
b/x11-misc/xkeyboard-config/Manifest
index 813914ce45f..27b60247873 100644
--- a/x11-misc/xkeyboard-config/Manifest
+++ b/x11-misc/xkeyboard-config/Manifest
@@ -1,4 +1 @@
-DIST xkeyboard-config-2.20.tar.bz2 978275 BLAKE2B 
5d24adb829057f9600c7de0dd028af067d23a9138de87438fcc03936e48c1908fc4740f41c8f87be90ec0edbadd20735859a7fe184f5c4704ee819a1c248a091
 SHA512 
29584096874cf8f1444ed00374150fb186e9a74221b384d779bcf01c0762977f8a6a1b3dfa37acd560667a79cc80d4c0d39729b7dc21809520a7254026439db4
-DIST xkeyboard-config-2.21.tar.bz2 994972 BLAKE2B 
d6810fce00cad5fc296bd744831a13e797d8e03dada40445cf4a81b328470517f0ced8d9d0e734d9d8d35da4727ac9ff74488e118a8b7fe8c2e9cd6d364854f0
 SHA512 
c8c3da9d78365878b051bcfecc7c51e89c5aa15e6e3ba5e8c84612eaca4ca7741702c023f9571ac04c865f2951a7ca33f4fbbedb3baf6c76441ebf59c4e41068
-DIST xkeyboard-config-2.22.tar.bz2 1046333 BLAKE2B 
5a869154be04a84c57bd93896e0ada5598b1aa788a10952e5432820d5511c3d9fb101f995248115affb4c3270754b05757af4c91c4273f16299eaba6db5fb285
 SHA512 
1697cc1a49625eb608d8ab1f54f9f37e37facc482fc8bae5ebff9e3336efdd2f57e0ed95db0a9745d49f1bc21e2cfa792d0849f4057745d8be8f7abac4893f97
 DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B 
c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647
 SHA512 
d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
deleted file mode 100644
index c301928f46a..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == *9999* ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
-       !<x11-libs/libX11-1.4.3"
-DEPEND="
-       sys-devel/gettext
-       dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
-       --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
-       --enable-compat-rules
-       # do not check for runtime deps
-       --disable-runtime-deps
-       --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
-       xorg-2_src_prepare
-       if [[ ${XORG_EAUTORECONF} != no ]]; then
-               intltoolize --copy --automake || die
-       fi
-}

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
deleted file mode 100644
index 4dede12071f..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == *9999* ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
-       !<x11-libs/libX11-1.4.3"
-DEPEND="
-       sys-devel/gettext
-       dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
-       --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
-       --enable-compat-rules
-       # do not check for runtime deps
-       --disable-runtime-deps
-       --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
-       xorg-2_src_prepare
-       if [[ ${XORG_EAUTORECONF} != no ]]; then
-               intltoolize --copy --automake || die
-       fi
-}

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild
deleted file mode 100644
index 4dede12071f..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == *9999* ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
-       !<x11-libs/libX11-1.4.3"
-DEPEND="
-       sys-devel/gettext
-       dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
-       --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
-       --enable-compat-rules
-       # do not check for runtime deps
-       --disable-runtime-deps
-       --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
-       xorg-2_src_prepare
-       if [[ ${XORG_EAUTORECONF} != no ]]; then
-               intltoolize --copy --automake || die
-       fi
-}

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
deleted file mode 100644
index 40b72722a50..00000000000
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_STATIC=no
-inherit xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
-
-DESCRIPTION="X keyboard configuration database"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == *9999* ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="!<x11-apps/xkbcomp-1.2.3
-       !<x11-libs/libX11-1.4.3"
-DEPEND="
-       sys-devel/gettext
-       dev-util/intltool"
-
-XORG_CONFIGURE_OPTIONS=(
-       --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
-       --enable-compat-rules
-       # do not check for runtime deps
-       --disable-runtime-deps
-       --with-xkb-rules-symlink=xorg
-)
-
-src_prepare() {
-       xorg-2_src_prepare
-       if [[ ${XORG_EAUTORECONF} != no ]]; then
-               intltoolize --copy --automake || die
-       fi
-}

Reply via email to