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 1DF8C13835B for ; Tue, 13 Apr 2021 07:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D732EE0C19; Tue, 13 Apr 2021 07:00:30 +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 BEF4CE0C13 for ; Tue, 13 Apr 2021 07:00:30 +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 6C0AE335D74 for ; Tue, 13 Apr 2021 07:00:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 989924D2 for ; Tue, 13 Apr 2021 07:00:27 +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: <1618293556.c74aff5d5305b5c2d89b2d63691ca0c84b983a98.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/anything/files/, app-emacs/anything/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/anything/anything-9999.ebuild app-emacs/anything/files/50anything-gentoo.el app-emacs/anything/metadata.xml X-VCS-Directories: app-emacs/anything/ app-emacs/anything/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c74aff5d5305b5c2d89b2d63691ca0c84b983a98 X-VCS-Branch: master Date: Tue, 13 Apr 2021 07:00:27 +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: 161f72df-6087-4338-8c2e-b6238f1f03e7 X-Archives-Hash: 0f36fc0f883fd79cf28683e3913a7b89 commit: c74aff5d5305b5c2d89b2d63691ca0c84b983a98 Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 13 05:59:16 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 13 05:59:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c74aff5d app-emacs/anything: Remove package This has been replaced by app-emacs/helm which is in the Gentoo repo. Signed-off-by: Ulrich Müller gentoo.org> app-emacs/anything/anything-9999.ebuild | 45 --------------------------- app-emacs/anything/files/50anything-gentoo.el | 2 -- app-emacs/anything/metadata.xml | 11 ------- 3 files changed, 58 deletions(-) diff --git a/app-emacs/anything/anything-9999.ebuild b/app-emacs/anything/anything-9999.ebuild deleted file mode 100644 index 5647e5a..0000000 --- a/app-emacs/anything/anything-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://repo.or.cz/anything-config.git" - EGIT_CHECKOUT_DIR="${WORKDIR}/anything-config" - inherit git-r3 -else - # snapshot from upstream git repo - SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz" -fi - -DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework" -HOMEPAGE="http://www.emacswiki.org/emacs/Anything" - -LICENSE="GPL-3+" -SLOT="0" -IUSE="extensions" - -S="${WORKDIR}/anything-config" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile *.el || die - elisp-make-autoload-file || die - - if use extensions; then - BYTECOMPFLAGS="-L . -L extensions" elisp-compile extensions/*.el || die - fi -} - -src_install() { - elisp-install ${PN} *.{el,elc} || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - - if use extensions; then - elisp-install ${PN} extensions/*.{el,elc} || die - fi - - dodoc README doc/anything.pdf -} diff --git a/app-emacs/anything/files/50anything-gentoo.el b/app-emacs/anything/files/50anything-gentoo.el deleted file mode 100644 index 5ae22f3..0000000 --- a/app-emacs/anything/files/50anything-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/anything-autoloads" nil t) diff --git a/app-emacs/anything/metadata.xml b/app-emacs/anything/metadata.xml deleted file mode 100644 index 3d2fda5..0000000 --- a/app-emacs/anything/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - Install optional extensions - -