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 A33E6138334 for ; Fri, 23 Aug 2019 13:33:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8234CE077C; Fri, 23 Aug 2019 13:33:40 +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 66939E077C for ; Fri, 23 Aug 2019 13:33:40 +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 02FFC34A1C1 for ; Fri, 23 Aug 2019 13:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0659D76E for ; Fri, 23 Aug 2019 13:33:37 +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: <1566567207.2081424b03245cf962fb83551279c7eec0a64c95.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.54.ebuild X-VCS-Directories: app-emacs/htmlize/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2081424b03245cf962fb83551279c7eec0a64c95 X-VCS-Branch: master Date: Fri, 23 Aug 2019 13:33:37 +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: c30e6dad-ee38-496a-bf47-fd72e9255b4f X-Archives-Hash: 9b178ce7427c7215b2843c651143099d commit: 2081424b03245cf962fb83551279c7eec0a64c95 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 13:31:39 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 13:33:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2081424b app-emacs/htmlize: Bump to version 1.54. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/htmlize/Manifest | 1 + app-emacs/htmlize/htmlize-1.54.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-emacs/htmlize/Manifest b/app-emacs/htmlize/Manifest index ff05369f21a..c61762322fa 100644 --- a/app-emacs/htmlize/Manifest +++ b/app-emacs/htmlize/Manifest @@ -1 +1,2 @@ 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.54.ebuild b/app-emacs/htmlize/htmlize-1.54.ebuild new file mode 100644 index 00000000000..98ded842db4 --- /dev/null +++ b/app-emacs/htmlize/htmlize-1.54.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +MY_PN="emacs-${PN}" +DESCRIPTION="HTML-ize font-lock buffers in Emacs" +HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize + https://github.com/hniksic/emacs-htmlize" +SRC_URI="https://github.com/hniksic/${MY_PN}/archive/release/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +S="${WORKDIR}/${MY_PN}-release-${PV}" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md NEWS"