diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-03-19 20:56:04 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-03-19 20:56:04 +0100 |
commit | c329b3541d8a80ac9cc2c1746c703fbb2571cb23 (patch) | |
tree | 12e7d39a66adb7b02e4fc1bde54000f37e07e637 /net-dns | |
parent | www-servers/servefile: 0.3.1, fix URL (diff) | |
download | betagarden-c329b3541d8a80ac9cc2c1746c703fbb2571cb23.tar.gz betagarden-c329b3541d8a80ac9cc2c1746c703fbb2571cb23.tar.bz2 betagarden-c329b3541d8a80ac9cc2c1746c703fbb2571cb23.zip |
net-dns/luma: 9999 (3.0.7+)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/luma/Manifest | 1 | ||||
-rw-r--r-- | net-dns/luma/luma-9999.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-dns/luma/Manifest b/net-dns/luma/Manifest new file mode 100644 index 0000000..5205f31 --- /dev/null +++ b/net-dns/luma/Manifest @@ -0,0 +1 @@ +EBUILD luma-9999.ebuild 463 RMD160 b39f23eda5a3788e2c306ce2a6afd6cfeae80d0d SHA1 2eebe26c22ade4be7c6d0bc69d03fa8966c255f6 SHA256 41c4142245ec60b9dc5e3a30f5956a88c1583f2d104f0c24a845be70723477cc diff --git a/net-dns/luma/luma-9999.ebuild b/net-dns/luma/luma-9999.ebuild new file mode 100644 index 0000000..f374b5d --- /dev/null +++ b/net-dns/luma/luma-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" +PYTHON_DEPEND="2" + +inherit git-2 distutils + +DESCRIPTION="LDAP GUI base on PyQt4" +HOMEPAGE="http://luma.sourceforge.net/" +SRC_URI="" +EGIT_REPO_URI="git://${PN}.git.sourceforge.net/gitroot/${PN}/${PN}" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-python/python-ldap-2.3 + >=dev-python/PyQt4-4.8" |