diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-01-24 17:18:57 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-01-24 17:18:57 +0000 |
commit | 6b3edc6c9b2ccb39643cc46117209bb45183f724 (patch) | |
tree | 0d4e56159440b091fc4afd7b36121223a96daa2f /net-nds | |
parent | version bump (diff) | |
download | historical-6b3edc6c9b2ccb39643cc46117209bb45183f724.tar.gz historical-6b3edc6c9b2ccb39643cc46117209bb45183f724.tar.bz2 historical-6b3edc6c9b2ccb39643cc46117209bb45183f724.zip |
version bump
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/luma/ChangeLog | 7 | ||||
-rw-r--r-- | net-nds/luma/Manifest | 4 | ||||
-rw-r--r-- | net-nds/luma/files/digest-luma-2.0 | 1 | ||||
-rw-r--r-- | net-nds/luma/luma-2.0.ebuild | 30 |
4 files changed, 40 insertions, 2 deletions
diff --git a/net-nds/luma/ChangeLog b/net-nds/luma/ChangeLog index 2d008ac562d0..5322e1a8ea82 100644 --- a/net-nds/luma/ChangeLog +++ b/net-nds/luma/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nds/luma # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.9 2005/01/21 17:35:01 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.10 2005/01/24 17:18:57 carlo Exp $ + +*luma-2.0 (24 Jan 2005) + + 24 Jan 2005; Carsten Lohrke <carlo@gentoo.org> +luma-2.0.ebuild: + version bump 21 Jan 2005; Carsten Lohrke <carlo@gentoo.org> luma-1.6.ebuild: stable on x86 diff --git a/net-nds/luma/Manifest b/net-nds/luma/Manifest index daf027143a27..75ab6ceab869 100644 --- a/net-nds/luma/Manifest +++ b/net-nds/luma/Manifest @@ -1,11 +1,13 @@ MD5 b8208d3ef9821299321e860691623595 luma-1.5.ebuild 838 +MD5 27e7a371eccde101cca8dd38d90dfb9e luma-2.0.ebuild 839 MD5 146ece73992b14a23b94ff05e5f7c91a luma-1.4.ebuild 945 MD5 38eea6212c9b88b10fc10410c7fc210c luma-1.6.ebuild 838 -MD5 893b92e5a25ab4c5a946d1b40385cb22 ChangeLog 1109 +MD5 ea809b119eb6fda6668eec388abae95e ChangeLog 1218 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 MD5 51a6c3e7c4036ea6d46d169f2164c91e luma-1.3.ebuild 836 MD5 383f321b77b335c6f3aba204164c8061 files/digest-luma-1.3 61 MD5 16949160b2f6f63b47cf329f3fb9a087 files/digest-luma-1.4 64 MD5 a63917c46bcde0206871818c5c816c24 files/digest-luma-1.5 61 MD5 a21f1cf1d3c01e1613854750396360fa files/digest-luma-1.6 61 +MD5 a155281950fe10a2ad7593a9fed1b3a8 files/digest-luma-2.0 61 MD5 0d493d96bbe30ded626e2e2ca6106241 files/winpopup-error.patch 2127 diff --git a/net-nds/luma/files/digest-luma-2.0 b/net-nds/luma/files/digest-luma-2.0 new file mode 100644 index 000000000000..69eac297624e --- /dev/null +++ b/net-nds/luma/files/digest-luma-2.0 @@ -0,0 +1 @@ +MD5 d3592a006802e1af72e4a8f279c1aea0 luma-2.0.tar.bz2 419653 diff --git a/net-nds/luma/luma-2.0.ebuild b/net-nds/luma/luma-2.0.ebuild new file mode 100644 index 000000000000..1118ffc54d1a --- /dev/null +++ b/net-nds/luma/luma-2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.0.ebuild,v 1.1 2005/01/24 17:18:57 carlo Exp $ + +inherit eutils + +DESCRIPTION="Luma is a graphical utility for accessing and managing data stored on LDAP servers." +HOMEPAGE="http://luma.sourceforge.net/" +SRC_URI="mirror://sourceforge/luma/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="samba" + +RDEPEND=">=x11-libs/qt-3.2 + >=dev-lang/python-2.3 + >=dev-python/PyQt-3.10 + >=dev-python/python-ldap-2.0.1 + samba? ( >=dev-python/py-smbpasswd-1.0 )" +DEPEND=">=x11-libs/qt-3.2 + >=dev-lang/python-2.3 + >=dev-python/PyQt-3.10 + >=dev-python/python-ldap-2.0.1 + samba? ( >=dev-python/py-smbpasswd-1.0 )" + +src_install() { + dodir /usr + python install.py --prefix=${D}/usr +} |