summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-04-14 20:13:00 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-04-14 20:13:00 +0000
commita35fcf528c79a008e673fb13bbf223c063bd1d70 (patch)
treef55b3c9cd58b27833b48ab7c48fa0ac6e4a2dc87 /app-portage/layman/layman-9999.ebuild
parentMarking matplotlib-1.0.1-r1 ppc for bug 360635 (diff)
downloadgentoo-2-a35fcf528c79a008e673fb13bbf223c063bd1d70.tar.gz
gentoo-2-a35fcf528c79a008e673fb13bbf223c063bd1d70.tar.bz2
gentoo-2-a35fcf528c79a008e673fb13bbf223c063bd1d70.zip
remove pkg_setup noise from all ebuild versions, bug 358649
(Portage version: 2.1.9.45/cvs/Linux i686)
Diffstat (limited to 'app-portage/layman/layman-9999.ebuild')
-rw-r--r--app-portage/layman/layman-9999.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index 8d528a3783d5..298fc259c6dc 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-9999.ebuild,v 1.16 2011/02/14 16:48:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-9999.ebuild,v 1.17 2011/04/14 20:13:00 darkside Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
@@ -36,18 +36,6 @@ RDEPEND="${COMMON_DEPS}
)"
RESTRICT_PYTHON_ABIS="2.4 3.*"
-pkg_setup() {
- if ! has_version dev-vcs/subversion; then
- ewarn "You do not have dev-vcs/subversion installed!"
- ewarn "While layman does not exactly depend on this"
- ewarn "version control system you should note that"
- ewarn "most available overlays are offered via"
- ewarn "dev-vcs/subversion. If you do not install it"
- ewarn "you will be unable to use these overlays."
- ewarn
- fi
-}
-
src_test() {
testing() {
for suite in layman/tests/{dtest,external}.py ; do