diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-30 18:18:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-03 15:07:51 +0100 |
commit | c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98 (patch) | |
tree | f58c7a88a9f3f94fb422e65de883df3e7b555231 /x11-misc/lineakd | |
parent | x11-themes/golden-xcursors: drop old (diff) | |
download | gentoo-c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98.tar.gz gentoo-c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98.tar.bz2 gentoo-c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98.zip |
x11-misc/lineakd: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild deleted file mode 100644 index a2967bdf38c2..000000000000 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils multilib - -MY_P=${P/.0/} - -DESCRIPTION="Linux support for Easy Access and Internet Keyboards" -HOMEPAGE="http://lineak.sourceforge.net" -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="debug" - -RDEPEND="x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/libxkbfile - x11-libs/libXt - x11-libs/libXtst" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch -} - -src_configure() { - econf $(use_enable debug) --with-x -} - -src_install() { - sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile - - dodir /usr/share/man/man8 - - emake -j1 DESTDIR="${D}" install - dodoc AUTHORS README TODO - keepdir /usr/$(get_libdir)/lineakd/plugins - - insinto /etc/lineak - doins lineakd.conf.example lineakd.conf.kde.example -} - -pkg_postinst() { - elog - elog "evtest utility has not been installed. evtest can be found" - elog "in app-misc/evtest." - elog -} |