From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E50D59CA3 for ; Sun, 14 Feb 2016 16:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B702BE07EE; Sun, 14 Feb 2016 16:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58D66E07EE for ; Sun, 14 Feb 2016 16:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55FB1340940 for ; Sun, 14 Feb 2016 16:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F2A150 for ; Sun, 14 Feb 2016 16:45:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1455468259.dae471051dc15831d9315b7f10f870d65bf47394.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gcp/Manifest sys-apps/gcp/gcp-0.1.3.ebuild sys-apps/gcp/metadata.xml X-VCS-Directories: sys-apps/gcp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dae471051dc15831d9315b7f10f870d65bf47394 X-VCS-Branch: master Date: Sun, 14 Feb 2016 16:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbe9c1cf-4fbd-4256-adc7-0e461e2d7116 X-Archives-Hash: 82ad4da155ea4146da2a6ecb31003691 commit: dae471051dc15831d9315b7f10f870d65bf47394 Author: David Seifert gentoo org> AuthorDate: Sun Feb 14 16:06:09 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 14 16:44:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae47105 sys-apps/gcp: New package gcp is a python script that also includes a progress indicator. Package-Manager: portage-2.2.27 sys-apps/gcp/Manifest | 1 + sys-apps/gcp/gcp-0.1.3.ebuild | 29 +++++++++++++++++++++++++++++ sys-apps/gcp/metadata.xml | 7 +++++++ 3 files changed, 37 insertions(+) diff --git a/sys-apps/gcp/Manifest b/sys-apps/gcp/Manifest new file mode 100644 index 0000000..be52f62 --- /dev/null +++ b/sys-apps/gcp/Manifest @@ -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 index 0000000..43cd8d3 --- /dev/null +++ b/sys-apps/gcp/gcp-0.1.3.ebuild @@ -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 index 0000000..e25cd06 --- /dev/null +++ b/sys-apps/gcp/metadata.xml @@ -0,0 +1,7 @@ + + + + + soap@gentoo.org + +