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
commitf254708653aa6bb57b2c90734bcc3f3742d9bd80 (patch)
treec723c02f3a7510af2a1dc047cd308fdf9d2db5bc /net-misc/howl
parentAdded to x86 (diff)
downloadhistorical-f254708653aa6bb57b2c90734bcc3f3742d9bd80.tar.gz
historical-f254708653aa6bb57b2c90734bcc3f3742d9bd80.tar.bz2
historical-f254708653aa6bb57b2c90734bcc3f3742d9bd80.zip
Resolving bug #87436 -- upstream needs to provide logging library
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/howl')
-rw-r--r--net-misc/howl/ChangeLog7
-rw-r--r--net-misc/howl/Manifest8
-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, 22 insertions, 8 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..01031095c9e0 100644
--- a/net-misc/howl/Manifest
+++ b/net-misc/howl/Manifest
@@ -1,7 +1,7 @@
-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 ded2fc1811a3a60d86cc5842c435c52e ChangeLog 4857
+MD5 607910d677688c4f70bea3c392d014ad howl-0.9.6-r2.ebuild 1994
+MD5 6a27ee777e05707bd4a353277af047ab howl-0.9.8.ebuild 2582
+MD5 897439051049433d985cdeaac217e4b5 howl-1.0.0.ebuild 2666
+MD5 f438671eedebf287292f7b85f80d686d ChangeLog 5100
MD5 f1745b912ee998369590df5db2bdad97 metadata.xml 514
MD5 60c7ad1df5b54521c910001c7a0094be files/digest-howl-0.9.8 62
MD5 035f3180e343287e4afbd1c9a0cd9cd9 files/digest-howl-1.0.0 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}