gcp-0.1.3 added
This commit is contained in:
parent
50a7ae5689
commit
23885d6435
|
@ -0,0 +1 @@
|
||||||
|
DIST gcp-0.1.3.tar.bz2 30946 SHA256 e53c6dd6146cb81421f10fe31c1a7175c24c4aabbc235e4e908b6dbab4e0c8bd SHA512 856561d7d1514b7e90ed4e976b4572b6a82113edb9c3127168053d8993f67ea4efa1d3d5543c318dd961ee9d42679232444e1f397b1c7ba22bfba6b5d7acfc76 WHIRLPOOL 3d1349eef678a614c4b37624829c1063e0c650ad05845d26222f731b5c8fdca6415a86e73bc7e346383b32b7395961115e20ec38f845ce12ed3ce835bcd18c0e
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Copyright 2012-2013 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="gcp (Goffi's cp) is a file copier with queuing, progress, FAT
|
||||||
|
support."
|
||||||
|
HOMEPAGE="http://wiki.goffi.org/wiki/Gcp"
|
||||||
|
SRC_URI="ftp://ftp.goffi.org/${PN}/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||||
|
RDEPEND="dev-python/progressbar[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
sed -i "s#.\+share/doc.\+#],#" setup.py
|
||||||
|
}
|
||||||
|
|
||||||
|
DOCS=( README CHANGELOG COPYING )
|
Loading…
Reference in New Issue