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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30B881396D9 for ; Mon, 16 Oct 2017 16:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 778C12BC014; Mon, 16 Oct 2017 16:22:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A4D2BC014 for ; Mon, 16 Oct 2017 16:22:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24B1A33BEDC for ; Mon, 16 Oct 2017 16:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABCF1313 for ; Mon, 16 Oct 2017 16:22:45 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508170942.6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/s/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/s/Manifest app-emacs/s/s-1.12.0.ebuild X-VCS-Directories: app-emacs/s/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a X-VCS-Branch: master Date: Mon, 16 Oct 2017 16:22:45 +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-Archives-Salt: 01b70d71-7305-42ca-83db-f9299e85da73 X-Archives-Hash: 2d992f664a1db9427738093f3729cfde commit: 6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a Author: Victor Gaydov enise org> AuthorDate: Wed Oct 4 09:07:34 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 16 16:22:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4f11f app-emacs/s: version bump to 1.12.0. Closes: https://github.com/gentoo/gentoo/pull/5856 app-emacs/s/Manifest | 1 + app-emacs/s/s-1.12.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest index b12c2aa7253..7f23c177f31 100644 --- a/app-emacs/s/Manifest +++ b/app-emacs/s/Manifest @@ -1 +1,2 @@ DIST s-1.11.0.tar.gz 46771 SHA256 826d186458f7568f1304bca0c094034a9e7370bd2858dcf806dd513abe2d384f SHA512 364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608 WHIRLPOOL cccae8d9539dbc91da97e68dd88e13b08bd2ba1a414b62bb431c43dc1f4c8b1e4a8d37996a861d7817763bc08c4fee53dd9a4f8134ba0719f33b6e6f6a4b7496 +DIST s-1.12.0.tar.gz 59193 SHA256 70674d307aca5f75b44413888198c0f2db8f0fa7a183f70d4095dd6150397475 SHA512 036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990 WHIRLPOOL 679f27727754e08cae94456ac6cbab31e7e0e753e8428ea5d04a9cdac48b01a998e1aa59b4b2564f29e395ef34bcd289ceaf7e39f3345e4fde3120a208e2e0ec diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild new file mode 100644 index 00000000000..2a3d49f9a3e --- /dev/null +++ b/app-emacs/s/s-1.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp + +DESCRIPTION="The long lost Emacs string manipulation library" +HOMEPAGE="https://github.com/magnars/s.el" +SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/s.el-${PV}" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md"