From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 102C415800F for ; Sun, 8 Jan 2023 22:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7DBE077C; Sun, 8 Jan 2023 22:26:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 069A4E077C for ; Sun, 8 Jan 2023 22:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A202733FA71 for ; Sun, 8 Jan 2023 22:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE9277F5 for ; Sun, 8 Jan 2023 22:26:39 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1673216797.25d60961e3260913723002b70db1911c686b711a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/stripes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/stripes/Manifest app-emacs/stripes/stripes-0.3.1.1.ebuild X-VCS-Directories: app-emacs/stripes/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 25d60961e3260913723002b70db1911c686b711a X-VCS-Branch: master Date: Sun, 8 Jan 2023 22:26:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b44dd45a-f661-4c3b-a188-d9c25095de35 X-Archives-Hash: b798c760eecb34cf91cfba8d27c16807 commit: 25d60961e3260913723002b70db1911c686b711a Author: Maciej Barć gentoo org> AuthorDate: Sun Jan 8 22:20:47 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Jan 8 22:26:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d60961 app-emacs/stripes: bump to 0.3.1.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/stripes/Manifest | 1 + app-emacs/stripes/stripes-0.3.1.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) 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"