From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- app-emacs/stripes/Manifest | 4 ++-- app-emacs/stripes/files/50stripes-gentoo.el | 2 +- app-emacs/stripes/stripes-0.2-r1.ebuild | 16 ---------------- app-emacs/stripes/stripes-0.2-r2.ebuild | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 app-emacs/stripes/stripes-0.2-r1.ebuild create mode 100644 app-emacs/stripes/stripes-0.2-r2.ebuild (limited to 'app-emacs/stripes') diff --git a/app-emacs/stripes/Manifest b/app-emacs/stripes/Manifest index 09f03fed00c9..68914b3cbcc8 100644 --- a/app-emacs/stripes/Manifest +++ b/app-emacs/stripes/Manifest @@ -1,4 +1,4 @@ -AUX 50stripes-gentoo.el 186 BLAKE2B 0b68c4b1fd826097f21f7c14546d7ebe3331c3b13a73e04fddcc8d1c5eff010a4f5781e2f9717d58e3eda88eabdfaf6b8c478bbf9bf64e243fd97070135447fd SHA512 878ef4a745a46b9e5d053b521ad6e7a5340223e929a2a75dadb4e5f7d9917f9e044454e6a4f02316e145568b0a80daf4925bee26523b257606e18a4fedf6e7e6 +AUX 50stripes-gentoo.el 187 BLAKE2B d133b53ab49da5d9cc86f421731558da405c2f23afe66a3cc651f71fea3fb9cf39ab5af8978419277a6d80338bf3059b9eb1c9f3ea067bef3eb8eb74bdace12c SHA512 8331db93be4f3276d2a075808742b8d8ee74f17258e25028478aa3820167fa14b9b08083f0fc7c41fe77df1860ad0b31fbcb8c9479e0775504f6325eede8e936 DIST stripes-0.2.tar.gz 2203 BLAKE2B 4daec93d681bd2cb7187b427c13b27990e03bdb34b6131cda3b8d88bd48cdece57d53dd9f124c0f65e2869045e69ca8c98e39cc03b3a6c75f5b1ca359a12582f SHA512 c0e0d7c16f6d593221573268e8ec30f30374a6c4ad6e34458139de90f5cde12cdb02b81e91f40176ea10a9e411921bdeb324eb0bc6aa5f2874602bf38bdf9521 -EBUILD stripes-0.2-r1.ebuild 382 BLAKE2B b4f841db7250a1c2814d1c256dffa7dd16b458251e2e61739c7cec1db6d969dfd1f2b0cce9dfe5f9bedd8bcf51bb4d8e69f35dd5c8d8a0136a3cfd45aafcee50 SHA512 cfa39ee5034080cd8af1408962145148cc946b68954d033cecb822d4db7553b648bf99fd81e60fb9e44ff93e81c400141239e29a8cf42cc11925ab59d9124a56 +EBUILD stripes-0.2-r2.ebuild 382 BLAKE2B f4ce08b3f484a8c09a34b329e4aa904385af9144ca43eb0f6ca9c5a87ab7858f01ca1443b9a867b90b72ac508743dc75a30e9739b918256464c65d54ebed7d02 SHA512 ee0ec1672a55e0232a392ff38c4208a0e271b96f3374d29b62ef8c0a4bd184b4e68edd19f1b41b82663b06963046e3e0dd7b754735c697bbeb2767b0cbec29d9 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 index deeec9acdb6b..7ee5a314e1d0 100644 --- a/app-emacs/stripes/files/50stripes-gentoo.el +++ b/app-emacs/stripes/files/50stripes-gentoo.el @@ -1,3 +1,3 @@ -(add-to-list 'load-path "@SITELISP") +(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/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" diff --git a/app-emacs/stripes/stripes-0.2-r2.ebuild b/app-emacs/stripes/stripes-0.2-r2.ebuild new file mode 100644 index 000000000000..97a7ac2f7e5a --- /dev/null +++ b/app-emacs/stripes/stripes-0.2-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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