summaryrefslogtreecommitdiff
path: root/app-emacs/outline-magic
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/outline-magic
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/outline-magic')
-rw-r--r--app-emacs/outline-magic/Manifest4
-rw-r--r--app-emacs/outline-magic/files/50outline-magic-gentoo.el1
-rw-r--r--app-emacs/outline-magic/metadata.xml12
-rw-r--r--app-emacs/outline-magic/outline-magic-0.9.ebuild17
4 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/outline-magic/Manifest b/app-emacs/outline-magic/Manifest
deleted file mode 100644
index 018984995db7..000000000000
--- a/app-emacs/outline-magic/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50outline-magic-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
-DIST outline-magic-0.9.el.bz2 6823 BLAKE2B bcdada425fb8a1e7121d8592dcbf078a95ec7c9fe67cdb4f982e7e58cf16e969de62a6a025dcde2aad23164d23e131c73dc4a0abcd40b87d406f7b236cc23a09 SHA512 46c404954642cb88da4bfe82432e4d45b9c05671d81333dd6bfd422a5311c1fd76daf1893be3875044e68ce43bb8b70928017a420715a7e08da76d366d969a49
-EBUILD outline-magic-0.9.ebuild 390 BLAKE2B 6097068fdd6406a418fcfe0f26322f5eb3dc8de5f814405d0d14fef5e9f4105bb18956a83b7a4121ff7d202700b783add279d177002e72910ab15561fdeaca25 SHA512 c34edbcfe1d768d5177bee111907a8c22eb87dcd861dfa3ca19405cfb091f54d33ee0adddf24a3fc59d291f6d196e616327f53568b1f2c88ea98e4db560ead93
-MISC metadata.xml 363 BLAKE2B 1f4fb73e8c1f7350118db35ba541341e489c999981ba3775710280a7fc5917364660805693e2b8e92035337c464ce9399d4265d6235ef4c7cc92fd0c20677df5 SHA512 d897a562be9b996b76598748c74001dc6f2ca6612345e80dfb1cb2df02002759ede8251a17c4ae329bc7c229ab0e98a81aee520c44e5c7a00e638c0038351344
diff --git a/app-emacs/outline-magic/files/50outline-magic-gentoo.el b/app-emacs/outline-magic/files/50outline-magic-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/outline-magic/files/50outline-magic-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/outline-magic/metadata.xml b/app-emacs/outline-magic/metadata.xml
deleted file mode 100644
index a81222f476c8..000000000000
--- a/app-emacs/outline-magic/metadata.xml
+++ /dev/null
@@ -1,12 +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>
-<stabilize-allarches/>
-<upstream>
- <remote-id type="github">tj64/outline-magic</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/app-emacs/outline-magic/outline-magic-0.9.ebuild b/app-emacs/outline-magic/outline-magic-0.9.ebuild
deleted file mode 100644
index 27f65c51fc44..000000000000
--- a/app-emacs/outline-magic/outline-magic-0.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Outline mode extensions for Emacs"
-HOMEPAGE="https://github.com/tj64/outline-magic
- https://www.emacswiki.org/emacs/OutlineMagic"
-SRC_URI="mirror://gentoo/${P}.el.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"