summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-06-10 07:06:05 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-06-10 07:06:05 +0000
commitf0f2193c9b993db9d4a9b65e5e64a5099e4f3fd6 (patch)
treec3f9a394e92169af7d52c9593dd73f10a1fe4cff /sys-apps/lcdutils
parent+mail-filter/amavisd-new:milter - Build sendmail mail filter (milter) support (diff)
downloadgentoo-2-f0f2193c9b993db9d4a9b65e5e64a5099e4f3fd6.tar.gz
gentoo-2-f0f2193c9b993db9d4a9b65e5e64a5099e4f3fd6.tar.bz2
gentoo-2-f0f2193c9b993db9d4a9b65e5e64a5099e4f3fd6.zip
Changed the ebuild to allow installation on x86 systems, since newer Cobalt models (i.e. XTR) apparently work with this package.
Diffstat (limited to 'sys-apps/lcdutils')
-rw-r--r--sys-apps/lcdutils/ChangeLog6
-rw-r--r--sys-apps/lcdutils/Manifest4
-rw-r--r--sys-apps/lcdutils/lcdutils-0.2.ebuild18
3 files changed, 15 insertions, 13 deletions
diff --git a/sys-apps/lcdutils/ChangeLog b/sys-apps/lcdutils/ChangeLog
index 65272176a376..8c979aaccc8b 100644
--- a/sys-apps/lcdutils/ChangeLog
+++ b/sys-apps/lcdutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/lcdutils
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/ChangeLog,v 1.1 2004/02/01 07:29:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/ChangeLog,v 1.2 2004/06/10 07:06:05 kumba Exp $
+
+ 10 Jun 2004; Joshua Kinard <kumba@gentoo.org> lcdutils-0.2.ebuild:
+ Changed the ebuild to allow installation on x86 systems, since newer Cobalt
+ models (i.e. XTR) apparently work with this package.
*lcdutils-0.2 (01 Feb 2004)
diff --git a/sys-apps/lcdutils/Manifest b/sys-apps/lcdutils/Manifest
index 3497d61ee3cb..4be3d317297e 100644
--- a/sys-apps/lcdutils/Manifest
+++ b/sys-apps/lcdutils/Manifest
@@ -1,4 +1,4 @@
-MD5 e21c3da52649ad73ec6aa6db0a46236c lcdutils-0.2.ebuild 1018
+MD5 633de0c22ce3513ed0655b869e6424be ChangeLog 785
+MD5 1050f7f3bdc32a94061791ba81fda36b lcdutils-0.2.ebuild 1011
MD5 959070af74ba35cb8b5317212fbde352 metadata.xml 380
-MD5 32123142e0c354f8feb3fd65a626cf24 ChangeLog 583
MD5 6e620f6f7f21e97284c47c906a03bdd7 files/digest-lcdutils-0.2 63
diff --git a/sys-apps/lcdutils/lcdutils-0.2.ebuild b/sys-apps/lcdutils/lcdutils-0.2.ebuild
index f64a0a3c4c61..cc3ac8798c6c 100644
--- a/sys-apps/lcdutils/lcdutils-0.2.ebuild
+++ b/sys-apps/lcdutils/lcdutils-0.2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/lcdutils-0.2.ebuild,v 1.1 2004/02/01 07:29:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdutils/lcdutils-0.2.ebuild,v 1.2 2004/06/10 07:06:05 kumba Exp $
DESCRIPTION="Cobalt RaQ/Qube LCD Writing and Button reading utilities"
HOMEPAGE=""
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* mips"
+KEYWORDS="-* mips ~x86"
IUSE=""
DEPEND=""
@@ -15,14 +15,12 @@ DEPEND=""
S=${WORKDIR}/${P}
pkg_setup() {
- # See if we're on a cobalt system (must use the cobalt-mips profile)
- if [ "${PROFILE_ARCH}" != "cobalt" ]; then
- echo -e ""
- eerror "This package is only for Cobalt Microserver systems. It is not"
- eerror "useful for any other type of system currently."
- echo -e ""
- die "Wrong system!"
- fi
+ # This package is aimed primarily at Cobalt Microserver systems. Mips originally, but it
+ # is reported to work on x86-based systems as well.
+ echo -e ""
+ ewarn "This package is only for Cobalt Microserver systems. Its use on other types of"
+ ewarn "hardware is untested."
+ echo -e ""
}
src_unpack() {