From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/muse/Manifest | 4 ---- app-emacs/muse/files/50muse-gentoo.el | 2 -- app-emacs/muse/metadata.xml | 34 ---------------------------------- app-emacs/muse/muse-3.20.ebuild | 34 ---------------------------------- 4 files changed, 74 deletions(-) delete mode 100644 app-emacs/muse/Manifest delete mode 100644 app-emacs/muse/files/50muse-gentoo.el delete mode 100644 app-emacs/muse/metadata.xml delete mode 100644 app-emacs/muse/muse-3.20.ebuild (limited to 'app-emacs/muse') diff --git a/app-emacs/muse/Manifest b/app-emacs/muse/Manifest deleted file mode 100644 index c341a6a05b40..000000000000 --- a/app-emacs/muse/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX 50muse-gentoo.el 64 BLAKE2B 1af4c3cb29edfe7f0263b2eefb1483c2f680a4199c1ec27ae7b4db26f7923d86418b3b3a87fdfae90edff728fa20cf628075a320985bde0a132d1bc864e2ad49 SHA512 c4b1049b70cd62c2490621d123227e5cc62d80c8a2fa3575d69443ec09e5fbb6294b1f3b3dda530139d9318610bc3c806f3984ae697e246778aab5aad0bbc632 -DIST muse-3.20.tar.gz 411316 BLAKE2B a67c72a470e7e2d75cf94ed262b0e9503166326666a119f41968a603b4e48f3527705691a1b4b819ae6ec69c382a09074eef74ddad598faa08be6c74793b1e97 SHA512 23cd0e864586f907418753bc3284afde51b4f8559c5d043c52baa70de70ec4a845d9e8362b93e701308dbbd662e3429035df8ad440916e61d5909498cd55f7be -EBUILD muse-3.20.ebuild 798 BLAKE2B c1e1bfa6ee31439f39693a20edd4e6ae3fce0ecbde857fdbfae4972f5eaa85bfbf390e8e69cf01a5e88218e10139ce276101a466d41db738aa569273932892d4 SHA512 73f3d55410e94b60f40be8ddf8ce9e64e19534e26f67326bfa06d88bfae7d624026e56d1167484da5a70741ff8656f3c74fcc96b1e34c92eb4705a2c7e310856 -MISC metadata.xml 1573 BLAKE2B df1f66340b61bf97f534274155310fabbfaa2ae8b4cf64f1bd1cba27b38ca4bc1d9f7a5ea4e6c9c74e02ba333a81638c97a8cd0cf540a3433182cfce02f26b5a SHA512 e61095db5b26acf2fdd0143cffe5146a4d1755ce3a2a5fb27041d94b0f76d09c1423af83b3d65caae3ac784f6155c8ee0bcde05e3c6f3a02e677aeeda5435aea diff --git a/app-emacs/muse/files/50muse-gentoo.el b/app-emacs/muse/files/50muse-gentoo.el deleted file mode 100644 index 63bea6e9b3ed..000000000000 --- a/app-emacs/muse/files/50muse-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(require 'muse-autoloads) diff --git a/app-emacs/muse/metadata.xml b/app-emacs/muse/metadata.xml deleted file mode 100644 index 2e78cfd4f883..000000000000 --- a/app-emacs/muse/metadata.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - Emacs Muse is an authoring and publishing environment for Emacs. - It simplifies the process of writing documents and publishing them - to various output formats. - - Muse consists of two main parts: an enhanced text-mode for authoring - documents and navigating within Muse projects, and a set of - publishing styles for generating different kinds of output. - - This idea is not in any way new. Numerous systems exist - even one - other for Emacs itself (Bhl Mode). What Muse adds to the picture is - a more modular environment, with a rather simple core, in which - "styles" are derived from to create new styles. Much of Muse's - overall functionality is optional. For example, you can use the - publisher without the major-mode, or the mode without doing any - publishing; or if you don't load the Texinfo or LaTeX modules, those - styles won't be available. - - The Muse codebase is a departure from emacs-wiki.el version 2.44. - The code has been restructured and rewritten, especially its - publishing functions. The focus in this revision is on the authoring - and publishing aspects, and the "wikiness" has been removed as a - default behavior (available as the optional module muse-wiki.el). - CamelCase words are no longer special by default. - - - diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild deleted file mode 100644 index 0b93b90bc77b..000000000000 --- a/app-emacs/muse/muse-3.20.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="An authoring and publishing environment for Emacs" -HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html" -SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" - -LICENSE="GPL-3 FDL-1.2 GPL-2 MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="test" -RESTRICT="test" #426546 - -DEPEND="test? ( app-emacs/htmlize )" -RDEPEND="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - default -} - -src_install() { - elisp-install ${PN} lisp/*.el lisp/*.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - doinfo texi/muse.info - dodoc AUTHORS NEWS README ChangeLog* - insinto /usr/share/doc/${PF} - doins -r contrib etc examples experimental scripts -} -- cgit v1.2.3