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 --- .../twittering-mode/twittering-mode-2.0.0.ebuild | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild (limited to 'app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild') diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild new file mode 100644 index 000000000000..1e802fc217fc --- /dev/null +++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp elisp-common eutils + +if [[ ${PV} == *9999 ]]; then + EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git" + inherit git-r3 + IUSE="doc" +else + SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + RESTRICT="test" + IUSE="" +fi + +DESCRIPTION="Emacs major mode for Twitter" +HOMEPAGE="http://twmode.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND="" +RDEPEND="app-crypt/gnupg" + +src_compile() { + elisp-compile twittering-mode.el || die + [[ ${PV} == *9999 ]] && use doc && emake -C doc/manual +} + +src_test() { + emake check +} + +src_install() { + [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html + elisp-install ${PN} twittering-mode.el *.elc || die +} -- cgit v1.2.3