From 72e2636133b7f3d6cef359940e72efcbaf359806 Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 26 Apr 2016 15:32:21 -0500 Subject: [PATCH] app-text/dictd: use #!/sbin/openrc-run instead of #!/sbin/runscript Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846 Package-Manager: portage-2.2.26 --- app-text/dictd/dictd-1.12.1-r2.ebuild | 107 +++++++++++++++++++++++ app-text/dictd/files/1.10.11/dictd.initd | 4 +- 2 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 app-text/dictd/dictd-1.12.1-r2.ebuild diff --git a/app-text/dictd/dictd-1.12.1-r2.ebuild b/app-text/dictd/dictd-1.12.1-r2.ebuild new file mode 100644 index 000000000000..c15f084be8ad --- /dev/null +++ b/app-text/dictd/dictd-1.12.1-r2.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils readme.gentoo systemd user + +DESCRIPTION="Dictionary Client/Server for the DICT protocol" +HOMEPAGE="http://www.dict.org/ http://sourceforge.net/projects/dict/" +SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" + +SLOT="0" +# We install rfc so - ISOC-rfc +LICENSE="GPL-2 ISOC-rfc" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="dbi judy minimal" + +#