drop, ow in tree

This commit is contained in:
Guillaume Castagnino 2021-12-20 17:59:23 +01:00
parent 8e4ae1856c
commit ecb24bba34
Signed by: casta
GPG key ID: C47D4BFADB084424
3 changed files with 0 additions and 62 deletions

View file

@ -1,3 +0,0 @@
DIST ksmbd-tools-3.4.2_p20211121.zip 110445 BLAKE2B 13b111ca6bfb274bf420994db36acd3246c8930a375143b1f6f8773781465bca8c2ccf168e206e654a102c10692359b0ca484be899d2898e2f7afad56ddeb4f9 SHA512 a58056095018d875ef27832b61722ce28e4dc396b4488c41e450a55341171f79acd1aa422880898ad4143a7fac5b462a1d4ecfd6f2ee611ff4d33330d07e4db9
EBUILD ksmbd-tools-3.4.2_p20211121.ebuild 1060 BLAKE2B e3ac6175c5e90641641dda5cbafbe7a2634ce6b00f1a043ce6fbc39176f77e54639678bc3b4619dc68cde9640bd5c1fe6a9c570428ce795c68a382cc743c110b SHA512 9cc3e7474ea13ebf0ab477d6d38c3cee55e4d262a5253e9943452d8f551b8acf5a8658ff06cf1d595d7f99bebe254af35d2a2a3a68abfc304a0ba95b8b49b98f
MISC metadata.xml 253 BLAKE2B ac50d70479526513b1c60d14e609cc24c0498bc5124837f8d20b5d5989cc3876c3e4878ac177658f4be088dd5731142eaefff3ec5aac963efe756eabc5ed26c1 SHA512 96696bc7a2e0f4c1447a44241c7aec867015c37f73f958b72b8489a5038b551f1700dc5540651129a19ab29ce58c4be88bea1226f31b846fb285a25ba4cd61e9

View file

@ -1,51 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools systemd
DESCRIPTION="cifsd kernel server userspace utilities"
HOMEPAGE="https://github.com/cifsd-team/ksmbd-tools"
#SRC_URI="https://github.com/cifsd-team/${PN}/releases/download/${PV}/${P}.tgz"
# for now, use a snapshot to have the unit file and last fixes
HASH=7232230911c02f81cb50b38f47ccf7100dd066f9
SRC_URI="https://github.com/cifsd-team/${PN}/archive/${HASH}.zip -> ${P}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kerberos"
DEPEND="
dev-libs/glib
dev-libs/libnl:3
kerberos? ( virtual/krb5 )
"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${PN}-${HASH}"
src_prepare() {
default
eautoreconf
}
src_configure() {
local myeconfargs=(
$(use_enable kerberos krb5)
)
econf "${myeconfargs[@]}"
}
src_install() {
emake DESTDIR="${D}" install
einstalldocs
dodoc smb.conf.example Documentation/configuration.txt
sed -i -e "s:/sbin:${EPREFIX}/usr/sbin:g" ksmbd.service
systemd_dounit ksmbd.service
}

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>casta@xwing.info</email>
<name>Guillaume Castagnino</name>
</maintainer>
</pkgmetadata>