summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-10-29 20:05:20 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-10-29 20:05:20 +0000
commit14d855c537b194e7e46556a702bb6269f50a0b13 (patch)
tree578d102085d95745a8a51720e28e994b283a79e0 /sys-auth
parentStable on x86, bug #197436 (diff)
downloadgentoo-2-14d855c537b194e7e46556a702bb6269f50a0b13.tar.gz
gentoo-2-14d855c537b194e7e46556a702bb6269f50a0b13.tar.bz2
gentoo-2-14d855c537b194e7e46556a702bb6269f50a0b13.zip
restrict tests as they're broken
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_abl/ChangeLog5
-rw-r--r--sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r11
-rw-r--r--sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild5
3 files changed, 9 insertions, 2 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog
index b55c7cf8c75e..b2b1b6a1f72b 100644
--- a/sys-auth/pam_abl/ChangeLog
+++ b/sys-auth/pam_abl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_abl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.4 2007/09/17 10:42:10 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.5 2007/10/29 20:05:20 jokey Exp $
+
+ 29 Oct 2007; Markus Ullmann <jokey@gentoo.org> pam_abl-0.2.3-r1.ebuild:
+ restrict tests as they're broken
17 Sep 2007; Markus Ullmann <jokey@gentoo.org> pam_abl-0.2.3-r1.ebuild:
use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug
diff --git a/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1 b/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1
index 92db092e9c86..a438147921ba 100644
--- a/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1
+++ b/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1
@@ -1,2 +1,3 @@
+MD5 fbcf97067e9647fa1d9257d4e6133cba pam_abl-0.2.3.tar.gz 19000
RMD160 c6a040f77c6f68e9b595f53998b3190d55907c6e pam_abl-0.2.3.tar.gz 19000
SHA256 9bb4059fba96f9846784d5e70bec72893630bdd70bc840be767cc33b83c6b163 pam_abl-0.2.3.tar.gz 19000
diff --git a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
index 78b2d9067390..9f4edb100d1e 100644
--- a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.2 2007/09/17 10:42:10 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.3 2007/10/29 20:05:20 jokey Exp $
inherit flag-o-matic pam toolchain-funcs
@@ -20,6 +20,9 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
+# restrict tests as they're broken badly
+RESTRICT="test"
+
src_unpack() {
unpack ${A}
cd "${S}"