From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3D7D138334 for ; Sun, 23 Jun 2019 21:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 016D7E0875; Sun, 23 Jun 2019 21:29:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D81CCE0875 for ; Sun, 23 Jun 2019 21:29:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7064C3468D8 for ; Sun, 23 Jun 2019 21:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46615619 for ; Sun, 23 Jun 2019 21:29:04 +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: <1561325326.9d16278fcc4e35255ff550c0f72944f679072a8f.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.2.1.ebuild X-VCS-Directories: sys-apps/gcp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9d16278fcc4e35255ff550c0f72944f679072a8f X-VCS-Branch: master Date: Sun, 23 Jun 2019 21:29:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68ceedc8-2b4c-40d9-9cb2-37b87a7c7b67 X-Archives-Hash: ce0cee3470cbf60f4be7933478ea44d5 commit: 9d16278fcc4e35255ff550c0f72944f679072a8f Author: David Seifert gentoo org> AuthorDate: Sun Jun 23 21:28:46 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 23 21:28:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d16278f sys-apps/gcp: Bump to version 0.2.1 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: David Seifert gentoo.org> sys-apps/gcp/Manifest | 1 + sys-apps/gcp/gcp-0.2.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sys-apps/gcp/Manifest b/sys-apps/gcp/Manifest index 930c7758f66..f6b4b6af6b4 100644 --- a/sys-apps/gcp/Manifest +++ b/sys-apps/gcp/Manifest @@ -1 +1,2 @@ DIST gcp-0.1.3.tar.bz2 30946 BLAKE2B 404adeb65396829afd1e51308e3e629b19dc8b27e142b349ee90282142b9fc151acad60010bf75031d9dc9ce805d5c561a6244994c1b69d1e7f87b76402984f3 SHA512 856561d7d1514b7e90ed4e976b4572b6a82113edb9c3127168053d8993f67ea4efa1d3d5543c318dd961ee9d42679232444e1f397b1c7ba22bfba6b5d7acfc76 +DIST gcp-0.2.1.tar.gz 33098 BLAKE2B 9affaf87db722c1e35fe71acf93521753a4372d42bf33892cde8605b17972ac46f616177114c5ccc36fad64011ae881ecc9382c79311dbca93ebedd04e688526 SHA512 900e08554e8f87e9572c52381c83bdcd89f02cab4fbf51335ddb81796057fa8bec156cf3ddab8712ed2c55ca7d6d0e1c209939ccead9bf7693d76bf882807017 diff --git a/sys-apps/gcp/gcp-0.2.1.ebuild b/sys-apps/gcp/gcp-0.2.1.ebuild new file mode 100644 index 00000000000..814287b287f --- /dev/null +++ b/sys-apps/gcp/gcp-0.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="File copying utility with progress and I/O indicator" +HOMEPAGE="https://code.lm7.fr/mcy/gcp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/progressbar[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}]" + +python_prepare_all() { + sed \ + -e "s|'LICENSE', ||g" \ + -e "s|man/man1|share/man/man1|g" \ + -e "/share\/doc\/%s/d" \ + -i setup.py || die + + distutils-r1_python_prepare_all +}