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 4D280138334 for ; Wed, 25 Dec 2019 12:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB05E09B7; Wed, 25 Dec 2019 12:18:30 +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 5D7D4E09B7 for ; Wed, 25 Dec 2019 12:18:30 +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 F181334DB40 for ; Wed, 25 Dec 2019 12:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5077532 for ; Wed, 25 Dec 2019 12:18:27 +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: <1577276121.bdc1fcf27290493ec5adb14994913fe39da06eb6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elib/, app-emacs/elib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/elib/Manifest app-emacs/elib/elib-1.0-r1.ebuild app-emacs/elib/files/50elib-gentoo.el app-emacs/elib/files/elib-1.0-texinfo-5.patch app-emacs/elib/metadata.xml X-VCS-Directories: app-emacs/elib/files/ app-emacs/elib/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bdc1fcf27290493ec5adb14994913fe39da06eb6 X-VCS-Branch: master Date: Wed, 25 Dec 2019 12:18:27 +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: 23d7c420-217a-47e0-9177-549592592505 X-Archives-Hash: 4a537b111cc0e53a19928be8a3a37611 commit: bdc1fcf27290493ec5adb14994913fe39da06eb6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 25 12:15:21 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 25 12:15:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc1fcf2 app-emacs/elib: Remove package. Bug: https://bugs.gentoo.org/701160 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/elib/Manifest | 1 - app-emacs/elib/elib-1.0-r1.ebuild | 33 --------------------------- app-emacs/elib/files/50elib-gentoo.el | 1 - app-emacs/elib/files/elib-1.0-texinfo-5.patch | 14 ------------ app-emacs/elib/metadata.xml | 12 ---------- 5 files changed, 61 deletions(-) diff --git a/app-emacs/elib/Manifest b/app-emacs/elib/Manifest deleted file mode 100644 index 5507f45d562..00000000000 --- a/app-emacs/elib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elib-1.0.tar.gz 58335 BLAKE2B 7c2a976685cc23a73fce86d63f40a476d24551415d7427044ca9e5ab72df64043d8102db21394f66f2fdf2b98bdc336312d3754f16b891122cb1e170ff3fa62c SHA512 ca5d6e0861f3d8d049911a9e4455169263bd781992103baacadae560fce0fedddb734617338cb5fac51420fcb2035622042836fa7198fe7bec312a0015da266d diff --git a/app-emacs/elib/elib-1.0-r1.ebuild b/app-emacs/elib/elib-1.0-r1.ebuild deleted file mode 100644 index 331d040e347..00000000000 --- a/app-emacs/elib/elib-1.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp eutils - -DESCRIPTION="The Emacs Lisp Library" -HOMEPAGE="http://jdee.sourceforge.net" -SRC_URI="http://jdee.sunsite.dk/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - epatch "${FILESDIR}/${P}-texinfo-5.patch" - sed -i 's:--infodir:--info-dir:g' Makefile || die -} - -src_compile() { - default -} - -src_install() { - dodir "${SITELISP}/elib" - dodir /usr/share/info - emake prefix="${ED}/usr" infodir="${ED}/usr/share/info" install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog NEWS README TODO -} diff --git a/app-emacs/elib/files/50elib-gentoo.el b/app-emacs/elib/files/50elib-gentoo.el deleted file mode 100644 index 431f7e90ae7..00000000000 --- a/app-emacs/elib/files/50elib-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/elib/files/elib-1.0-texinfo-5.patch b/app-emacs/elib/files/elib-1.0-texinfo-5.patch deleted file mode 100644 index 53d18d24835..00000000000 --- a/app-emacs/elib/files/elib-1.0-texinfo-5.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- elib-1.0-orig/elib.texi -+++ elib-1.0/elib.texi -@@ -33,9 +33,9 @@ - @sp 4 - @comment The title is printed in a large font. - @center @titlefont{User's Guide} --@sp -+@sp 1 - @center @titlefont{to} --@sp -+@sp 1 - @center @titlefont{Elib - The Emacs Lisp Library} - @sp 2 - @center version 1.0 diff --git a/app-emacs/elib/metadata.xml b/app-emacs/elib/metadata.xml deleted file mode 100644 index 8269357eebf..00000000000 --- a/app-emacs/elib/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - - jdee - -