From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RBX3u-0004hB-GO for garchives@archives.gentoo.org; Wed, 05 Oct 2011 19:23:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CD8821C257; Wed, 5 Oct 2011 19:23:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5A36221C257 for ; Wed, 5 Oct 2011 19:23:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C56421B403E for ; Wed, 5 Oct 2011 19:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E52D880042 for ; Wed, 5 Oct 2011 19:23:17 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <8807b29dfe2d80df9cdfda0674db8ef874ba3dd1.scarabeus@gentoo> Subject: [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/ X-VCS-Repository: dev/scarabeus X-VCS-Files: app-misc/dsgui/Manifest app-misc/dsgui/dsgui-1.6.3.ebuild net-libs/dslib/Manifest net-libs/dslib/dslib-1.6.ebuild X-VCS-Directories: app-misc/dsgui/ net-libs/dslib/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 8807b29dfe2d80df9cdfda0674db8ef874ba3dd1 Date: Wed, 5 Oct 2011 19:23:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d7c19901449617b6398f5aa588bcc206 commit: 8807b29dfe2d80df9cdfda0674db8ef874ba3dd1 Author: Tomas Chvatal suse cz> AuthorDate: Wed Oct 5 19:21:57 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Wed Oct 5 19:21:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/scarabeus.git;= a=3Dcommit;h=3D8807b29d Add dsgui and dslib for "datove schranky". --- app-misc/dsgui/Manifest | 1 + app-misc/dsgui/dsgui-1.6.3.ebuild | 32 +++++++++++++++++++++++++++++++= + net-libs/dslib/Manifest | 1 + net-libs/dslib/dslib-1.6.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 0 deletions(-) diff --git a/app-misc/dsgui/Manifest b/app-misc/dsgui/Manifest new file mode 100644 index 0000000..51db9e3 --- /dev/null +++ b/app-misc/dsgui/Manifest @@ -0,0 +1 @@ +DIST dsgui-1.6.3.tar.gz 874396 RMD160 f289ded3c415cc96d52363e51fc3622739= 287668 SHA1 4cff610bcaceabda969a879a2effdd5037e4cd97 SHA256 07929b02e162a= 965d6a1756066e39fc2bec8fcabb3ffb8498deef1302ab1f517 diff --git a/app-misc/dsgui/dsgui-1.6.3.ebuild b/app-misc/dsgui/dsgui-1.6= .3.ebuild new file mode 100644 index 0000000..c29569c --- /dev/null +++ b/app-misc/dsgui/dsgui-1.6.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit distutils + +DESCRIPTION=3D"GUI to access Czech eGov \"Datov=C3=A9 schr=C3=A1nky\"" +HOMEPAGE=3D"http://labs.nic.cz/page/740/dsgui/" +SRC_URI=3D"http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D" + dev-python/pygtk:2 + dev-python/pyopenssl + dev-python/reportlab + dev-python/sqlalchemy + media-fonts/dejavu + >=3Dnet-libs/dslib-1.6 +" +RDEPEND=3D"${DEPEND}" + +src_install() { + distutils_src_install + rm -rf "${ED}"/usr/share/dsgui/fonts/* + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf /usr/share/dsgui/fonts/Dej= aVuSans.ttf +} diff --git a/net-libs/dslib/Manifest b/net-libs/dslib/Manifest new file mode 100644 index 0000000..6e57ba8 --- /dev/null +++ b/net-libs/dslib/Manifest @@ -0,0 +1 @@ +DIST dslib-1.6.tar.gz 176021 RMD160 0e1aac1b850f49104895780c96d54280f3b4= a5b7 SHA1 72037e6620a8c12478b681609a84fbce24aa75e7 SHA256 dd1bd32eaf7b13e= 082cbccad3e69652fdb8d447ee39a3c8af77c29c26c1b6805 diff --git a/net-libs/dslib/dslib-1.6.ebuild b/net-libs/dslib/dslib-1.6.e= build new file mode 100644 index 0000000..7be886c --- /dev/null +++ b/net-libs/dslib/dslib-1.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit distutils + +DESCRIPTION=3D"Library to access Czech eGov \"Datov=C3=A9 schr=C3=A1nky\= "" +HOMEPAGE=3D"http://labs.nic.cz/page/740/dsgui/" +SRC_URI=3D"http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +DEPEND=3D" + dev-python/pyasn1 + dev-python/pyopenssl + dev-python/suds +" +RDEPEND=3D"${DEPEND}" + +src_install() { + distutils_src_install + rm -rf "${ED}"/usr/share/${PN}/{{LICENSE,README}.txt,pyasn1} +}