diff options
-rw-r--r-- | net-misc/howl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/howl/howl-0.9.6-r2.ebuild | 7 | ||||
-rw-r--r-- | net-misc/howl/howl-0.9.8.ebuild | 7 | ||||
-rw-r--r-- | net-misc/howl/howl-1.0.0.ebuild | 7 |
4 files changed, 8 insertions, 19 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog index 0c5818f3df58..326f60b9d6bb 100644 --- a/net-misc/howl/ChangeLog +++ b/net-misc/howl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/howl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.31 2005/07/27 10:59:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.32 2005/08/24 20:57:45 plasmaroo Exp $ + + 24 Aug 2005; <plasmaroo@gentoo.org> howl-0.9.6-r2.ebuild, howl-0.9.8.ebuild, + howl-1.0.0.ebuild: + Remove IA64 headers tweak as it is no longer needed for 2.6.11 headers. 27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org> howl-0.9.8.ebuild: diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild index 51d9e78b52db..a963c2ef4f98 100644 --- a/net-misc/howl/howl-0.9.6-r2.ebuild +++ b/net-misc/howl/howl-0.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.13 2005/07/23 21:55:23 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.6-r2.ebuild,v 1.14 2005/08/24 20:57:45 plasmaroo Exp $ inherit eutils flag-o-matic @@ -25,11 +25,6 @@ src_unpack() { } src_compile() { - # The following solves compilation using linux26-headers-2.6.8.1-r2 on ia64. - # It's not relevant for linux-headers-2.4.x or other linux26-headers, but - # won't hurt anything. (21 Jan 2005 agriffis) - [[ $ARCH == ia64 ]] && append-flags -D_ASM_IA64_TYPES_H - # If we wanted to remove the html docs in /usr/share/howl.... #einfo "Removing html docs from build process...." #sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed" diff --git a/net-misc/howl/howl-0.9.8.ebuild b/net-misc/howl/howl-0.9.8.ebuild index 16d0ed0639e5..ff80673226e9 100644 --- a/net-misc/howl/howl-0.9.8.ebuild +++ b/net-misc/howl/howl-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.8 2005/07/27 10:59:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.9 2005/08/24 20:57:45 plasmaroo Exp $ inherit eutils flag-o-matic @@ -28,11 +28,6 @@ src_unpack() { } src_compile() { - # The following solves compilation using linux26-headers-2.6.8.1-r2 on ia64. - # It's not relevant for linux-headers-2.4.x or other linux26-headers, but - # won't hurt anything. (21 Jan 2005 agriffis) - [[ $ARCH == ia64 ]] && append-flags -D_ASM_IA64_TYPES_H - # If we wanted to remove the html docs in /usr/share/howl.... #einfo "Removing html docs from build process...." #sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed" diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild index 07b3ba711b19..a353a72420cc 100644 --- a/net-misc/howl/howl-1.0.0.ebuild +++ b/net-misc/howl/howl-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.4 2005/07/23 21:55:23 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.5 2005/08/24 20:57:45 plasmaroo Exp $ inherit eutils flag-o-matic @@ -27,11 +27,6 @@ src_unpack() { } src_compile() { - # The following solves compilation using linux26-headers-2.6.8.1-r2 on ia64. - # It's not relevant for linux-headers-2.4.x or other linux26-headers, but - # won't hurt anything. (21 Jan 2005 agriffis) - [[ $ARCH == ia64 ]] && append-flags -D_ASM_IA64_TYPES_H - # If we wanted to remove the html docs in /usr/share/howl.... #einfo "Removing html docs from build process...." #sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed" |