Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311533 | Differences between
and this patch

Collapse All | Expand All

(-)a/mved-1.2.ebuild (+8 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
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/app-misc/mved/mved-1.2.ebuild,v 1.1 2005/11/12 12:40:49 avenj Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/mved/mved-1.2.ebuild,v 1.1 2005/11/12 12:40:49 avenj Exp $
4
EAPI=2
5
inherit python
4
6
7
PYTHON_DEPEND="2"
8
RESTRICT_PYTHON_ABIS="3.*"
5
DESCRIPTION="An editor-focused multiple file move utility."
9
DESCRIPTION="An editor-focused multiple file move utility."
6
HOMEPAGE="http://guerila.com"
10
HOMEPAGE="http://guerila.com"
7
SRC_URI="http://guerila.com/downloads/${P}.tar.gz"
11
SRC_URI="http://guerila.com/downloads/${P}.tar.gz"
Lines 13-18 IUSE="" Link Here
13
DEPEND=""
17
DEPEND=""
14
RDEPEND="virtual/python"
18
RDEPEND="virtual/python"
15
19
20
src_prepare() {
21
	python_convert_shebangs -r 2 .
22
}
23
16
src_install() {
24
src_install() {
17
	dodoc README
25
	dodoc README
18
	dobin mved
26
	dobin mved

Return to bug 311533