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 4C8F21382C5 for ; Sat, 3 Feb 2018 09:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A9E3E0AD1; Sat, 3 Feb 2018 09:57:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A0F0E0AD1 for ; Sat, 3 Feb 2018 09:57:14 +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 26593335C64 for ; Sat, 3 Feb 2018 09:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 415BB1C5 for ; Sat, 3 Feb 2018 09:57:09 +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: <1517651818.e2deec1b0cf577a603e41c1ddcbb1362f6a6cb82.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/circe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/circe/Manifest app-emacs/circe/circe-2.7.ebuild X-VCS-Directories: app-emacs/circe/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e2deec1b0cf577a603e41c1ddcbb1362f6a6cb82 X-VCS-Branch: master Date: Sat, 3 Feb 2018 09:57:09 +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: 325adb59-d97f-47f9-af2a-5a6ec9170631 X-Archives-Hash: cb09f9d36765531f6394315a43762aa5 commit: e2deec1b0cf577a603e41c1ddcbb1362f6a6cb82 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 3 09:56:28 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 3 09:56:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2deec1b app-emacs/circe: Version bump. Bug: https://bugs.gentoo.org/646148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/circe/Manifest | 1 + app-emacs/circe/circe-2.7.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest index 54ce733d6d8..e57ce3ea8d1 100644 --- a/app-emacs/circe/Manifest +++ b/app-emacs/circe/Manifest @@ -1 +1,2 @@ DIST circe-1.3.tar.gz 118776 BLAKE2B 61ffc7df022be50beaba29a4025fde6d7cbde5cab28d0661e2e3388f712281f8d9370b92e8c56b4eb49984573d5a2f7edff308a7d1fe74ff630620f0867b1441 SHA512 60bbd752c73e875f2306877591ad8de324db0a7446bbfebf460e44ef19c0c28d40d08c8ed9e0caa4062859b07545d310d86380377a479eb6bc38c72decfaa213 +DIST circe-2.7.tar.gz 237375 BLAKE2B d9978cc3e0c6431dace919efbd323f90e36ce40debb6e03c955b8cdfbed60ac0bbe27c68dcebfe2df9aabd2e7198d2d6da993c2ad41b5ede0b5d1b142217ec8f SHA512 6f4e0925381ad051e4680b5413eed000a6796d2e9bef35a052464a07968f67edb19d99f74be93620359e061c044a910e35afd1f88608453d264bf37826e10af3 diff --git a/app-emacs/circe/circe-2.7.ebuild b/app-emacs/circe/circe-2.7.ebuild new file mode 100644 index 00000000000..447bd4da3a0 --- /dev/null +++ b/app-emacs/circe/circe-2.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="A great IRC client for Emacs" +HOMEPAGE="https://github.com/jorgenschaefer/circe + http://www.emacswiki.org/emacs/Circe" +SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +ELISP_REMOVE="circe-pkg.el" +SITEFILE="50${PN}-gentoo.el" +DOCS="AUTHORS.md CONTRIBUTING.md NEWS.md README.md"