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 EFAD61382BD for ; Wed, 15 Jun 2016 17:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A34E0A65; Wed, 15 Jun 2016 17:32:28 +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 5F739E0A64 for ; Wed, 15 Jun 2016 17:32:27 +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 3ACC334058A 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 B63201BA1 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.c45190446ea3cb47cadfe9e644f8e6aecbf0b279.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.3.9.1.ebuild X-VCS-Directories: app-emacs/howm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c45190446ea3cb47cadfe9e644f8e6aecbf0b279 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: 60490426-6483-4677-b627-dea3b38c4542 X-Archives-Hash: 9b6bf88fc66dc34fc5cc22ae7b7e0158 commit: c45190446ea3cb47cadfe9e644f8e6aecbf0b279 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 15 12:07:51 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=c4519044 app-emacs/howm: Remove old. Package-Manager: portage-2.3.0_rc1 app-emacs/howm/Manifest | 1 - app-emacs/howm/howm-1.3.9.1.ebuild | 43 -------------------------------------- 2 files changed, 44 deletions(-) diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest index 9b6cf63..a80412b 100644 --- a/app-emacs/howm/Manifest +++ b/app-emacs/howm/Manifest @@ -1,2 +1 @@ -DIST howm-1.3.9.1.tar.gz 455351 SHA256 c4e5760bc226d7a523906cbe74f961659ccbf878eda2bf0e7d91fe7022e60e55 SHA512 25aeb31db43e1b51ac026926b048ac5e1b15c2c6eecd72bf3a5ce2b12e29f03a059c840c0cb9d8818a9f5b168441cc01b987edd54b5d8cb7ce473c05945dd95d WHIRLPOOL 904e697edda6e439666f3d5f8ecddf2a7482c8fad6ea7e9bc1a9024114c8934f852751614a814e1e9284f26e97507b74c13baa233c7fdc40e3130b10d787fa01 DIST howm-1.3.9.2.tar.gz 462278 SHA256 baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 SHA512 34e867d35ac8a2092b29d24ec1673255fcce54369d3aa2e6497ea4c891d4ea7f038e80f6103ad1f6359d8390a5d9a57901019cd3d76cc24e439b44dba5cc27bf WHIRLPOOL eafd272caec4437f94b5594c9375f7d999db65b0f15535d291ce02ae1ce090ecbed09acef0de07b558e703b09791d8fb66dab79b73738b0bf56ee3b36979c050 diff --git a/app-emacs/howm/howm-1.3.9.1.ebuild b/app-emacs/howm/howm-1.3.9.1.ebuild deleted file mode 100644 index 3103b8b..0000000 --- a/app-emacs/howm/howm-1.3.9.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -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-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf --with-docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_compile() { - emake -j1