diff options
author | 2005-06-19 20:42:12 +0000 | |
---|---|---|
committer | 2005-06-19 20:42:12 +0000 | |
commit | f88809fe77a7670d986e01fb564fa8077828a24c (patch) | |
tree | 7b479deb781efdb357aabd1f4dab9c8bfba8cae2 /x11-misc/lineakd/lineakd-0.6.1.ebuild | |
parent | stable x86, old ebuild cleanup (diff) | |
download | gentoo-2-f88809fe77a7670d986e01fb564fa8077828a24c.tar.gz gentoo-2-f88809fe77a7670d986e01fb564fa8077828a24c.tar.bz2 gentoo-2-f88809fe77a7670d986e01fb564fa8077828a24c.zip |
ebuild cleanup
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/lineakd/lineakd-0.6.1.ebuild')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.6.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/lineakd/lineakd-0.6.1.ebuild b/x11-misc/lineakd/lineakd-0.6.1.ebuild deleted file mode 100644 index f59232ed8d36..000000000000 --- a/x11-misc/lineakd/lineakd-0.6.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.6.1.ebuild,v 1.7 2005/01/14 18:03:58 slarti Exp $ - -IUSE="xosd" - -DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support" -HOMEPAGE="http://lineak.sourceforge.net/" -SRC_URI="mirror://sourceforge/lineak/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/x11 - xosd? ( x11-libs/xosd )" - -src_compile() { - econf `use_with xosd` --with-x || die - emake || die -} - -src_install () { - make DESTDIR=${D} lineakddocdir=/usr/share/doc/${P} install || die - dodoc AUTHORS COPYING INSTALL README TODO -} |