From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/stripes/Manifest | 4 ++++ app-emacs/stripes/files/50stripes-gentoo.el | 3 +++ app-emacs/stripes/metadata.xml | 14 ++++++++++++++ app-emacs/stripes/stripes-0.2-r1.ebuild | 16 ++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 app-emacs/stripes/Manifest create mode 100644 app-emacs/stripes/files/50stripes-gentoo.el create mode 100644 app-emacs/stripes/metadata.xml create mode 100644 app-emacs/stripes/stripes-0.2-r1.ebuild (limited to 'app-emacs/stripes') diff --git a/app-emacs/stripes/Manifest b/app-emacs/stripes/Manifest new file mode 100644 index 000000000000..09f03fed00c9 --- /dev/null +++ b/app-emacs/stripes/Manifest @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000000..deeec9acdb6b --- /dev/null +++ b/app-emacs/stripes/files/50stripes-gentoo.el @@ -0,0 +1,3 @@ +(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 new file mode 100644 index 000000000000..b3915ae3c2ff --- /dev/null +++ b/app-emacs/stripes/metadata.xml @@ -0,0 +1,14 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + 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. + + + diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild new file mode 100644 index 000000000000..9092c334ea81 --- /dev/null +++ b/app-emacs/stripes/stripes-0.2-r1.ebuild @@ -0,0 +1,16 @@ +# 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" -- cgit v1.2.3