summaryrefslogtreecommitdiff
path: root/app-emacs/stripes
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/stripes
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/stripes')
-rw-r--r--app-emacs/stripes/Manifest4
-rw-r--r--app-emacs/stripes/files/50stripes-gentoo.el3
-rw-r--r--app-emacs/stripes/metadata.xml14
-rw-r--r--app-emacs/stripes/stripes-0.2-r1.ebuild16
4 files changed, 0 insertions, 37 deletions
diff --git a/app-emacs/stripes/Manifest b/app-emacs/stripes/Manifest
deleted file mode 100644
index 09f03fed00c9..000000000000
--- a/app-emacs/stripes/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50stripes-gentoo.el 186 BLAKE2B 0b68c4b1fd826097f21f7c14546d7ebe3331c3b13a73e04fddcc8d1c5eff010a4f5781e2f9717d58e3eda88eabdfaf6b8c478bbf9bf64e243fd97070135447fd SHA512 878ef4a745a46b9e5d053b521ad6e7a5340223e929a2a75dadb4e5f7d9917f9e044454e6a4f02316e145568b0a80daf4925bee26523b257606e18a4fedf6e7e6
-DIST stripes-0.2.tar.gz 2203 BLAKE2B 4daec93d681bd2cb7187b427c13b27990e03bdb34b6131cda3b8d88bd48cdece57d53dd9f124c0f65e2869045e69ca8c98e39cc03b3a6c75f5b1ca359a12582f SHA512 c0e0d7c16f6d593221573268e8ec30f30374a6c4ad6e34458139de90f5cde12cdb02b81e91f40176ea10a9e411921bdeb324eb0bc6aa5f2874602bf38bdf9521
-EBUILD stripes-0.2-r1.ebuild 382 BLAKE2B b4f841db7250a1c2814d1c256dffa7dd16b458251e2e61739c7cec1db6d969dfd1f2b0cce9dfe5f9bedd8bcf51bb4d8e69f35dd5c8d8a0136a3cfd45aafcee50 SHA512 cfa39ee5034080cd8af1408962145148cc946b68954d033cecb822d4db7553b648bf99fd81e60fb9e44ff93e81c400141239e29a8cf42cc11925ab59d9124a56
-MISC metadata.xml 490 BLAKE2B 3794aeee765d0ab57f1fa5f8e32ed06a370f02595456130d40ce45b51e257205ce2760b85dafe9b8680bce36c13c64828a1dac1de53cdf876bd4d85f7d1abfdd SHA512 0fb37665956d36d8d77c5004601d9ef9a62a2aefb24d0fdf908909ba63470b15d8067d6e865374756d16844f9688321196e2cbccf67d6dcdb51433852aed509f
diff --git a/app-emacs/stripes/files/50stripes-gentoo.el b/app-emacs/stripes/files/50stripes-gentoo.el
deleted file mode 100644
index deeec9acdb6b..000000000000
--- a/app-emacs/stripes/files/50stripes-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-(add-to-list 'load-path "@SITELISP")
-(autoload 'stripes-mode "stripes" "Toggle Color alternation mode." t)
-(autoload 'turn-on-stripes-mode "stripes" "Turn on color alternation mode." t)
diff --git a/app-emacs/stripes/metadata.xml b/app-emacs/stripes/metadata.xml
deleted file mode 100644
index b3915ae3c2ff..000000000000
--- a/app-emacs/stripes/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- Highlights every even line with an alternative background color.
- Useful for buffers that display lists of any kind - as a guide for
- your eyes to follow these lines.
-</longdescription>
-<stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild
deleted file mode 100644
index 9092c334ea81..000000000000
--- a/app-emacs/stripes/stripes-0.2-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode that alternates the background color of lines"
-HOMEPAGE="https://www.emacswiki.org/emacs/StripesMode"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"