summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2005-07-23 21:55:23 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2005-07-23 21:55:23 +0000
commit399909d202fc1ff2ce625e15b526a2874808965d (patch)
tree8f7a1ee9ba4f542fa1a1ca3de00f2bcd8ce2e53b /net-misc/howl
parentAdded to x86 (diff)
downloadgentoo-2-399909d202fc1ff2ce625e15b526a2874808965d.tar.gz
gentoo-2-399909d202fc1ff2ce625e15b526a2874808965d.tar.bz2
gentoo-2-399909d202fc1ff2ce625e15b526a2874808965d.zip
Resolving bug #87436 -- upstream needs to provide logging library
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/howl')
-rw-r--r--net-misc/howl/ChangeLog7
-rw-r--r--net-misc/howl/Manifest6
-rw-r--r--net-misc/howl/howl-0.9.6-r2.ebuild5
-rw-r--r--net-misc/howl/howl-0.9.8.ebuild5
-rw-r--r--net-misc/howl/howl-1.0.0.ebuild5
5 files changed, 21 insertions, 7 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog
index 1a41a67fd39f..119d71e75ab8 100644
--- a/net-misc/howl/ChangeLog
+++ b/net-misc/howl/ChangeLog
@@ -1,6 +1,11 @@
# 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.29 2005/07/13 03:42:07 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.30 2005/07/23 21:55:23 compnerd Exp $
+
+ 23 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org>
+ howl-0.9.6-r2.ebuild, howl-0.9.8.ebuild, howl-1.0.0.ebuild:
+ Adding a RESTRICT="maketest" to all versions, as the logging library is not
+ provided by upstream. Resolves bug #87436.
12 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org> metadata.xml,
howl-1.0.0.ebuild:
diff --git a/net-misc/howl/Manifest b/net-misc/howl/Manifest
index 4239477a2309..1af4cc1f6fb8 100644
--- a/net-misc/howl/Manifest
+++ b/net-misc/howl/Manifest
@@ -1,6 +1,6 @@
-MD5 8fa74872f711abe82c1a9ed544b00ba2 howl-0.9.6-r2.ebuild 1933
-MD5 d690f3ed668cf434a60065123a60022c howl-0.9.8.ebuild 2526
-MD5 9ee70a979b278a961348a2c668e366f3 howl-1.0.0.ebuild 2609
+MD5 3201ccd7ab987b3158ebe73e9f2daed5 howl-0.9.6-r2.ebuild 1992
+MD5 5ff398b6a7b292a1b024a16ee83696ba howl-0.9.8.ebuild 2583
+MD5 3c6cc22f606677a6b64a3dd2c959efa6 howl-1.0.0.ebuild 2666
MD5 ded2fc1811a3a60d86cc5842c435c52e ChangeLog 4857
MD5 f1745b912ee998369590df5db2bdad97 metadata.xml 514
MD5 60c7ad1df5b54521c910001c7a0094be files/digest-howl-0.9.8 62
diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild
index 6ccf912161dc..51d9e78b52db 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.12 2005/04/02 03:56:29 geoman Exp $
+# $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 $
inherit eutils flag-o-matic
@@ -16,6 +16,9 @@ IUSE=""
DEPEND="virtual/libc"
# sys-devel/automake - needed if we remove the html docs from /usr/share
+# sw_log is not provided (Bug #87436)
+RESTRICT="maketest"
+
src_unpack() {
unpack ${A}
sed -i "s:howl-@VERSION@$:howl:" ${S}/howl.pc.in
diff --git a/net-misc/howl/howl-0.9.8.ebuild b/net-misc/howl/howl-0.9.8.ebuild
index 1f820b5f428e..14366a2d11f0 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.6 2005/04/19 22:25:33 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.7 2005/07/23 21:55:23 compnerd Exp $
inherit eutils flag-o-matic
@@ -16,6 +16,9 @@ IUSE=""
DEPEND="virtual/libc"
# sys-devel/automake - needed if we remove the html docs from /usr/share
+# sw_log is unprovided (Bug #87436)
+RESTRICT="maketest"
+
src_unpack() {
unpack ${A}
diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild
index 0374871a8230..07b3ba711b19 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.3 2005/07/13 03:42:07 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.4 2005/07/23 21:55:23 compnerd Exp $
inherit eutils flag-o-matic
@@ -16,6 +16,9 @@ IUSE=""
DEPEND="virtual/libc"
# sys-devel/automake - needed if we remove the html docs from /usr/share
+# sw_log is unprovided (Bug #87436)
+RESTRICT="maketest"
+
src_unpack() {
unpack ${A}
cd ${S}