diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-27 10:13:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-27 10:13:00 +0100 |
commit | c864d1f3e768b0d7a9251dde8286ef9d3acdb44a (patch) | |
tree | 63da650efda3def790378b77d0a2ac8065fad61b /x11-misc | |
parent | x11-misc/xkeyboard-config: Version bump (diff) | |
download | gentoo-c864d1f3e768b0d7a9251dde8286ef9d3acdb44a.tar.gz gentoo-c864d1f3e768b0d7a9251dde8286ef9d3acdb44a.tar.bz2 gentoo-c864d1f3e768b0d7a9251dde8286ef9d3acdb44a.zip |
x11-misc/xkeyboard-config: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest index 9e300debe35b..a3bfb328631f 100644 --- a/x11-misc/xkeyboard-config/Manifest +++ b/x11-misc/xkeyboard-config/Manifest @@ -1,4 +1,3 @@ DIST xkeyboard-config-2.14.tar.bz2 953589 SHA256 dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae SHA512 b8c9affafcc61fde32bb90fa83c2e5a05a0903a9ec71ee8878a460b6173c82c5d5c95d3735d1e0f65bcdbcd66842788275523ab5f6e78c2e56266cee0d74da58 WHIRLPOOL c3ca9816b0eac131c7556da0f42987b4fd77d4565a92103b2bda0d5b9264893f9e61d2756e231bb9bac353397a310fe5a0415536496b8758e89545676f33741e -DIST xkeyboard-config-2.15.tar.bz2 958523 SHA256 0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf SHA512 64212cdf75bdf7af29134d718a041489c9bca20b1c7d6d8e4b81373eb72b26deed0728a23448083fc918c8cb8bb41341d76de26c85496a528aa120a47d268d66 WHIRLPOOL f9eaf8e2cc6be78a582b1ce26dd6da4255aa14faef95267b8cea12d253550ba0304c664209a5675bad9875ad7304f9d4dc13f6a0db498a79e3ebf6502c70ebae DIST xkeyboard-config-2.16.tar.bz2 968663 SHA256 1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58 SHA512 7a661d8601a2653b3e2b55b47b3cf02aa1b028d97ea141cab3a234d61fdd00ab6f37d236c38bb96e32c2f0db535975583e17f080f24ac758982c301105d28079 WHIRLPOOL 790b234169b096e927d0ef2f47823e3aa660c24b857d70d8b229d65f7670a8c168ff138904537e019f40405f00dc2361828720457dfd36b1b206244ce5640299 DIST xkeyboard-config-2.17.tar.bz2 973675 SHA256 dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 SHA512 375a38fde9befef0c779b7593c17e3889abf5cf73c66e9ff37f58ea65ca6065bad2835a4187321b88187a1922e47ae086663851906c6082860da8096c7e828b1 WHIRLPOOL 6e9187a4fae546af6fc7707a100fbeea22980cb8ae1217e57263c02ef1d79a1f19e5d163f90a3ecb3a5cb0c9e2a3c5aa981e2fb86b51af876297d748127a4761 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild deleted file mode 100644 index 20b9c27eb7db..000000000000 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.15.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_STATIC=no -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config" - -DESCRIPTION="X keyboard configuration database" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" -[[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~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="${RDEPEND} - dev-util/intltool - >=x11-proto/xproto-7.0.20" - -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 -} - -src_compile() { - # cleanup to make sure .dir files are regenerated - # bug #328455 c#26 - xorg-2_src_compile clean - xorg-2_src_compile -} |