From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 013A31382BD for ; Wed, 15 Jun 2016 17:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E6FE0A6A; Wed, 15 Jun 2016 17:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A789DE0A6A for ; Wed, 15 Jun 2016 17:32:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE41C33BF54 for ; Wed, 15 Jun 2016 17:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB20F2413 for ; Wed, 15 Jun 2016 17:32:23 +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: <1466011921.e8e268d08926c00889e35d7733bc6f5cc8e2c47a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/howm/Manifest app-emacs/howm/howm-1.4.3.ebuild X-VCS-Directories: app-emacs/howm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e8e268d08926c00889e35d7733bc6f5cc8e2c47a X-VCS-Branch: master Date: Wed, 15 Jun 2016 17:32:23 +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-Archives-Salt: fd9f825f-0939-4897-ab24-4c33240600eb X-Archives-Hash: 1b4ba87455f51c6a0326db7f263a263c commit: e8e268d08926c00889e35d7733bc6f5cc8e2c47a Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 15 17:31:12 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 15 17:32:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e268d0 app-emacs/howm: Version bump. Fixes compilation with Emacs 25. Bug: 586006 Package-Manager: portage-2.3.0_rc1 app-emacs/howm/Manifest | 1 + app-emacs/howm/howm-1.4.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest index a80412b..8fe827d 100644 --- a/app-emacs/howm/Manifest +++ b/app-emacs/howm/Manifest @@ -1 +1,2 @@ DIST howm-1.3.9.2.tar.gz 462278 SHA256 baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 SHA512 34e867d35ac8a2092b29d24ec1673255fcce54369d3aa2e6497ea4c891d4ea7f038e80f6103ad1f6359d8390a5d9a57901019cd3d76cc24e439b44dba5cc27bf WHIRLPOOL eafd272caec4437f94b5594c9375f7d999db65b0f15535d291ce02ae1ce090ecbed09acef0de07b558e703b09791d8fb66dab79b73738b0bf56ee3b36979c050 +DIST howm-1.4.3.tar.gz 552747 SHA256 fb7336e0a52df3d5fe72e1bbf4ffb57f1139757f6af2964ee62cc94b4729dcab SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189 WHIRLPOOL e7ea2edd39a008b65e493de5728fd07ffd14b04e6b2e38eae6a68b6bdc670a11ac50fbe952890ef8563283de674230e3813125eb8e62d2afc0fd7bdfd72c8f3b diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild new file mode 100644 index 0000000..f9f49c0 --- /dev/null +++ b/app-emacs/howm/howm-1.4.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit elisp + +DESCRIPTION="Note-taking tool on Emacs" +HOMEPAGE="http://howm.sourceforge.jp/" +SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" + +LICENSE="GPL-1+ GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +SITEFILE="50${PN}-gentoo.el" + +src_configure() { + default +} + +src_compile() { + emake -j1