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 9388C58973 for ; Tue, 26 Jan 2016 23:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C50E08B0; Tue, 26 Jan 2016 23:30:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C22AE08B0 for ; Tue, 26 Jan 2016 23:30:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59B9F33F9D2 for ; Tue, 26 Jan 2016 23:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07C2CF7 for ; Tue, 26 Jan 2016 23:30:32 +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: <1453850673.1d41857fc8ab3953621361f865825c01f79e5a44.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/uemacs-pk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/uemacs-pk/Manifest app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild X-VCS-Directories: app-editors/uemacs-pk/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1d41857fc8ab3953621361f865825c01f79e5a44 X-VCS-Branch: master Date: Tue, 26 Jan 2016 23:30:32 +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: a6f26abe-3c35-4770-bcdd-226425b4c842 X-Archives-Hash: 0eb90e3aa035a80a0e6c99e9a82fb69d commit: 1d41857fc8ab3953621361f865825c01f79e5a44 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 26 23:24:33 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 26 23:24:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d41857f app-editors/uemacs-pk: Remove old. Package-Manager: portage-2.2.27 app-editors/uemacs-pk/Manifest | 1 - .../uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest index d8ed12f..dcbd543 100644 --- a/app-editors/uemacs-pk/Manifest +++ b/app-editors/uemacs-pk/Manifest @@ -1,2 +1 @@ -DIST uemacs-4.0.15_p20130222.tar.xz 151928 SHA256 eafab30840c684006876133f5d5042df19fa31ca3cf69a4e38998d950d5ec5ba SHA512 1815acba3b5165c5df0f71d34d687cd0022e7fc812bdd2cdd6778e371dd0e08ede4f670b241cf75c65f16f63f464017b83a113a1db4f0265e81441cc6dec3c0e WHIRLPOOL 5767f13984e61c82e41e68c034d48dd11aeef67433be4918e7eaf2c6e2870b52a43d71994b106287d3fddbcbf78ad2dd4d9e5807384a1712930161f6f46d74fe DIST uemacs-4.0.15_p20141208.tar.xz 151500 SHA256 271cf8afde5e069d5b22dfdb93ace83367a89ab9ebfb753e62219d3003633a62 SHA512 a632c82275ee652412aec7d8f3549d80c5fd5bb1211675828ec4c58365bb7819927ff4e92f6fb7b5b9030b681062773ea19f1af345d4d3ddb652c3d68507bdbb WHIRLPOOL aba112d6142a40b439300ab78c206d2cd4271486d45530c9a1500705ba46cbca03df11f1d0242bed1dd7701394c86a8349eb5661f3145ddd01a8f45ae5e478e7 diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild deleted file mode 100644 index f7b2cb2..0000000 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20130222.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" -HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary - ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" -# snapshot from git repo -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/uemacs" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch -} - -src_compile() { - emake V=1 \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" -} - -src_install() { - dobin em - insinto /usr/share/${PN} - doins emacs.hlp - newins emacs.rc .emacsrc - dodoc README readme.39e emacs.ps UTF-8-demo.txt -}