* [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/
@ 2011-10-05 20:12 Tomas Chvatal
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal @ 2011-10-05 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 2d0c23a3b72e90d15c9d836006d198ba7db16669
Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Wed Oct 5 20:11:16 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 20:11:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=2d0c23a3
Update dslib/dsgui even more
---
app-misc/dsgui/dsgui-1.6.3.ebuild | 10 +++++++++-
net-libs/dslib/dslib-1.6.ebuild | 8 ++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/app-misc/dsgui/dsgui-1.6.3.ebuild b/app-misc/dsgui/dsgui-1.6.3.ebuild
index aea7a48..7efc621 100644
--- a/app-misc/dsgui/dsgui-1.6.3.ebuild
+++ b/app-misc/dsgui/dsgui-1.6.3.ebuild
@@ -4,7 +4,7 @@
EAPI=3
-PYTHON_DEPEND="*"
+PYTHON_DEPEND="2"
inherit distutils
@@ -27,6 +27,14 @@ DEPEND="
"
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/dsgui/fonts/*
diff --git a/net-libs/dslib/dslib-1.6.ebuild b/net-libs/dslib/dslib-1.6.ebuild
index 00e3fbd..d17046f 100644
--- a/net-libs/dslib/dslib-1.6.ebuild
+++ b/net-libs/dslib/dslib-1.6.ebuild
@@ -24,6 +24,14 @@ DEPEND="
"
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}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/
@ 2011-10-11 7:45 Tomas Chvatal
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal @ 2011-10-11 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 35ad8519b5f88bd5c4cf236f798dea5f48077a05
Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Tue Oct 11 07:42:28 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 07:42:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=35ad8519
Drop dslib and dsgui, in main tree
---
app-misc/dsgui/Manifest | 1 -
app-misc/dsgui/dsgui-1.6.3.ebuild | 42 -------------------------------------
net-libs/dslib/Manifest | 1 -
net-libs/dslib/dslib-1.6.ebuild | 38 ---------------------------------
4 files changed, 0 insertions(+), 82 deletions(-)
diff --git a/app-misc/dsgui/Manifest b/app-misc/dsgui/Manifest
deleted file mode 100644
index 51db9e3..0000000
--- a/app-misc/dsgui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 7efc621..0000000
--- a/app-misc/dsgui/dsgui-1.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-
-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}"
-
-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/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
deleted file mode 100644
index 6e57ba8..0000000
--- a/net-libs/dslib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index d17046f..0000000
--- a/net-libs/dslib/dslib-1.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="*"
-
-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}"
-
-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}
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/
@ 2011-10-05 19:33 Tomas Chvatal
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal @ 2011-10-05 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 72408bd1207e6501b9685978384b5c7cfc6e60b7
Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
AuthorDate: Wed Oct 5 19:31:51 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 19:31:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=commit;h=72408bd1
[ds{gui,lib}] set PYTHON_DEPEND to *
---
app-misc/dsgui/dsgui-1.6.3.ebuild | 2 ++
net-libs/dslib/dslib-1.6.ebuild | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/app-misc/dsgui/dsgui-1.6.3.ebuild b/app-misc/dsgui/dsgui-1.6.3.ebuild
index c29569c..aea7a48 100644
--- a/app-misc/dsgui/dsgui-1.6.3.ebuild
+++ b/app-misc/dsgui/dsgui-1.6.3.ebuild
@@ -4,6 +4,8 @@
EAPI=3
+PYTHON_DEPEND="*"
+
inherit distutils
DESCRIPTION="GUI to access Czech eGov \"Datové schránky\""
diff --git a/net-libs/dslib/dslib-1.6.ebuild b/net-libs/dslib/dslib-1.6.ebuild
index 7be886c..00e3fbd 100644
--- a/net-libs/dslib/dslib-1.6.ebuild
+++ b/net-libs/dslib/dslib-1.6.ebuild
@@ -4,6 +4,8 @@
EAPI=3
+PYTHON_DEPEND="*"
+
inherit distutils
DESCRIPTION="Library to access Czech eGov \"Datové schránky\""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/
@ 2011-10-05 19:23 Tomas Chvatal
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal @ 2011-10-05 19:23 UTC (permalink / raw
To: gentoo-commits
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}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-11 7:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 20:12 [gentoo-commits] dev/scarabeus:master commit in: app-misc/dsgui/, net-libs/dslib/ Tomas Chvatal
-- strict thread matches above, loose matches on Subject: below --
2011-10-11 7:45 Tomas Chvatal
2011-10-05 19:33 Tomas Chvatal
2011-10-05 19:23 Tomas Chvatal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox