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 46908138334 for ; Fri, 23 Aug 2019 12:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DCD7E077C; Fri, 23 Aug 2019 12:30:23 +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 4FBBDE077D for ; Fri, 23 Aug 2019 12:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D680D34A200 for ; Fri, 23 Aug 2019 12:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAFB771 for ; Fri, 23 Aug 2019 12:30:04 +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: <1566563388.28c598552627a85c56dbd464e089a2d45a188da7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/riece/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/riece/Manifest app-emacs/riece/riece-8.0.0.ebuild X-VCS-Directories: app-emacs/riece/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 28c598552627a85c56dbd464e089a2d45a188da7 X-VCS-Branch: master Date: Fri, 23 Aug 2019 12:30:04 +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: 91690c30-ca3b-4704-a82b-6e0d49a370c3 X-Archives-Hash: 07b782675266905c7054943e35536449 commit: 28c598552627a85c56dbd464e089a2d45a188da7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 11:59:27 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 12:29:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c59855 app-emacs/riece: Remove old. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/riece/Manifest | 1 - app-emacs/riece/riece-8.0.0.ebuild | 40 -------------------------------------- 2 files changed, 41 deletions(-) diff --git a/app-emacs/riece/Manifest b/app-emacs/riece/Manifest index bd36ae263b6..e62875602c8 100644 --- a/app-emacs/riece/Manifest +++ b/app-emacs/riece/Manifest @@ -1,2 +1 @@ -DIST riece-8.0.0.tar.gz 432370 BLAKE2B 042392697d6110490dcdb278fe8c9c68983b1d926f97231ddf08967735c3f526f41a7135378d49dcfba1344c0092cf43ce7ebe05ca039053002d166182c22601 SHA512 ac219f882c2dedcba2bf3d75e5b934c363dfdd6d8f9e35ce11040d85fca526f8368a57535b729952d6f2731f3ec328bad3913426d0bb0b4bff78a407bfd63a96 DIST riece-9.0.0.tar.gz 438553 BLAKE2B eaa54c7f5b445657b0a1e09914b145ccaa88a26c5f14d7b6c37061c25b90210f4fd0ec9bb6867ed881212314d0f4d9fe81f60fbde64accf8091d72cc6f9a8576 SHA512 3fbfa4a6d898a713248ce217939af208729eb441ab7ecea2d2c028ce228db1363cb7d90d0de4636bd9fe10813c73f9ef70fb003cfc2fe64ec25b71c9821e8bf6 diff --git a/app-emacs/riece/riece-8.0.0.ebuild b/app-emacs/riece/riece-8.0.0.ebuild deleted file mode 100644 index 68b8bfcd09e..00000000000 --- a/app-emacs/riece/riece-8.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="A redesign of Liece IRC client" -HOMEPAGE="http://www.nongnu.org/riece/" -SRC_URI="http://download.savannah.gnu.org/releases/riece/${P}.tar.gz" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="l10n_ja" -RESTRICT="test" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf --with-lispdir="${EPREFIX}${SITELISP}" -} - -src_compile() { - default -} - -src_install() { - emake DESTDIR="${D}" \ - lispdir="${ED}${SITELISP}" \ - install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* - - if use l10n_ja; then - dodoc NEWS.ja README.ja doc/HACKING.ja - else - rm -f "${ED}"/usr/share/info/riece-ja.info* - fi -}