diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-11-28 21:15:08 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-11-28 21:17:19 -0800 |
commit | a0584b3bce0c4c2c382cc394c3800923e8bcf58b (patch) | |
tree | d0e78364fb7f51e305d2a4a5a44a4761300d438a /x11-misc | |
parent | x11-misc/xbitmaps: Drop old versions (diff) | |
download | gentoo-a0584b3bce0c4c2c382cc394c3800923e8bcf58b.tar.gz gentoo-a0584b3bce0c4c2c382cc394c3800923e8bcf58b.tar.bz2 gentoo-a0584b3bce0c4c2c382cc394c3800923e8bcf58b.zip |
x11-misc/xkeyboard-config: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
6 files changed, 0 insertions, 215 deletions
diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest index 25ccf5de1cf0..c57328977b60 100644 --- a/x11-misc/xkeyboard-config/Manifest +++ b/x11-misc/xkeyboard-config/Manifest @@ -1,3 +1 @@ -DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647 SHA512 d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba -DIST xkeyboard-config-2.24.tar.bz2 1057889 BLAKE2B be9c6e0e0885c8a40406b3cf761f854268026084f2025a1a9f3e0326570543dd7fa11a2355947da1018d35af2ab4818092abbef5b7bdc3da923fcfe65059977d SHA512 96b65d18a85443a9bf93d65a4423da6e2b3d44882dae6a03bf46768a92017e9762cf3721361ba399c2873d53782944d0292eb673484f1cd8a8bdbf643e7a1dc0 DIST xkeyboard-config-2.25.tar.bz2 1055253 BLAKE2B 80de6393f7dc2af18c4ef0e31458c4ff10333213fc109e01db809f8362af53315601e276ed856edf0b15e264b499f6335c380cc33ba6e11448e686c6a0295fa0 SHA512 2d9d6bdd885edc8e03e5a2c136c3b29b4ea795122709fa210bf151c4e7416a44fa2928bb29137ee8c6691d8646c1f645748576dea3f940ce84c8d4d0f91e09eb diff --git a/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch b/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch deleted file mode 100644 index 7d9e6fca2dca..000000000000 --- a/x11-misc/xkeyboard-config/files/xkeyboard-config-2.23.1_fix_typo_in_polish.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9a5cecf64ffc427a6a5a7c9a061992c32e5b8a4f Mon Sep 17 00:00:00 2001 -From: Gunnar Hjalmarsson <gunnarhj@ubuntu.com> -Date: Thu, 1 Feb 2018 15:37:46 +0100 -Subject: Fix typo in Polish symbols file - -https://bugs.freedesktop.org/show_bug.cgi?id=104904 ---- - symbols/pl | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/symbols/pl b/symbols/pl -index 52e7959..800cb85 100644 ---- a/symbols/pl -+++ b/symbols/pl -@@ -497,7 +497,6 @@ partial alphanumeric_keys - include "sun_vndr/pl(sun_type6)" - }; - -------------------------------- - //Glagolica - partial alphanumeric_keys - xkb_symbols "glagolica" --- -cgit v1.1 - diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild deleted file mode 100644 index 34dead4f82a4..000000000000 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r1.ebuild +++ /dev/null @@ -1,42 +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 ~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" - -PATCHES=( "${FILESDIR}"/${P}_fix_typo_in_polish.patch ) - -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-r2.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r2.ebuild deleted file mode 100644 index 8ee5f1f9f5f1..000000000000 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" - inherit autotools git-r3 - # x11-misc/util-macros only required on live ebuilds - LIVE_DEPEND=">=x11-misc/util-macros-1.18" -else - SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2" - 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" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - !<x11-apps/xkbcomp-1.2.3 - !<x11-libs/libX11-1.4.3 -" -DEPEND=" - ${LIVE_DEPEND} - dev-util/intltool - sys-devel/gettext -" - -PATCHES=( - "${FILESDIR}"/${P}_fix_typo_in_polish.patch -) - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - local econfargs=( - --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 - ) - - econf "${econfargs[@]}" -} diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.24-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.24-r1.ebuild deleted file mode 100644 index e517c9fc8366..000000000000 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.24-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" - inherit autotools git-r3 - # x11-misc/util-macros only required on live ebuilds - LIVE_DEPEND=">=x11-misc/util-macros-1.18" -else - SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2" - 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" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -RDEPEND=" - !<x11-apps/xkbcomp-1.2.3 - !<x11-libs/libX11-1.4.3 -" -DEPEND=" - ${LIVE_DEPEND} - dev-util/intltool - sys-devel/gettext -" - -src_prepare() { - default - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - local econfargs=( - --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 - ) - - econf "${econfargs[@]}" -} diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.24.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.24.ebuild deleted file mode 100644 index 46745dbde703..000000000000 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.24.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 ~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 -} |