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
commit311d7b6481c4b93a55b44524d03992ab7b37d9f1 (patch)
tree739f65e481c28c4413c59a9f83b718beb429ff8a /sys-apps/lcdutils
parent+mail-filter/amavisd-new:milter - Build sendmail mail filter (milter) support (diff)
downloadhistorical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.tar.gz
historical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.tar.bz2
historical-311d7b6481c4b93a55b44524d03992ab7b37d9f1.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..b43abe16f9a8 100644
--- a/sys-apps/lcdutils/Manifest
+++ b/sys-apps/lcdutils/Manifest
@@ -1,4 +1,4 @@
-MD5 e21c3da52649ad73ec6aa6db0a46236c lcdutils-0.2.ebuild 1018
+MD5 508c3327531f3ad1d7f8d69ba6595a21 ChangeLog 785
+MD5 09277e02e5ac396855fb0838b13e361c 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() {