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 42C1D138335 for ; Wed, 2 Oct 2019 22:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 181E4E088C; Wed, 2 Oct 2019 22:41:17 +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 01D5DE088C 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 8DBFA34B7C8 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 246DF828 for ; Wed, 2 Oct 2019 22:41:13 +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: <1570056062.d9a0fe4c749ce91370ac7af6793e51f070acb17a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/htmlize/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/htmlize/Manifest app-emacs/htmlize/htmlize-1.47.ebuild X-VCS-Directories: app-emacs/htmlize/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d9a0fe4c749ce91370ac7af6793e51f070acb17a X-VCS-Branch: master Date: Wed, 2 Oct 2019 22:41:13 +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: fd91cced-2d59-4bf5-a5c2-0b3b4602b450 X-Archives-Hash: 44f2f72874a667e0575088246f830db8 commit: d9a0fe4c749ce91370ac7af6793e51f070acb17a Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 2 22:29:25 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 2 22:41:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a0fe4c app-emacs/htmlize: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/htmlize/Manifest | 1 - app-emacs/htmlize/htmlize-1.47.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-emacs/htmlize/Manifest b/app-emacs/htmlize/Manifest index c61762322fa..5e64770745a 100644 --- a/app-emacs/htmlize/Manifest +++ b/app-emacs/htmlize/Manifest @@ -1,2 +1 @@ -DIST htmlize-1.47.el.xz 21544 BLAKE2B c00222fa39bbd530fae89b6a71cc515dd37cce4d787267eca9d23eddd9f3054b932df8908712971c46c28fc89921a42ac613e826d73094b333aa977335077f54 SHA512 2cca746f696d382336a800d3f15e6a5812afa7c6965d6695c501085ed6c8f447da8ee6ed31a27c240e9d70f7c30b91292ac60c0c903a7ca0d52f2a4bfedbf06f DIST htmlize-1.54.tar.gz 51401 BLAKE2B 8c00c1482fa1dff852d0e0c51d0c6a337878418dd84fdf1c2522d937a4e2181766e23302936bb1e9f774b883ad3df4295897a1aaabfaea802457aa096a0ab337 SHA512 ddd256162760fc1e6e08eaf4cd44ec987bf2c49ef61d23798923ba0bd241a16aab02cab77ca7524169796453d44951257acd9bda58c055be80d9612bbfff10f7 diff --git a/app-emacs/htmlize/htmlize-1.47.ebuild b/app-emacs/htmlize/htmlize-1.47.ebuild deleted file mode 100644 index fa7ad085cc8..00000000000 --- a/app-emacs/htmlize/htmlize-1.47.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp - -DESCRIPTION="HTML-ize font-lock buffers in Emacs" -HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize - http://fly.srk.fer.hr/~hniksic/emacs/" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -SITEFILE="50${PN}-gentoo.el"