summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-18 03:39:56 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-18 03:39:56 +0000
commit9536185dda1a16aa7208a4e03b80cdca3508d722 (patch)
tree60cd3c0081c12150bf50b2828f58e8ba04dea0a0 /dev-libs
parentRemove dummy (default) src_unpack() by bonsaikitten. (diff)
downloadgentoo-2-9536185dda1a16aa7208a4e03b80cdca3508d722.tar.gz
gentoo-2-9536185dda1a16aa7208a4e03b80cdca3508d722.tar.bz2
gentoo-2-9536185dda1a16aa7208a4e03b80cdca3508d722.zip
Remove explicit src_test. The default just throws a couple warnings if static libs aren't built but still passes successfully.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/nettle/ChangeLog7
-rw-r--r--dev-libs/nettle/files/nettle-2.6-shared.patch11
-rw-r--r--dev-libs/nettle/nettle-2.6.ebuild11
3 files changed, 7 insertions, 22 deletions
diff --git a/dev-libs/nettle/ChangeLog b/dev-libs/nettle/ChangeLog
index 7de49c01212e..ea3ef9b5f888 100644
--- a/dev-libs/nettle/ChangeLog
+++ b/dev-libs/nettle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/nettle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.75 2013/01/18 01:22:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.76 2013/01/18 03:39:56 radhermit Exp $
+
+ 18 Jan 2013; Tim Harder <radhermit@gentoo.org> nettle-2.6.ebuild,
+ files/nettle-2.6-shared.patch:
+ Remove explicit src_test. The default just throws a couple warnings if static
+ libs aren't built but still passes successfully.
18 Jan 2013; Tim Harder <radhermit@gentoo.org> nettle-2.6.ebuild:
Explicitly specify examples dir.
diff --git a/dev-libs/nettle/files/nettle-2.6-shared.patch b/dev-libs/nettle/files/nettle-2.6-shared.patch
index 0a322bef5316..0af8d749cecd 100644
--- a/dev-libs/nettle/files/nettle-2.6-shared.patch
+++ b/dev-libs/nettle/files/nettle-2.6-shared.patch
@@ -32,17 +32,6 @@
check: $(TS_ALL)
---- nettle-2.6/run-tests
-+++ nettle-2.6/run-tests
-@@ -28,6 +28,8 @@
-
- export srcdir
-
-+export LD_LIBRARY_PATH="../.lib"
-+
- # When used in make rules, we sometimes get the filenames VPATH
- # expanded, but usually not.
- find_program () {
--- nettle-2.6/testsuite/Makefile.in
+++ nettle-2.6/testsuite/Makefile.in
@@ -8,7 +8,7 @@
diff --git a/dev-libs/nettle/nettle-2.6.ebuild b/dev-libs/nettle/nettle-2.6.ebuild
index 6f1a51da9845..88076d0ce9f5 100644
--- a/dev-libs/nettle/nettle-2.6.ebuild
+++ b/dev-libs/nettle/nettle-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.6.ebuild,v 1.2 2013/01/18 01:22:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.6.ebuild,v 1.3 2013/01/18 03:39:56 radhermit Exp $
EAPI="5"
@@ -40,15 +40,6 @@ src_configure() {
--disable-openssl
}
-src_test() {
- cd testsuite
-
- # symbols test requires static libs
- use static-libs || rm symbols-test || die
-
- ../run-tests || die
-}
-
src_install() {
default