summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-08-31 12:20:01 +0200
committerUlrich Müller <ulm@gentoo.org>2022-08-31 12:26:17 +0200
commit4a2475fb62403015933dff0f0dfb68201413012c (patch)
treeccfa7ed91ef3d8916e4bb0db09f3da2ed5dff4af /app-emacs
parentapp-emacs/buffer-extension: Update to EAPI 8 (diff)
downloadgentoo-4a2475fb62403015933dff0f0dfb68201413012c.tar.gz
gentoo-4a2475fb62403015933dff0f0dfb68201413012c.tar.bz2
gentoo-4a2475fb62403015933dff0f0dfb68201413012c.zip
app-emacs/twittering-mode: drop 2.0.0
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/twittering-mode/Manifest1
-rw-r--r--app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-emacs/twittering-mode/Manifest b/app-emacs/twittering-mode/Manifest
index a3f34a702e9e..c817dcd6322c 100644
--- a/app-emacs/twittering-mode/Manifest
+++ b/app-emacs/twittering-mode/Manifest
@@ -1,2 +1 @@
-DIST twittering-mode-2.0.0.tar.gz 615223 BLAKE2B 1fc5ceb440ac9a00dde4d49cd48580d3e8f78ed2e9bccb8b2dcf41c6be1c7e0394c8db958e6ab4ac632b91bbdfc9a0930ad3867584d642b3f90b15a7bc0132d5 SHA512 318768c54c99c03c7641bfeb8396fdcaf65752121da6a64e6af9c071b6c429f73e44d1698df600915c4c7042233ef96cf86c037eece21b00d8e52a01ae569601
DIST twittering-mode-3.0.0.tar.gz 1363235 BLAKE2B 31801fcb339cab42c7b9a9bfb186ef6a21570be16dd90d36baaabe97ec9fc93bdc35ead707e366e7262347158da145c04a6f51340abd3386b8c2a9fd8b5d417b SHA512 c696a8f31abcf6944c127575719d3e9b24a2bfb6271e0193e2a6faa8137c6468c7686b88d1e4ec0c3cc3b833e26853b435726d1acb422e9f37d3c0334e278494
diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
deleted file mode 100644
index 29249a843c01..000000000000
--- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-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
- [[ ${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
-}