summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 11:57:25 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 11:59:16 +0100
commit517f783331e1c17e007963be5222369445a9904d (patch)
tree3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /net-nds
parentpackage.mask drop obsolete entries (diff)
downloadgentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz
gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2
gentoo-517f783331e1c17e007963be5222369445a9904d.zip
Remove masked for removal packages
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/lat/Manifest1
-rw-r--r--net-nds/lat/lat-1.2.3.ebuild60
-rw-r--r--net-nds/lat/metadata.xml11
3 files changed, 0 insertions, 72 deletions
diff --git a/net-nds/lat/Manifest b/net-nds/lat/Manifest
deleted file mode 100644
index 4375794f515e..000000000000
--- a/net-nds/lat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lat-1.2.3.tar.gz 463225 SHA256 8071bcacb3f5be5b10f7a154cf64f007670b67415f986e0794202643ab52e16e SHA512 48962a47d4cd7ec19662e9cf3fc9a3a0bdc368d9b8ff2916988d28fb7f3c53a0e016344cc7748e85da196dc7304f91a68a11d7da9758f5c5253cbf71bb9ffb25 WHIRLPOOL 22954d6d065a69e4f8a36b04dcb68a83ade75a4523da426f583208fa31f540242aa4602f46d536ba66b8ed3d375cb07f69c06ef9cbdaf74e39e5215e9fbf44af
diff --git a/net-nds/lat/lat-1.2.3.ebuild b/net-nds/lat/lat-1.2.3.ebuild
deleted file mode 100644
index 40d4f85e8c1f..000000000000
--- a/net-nds/lat/lat-1.2.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-GCONF_DEBUG=no
-
-inherit gnome2 mono versionator
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="LDAP Administration Tool, allows you to browse LDAP-based directories and add/edit/delete entries"
-HOMEPAGE="https://sourceforge.net/projects/ldap-at/"
-SRC_URI="mirror://sourceforge/ldap-at/${P}.tar.gz"
-LICENSE="GPL-2"
-IUSE="avahi"
-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/libgnome-keyring
- sys-apps/dbus
- avahi? ( net-dns/avahi[mono] )
-"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- virtual/pkgconfig"
-
-src_prepare() {
- # Fix tests, bug #295889
- echo lat/plugins/ActiveDirectoryCoreViews/dialogs.glade >> po/POTFILES.in
- echo lat/plugins/JpegAttributeViewer/dialog.glade >> po/POTFILES.in
- echo lat/plugins/PosixCoreViews/dialogs.glade >> po/POTFILES.in
-}
-
-src_configure() {
- econf $(use_enable avahi)
-}
-
-src_compile() {
- # bug #330203
- emake -j1
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- gnome2_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
-}
diff --git a/net-nds/lat/metadata.xml b/net-nds/lat/metadata.xml
deleted file mode 100644
index 275b0251a0b9..000000000000
--- a/net-nds/lat/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- LAT stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. It can store profiles for quick access to different servers. There are also different views available such as Users, Groups and Hosts which allow you to easily manage objects without having to deal with the intricacies of LDAP.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">ldap-at</remote-id>
- </upstream>
-</pkgmetadata>