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 A6B07138806 for ; Mon, 25 Dec 2017 11:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFDCFE0DD0; Mon, 25 Dec 2017 11:10:58 +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 899F7E0DD0 for ; Mon, 25 Dec 2017 11:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A91E433BF3C for ; Mon, 25 Dec 2017 11:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E7FAE92 for ; Mon, 25 Dec 2017 11:10:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1514200229.7af39faa8511bc1bdd113a9681a384f882f8649d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/eselect-mode/Manifest app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild X-VCS-Directories: app-emacs/eselect-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7af39faa8511bc1bdd113a9681a384f882f8649d X-VCS-Branch: master Date: Mon, 25 Dec 2017 11:10:56 +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: c195caa0-140c-4d21-a0cd-98c761de7083 X-Archives-Hash: cd92f69bed7a5f4fd975fafca4e303d3 commit: 7af39faa8511bc1bdd113a9681a384f882f8649d Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 25 11:09:10 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 25 11:10:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af39faa app-emacs/eselect-mode: Version bump. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emacs/eselect-mode/Manifest | 1 + app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest index 78e2b2d1ef0..07b84b75f38 100644 --- a/app-emacs/eselect-mode/Manifest +++ b/app-emacs/eselect-mode/Manifest @@ -1 +1,2 @@ +DIST eselect-1.4.10.tar.xz 177212 BLAKE2B 25f548d56ecfdc5ccf18167ebdeb50cccc77fbdc65ab8683e293242de0083e6036714ae9d173f507da0404dbad0e48f2ac09d542dbdf92d8a5d7e9868b31fa07 SHA512 09e4196959cfb42e0fe4536939ad8e0d1a49d500e3d42634cd959c544f2ed5beaa006100fffaf10eaba121901d36a42721da42504d496de8d157690b7ab7f9fb DIST eselect-1.4.4.tar.xz 177536 BLAKE2B 9991d69a0589be0a7df881fe5d6c0021c99fd7fd5b561ad7a9423edc46b25528b499a3e839dfe974d5d53e8e8a5b3a798cd7f5f1eeb78e531fff16680babce96 SHA512 1ed01cf00e3f13aad3e5f844c7086c3dd48398efd76e68cd91cf13b9939f4b48eef8915c5f3926954d158023115ad66ee67c0bc8fc4c9570900a37207674fc8f diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.10.ebuild new file mode 100644 index 00000000000..2b1cd5c3cb4 --- /dev/null +++ b/app-emacs/eselect-mode/eselect-mode-1.4.10.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 + +MY_P="eselect-${PV}" +DESCRIPTION="Emacs major mode for editing eselect files" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" +SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +S="${WORKDIR}/${MY_P}/misc" +SITEFILE="50${PN}-gentoo.el"