commit:     ff805f4a817e730cb2fd2a85fec429e3d5dc3b42
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 21:24:03 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 21:24:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ff805f4a

net-fs/libnfs: moved to gentoo-x86

 net-fs/libnfs/libnfs-1.9.7.ebuild | 45 ---------------------------------------
 net-fs/libnfs/metadata.xml        |  5 -----
 2 files changed, 50 deletions(-)

diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild 
b/net-fs/libnfs/libnfs-1.9.7.ebuild
deleted file mode 100644
index a68f844..0000000
--- a/net-fs/libnfs/libnfs-1.9.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF="1"
-
-inherit eutils
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
-       inherit git-2 autotools-utils
-else
-       SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-       inherit autotools-utils
-fi
-
-DESCRIPTION="Client library for accessing NFS shares over a network"
-HOMEPAGE="https://github.com/sahlberg/libnfs";
-
-LICENSE="LGPL-2.1 GPL-3"
-SLOT="0"
-IUSE="examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-)
-
-src_install() {
-       autotools-utils_src_install
-       if use examples; then
-               # --enable-examples configure switch just compiles them
-               # better install sources instead
-               exeinto /usr/share/doc/${PF}/examples/
-               for program in $(grep PROGRAMS examples/Makefile.am | cut -d= 
-f2); do
-                       doexe examples/${program}.c
-               done
-       fi
-}

diff --git a/net-fs/libnfs/metadata.xml b/net-fs/libnfs/metadata.xml
deleted file mode 100644
index ae4618a..0000000
--- a/net-fs/libnfs/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>net-fs</herd>
-</pkgmetadata>

Reply via email to