From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-editors/emact/Manifest | 5 +++++ app-editors/emact/emact-2.56.0.ebuild | 31 +++++++++++++++++++++++++++++++ app-editors/emact/metadata.xml | 27 +++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 app-editors/emact/Manifest create mode 100644 app-editors/emact/emact-2.56.0.ebuild create mode 100644 app-editors/emact/metadata.xml (limited to 'app-editors/emact') diff --git a/app-editors/emact/Manifest b/app-editors/emact/Manifest new file mode 100644 index 000000000000..801eb7a87052 --- /dev/null +++ b/app-editors/emact/Manifest @@ -0,0 +1,5 @@ +DIST emact-2.56.0.tar.gz 578640 SHA256 dfe5c17ed6bab49bdb46425bf616a6ce689b73f498a61c094eb97d1765007e57 SHA512 96fce3bf3e00e84abd9de0778a02cfd284689073391e6f9eb3bb4a54e8899ae32d9e8acd45d0f1d575e36f171ca148fc574c9ecc71615df9a9907ee1d30bb99d WHIRLPOOL 8d4e821c4a24c3cb2b9a5ca898a9a8e0d245242c1c0f8e2986212939d772df503222023d19918b32276e3061d92c7dbe6292a720a0255464e614254c7f7d742a +EBUILD emact-2.56.0.ebuild 605 SHA256 c89c898c1e9508207f51c505bc7fbceaed86e20203a792b13233257c68f3f4fd SHA512 c1b0ba7d6eafe7e177e412eb7310aff4ca2244c28099e05d38ec668346d3e518cd79b271e9204cfcbe0e9d654a2302105c8288a7b9eacfa4fde395c11737874b WHIRLPOOL 73343e9bcb5d8f0360b01d0a2f1e02167bda9c1a77c46c19b9ae88efacc08ba52a27083e715529a157cead0cba526b278c30d312d77fd73782c5ef12019125e3 +MISC ChangeLog 2313 SHA256 fef77f617a148f96d816a3817172fc8075d4918f298346d521f5bc7bbfbaa0cd SHA512 275f746df27698fef04fecaea182160c18293a4d29300745ebb2af7bb50bf11c61e6f73a7fbb470f389cb50c93c72c64a7e94c33b62171dce9f7c666fc98c36b WHIRLPOOL 120077c2cb366c4f87a9d14736517f4f2079e34379eb8ec4f36b7359c69ed4c35900ed6e472ccaa27a2572779c67a67632741a242f38627d828b741e17a73d27 +MISC ChangeLog-2015 3243 SHA256 cb4b5e7d6257cbe784e4d0618e18b10be61740df34b1e6cd960deeedba934b73 SHA512 c5c8d22a3aeb37b5f19a9df6b4d01aeb4195b90d3077d60038568a39a64afa172d1b512556eaa531abca6cda45eaf420e6ebc4d2f78c83035e279866bde6841e WHIRLPOOL 6eb8f7609aacad2ff1bf450e391b8f150adccbe601d11f3501425465bc82623101faad9e78e41ae903d2ee422cbc03fdb687fb13ddedeb6e8eef594003e29939 +MISC metadata.xml 1356 SHA256 89fe6278a1985e62b05a5404ca3cae3794f35292de4e2f9fcf57a5da236452c3 SHA512 f376c46dc531f259dda9842b817c5eb040c4c2f9ee811e728770b660e4af1b8d588081e34bd3149c88fbbfbb976cc6cdb3013a8c8a5ae488a198a9c3ac10d75d WHIRLPOOL 353cde5c249e8a2a0d4f0d20da2a42dec5104bc41b647101b0925b695477973d9938a536bf2d64bbd3762447e0b5f7c3c4b5913545e857bc43571b07ee7fa69e diff --git a/app-editors/emact/emact-2.56.0.ebuild b/app-editors/emact/emact-2.56.0.ebuild new file mode 100644 index 000000000000..5ac2733b21f4 --- /dev/null +++ b/app-editors/emact/emact-2.56.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" +HOMEPAGE="http://www.eligis.com/emacs/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+ BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="X" + +DEPEND="sys-libs/ncurses + X? ( x11-libs/libX11 )" +RDEPEND="${DEPEND}" + +src_prepare() { + # files in the tarball have all mode bits set to zero ... + chmod +x configure || die +} + +src_configure() { + econf $(use_with X x) +} + +src_install() { + emake INSTALL="${D}"/usr install + #dodoc README +} diff --git a/app-editors/emact/metadata.xml b/app-editors/emact/metadata.xml new file mode 100644 index 000000000000..d94e6b286818 --- /dev/null +++ b/app-editors/emact/metadata.xml @@ -0,0 +1,27 @@ + + + + + emacs@gentoo.org + Gentoo Emacs project + + + This product is an original development made to provide an emacs-like editor + on the PC for the purpose of writing Lisp code with the same features found + on other Lisp development systems. In 1985, with about 512 Ko of memory, it + was obvious that Gosling, GNU or other emacs written in Lisp were too big to + run on M$-DOG. So I decided to write my own editor that closely works like + those I used on VAX Unix at that time. I started with Conroy's MicroEMACS. + + After a great amount of time, made essentially after hours, EmACT is now + a pretty good clone of GNU Emacs. It has all the features that programmers + enjoy, like parentheses matching, auto-indent for Lisp, C, C++, compile + mode, tags and even a Lisp interpreter which is not however compatible with + GNU MockLisp. It can be ported to all UN*X systems (terminal and X-Window) + and it runs of course on all Intel based system in text or graphic mode + (MSDOS, OS/2, Windows 3.x, Windows NT/2000/XP and Windows 95/98/Me). + + + emact + + -- cgit v1.2.3