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 E1C19138334 for ; Tue, 15 Oct 2019 07:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 027C7E0858; Tue, 15 Oct 2019 07:35:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AE9D1E0858 for ; Tue, 15 Oct 2019 07:35:32 +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 4CC3734BD6E for ; Tue, 15 Oct 2019 07:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3A0B883 for ; Tue, 15 Oct 2019 07:35:28 +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: <1571123073.f305b6d585a0bc5f4c89359b3d636b6e73c67183.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/distel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/distel/Manifest app-emacs/distel/distel-4.0.6.ebuild X-VCS-Directories: app-emacs/distel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f305b6d585a0bc5f4c89359b3d636b6e73c67183 X-VCS-Branch: master Date: Tue, 15 Oct 2019 07:35:28 +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: 55b8809b-851c-4877-ad21-fd8def000cf2 X-Archives-Hash: 08f21bd112153f7bcd8fee244f78ac43 commit: f305b6d585a0bc5f4c89359b3d636b6e73c67183 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 15 07:04:33 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 15 07:04:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f305b6d5 app-emacs/distel: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/distel/Manifest | 1 - app-emacs/distel/distel-4.0.6.ebuild | 38 ------------------------------------ 2 files changed, 39 deletions(-) diff --git a/app-emacs/distel/Manifest b/app-emacs/distel/Manifest index 92c3a5ee0fb..76ee3f7b7df 100644 --- a/app-emacs/distel/Manifest +++ b/app-emacs/distel/Manifest @@ -1,2 +1 @@ -DIST distel-4.0.6.tar.gz 210257 BLAKE2B 615682bfc2b773a78ad85d4817135144dda787d1db57b2743ea2fca8ed672fc1e37f6bc23803c9cc2b6096e7376d318cd7c25c3133f7b9c1326dbd451273841b SHA512 510f82b6794379d89020d234462e09251e0db285ebc111eaf096e32a4e3619384650cb2b47ed68d38762a496504b58981c73ca5b930bd0eb1407aee9599c149f DIST distel-4.1.1.tar.gz 214189 BLAKE2B 0a24039c11d603814ca352ccc09e776b2431ab1172c195a528aba6ecd85eeb15d9739bb37fcc850fd33e2af928eb9d2c7bc8a1721b46f79792ec658f58d41a4e SHA512 3ef73a650775f25f8e77c78cfaec3d2277a4e097128819d118ba566ac477455a1764383959f1d8eca33f8dedfa937eab605dfff899d344b9b03262c2abc7ac44 diff --git a/app-emacs/distel/distel-4.0.6.ebuild b/app-emacs/distel/distel-4.0.6.ebuild deleted file mode 100644 index b0cdc9f49d4..00000000000 --- a/app-emacs/distel/distel-4.0.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="Distributed Emacs Lisp for Erlang" -HOMEPAGE="https://code.google.com/p/distel/ - https://www.emacswiki.org/emacs/DistributedEmacsLisp" -SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -# "New BSD License" according to https://code.google.com/p/distel/ -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/erlang-11.2.5[emacs]" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - emake base info - cd elisp || die - elisp-compile *.el -} - -src_install() { - emake prefix="${ED}"/usr \ - ELISP_DIR="${ED}${SITELISP}/${PN}" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo doc/distel.info - dohtml doc/distel/*.html - dodoc AUTHORS ChangeLog NEWS README* - use doc && dodoc doc/gorrie02distel.pdf -}