summaryrefslogtreecommitdiff
path: root/app-emacs/boxquote
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/boxquote
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/boxquote')
-rw-r--r--app-emacs/boxquote/Manifest4
-rw-r--r--app-emacs/boxquote/boxquote-1.23.ebuild22
-rw-r--r--app-emacs/boxquote/files/50boxquote-gentoo.el2
-rw-r--r--app-emacs/boxquote/metadata.xml23
4 files changed, 0 insertions, 51 deletions
diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest
deleted file mode 100644
index 0172ce7fa628..000000000000
--- a/app-emacs/boxquote/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50boxquote-gentoo.el 72 BLAKE2B e48064d060b7d040459abd279a36fd888d45300255c0da85f0d260972c2a682d17c07fb2697381e428b41ac3e469fa579323d7301c4b71bcca31e1469c1304d0 SHA512 d11e537a8e60f4dfc3eccae94709e382414d76cf470c5dae673d6b3b5ab34e88fa9716b58a5a2ca1d0a5673c926fc04c293484e9e53d0861520303f0a98d4b87
-DIST boxquote-1.23.el.bz2 4957 BLAKE2B d132f6f4bd6448bff498b6b8d7ad20b2295e0febff025b02d5d6bcec58d6a963749a3f0b429269fdf32e9565caf490f09b1ac6466dc251a3b7dec0b546c4333e SHA512 776835e6a21ede6e7ba82a57f381f0c9c3c740994b4d463b76d1f8a328fdf7b1b996cf6c593c3300a68fa773f1dd21b7c1a8ccc38536d5f1874973541181646d
-EBUILD boxquote-1.23.ebuild 480 BLAKE2B 7d2487b67fa7e4a14f46bc0138655ab790d1a43f067251c6cffe6630f059bb9a3644079def4be9b33ca05cff8d8aa8a50a41a3e1fe68341dc42c08a08bc641c4 SHA512 861a1c21b61a5f429d0eaf49457928f4bb62a84c583e4589bb3e0e162c8c563d667e8f7a3786334881789d11d560e1aa776a3b4cc3f06de8a02b7f449915a672
-MISC metadata.xml 854 BLAKE2B 9c00652e8f8d1fb2a28ffa47ff1c31c7f78f3e7f0ecc9a543319c65f1ef7f0b83d8bd14b6f2f494d2699a8f74ad71eb6364da50b89f2787d983cad571b7942bf SHA512 55e401b6bcb83fa4c2aef7e8204cb845a287e9f3d96405918ee96c04a4f4f6b3a78b6a3ed45467a9c55ee92ebec65e732d19f1067b1b9c1a8fdddde95cda92b6
diff --git a/app-emacs/boxquote/boxquote-1.23.ebuild b/app-emacs/boxquote/boxquote-1.23.ebuild
deleted file mode 100644
index c043cc42b678..000000000000
--- a/app-emacs/boxquote/boxquote-1.23.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Quote text with a semi-box"
-HOMEPAGE="http://www.davep.org/emacs/"
-SRC_URI="mirror://gentoo/${P}.el.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-compile *.el || die "elisp-compile failed"
- elisp-make-autoload-file || die "elisp-make-autoload-file failed"
-}
diff --git a/app-emacs/boxquote/files/50boxquote-gentoo.el b/app-emacs/boxquote/files/50boxquote-gentoo.el
deleted file mode 100644
index b971ce73148a..000000000000
--- a/app-emacs/boxquote/files/50boxquote-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "boxquote-autoloads" nil t)
diff --git a/app-emacs/boxquote/metadata.xml b/app-emacs/boxquote/metadata.xml
deleted file mode 100644
index 67aa86cd12e2..000000000000
--- a/app-emacs/boxquote/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
- Boxquote provides a set of functions for using a text quoting style that
- partially boxes in the left hand side of an area of text, such a marking
- style might be used to show externally included text or example code.
-
- ,----
- | The default style looks like this.
- `----
-
- A number of functions are provided for quoting a region, a buffer, a
- paragraph and a defun. There are also functions for quoting text while
- pulling it in, either by inserting the contents of another file or by
- yanking text into the current buffer.
-</longdescription>
-<stabilize-allarches/>
-</pkgmetadata>