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 75D67138359 for ; Tue, 4 Aug 2020 14:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABDC6E0BBA; Tue, 4 Aug 2020 14:37:19 +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 7140EE0BBA for ; Tue, 4 Aug 2020 14:37:19 +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 7802434F220 for ; Tue, 4 Aug 2020 14:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF41D2FE for ; Tue, 4 Aug 2020 14:37:15 +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: <1596551765.3db2539b8ce2daec01cb35730cbd057ff3c528e7.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/atto/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-editors/atto/Manifest app-editors/atto/atto-1.20_pre20180320.ebuild app-editors/atto/metadata.xml X-VCS-Directories: app-editors/atto/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3db2539b8ce2daec01cb35730cbd057ff3c528e7 X-VCS-Branch: master Date: Tue, 4 Aug 2020 14:37:15 +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: 72b65bd2-decf-493b-820c-119e0a11dc0a X-Archives-Hash: 309dcce72bacd2f4aaa63a6ca6d6f03c commit: 3db2539b8ce2daec01cb35730cbd057ff3c528e7 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 4 14:36:05 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 4 14:36:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3db2539b app-editors/atto: Initial import. Ebuild contributed by me. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Ulrich Müller gentoo.org> app-editors/atto/Manifest | 1 + app-editors/atto/atto-1.20_pre20180320.ebuild | 32 +++++++++++++++++++++++++++ app-editors/atto/metadata.xml | 16 ++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/app-editors/atto/Manifest b/app-editors/atto/Manifest new file mode 100644 index 0000000..d675e37 --- /dev/null +++ b/app-editors/atto/Manifest @@ -0,0 +1 @@ +DIST atto-1.20_pre20180320.tar.gz 188924 BLAKE2B c2963f09cf83f4243050dda2869c784c07e829ff05836ba994871d6cf7a74e54bd5a689c25e70c416d041f49a3247b24ad50e9bb064f819780c661517df30f8a SHA512 9d4ad28f059272255e92eba4f79d9659d798bb6446ce670e49f98602ed738f58742b10106a05d2c935a381384e244b5d7a731e5001f01ae907ad6ea574078174 diff --git a/app-editors/atto/atto-1.20_pre20180320.ebuild b/app-editors/atto/atto-1.20_pre20180320.ebuild new file mode 100644 index 0000000..655cdf2 --- /dev/null +++ b/app-editors/atto/atto-1.20_pre20180320.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +COMMIT="1485816cc8e7556c634d2676b3ff17c3b998062a" +DESCRIPTION="The smallest functional Emacs in less than 2000 lines of C" +HOMEPAGE="https://github.com/hughbarney/atto" +SRC_URI="https://github.com/hughbarney/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-${COMMIT}" + +src_compile() { + emake CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" \ + LD="$(tc-getCC) ${LDFLAGS}" \ + LIBS="$("$(tc-getPKG_CONFIG)" --libs ncursesw)" +} + +src_install() { + dobin atto + dodoc README.md CHANGE.LOG.md docs/*.txt +} diff --git a/app-editors/atto/metadata.xml b/app-editors/atto/metadata.xml new file mode 100644 index 0000000..03d8f55 --- /dev/null +++ b/app-editors/atto/metadata.xml @@ -0,0 +1,16 @@ + + + + + emacs@gentoo.org + Gentoo Emacs project + + + Atto Emacs is a minimal functional Emacs in less than 2000 lines + of C code. It is derived from Anthony's Editor and uses a buffer-gap + to represent the file in memory. + + + hughbarney/atto + +