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 BAC82138334 for ; Thu, 29 Aug 2019 11:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5369E0837; Thu, 29 Aug 2019 11:24:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9B169E0830 for ; Thu, 29 Aug 2019 11:24:57 +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 C8BC534A600 for ; Thu, 29 Aug 2019 11:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B20D76B for ; Thu, 29 Aug 2019 11:24:53 +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: <1567077884.6684984ae299e9061bef7ddd2a652a7cdc50f34b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elscreen/, app-emacs/elscreen/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/elscreen/Manifest app-emacs/elscreen/elscreen-20180321.ebuild app-emacs/elscreen/files/50elscreen-gentoo-20180321.el app-emacs/elscreen/metadata.xml X-VCS-Directories: app-emacs/elscreen/files/ app-emacs/elscreen/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6684984ae299e9061bef7ddd2a652a7cdc50f34b X-VCS-Branch: master Date: Thu, 29 Aug 2019 11:24:53 +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: 7c87de7d-20fa-4e63-8e0f-bc5642c66d58 X-Archives-Hash: ff20ded680acb138e06a88ff4883c6c6 commit: 6684984ae299e9061bef7ddd2a652a7cdc50f34b Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 29 11:06:21 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 29 11:24:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6684984a app-emacs/elscreen: Bump to version 20180209. Keywords ~alpha ~ia64 ~ppc64 dropped because of new dependency on app-emacs/wanderlust. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/elscreen/Manifest | 1 + app-emacs/elscreen/elscreen-20180321.ebuild | 28 ++++++++++++++++++++++ .../elscreen/files/50elscreen-gentoo-20180321.el | 2 ++ app-emacs/elscreen/metadata.xml | 4 ++++ 4 files changed, 35 insertions(+) diff --git a/app-emacs/elscreen/Manifest b/app-emacs/elscreen/Manifest index 93e1d90d4e3..94a87bb3c63 100644 --- a/app-emacs/elscreen/Manifest +++ b/app-emacs/elscreen/Manifest @@ -1 +1,2 @@ DIST elscreen-1.4.6.tar.gz 21680 BLAKE2B a23b7eb617e67205e816cb5c6588f65d8140788ab9c32b90b9c1f53dc4497e6f8250f3c51c38aa40780872f3d878a34aaf2fb455c61640d327df6e3166a59dc7 SHA512 2f19941c9c3e74bbe3912e99f53710f42d33a5b063af99c3907c478d2f571a50a75942519bfcad3bf178585f736bb6e2baf2cdffe8ac66b8e4dbd1b0d881fab2 +DIST elscreen-20180321.tar.gz 36840 BLAKE2B 7157a2040cb3d1bb60eb5c4f672dde35b5f1437a83a0af32138d252cfe44bf8a23013f5672182ece7f2dda5bfbe266247188d59408005d8963837d0958c100d3 SHA512 777835daf328aeddfd8999c37553bf5f57683292cea4f2fdca774e16d7a137ad26e791515000e8092c2ba5e4c2d0aeb03b260e4a2069c4f8a091b014d69ff201 diff --git a/app-emacs/elscreen/elscreen-20180321.ebuild b/app-emacs/elscreen/elscreen-20180321.ebuild new file mode 100644 index 00000000000..06b418bd1c0 --- /dev/null +++ b/app-emacs/elscreen/elscreen-20180321.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Frame configuration management for GNU Emacs modelled after GNU Screen" +HOMEPAGE="https://www.emacswiki.org/emacs/EmacsLispScreen + https://github.com/knu/elscreen" +SRC_URI="https://github.com/knu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="wanderlust" + +RDEPEND="wanderlust? ( app-emacs/wanderlust )" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo-${PV}.el" +ELISP_REMOVE="elscreen-dnd.el" # does not compile +DOCS="Readme.md GF-README GF-QuickStart" + +src_prepare() { + elisp_src_prepare + use wanderlust || rm elscreen-wl.el || die +} diff --git a/app-emacs/elscreen/files/50elscreen-gentoo-20180321.el b/app-emacs/elscreen/files/50elscreen-gentoo-20180321.el new file mode 100644 index 00000000000..4e9093e829f --- /dev/null +++ b/app-emacs/elscreen/files/50elscreen-gentoo-20180321.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'elscreen-start "elscreen" nil t) diff --git a/app-emacs/elscreen/metadata.xml b/app-emacs/elscreen/metadata.xml index 5c495a5a787..1d58acb5c62 100644 --- a/app-emacs/elscreen/metadata.xml +++ b/app-emacs/elscreen/metadata.xml @@ -20,4 +20,8 @@ window-configurations. + + Include support for app-emacs/walderlust + +