summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-04 10:46:06 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-04 10:46:06 +0000
commit5989f50fc33a20016d55e73c94c16d66020f17ed (patch)
treeddd653a09add69bcd5b1ae012975bdd89cc89a46 /net-misc/howl
parentStable on alpha. (diff)
downloadhistorical-5989f50fc33a20016d55e73c94c16d66020f17ed.tar.gz
historical-5989f50fc33a20016d55e73c94c16d66020f17ed.tar.bz2
historical-5989f50fc33a20016d55e73c94c16d66020f17ed.zip
Update -amd64 note to what it should've said...
Diffstat (limited to 'net-misc/howl')
-rw-r--r--net-misc/howl/Manifest2
-rw-r--r--net-misc/howl/howl-0.9.2.ebuild9
2 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/howl/Manifest b/net-misc/howl/Manifest
index 897bc9c8aae4..36999db9d0a8 100644
--- a/net-misc/howl/Manifest
+++ b/net-misc/howl/Manifest
@@ -1,9 +1,9 @@
MD5 30bdc1dfe2c9202e8efe2c296cfc8f23 ChangeLog 1450
MD5 b5817fc1b9fe6bc63cd6bbec70db281d howl-0.8.2.ebuild 1896
MD5 403c8e157a907e1394156ac0036a51d7 howl-0.8.3.ebuild 1913
-MD5 0aa156f11cf505ead883b4e4f54ee5fa howl-0.9.2.ebuild 1997
MD5 3cfeea78481352f5a815902b9ce1c72d howl-0.9.ebuild 1896
MD5 0d8bc35eee5bea80997cb8cf6212cc78 metadata.xml 590
+MD5 37c5b6ce390004111d47c9eb7e234468 howl-0.9.2.ebuild 2021
MD5 907cfa8e12495034fd9279c63f14ddf2 files/0.9.2-ppc.patch 329
MD5 545d19ecbaaefebbfc4be034e7ae8db2 files/digest-howl-0.8.2 62
MD5 ac52cf9fa45d55edec5ff199c6ae4d0b files/digest-howl-0.8.3 62
diff --git a/net-misc/howl/howl-0.9.2.ebuild b/net-misc/howl/howl-0.9.2.ebuild
index da1414275e7d..e9114f67cda5 100644
--- a/net-misc/howl/howl-0.9.2.ebuild
+++ b/net-misc/howl/howl-0.9.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.2.ebuild,v 1.5 2004/07/04 10:37:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.2.ebuild,v 1.6 2004/07/04 10:46:06 eradicator Exp $
+
+IUSE=""
inherit eutils
@@ -9,14 +11,11 @@ HOMEPAGE="http://www.porchdogsoft.com/products/howl/"
SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-# -amd64: Try later version... 0.9.2 shows ../../include/salt/vtypes.h:127:4: #error "CPU unknown"
+# -amd64: Even after patching like ppc for correct ENDIANNESS, we have various size problems... hopefully a later version will solve this...
KEYWORDS="~x86 ~ppc ~sparc -amd64"
-IUSE=""
DEPEND="sys-libs/glibc" # sys-devel/automake - needed if we remove the html docs from /usr/share
RDEPEND="sys-libs/glibc"
-S=${WORKDIR}/${P}
-
src_compile() {
# If we wanted to remove the html docs in /usr/share/howl....
#einfo "Removing html docs from build process...."