summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2015-09-06 14:49:42 -0500
committerDoug Goldstein <cardoe@gentoo.org>2015-09-06 14:50:19 -0500
commitb32b14cf4460fa0deba2fa42879fd4d45aa323e5 (patch)
treea95f2805ddf392e8bfff94d45a4d8a9093bcd462 /net-misc
parentmedia-gfx/openscad: Remove old (diff)
downloadgentoo-b32b14cf4460fa0deba2fa42879fd4d45aa323e5.tar.gz
gentoo-b32b14cf4460fa0deba2fa42879fd4d45aa323e5.tar.bz2
gentoo-b32b14cf4460fa0deba2fa42879fd4d45aa323e5.zip
net-misc/netcf: remove package
This package has been masked for its entire life in the tree for lack of Gentoo support. Its time to remove it. Gentoo-Bug: 295993 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netcf/Manifest1
-rw-r--r--net-misc/netcf/metadata.xml11
-rw-r--r--net-misc/netcf/netcf-0.1.9.ebuild31
3 files changed, 0 insertions, 43 deletions
diff --git a/net-misc/netcf/Manifest b/net-misc/netcf/Manifest
deleted file mode 100644
index 54a3deb24b93..000000000000
--- a/net-misc/netcf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST netcf-0.1.9.tar.gz 579227 RMD160 29bc4166c605cb1a7ee75c00429002c5603c359d SHA1 9cb91e94989215ad23a7c3b3f5c59fefaf0df261 SHA256 01a6ad0879a1140deaf7b46d3d38a852370bcdc6456c43f02e2db0715c2fb3bb
diff --git a/net-misc/netcf/metadata.xml b/net-misc/netcf/metadata.xml
deleted file mode 100644
index b2b86fc4d13d..000000000000
--- a/net-misc/netcf/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>
- <email>cardoe@gentoo.org</email>
- <name>Doug Goldstein</name>
- <description>Anyone can take over this package if they
- want</description>
- </maintainer>
-</pkgmetadata>
-
diff --git a/net-misc/netcf/netcf-0.1.9.ebuild b/net-misc/netcf/netcf-0.1.9.ebuild
deleted file mode 100644
index 921e291a7266..000000000000
--- a/net-misc/netcf/netcf-0.1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="netcf is a cross-platform network configuration library"
-HOMEPAGE="https://fedorahosted.org/netcf/"
-SRC_URI="https://fedorahosted.org/released/netcf/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-admin/augeas-0.5.0
- dev-libs/libnl:1.1
- dev-libs/libxml2
- dev-libs/libxslt
- sys-libs/readline"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # static libs are a waste of time and disk for this
- econf --disable-static
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die "install failed"
- dodoc AUTHORS ChangeLog README NEWS
-}