summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2007-04-08 18:38:31 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2007-04-08 18:38:31 +0000
commit660ffe170425a89a744b75bd4357a55a916df505 (patch)
tree44b4d96fe2a5f1e79668444a515fda2d9cfee8b7 /net-nds/lat
parentRemove old ebuild, mark 3.0.5 x86 stable. (diff)
downloadgentoo-2-660ffe170425a89a744b75bd4357a55a916df505.tar.gz
gentoo-2-660ffe170425a89a744b75bd4357a55a916df505.tar.bz2
gentoo-2-660ffe170425a89a744b75bd4357a55a916df505.zip
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-nds/lat')
-rw-r--r--net-nds/lat/ChangeLog8
-rw-r--r--net-nds/lat/files/digest-lat-1.2.0.13
-rw-r--r--net-nds/lat/files/digest-lat-1.2.23
-rw-r--r--net-nds/lat/lat-1.2.2.ebuild (renamed from net-nds/lat/lat-1.2.0.1.ebuild)16
4 files changed, 14 insertions, 16 deletions
diff --git a/net-nds/lat/ChangeLog b/net-nds/lat/ChangeLog
index 41893e4a9e7b..3ee0c3b3fd8b 100644
--- a/net-nds/lat/ChangeLog
+++ b/net-nds/lat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-nds/lat
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.4 2007/01/21 20:01:28 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.5 2007/04/08 18:38:31 bass Exp $
+
+*lat-1.2.2 (08 Apr 2007)
+
+ 08 Apr 2007; J. Alberto Suárez López <bass@gentoo.org>
+ -lat-1.2.0.1.ebuild, +lat-1.2.2.ebuild:
+ Version bump
21 Jan 2007; J. Alberto Suárez López <bass@gentoo.org>
lat-1.2.0.1.ebuild, lat-1.2.1.1.ebuild:
diff --git a/net-nds/lat/files/digest-lat-1.2.0.1 b/net-nds/lat/files/digest-lat-1.2.0.1
deleted file mode 100644
index c00d7f06fadf..000000000000
--- a/net-nds/lat/files/digest-lat-1.2.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 49211681138598392d10a4cfc2effd66 lat-1.2.0.1.tar.gz 444221
-RMD160 76a1bd76248b5647edd3f0bdbe11b650536458cb lat-1.2.0.1.tar.gz 444221
-SHA256 2b151b060d98a8e0c390e9d9a57d7869da80dc72f2a30c74ad99cce58feb239c lat-1.2.0.1.tar.gz 444221
diff --git a/net-nds/lat/files/digest-lat-1.2.2 b/net-nds/lat/files/digest-lat-1.2.2
new file mode 100644
index 000000000000..39d84da40e78
--- /dev/null
+++ b/net-nds/lat/files/digest-lat-1.2.2
@@ -0,0 +1,3 @@
+MD5 b33c91e664be723849745db5f85ecb76 lat-1.2.2.tar.gz 440910
+RMD160 d69cdf34f011e52c7261d3779fcbdc19097cb509 lat-1.2.2.tar.gz 440910
+SHA256 74fb8535552b14ac2f0e795be9bbce2bb34873f9f19668a0fd8dc4704c9f7426 lat-1.2.2.tar.gz 440910
diff --git a/net-nds/lat/lat-1.2.0.1.ebuild b/net-nds/lat/lat-1.2.2.ebuild
index d2983657c5fa..7e1db1425308 100644
--- a/net-nds/lat/lat-1.2.0.1.ebuild
+++ b/net-nds/lat/lat-1.2.2.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.0.1.ebuild,v 1.2 2007/01/21 20:01:28 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.2.ebuild,v 1.1 2007/04/08 18:38:31 bass Exp $
-inherit gnome2 mono versionator eutils
+inherit gnome2 mono versionator
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DESCRIPTION="LDAP Administration Tool, allows you to browse LDAP-based directories and add/edit/delete entries."
HOMEPAGE="http://dev.mmgsecurity.com/projects/lat"
SRC_URI="http://dev.mmgsecurity.com/downloads/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
LICENSE="GPL-2"
-IUSE="avahi"
+IUSE="avahi dbus"
SLOT="0"
RDEPEND=">=dev-lang/mono-1.1.13
@@ -25,14 +25,6 @@ DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/pkgconfig"
-pkg_setup() {
- if ! built_with_use sys-apps/dbus mono ; then
- echo
- eerror "You need mono support in dbus"
- die "dbust is missing mono binding."
- fi
-}
-
src_compile() {
econf \
$(use_enable avahi) \