commit: a37019692284204b9001746beaa33b9d06f2f1b0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 3 16:53:13 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 16:53:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3701969
app-emacs/twittering-mode: treeclean Closes: https://bugs.gentoo.org/965998 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/twittering-mode/Manifest | 1 - app-emacs/twittering-mode/metadata.xml | 12 -------- .../twittering-mode-3.0.0-r1.ebuild | 34 ---------------------- .../twittering-mode/twittering-mode-9999.ebuild | 34 ---------------------- 4 files changed, 81 deletions(-) diff --git a/app-emacs/twittering-mode/Manifest b/app-emacs/twittering-mode/Manifest deleted file mode 100644 index c817dcd6322c..000000000000 --- a/app-emacs/twittering-mode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST twittering-mode-3.0.0.tar.gz 1363235 BLAKE2B 31801fcb339cab42c7b9a9bfb186ef6a21570be16dd90d36baaabe97ec9fc93bdc35ead707e366e7262347158da145c04a6f51340abd3386b8c2a9fd8b5d417b SHA512 c696a8f31abcf6944c127575719d3e9b24a2bfb6271e0193e2a6faa8137c6468c7686b88d1e4ec0c3cc3b833e26853b435726d1acb422e9f37d3c0334e278494 diff --git a/app-emacs/twittering-mode/metadata.xml b/app-emacs/twittering-mode/metadata.xml deleted file mode 100644 index 9e11f89bc43d..000000000000 --- a/app-emacs/twittering-mode/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="sourceforge">twmode</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild deleted file mode 100644 index c3a4e365c979..000000000000 --- a/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git" - inherit git-r3 - IUSE="doc" -else - SRC_URI="https://downloads.sourceforge.net/twmode/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - RESTRICT="test" -fi - -DESCRIPTION="Emacs major mode for Twitter" -HOMEPAGE="http://twmode.sourceforge.net/" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND="app-crypt/gnupg" - -src_compile() { - elisp-compile twittering-mode.el - [[ ${PV} == *9999 ]] && use doc && emake -C doc/manual -} - -src_install() { - elisp-install ${PN} twittering-mode.el *.elc - [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html -} diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild deleted file mode 100644 index c3a4e365c979..000000000000 --- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git" - inherit git-r3 - IUSE="doc" -else - SRC_URI="https://downloads.sourceforge.net/twmode/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - RESTRICT="test" -fi - -DESCRIPTION="Emacs major mode for Twitter" -HOMEPAGE="http://twmode.sourceforge.net/" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND="app-crypt/gnupg" - -src_compile() { - elisp-compile twittering-mode.el - [[ ${PV} == *9999 ]] && use doc && emake -C doc/manual -} - -src_install() { - elisp-install ${PN} twittering-mode.el *.elc - [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html -}
