From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/riece/riece-9.0.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 app-emacs/riece/riece-9.0.0.ebuild (limited to 'app-emacs/riece/riece-9.0.0.ebuild') diff --git a/app-emacs/riece/riece-9.0.0.ebuild b/app-emacs/riece/riece-9.0.0.ebuild new file mode 100644 index 000000000000..5046117f6784 --- /dev/null +++ b/app-emacs/riece/riece-9.0.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit elisp + +DESCRIPTION="A redesign of Liece IRC client" +HOMEPAGE="http://www.nongnu.org/riece/" +SRC_URI="http://download.savannah.gnu.org/releases/riece/${P}.tar.gz" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 x86" +IUSE="l10n_ja" +RESTRICT="test" + +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + econf --with-lispdir="${EPREFIX}${SITELISP}" +} + +src_compile() { + default +} + +src_install() { + emake DESTDIR="${D}" \ + lispdir="${ED}${SITELISP}" \ + install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* + + if use l10n_ja; then + dodoc NEWS.ja README.ja doc/HACKING.ja + else + rm -f "${ED}"/usr/share/info/riece-ja.info* + fi +} -- cgit v1.2.3