x11-libs/libxklavier: remove 5.3 and 5.3-r1
authorMichael Palimaka <kensington@gentoo.org>
Tue, 20 Mar 2018 11:25:43 +0000 (22:25 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 20 Mar 2018 11:26:49 +0000 (22:26 +1100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

x11-libs/libxklavier/Manifest
x11-libs/libxklavier/libxklavier-5.3-r1.ebuild [deleted file]
x11-libs/libxklavier/libxklavier-5.3.ebuild [deleted file]

index 48401268d040939c950953db0c0fd1ec943bf467..6e5b5e379dc9bf00c3d0dbfe5c7f4690dbebf043 100644 (file)
@@ -1,2 +1 @@
-DIST libxklavier-5.3.tar.xz 315684 BLAKE2B f0aade6788a834eff74b33ed0df6af3651142fb4e0f706169045c51ae3a632ce891a15db643337010674e237da8b088d59af6552504b67ff3bf9f5e9b87aa0e7 SHA512 7bec94aeedbe80aec2c44c9e2a3b7ea170618970fff3c1b5e677f1b292241e208b74eabd825d477eeab25bb0ee1d27f9b55f986a19ea8aacb078651a0c83b289
 DIST libxklavier-5.4.tar.bz2 390428 BLAKE2B 3cd109c6200ef977533d39b1362c33f871c2cd0b011779b726546aa7dc95bf7dc89931dff7ca2e9a012a51aeec602a53df499591ab30e1dd813fcc823318a2e2 SHA512 e9342d94f6cd67e900e44d9751ee0d8c75bec8e3a7b30989612bd71a5f890be52ff843465162dbbe0bfc9004da76e1d47158a4671b8f915e51c91f9d82f7baae
diff --git a/x11-libs/libxklavier/libxklavier-5.3-r1.ebuild b/x11-libs/libxklavier/libxklavier-5.3-r1.ebuild
deleted file mode 100644 (file)
index 5ba9ae0..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome.org libtool xdg-utils
-
-DESCRIPTION="A library for the X Keyboard Extension (high-level API)"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/LibXklavier"
-
-LICENSE="LGPL-2"
-SLOT="0/16"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+introspection"
-
-RDEPEND="
-       app-text/iso-codes
-       >=dev-libs/glib-2.16:2
-       dev-libs/libxml2:2
-       x11-apps/xkbcomp
-       x11-libs/libX11
-       >=x11-libs/libXi-1.1.3
-       x11-libs/libxkbfile
-       >=x11-misc/xkeyboard-config-2.4.1-r3
-       introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.4
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       xdg_environment_reset
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               --disable-gtk-doc \
-               $(use_enable introspection) \
-               --with-xkb-base="${EPREFIX}"/usr/share/X11/xkb \
-               --with-xkb-bin-base="${EPREFIX}"/usr/bin
-}
-
-src_install() {
-       default
-       dodoc AUTHORS ChangeLog CREDITS NEWS README
-       prune_libtool_files
-}
diff --git a/x11-libs/libxklavier/libxklavier-5.3.ebuild b/x11-libs/libxklavier/libxklavier-5.3.ebuild
deleted file mode 100644 (file)
index 710f736..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils gnome.org libtool
-
-DESCRIPTION="A library for the X Keyboard Extension (high-level API)"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/LibXklavier"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="doc +introspection"
-
-RDEPEND="app-text/iso-codes
-       >=dev-libs/glib-2.16
-       dev-libs/libxml2
-       x11-apps/xkbcomp
-       x11-libs/libX11
-       >=x11-libs/libXi-1.1.3
-       x11-libs/libxkbfile
-       >=x11-misc/xkeyboard-config-2.4.1-r3
-       introspection? ( >=dev-libs/gobject-introspection-1.30 )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       sys-devel/gettext
-       doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog CREDITS NEWS README"
-
-src_prepare() {
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --disable-static \
-               $(use_enable introspection) \
-               $(use_enable doc gtk-doc) \
-               --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
-               --with-xkb-base="${EPREFIX}"/usr/share/X11/xkb \
-               --with-xkb-bin-base="${EPREFIX}"/usr/bin
-}
-
-src_install() {
-       default
-
-       nonfatal dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}
-
-       prune_libtool_files
-}