From 5a165c60b9b8c4847067cb83b4be7da785d01f93 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Sep 2019 08:17:07 +0100 Subject: gentoo resync : 28.09.2019 --- net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild | 64 ----------------------- 1 file changed, 64 deletions(-) delete mode 100644 net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild (limited to 'net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild') diff --git a/net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild b/net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild deleted file mode 100644 index 1da7a34c2009..000000000000 --- a/net-misc/tokyotyrant/tokyotyrant-1.1.41-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit user - -DESCRIPTION="A network interface to Tokyo Cabinet" -HOMEPAGE="https://fallabs.com/tokyotyrant/" -SRC_URI="https://fallabs.com/tokyotyrant/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos" -IUSE="debug examples lua" - -DEPEND="dev-db/tokyocabinet - sys-libs/zlib - lua? ( dev-lang/lua )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use !prefix ; then - enewgroup tyrant - enewuser tyrant -1 -1 /var/lib/${PN} tyrant - fi -} - -src_prepare() { - default - eapply "${FILESDIR}"/fix_makefiles-1.4.41.patch - eapply "${FILESDIR}"/fix_testsuite.patch -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable lua) -} - -src_install() { - rm ttservctl || die "Install failed" - default - - for x in /var/{lib,run,log}/${PN}; do - dodir "${x}" || die "Install failed" - use prefix || fowners tyrant:tyrant "${x}" - done - - if use examples; then - insinto /usr/share/${PF}/example - doins -r example/ - fi - - dodoc -r doc - - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - -} - -src_test() { - emake -j1 check -} -- cgit v1.2.3