diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-07 22:28:41 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-07 22:29:17 +0200 |
commit | b9bf7467e3c1c1e52273d2ab523efecede72529b (patch) | |
tree | 4f112540df0940c26cc4b6799fea762ed124be5f /net-libs/libnsl | |
parent | net-libs/mbedtls: arm stable, bug #629448 (diff) | |
download | gentoo-b9bf7467e3c1c1e52273d2ab523efecede72529b.tar.gz gentoo-b9bf7467e3c1c1e52273d2ab523efecede72529b.tar.bz2 gentoo-b9bf7467e3c1c1e52273d2ab523efecede72529b.zip |
net-libs/libnsl: New package. All keywords since it's essentially split off from glibc.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r-- | net-libs/libnsl/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libnsl/libnsl-1.1.0.ebuild | 25 | ||||
-rw-r--r-- | net-libs/libnsl/metadata.xml | 12 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest new file mode 100644 index 000000000000..399abbae7254 --- /dev/null +++ b/net-libs/libnsl/Manifest @@ -0,0 +1 @@ +DIST libnsl-1.1.0.tar.gz 209148 SHA256 a23cfcf7f29f168b95e821d01217600096c05be8cd5c085450cb4f160425277b SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd WHIRLPOOL c347bbd72b75d1e3ab0069f802da8e4e4e4931a8a61b4abed1dd664c4576e7e22e96c012858c684ec79a981aea84460eae3a2ccb8e94aa7bfecfdd99c3e54730 diff --git a/net-libs/libnsl/libnsl-1.1.0.ebuild b/net-libs/libnsl/libnsl-1.1.0.ebuild new file mode 100644 index 000000000000..406e870efff2 --- /dev/null +++ b/net-libs/libnsl/libnsl-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" +HOMEPAGE="https://github.com/thkukuk/libnsl" +SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2.1+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="|| ( sys-libs/glibc[rpc(-)] net-libs/libtirpc )" +RDEPEND=${DEPEND} + +S=${WORKDIR}/${PN}-${P} + +src_prepare(){ + default + eautoreconf +} diff --git a/net-libs/libnsl/metadata.xml b/net-libs/libnsl/metadata.xml new file mode 100644 index 000000000000..bcf493eae9ae --- /dev/null +++ b/net-libs/libnsl/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>toolchain@gentoo.org</email> + <name>Gentoo Toolchain Project</name> +</maintainer> +<maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System Project</name> +</maintainer> +</pkgmetadata> |