diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 21:46:51 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 21:46:51 +0000 |
commit | 6db663709661508fcbefab2913ca9b7a42a15662 (patch) | |
tree | 30ba3b9ed84afccb9c15c970dc33e5b5e0210ead /x11-misc/lineakd | |
parent | Remove old versions. (diff) | |
download | gentoo-2-6db663709661508fcbefab2913ca9b7a42a15662.tar.gz gentoo-2-6db663709661508fcbefab2913ca9b7a42a15662.tar.bz2 gentoo-2-6db663709661508fcbefab2913ca9b7a42a15662.zip |
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild | 47 |
2 files changed, 6 insertions, 49 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 2df7c99f253a..35c9b0f439da 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.51 2008/04/22 17:00:28 drac Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.52 2009/03/21 21:46:51 nelchael Exp $ + + 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -lineakd-0.9.0_pre1.ebuild: + Remove old versions. 22 Apr 2008; Samuli Suominen <drac@gentoo.org> +files/lineakd-0.9.0-gcc43.patch, lineakd-0.9.0-r1.ebuild: diff --git a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild deleted file mode 100644 index 888d7425bfaf..000000000000 --- a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.9 2008/01/07 10:51:50 nelchael Exp $ - -inherit eutils - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support" -HOMEPAGE="http://lineak.sourceforge.net/" -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-libs/libxkbfile - x11-libs/libXt - x11-proto/inputproto - x11-proto/xextproto - x11-proto/xproto" - -src_compile() { - econf --with-x || die "econf failed" - emake || die "emake failed" -} - -src_install () { - sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile - - dodir /usr/share/man/man8 - - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO - keepdir /usr/lib/lineakd/plugins - - insinto /etc/lineak - doins lineakd.conf.example - doins lineakd.conf.kde.example -} |