summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-08 23:20:47 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-08 23:26:37 +0100
commit25d60961e3260913723002b70db1911c686b711a (patch)
tree57f0124a9322e601171bfc67f825f215f110e8e1 /app-emacs/stripes
parentapp-emacs/racket-mode: drop old 0_p20220505-r1 (diff)
downloadgentoo-25d60961e3260913723002b70db1911c686b711a.tar.gz
gentoo-25d60961e3260913723002b70db1911c686b711a.tar.bz2
gentoo-25d60961e3260913723002b70db1911c686b711a.zip
app-emacs/stripes: bump to 0.3.1.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/stripes')
-rw-r--r--app-emacs/stripes/Manifest1
-rw-r--r--app-emacs/stripes/stripes-0.3.1.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/stripes/Manifest b/app-emacs/stripes/Manifest
index eb6e484602e3..8d8713385f16 100644
--- a/app-emacs/stripes/Manifest
+++ b/app-emacs/stripes/Manifest
@@ -1 +1,2 @@
DIST stripes-0.2.tar.gz 2203 BLAKE2B 4daec93d681bd2cb7187b427c13b27990e03bdb34b6131cda3b8d88bd48cdece57d53dd9f124c0f65e2869045e69ca8c98e39cc03b3a6c75f5b1ca359a12582f SHA512 c0e0d7c16f6d593221573268e8ec30f30374a6c4ad6e34458139de90f5cde12cdb02b81e91f40176ea10a9e411921bdeb324eb0bc6aa5f2874602bf38bdf9521
+DIST stripes-el-0.3.1.1.tar.bz2 1867 BLAKE2B ebaf7d9fb8769764222e755f54061ac3d8d75bb679a72c823d714af233e4d123f93a584e00119ce78676aec473e6a2fe432a91b6d219d39c9a6b20003959347f SHA512 87fca70165bb4f76470b4bd707d3e3aea7a265e9742ae0b53175a18d128d74ffa2e9a15417549f9ead0cc0ae7b1d9a4e8c4eb88d64a7deb49dc1eb8932010a51
diff --git a/app-emacs/stripes/stripes-0.3.1.1.ebuild b/app-emacs/stripes/stripes-0.3.1.1.ebuild
new file mode 100644
index 000000000000..7bc2b56ad420
--- /dev/null
+++ b/app-emacs/stripes/stripes-0.3.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="An Emacs mode that alternates the background color of lines"
+HOMEPAGE="https://www.emacswiki.org/emacs/StripesMode
+ https://gitlab.com/stepnem/stripes-el/"
+SRC_URI="https://gitlab.com/stepnem/${PN}-el/-/archive/${PV}/${PN}-el-${PV}.tar.bz2"
+S="${WORKDIR}"/${PN}-el-${PV}
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"