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 C7FD8138331 for ; Sun, 9 Oct 2016 07:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D74A21C03C; Sun, 9 Oct 2016 07:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1295B21C03C for ; Sun, 9 Oct 2016 07:56:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B6CB3415DF for ; Sun, 9 Oct 2016 07:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E1E24B6 for ; Sun, 9 Oct 2016 07:56:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475999740.a0a9eed7ca77c8ecde6466e7eca90cf4f733f270.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/datovka/datovka-3.0.3.ebuild X-VCS-Directories: app-misc/datovka/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a0a9eed7ca77c8ecde6466e7eca90cf4f733f270 X-VCS-Branch: master Date: Sun, 9 Oct 2016 07:56:06 +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: 9d405dba-f778-4add-99fc-58ed7bad2365 X-Archives-Hash: 571197625b71b60a8494fbb0af056f85 commit: a0a9eed7ca77c8ecde6466e7eca90cf4f733f270 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 07:54:37 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 07:55:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a9eed7 app-misc/datovka: Drop old Package-Manager: portage-2.3.1 app-misc/datovka/datovka-3.0.3.ebuild | 37 ----------------------------------- 1 file changed, 37 deletions(-) diff --git a/app-misc/datovka/datovka-3.0.3.ebuild b/app-misc/datovka/datovka-3.0.3.ebuild deleted file mode 100644 index 912e49f..00000000 --- a/app-misc/datovka/datovka-3.0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2" - -inherit distutils - -DESCRIPTION="GUI to access Czech eGov \"Datove schranky\"" -HOMEPAGE="http://labs.nic.cz/page/969/datovka/" -SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-python/pygtk:2 - dev-python/pyopenssl - dev-python/reportlab - dev-python/sqlalchemy - media-fonts/dejavu - >=net-libs/dslib-3.0 -" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 4 "${WORKDIR}" -}