summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
commite173739fea5550d425430267e0baac0e205e646e (patch)
tree89352223bb78056b2d5bd142611a723fb181d33c /sys-apps/kbd
parentfix keywords, sparc please check (diff)
downloadhistorical-e173739fea5550d425430267e0baac0e205e646e.tar.gz
historical-e173739fea5550d425430267e0baac0e205e646e.tar.bz2
historical-e173739fea5550d425430267e0baac0e205e646e.zip
more ppc keywords
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r--sys-apps/kbd/files/digest-kbd-1.061
-rw-r--r--sys-apps/kbd/kbd-1.06-r1.ebuild4
-rw-r--r--sys-apps/kbd/kbd-1.06.ebuild21
3 files changed, 2 insertions, 24 deletions
diff --git a/sys-apps/kbd/files/digest-kbd-1.06 b/sys-apps/kbd/files/digest-kbd-1.06
deleted file mode 100644
index cc2cce9aff74..000000000000
--- a/sys-apps/kbd/files/digest-kbd-1.06
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d9c8328df180c40c97a92eef5239cb6a kbd-1.06.tar.gz 773433
diff --git a/sys-apps/kbd/kbd-1.06-r1.ebuild b/sys-apps/kbd/kbd-1.06-r1.ebuild
index e274d6ce4ad2..db7f98ed1813 100644
--- a/sys-apps/kbd/kbd-1.06-r1.ebuild
+++ b/sys-apps/kbd/kbd-1.06-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06-r1.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06-r1.ebuild,v 1.5 2002/07/16 05:50:59 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Keyboard and console utilities"
SRC_URI="ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/${P}.tar.gz"
HOMEPAGE=""
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
diff --git a/sys-apps/kbd/kbd-1.06.ebuild b/sys-apps/kbd/kbd-1.06.ebuild
deleted file mode 100644
index e7dde8771b63..000000000000
--- a/sys-apps/kbd/kbd-1.06.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.06.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Keyboard and console utilities"
-SRC_URI="ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/${P}.tar.gz"
-HOMEPAGE=""
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND="virtual/glibc"
-PROVIDE="sys-apps/console-tools"
-src_compile() {
- ./configure --mandir=/usr/share/man --datadir=/usr/share
- make
-}
-
-src_install() {
- make DESTDIR=${D} DATADIR=${D}/usr/share MANDIR=${D}/usr/share/man install
-}