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 9D77F138359 for ; Wed, 16 Sep 2020 06:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD827E082B; Wed, 16 Sep 2020 06:32:45 +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 91B2EE082B for ; Wed, 16 Sep 2020 06:32:45 +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 34423340E97 for ; Wed, 16 Sep 2020 06:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A13365 for ; Wed, 16 Sep 2020 06:32:42 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1600237647.2d1a92afd3925229e239ea4bf43060fbd91c0583.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/treepy/Manifest app-emacs/treepy/treepy-0.1.2.ebuild X-VCS-Directories: app-emacs/treepy/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2d1a92afd3925229e239ea4bf43060fbd91c0583 X-VCS-Branch: master Date: Wed, 16 Sep 2020 06:32:42 +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: a5c5a107-11d0-47c2-9739-16a2412ed7e4 X-Archives-Hash: 72206781d7d298789476dfd807a2f42b commit: 2d1a92afd3925229e239ea4bf43060fbd91c0583 Author: Hans de Graaff gentoo org> AuthorDate: Wed Sep 16 06:27:27 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Sep 16 06:27:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1a92af app-emacs/treepy: add 0.1.2 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> app-emacs/treepy/Manifest | 1 + app-emacs/treepy/treepy-0.1.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-emacs/treepy/Manifest b/app-emacs/treepy/Manifest index fd54d692927..62a783e23bb 100644 --- a/app-emacs/treepy/Manifest +++ b/app-emacs/treepy/Manifest @@ -1 +1,2 @@ DIST treepy-0.1.1.tar.gz 125004 BLAKE2B 2aab285f0a0ce0d14cde0d6567efd062d4e2bf944421e8c4e5c3ef62965a43c7abc77d88c5baeadbe2cbe4e98dce9d563fc5b02abae8e83194dbb058d78db725 SHA512 70790f83e7f33846ca4c568c79c45bfea9a29cc92b717053eb2fa89a22a77578d80f31f19002c61d254d4b2c4c36f345324c0d631412477f09713b51124dfb83 +DIST treepy-0.1.2.tar.gz 125016 BLAKE2B 42cde1c49d97082e301120c1a8a57896149da0178d99a471509ea84996a007ce540f23fa75f2125492cab0c80a6fb02d959a8ac32fe2c2083ac698d0558a8bbc SHA512 ecfd97e0fc7b8d60c5e6aad4f26ce2ca1481c04e6738dac82c50c63b0a15e2118d51fcac468197b15d763d37cf5b3d845a114a8ca0a51ffc1fbf225a70a334e2 diff --git a/app-emacs/treepy/treepy-0.1.2.ebuild b/app-emacs/treepy/treepy-0.1.2.ebuild new file mode 100644 index 00000000000..375f235db43 --- /dev/null +++ b/app-emacs/treepy/treepy-0.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=25.1 + +inherit elisp + +DESCRIPTION="Generic tree traversing tools for Emacs Lisp" +HOMEPAGE="https://github.com/volrath/treepy.el" +SRC_URI="https://github.com/volrath/treepy.el/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}.el-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md"