diff options
-rw-r--r-- | net-nds/lat/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/lat/lat-1.2.2.ebuild | 45 |
2 files changed, 4 insertions, 47 deletions
diff --git a/net-nds/lat/ChangeLog b/net-nds/lat/ChangeLog index 5eb60986209c..4c9bceff5ab9 100644 --- a/net-nds/lat/ChangeLog +++ b/net-nds/lat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/lat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.13 2012/10/17 03:17:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/ChangeLog,v 1.14 2012/10/17 05:01:27 kensington Exp $ + + 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> -lat-1.2.2.ebuild: + Remove old. 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> lat-1.2.3.ebuild: x86 stable wrt bug #436336 @@ -87,4 +90,3 @@ +metadata.xml: New ebuild for bug #86854, based on the original ebuild available on the project page. - diff --git a/net-nds/lat/lat-1.2.2.ebuild b/net-nds/lat/lat-1.2.2.ebuild deleted file mode 100644 index d2f8030600ab..000000000000 --- a/net-nds/lat/lat-1.2.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/lat/lat-1.2.2.ebuild,v 1.3 2012/05/03 04:24:36 jdhore Exp $ - -inherit gnome2 mono versionator - -KEYWORDS="~amd64 x86" - -DESCRIPTION="LDAP Administration Tool, allows you to browse LDAP-based directories and add/edit/delete entries." -HOMEPAGE="http://sourceforge.net/projects/ldap-at/" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -IUSE="avahi dbus" -SLOT="0" - -RDEPEND=">=dev-lang/mono-1.1.13 - >=dev-dotnet/gtk-sharp-2.8 - >=dev-dotnet/gnome-sharp-2.8 - >=dev-dotnet/glade-sharp-2.8 - >=dev-dotnet/gconf-sharp-2.8 - >=gnome-base/gnome-keyring-0.4 - sys-apps/dbus - avahi? ( net-dns/avahi )" -DEPEND="${RDEPEND} - app-text/scrollkeeper - virtual/pkgconfig" - -src_compile() { - econf \ - $(use_enable avahi) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - if use avahi ; then - ewarn "You've enabled avahi support." - ewarn "Make sure the avahi daemon is running before you try to start ${PN}" - fi -} |