diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-05 20:18:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-05 20:18:57 +0000 |
commit | 7e20efb71eb09d6ff0eb8220453cbec853b01f30 (patch) | |
tree | d25500219ca2c1bf055d4fb6f72323b37bf12f6b /net-libs/dslib | |
parent | Version bump (diff) | |
download | gentoo-2-7e20efb71eb09d6ff0eb8220453cbec853b01f30.tar.gz gentoo-2-7e20efb71eb09d6ff0eb8220453cbec853b01f30.tar.bz2 gentoo-2-7e20efb71eb09d6ff0eb8220453cbec853b01f30.zip |
Initial commit, probably usefull for czech people only.
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/dslib')
-rw-r--r-- | net-libs/dslib/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/dslib/dslib-1.6.ebuild | 38 | ||||
-rw-r--r-- | net-libs/dslib/metadata.xml | 13 |
3 files changed, 61 insertions, 0 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog new file mode 100644 index 000000000000..3ba915f6059d --- /dev/null +++ b/net-libs/dslib/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/dslib +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.1 2011/10/05 20:18:57 scarabeus Exp $ + +*dslib-1.6 (05 Oct 2011) + + 05 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> +dslib-1.6.ebuild, + +metadata.xml: + Initial commit, probably usefull for czech people only. + diff --git a/net-libs/dslib/dslib-1.6.ebuild b/net-libs/dslib/dslib-1.6.ebuild new file mode 100644 index 000000000000..30d9ae0ffdad --- /dev/null +++ b/net-libs/dslib/dslib-1.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-1.6.ebuild,v 1.1 2011/10/05 20:18:57 scarabeus Exp $ + +EAPI=3 + +PYTHON_DEPEND="*" + +inherit distutils + +DESCRIPTION="Library to access Czech eGov system \"Datove schranky\"" +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}" + +pkg_setup() { + python_set_active_version 2 +} + +src_prepare() { + python_convert_shebangs -r 4 "${WORKDIR}" +} + +src_install() { + distutils_src_install + rm -rf "${ED}"/usr/share/${PN}/{{LICENSE,README}.txt,pyasn1} +} diff --git a/net-libs/dslib/metadata.xml b/net-libs/dslib/metadata.xml new file mode 100644 index 000000000000..061ff0462c05 --- /dev/null +++ b/net-libs/dslib/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<longdescription> + A library for accessing ISDS (Informační systém datových schránek + / Data Box Information System) SOAP services as defined in Czech ISDS Act + (300/2008 Coll.) and implied documents. +</longdescription> +<maintainer> + <email>scarabeus@gentoo.org</email> + <name>Tomáš Chvátal</name> +</maintainer> +</pkgmetadata> |