sys-apps/gcp: New package
authorDavid Seifert <soap@gentoo.org>
Sun, 14 Feb 2016 16:06:09 +0000 (17:06 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 14 Feb 2016 16:44:19 +0000 (17:44 +0100)
gcp is a python script that also includes a progress indicator.

Package-Manager: portage-2.2.27

sys-apps/gcp/Manifest [new file with mode: 0644]
sys-apps/gcp/gcp-0.1.3.ebuild [new file with mode: 0644]
sys-apps/gcp/metadata.xml [new file with mode: 0644]

diff --git a/sys-apps/gcp/Manifest b/sys-apps/gcp/Manifest
new file mode 100644 (file)
index 0000000..be52f62
--- /dev/null
@@ -0,0 +1 @@
+DIST gcp-0.1.3.tar.bz2 30946 SHA256 e53c6dd6146cb81421f10fe31c1a7175c24c4aabbc235e4e908b6dbab4e0c8bd SHA512 856561d7d1514b7e90ed4e976b4572b6a82113edb9c3127168053d8993f67ea4efa1d3d5543c318dd961ee9d42679232444e1f397b1c7ba22bfba6b5d7acfc76 WHIRLPOOL 3d1349eef678a614c4b37624829c1063e0c650ad05845d26222f731b5c8fdca6415a86e73bc7e346383b32b7395961115e20ec38f845ce12ed3ce835bcd18c0e
diff --git a/sys-apps/gcp/gcp-0.1.3.ebuild b/sys-apps/gcp/gcp-0.1.3.ebuild
new file mode 100644 (file)
index 0000000..43cd8d3
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="File copying utility with progress and I/O indicator"
+HOMEPAGE="http://wiki.goffi.org/wiki/Gcp/en"
+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}]
+       dev-python/pygobject:2[${PYTHON_USEDEP}]
+       dev-python/dbus-python[${PYTHON_USEDEP}]"
+
+src_prepare() {
+       default
+       sed -e '/use_setuptools/d' \
+           -e 's#.\+share/doc.\+#],#' -i setup.py || die
+}
diff --git a/sys-apps/gcp/metadata.xml b/sys-apps/gcp/metadata.xml
new file mode 100644 (file)
index 0000000..e25cd06
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>soap@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>