summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:02:20 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:02:20 +0000
commitf2f85d1c20bbde009e91a44a9675323ba7580f60 (patch)
tree5bb3485787bdde93cd76d09ad34b2e37315bc2e7 /x11-misc/lineakconfig
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-f2f85d1c20bbde009e91a44a9675323ba7580f60.tar.gz
gentoo-2-f2f85d1c20bbde009e91a44a9675323ba7580f60.tar.bz2
gentoo-2-f2f85d1c20bbde009e91a44a9675323ba7580f60.zip
Removed old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/lineakconfig')
-rw-r--r--x11-misc/lineakconfig/ChangeLog8
-rw-r--r--x11-misc/lineakconfig/files/digest-lineakconfig-0.4.1b1
-rw-r--r--x11-misc/lineakconfig/lineakconfig-0.4.1b.ebuild28
3 files changed, 6 insertions, 31 deletions
diff --git a/x11-misc/lineakconfig/ChangeLog b/x11-misc/lineakconfig/ChangeLog
index af82e415ed77..6fa79efcfa65 100644
--- a/x11-misc/lineakconfig/ChangeLog
+++ b/x11-misc/lineakconfig/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineakconfig
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/ChangeLog,v 1.10 2005/12/28 18:46:08 nelchael Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/ChangeLog,v 1.11 2006/01/21 13:02:20 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineakconfig-0.4.1b.ebuild:
+ Removed old version.
28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org>
lineakconfig-0.4.1b-r1.ebuild:
diff --git a/x11-misc/lineakconfig/files/digest-lineakconfig-0.4.1b b/x11-misc/lineakconfig/files/digest-lineakconfig-0.4.1b
deleted file mode 100644
index ab1dd188550b..000000000000
--- a/x11-misc/lineakconfig/files/digest-lineakconfig-0.4.1b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e74374cca2e88cd42365fdd2f522f163 lineakconfig-0.4.1b.tar.gz 1602782
diff --git a/x11-misc/lineakconfig/lineakconfig-0.4.1b.ebuild b/x11-misc/lineakconfig/lineakconfig-0.4.1b.ebuild
deleted file mode 100644
index fdb0332517e0..000000000000
--- a/x11-misc/lineakconfig/lineakconfig-0.4.1b.ebuild
+++ /dev/null
@@ -1,28 +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/lineakconfig/lineakconfig-0.4.1b.ebuild,v 1.3 2005/07/26 14:46:15 dholm Exp $
-
-IUSE="nls"
-
-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="~ppc x86"
-
-RDEPEND="x11-misc/lineakd
- =x11-libs/gtk+-1.2*"
-
-DEPEND="nls? ( sys-devel/gettext )
- ${RDEPEND}"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
-}