public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/
Date: Wed,  5 Oct 2011 19:23:17 +0000 (UTC)	[thread overview]
Message-ID: <8807b29dfe2d80df9cdfda0674db8ef874ba3dd1.scarabeus@gentoo> (raw)

commit:     8807b29dfe2d80df9cdfda0674db8ef874ba3dd1
Author:     Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Wed Oct  5 19:21:57 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 19:21:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=8807b29d

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 f289ded3c415cc96d52363e51fc3622739287668 SHA1 4cff610bcaceabda969a879a2effdd5037e4cd97 SHA256 07929b02e162a965d6a1756066e39fc2bec8fcabb3ffb8498deef1302ab1f517

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=3
+
+inherit distutils
+
+DESCRIPTION="GUI to access Czech eGov \"Datové schránky\""
+HOMEPAGE="http://labs.nic.cz/page/740/dsgui/"
+SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${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-1.6
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	distutils_src_install
+	rm -rf "${ED}"/usr/share/dsgui/fonts/*
+	dosym /usr/share/fonts/dejavu/DejaVuSans.ttf /usr/share/dsgui/fonts/DejaVuSans.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 0e1aac1b850f49104895780c96d54280f3b4a5b7 SHA1 72037e6620a8c12478b681609a84fbce24aa75e7 SHA256 dd1bd32eaf7b13e082cbccad3e69652fdb8d447ee39a3c8af77c29c26c1b6805

diff --git a/net-libs/dslib/dslib-1.6.ebuild b/net-libs/dslib/dslib-1.6.ebuild
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=3
+
+inherit distutils
+
+DESCRIPTION="Library to access Czech eGov \"Datové schránky\""
+HOMEPAGE="http://labs.nic.cz/page/740/dsgui/"
+SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-python/pyasn1
+	dev-python/pyopenssl
+	dev-python/suds
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	distutils_src_install
+	rm -rf "${ED}"/usr/share/${PN}/{{LICENSE,README}.txt,pyasn1}
+}



             reply	other threads:[~2011-10-05 19:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05 19:23 Tomas Chvatal [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-05 19:33 [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/ Tomas Chvatal
2011-10-05 20:12 Tomas Chvatal
2011-10-11  7:45 Tomas Chvatal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8807b29dfe2d80df9cdfda0674db8ef874ba3dd1.scarabeus@gentoo \
    --to=scarabeus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox