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 2DAB1139085 for ; Thu, 29 Dec 2016 08:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898E321C038; Thu, 29 Dec 2016 08:55:52 +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 6319921C038 for ; Thu, 29 Dec 2016 08:55:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F2B6C3412F9 for ; Thu, 29 Dec 2016 08:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6931624BF for ; Thu, 29 Dec 2016 08:55:49 +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: <1483001720.99408de1f9302ff05cc08873fd59186ca4483050.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.2.ebuild X-VCS-Directories: app-emacs/howm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 99408de1f9302ff05cc08873fd59186ca4483050 X-VCS-Branch: master Date: Thu, 29 Dec 2016 08:55:49 +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: de89ae3d-f23c-4f76-bbfa-a2584a6a4958 X-Archives-Hash: a833feba49387e1d5b9c923772b813bb commit: 99408de1f9302ff05cc08873fd59186ca4483050 Author: Ulrich Müller gentoo org> AuthorDate: Thu Dec 29 08:55:20 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Dec 29 08:55:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99408de1 app-emacs/howm: Remove old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emacs/howm/Manifest | 1 - app-emacs/howm/howm-1.3.9.2.ebuild | 42 -------------------------------------- 2 files changed, 43 deletions(-) diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest index 8fe827d..052a78e 100644 --- a/app-emacs/howm/Manifest +++ b/app-emacs/howm/Manifest @@ -1,2 +1 @@ -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.3.9.2.ebuild b/app-emacs/howm/howm-1.3.9.2.ebuild deleted file mode 100644 index 393ad50..00000000 --- a/app-emacs/howm/howm-1.3.9.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 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-1+ GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf --with-docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_compile() { - emake -j1