Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426232
Collapse All | Expand All

(-)paramiko.orig/paramiko-1.7.7.2.ebuild (-6 / +5 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.7.7.1.ebuild,v 1.10 2012/02/13 16:29:11 xarthisius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.7.7.1.ebuild,v 1.10 2012/02/13 16:29:11 xarthisius Exp $
4
4
5
EAPI="3"
5
EAPI="4"
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
6
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="3.* *-jython"
7
RESTRICT_PYTHON_ABIS="3.* *-jython"
9
8
Lines 11-21 Link Here
11
10
12
DESCRIPTION="SSH2 protocol library"
11
DESCRIPTION="SSH2 protocol library"
13
HOMEPAGE="http://www.lag.net/paramiko/ http://pypi.python.org/pypi/paramiko"
12
HOMEPAGE="http://www.lag.net/paramiko/ http://pypi.python.org/pypi/paramiko"
14
SRC_URI="http://www.lag.net/paramiko/download/${P}.tar.gz"
13
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
15
14
16
LICENSE="LGPL-2.1"
15
LICENSE="LGPL-2.1"
17
SLOT="0"
16
SLOT="0"
18
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
19
IUSE="doc examples"
18
IUSE="doc examples"
20
19
21
RDEPEND=">=dev-python/pycrypto-2.1"
20
RDEPEND=">=dev-python/pycrypto-2.1"
Lines 33-43 Link Here
33
	distutils_src_install
32
	distutils_src_install
34
33
35
	if use doc; then
34
	if use doc; then
36
		dohtml -r docs/* || die "dohtml failed"
35
		dohtml docs/*
37
	fi
36
	fi
38
37
39
	if use examples; then
38
	if use examples; then
40
		insinto /usr/share/doc/${PF}
39
		insinto /usr/share/doc/${PF}
41
		doins -r demos || die "doins failed"
40
		doins -r demos
42
	fi
41
	fi
43
}
42
}

Return to bug 426232