X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/1b9f3d9805420dbacdb531e637396a84ea498bc1..4340aec870449889ae633d9c32555c48e722c87b:/net-nds/ypbind/ypbind-1.38.ebuild diff --git a/net-nds/ypbind/ypbind-1.38.ebuild b/net-nds/ypbind/ypbind-1.38.ebuild new file mode 100644 index 0000000..7964195 --- /dev/null +++ b/net-nds/ypbind/ypbind-1.38.ebuild @@ -0,0 +1,65 @@ +# Copyright © 2018 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or later. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=6 + +inherit autotools + +MY_PN=ypbind-mt +MY_P=$MY_PN-$PV + +DESCRIPTION="NIS binding service (ypbind-mt)" +HOMEPAGE="https://www.thkukuk.de/nis/nis/ypbind-mt/" +SRC_URI="http://www.thkukuk.de/nis/download/$MY_PN/$MY_P.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus nls slp systemd" + +LIBDEPEND="slp? ( net-libs/openslp ) + dbus? ( dev-libs/dbus-glib ) + systemd? ( sys-apps/systemd:= )" +DEPEND="virtual/pkgconfig + ypbind.initd <