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 D884A1382C5 for ; Thu, 7 Jan 2021 19:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96E7E087B; Thu, 7 Jan 2021 19:04:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D21E9E087B for ; Thu, 7 Jan 2021 19:04:05 +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 BCD3A34142A for ; Thu, 7 Jan 2021 19:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A5A1491 for ; Thu, 7 Jan 2021 19:04:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610046065.9b4a328656ad7f6914cf785c89cbfd0119a53a05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librep/Manifest dev-libs/librep/librep-0.92.6.ebuild X-VCS-Directories: dev-libs/librep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b4a328656ad7f6914cf785c89cbfd0119a53a05 X-VCS-Branch: master Date: Thu, 7 Jan 2021 19:04:03 +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: 4997fab3-81a1-4182-a14d-45166e901afb X-Archives-Hash: cd826cc3ba23266d9f6c723fe6d2daf1 commit: 9b4a328656ad7f6914cf785c89cbfd0119a53a05 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 19:01:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 19:01:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4a3286 dev-libs/librep: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/librep/Manifest | 1 - dev-libs/librep/librep-0.92.6.ebuild | 78 ------------------------------------ 2 files changed, 79 deletions(-) diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest index d8a807e9d3d..c3822e20cfd 100644 --- a/dev-libs/librep/Manifest +++ b/dev-libs/librep/Manifest @@ -1,2 +1 @@ -DIST librep_0.92.6.tar.xz 472152 BLAKE2B 165fa8b1d68360e0b08909663cab0f334774030e970c0d376652bc819368eae647882091f1e8d1329f4d3c1c53def4f69aeb8c4d7fe5f327d06d528dc9bb2267 SHA512 6e347e788922af9458e6eddfdaf7935b69df8f70b3f6deb11e6abd67596aec05e7dce7f41db1c84e478347d379ced10cfb34672a797c853913fd538a78a1f96d DIST librep_0.92.7.tar.xz 651344 BLAKE2B 3a0e9a3eef0afa2e095537dfc307418ba87ce7a9baabdba262fd9a24b71cc6577fe1282412da495d56bf22007f1931c5b834f5bcf4c5ebe87d6b43a4975d630e SHA512 752cb2da31457200b5896f70ce24a097b261b996da25998cd78a777f982597473afce1a216f449a4a969d29b1678bf54e2f148e86de6f9548eeb5cfd530ae377 diff --git a/dev-libs/librep/librep-0.92.6.ebuild b/dev-libs/librep/librep-0.92.6.ebuild deleted file mode 100644 index 0028c09381f..00000000000 --- a/dev-libs/librep/librep-0.92.6.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools elisp-common eutils flag-o-matic ltprune - -DESCRIPTION="Shared library implementing a Lisp dialect" -HOMEPAGE="http://librep.sourceforge.net/" -SRC_URI="http://download.tuxfamily.org/librep/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="emacs readline" - -RDEPEND=" - >=sys-libs/gdbm-1.8.0 - emacs? ( >=app-editors/emacs-23.1:* ) - readline? ( sys-libs/readline:0= ) -" -DEPEND="${RDEPEND} - sys-apps/texinfo - app-arch/xz-utils -" - -PATCHES=( - "${FILESDIR}/${PN}-0.92.0-disable-elisp.patch" -) - -S="${WORKDIR}/${PN}_${PV}" - -src_prepare() { - # fix #570072 by restoring pre-GCC5 inline semantics - append-cflags -std=gnu89 - default - - # The configure script is missing from this version. - eautoreconf -} - -src_configure() { - econf \ - --libexecdir=/usr/$(get_libdir) \ - --without-gmp \ - --without-ffi \ - --disable-static \ - $(use_with readline) -} - -src_compile() { - default - - if use emacs; then - elisp-compile rep-debugger.el || die "elisp-compile failed" - fi -} - -src_install() { - default - prune_libtool_files --modules - - dodoc doc/* - - if use emacs; then - elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \ - || die "elisp-site-file-install failed" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -}