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 AB6AD138334 for ; Wed, 2 Oct 2019 22:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02047E0894; Wed, 2 Oct 2019 22:41:17 +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 DC391E088C for ; Wed, 2 Oct 2019 22:41:16 +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 5161C34B7C4 for ; Wed, 2 Oct 2019 22:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDEFA7FE for ; Wed, 2 Oct 2019 22:41:12 +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: <1570056060.7c3a164cec057830150480757f1f2f9c347730ef.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/boxquote/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/boxquote/Manifest app-emacs/boxquote/boxquote-1.23.ebuild X-VCS-Directories: app-emacs/boxquote/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7c3a164cec057830150480757f1f2f9c347730ef X-VCS-Branch: master Date: Wed, 2 Oct 2019 22:41:12 +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: 863e50c8-a93e-4dd8-aee6-885772061f98 X-Archives-Hash: e5f96584bb1b0956f3ec72abc9b32064 commit: 7c3a164cec057830150480757f1f2f9c347730ef Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 2 22:24:28 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 2 22:41:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3a164c app-emacs/boxquote: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/boxquote/Manifest | 1 - app-emacs/boxquote/boxquote-1.23.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest index 06b10939ef5..96b8f43bbd7 100644 --- a/app-emacs/boxquote/Manifest +++ b/app-emacs/boxquote/Manifest @@ -1,2 +1 @@ -DIST boxquote-1.23.el.bz2 4957 BLAKE2B d132f6f4bd6448bff498b6b8d7ad20b2295e0febff025b02d5d6bcec58d6a963749a3f0b429269fdf32e9565caf490f09b1ac6466dc251a3b7dec0b546c4333e SHA512 776835e6a21ede6e7ba82a57f381f0c9c3c740994b4d463b76d1f8a328fdf7b1b996cf6c593c3300a68fa773f1dd21b7c1a8ccc38536d5f1874973541181646d DIST boxquote-2.1.tar.gz 5339 BLAKE2B d599dabaf61119cb5796a478061e998e68c6f1ae76ef7e7eb2ff22e3840bdc923a8bb594478809745ac33da6795159ea6ae455606afd171320fe18e971408a36 SHA512 ca64b72528b1e5f8e57e7c003508ccc91b876be5d5a05b65fc38556cc3259993597bc6aef52633f4012002ee343d28fa287f6ffdbe3646f84b9d08520d4925d8 diff --git a/app-emacs/boxquote/boxquote-1.23.ebuild b/app-emacs/boxquote/boxquote-1.23.ebuild deleted file mode 100644 index c043cc42b67..00000000000 --- a/app-emacs/boxquote/boxquote-1.23.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Quote text with a semi-box" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - elisp-make-autoload-file || die "elisp-make-autoload-file failed" -}