From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D9C6138206 for ; Tue, 26 Apr 2016 22:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4E321C020; Tue, 26 Apr 2016 22:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B862A21C01D for ; Tue, 26 Apr 2016 22:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90E47340BBD for ; Tue, 26 Apr 2016 22:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F1CB96A for ; Tue, 26 Apr 2016 22:27:10 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1461709592.72e2636133b7f3d6cef359940e72efcbaf359806.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/, app-text/dictd/files/1.10.11/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dictd/dictd-1.12.1-r2.ebuild app-text/dictd/files/1.10.11/dictd.initd X-VCS-Directories: app-text/dictd/files/1.10.11/ app-text/dictd/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 72e2636133b7f3d6cef359940e72efcbaf359806 X-VCS-Branch: master Date: Tue, 26 Apr 2016 22:27:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c885bf83-94da-4be6-8ebd-18b6cd67e9ad X-Archives-Hash: 949b7e36afd7e081f61460f3f0d6dc9b commit: 72e2636133b7f3d6cef359940e72efcbaf359806 Author: Austin English gentoo org> AuthorDate: Tue Apr 26 20:32:21 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue Apr 26 22:26:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e26361 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(-) 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 0000000..c15f084 --- /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" + +#