diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-07-20 21:03:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-07-20 21:03:14 +0200 |
commit | 62e8ab49a9864090d0cae51747b1cc2f28322356 (patch) | |
tree | d12cd1e90d36b4cb7eddc6d99e24cc71cd77b210 /app-editors/emact | |
parent | app-editors/emact: Fix build failure with ncurses[tinfo]. (diff) | |
download | gentoo-62e8ab49a9864090d0cae51747b1cc2f28322356.tar.gz gentoo-62e8ab49a9864090d0cae51747b1cc2f28322356.tar.bz2 gentoo-62e8ab49a9864090d0cae51747b1cc2f28322356.zip |
app-editors/emact: Remove old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-editors/emact')
-rw-r--r-- | app-editors/emact/Manifest | 1 | ||||
-rw-r--r-- | app-editors/emact/emact-2.56.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-editors/emact/Manifest b/app-editors/emact/Manifest index d4d87ed4e355..585ab2d01fb6 100644 --- a/app-editors/emact/Manifest +++ b/app-editors/emact/Manifest @@ -1,2 +1 @@ -DIST emact-2.56.0.tar.gz 578640 BLAKE2B 2bdf0a88003c0cbd28153737eac588dbb068ed99a1166dc66a5fac33f91d2b3c7e058518733c6eddbfeb3291f3ad89dd4a6bfc4b11ccda0963a314a5fbf4e2b0 SHA512 96fce3bf3e00e84abd9de0778a02cfd284689073391e6f9eb3bb4a54e8899ae32d9e8acd45d0f1d575e36f171ca148fc574c9ecc71615df9a9907ee1d30bb99d DIST emact-2.58.0.tar.gz 581248 BLAKE2B 9be43cfc37973d683c5c824bf2f2d60d0ffab2791c46a4082f04d83fc705713d5806608e5802e786be4ced4b008842c5c6dca60b7a30c5483b29736ccc21ffe5 SHA512 43108d0bc1989ba6e11f12e86ad5fa4e0b06dc2cc11f54a8b1ca548bb91d2d201f62ffda5e8c11ff75a724229ca1a2ae3e2f439ebc62e1fe3f484f811a88a2c2 diff --git a/app-editors/emact/emact-2.56.0.ebuild b/app-editors/emact/emact-2.56.0.ebuild deleted file mode 100644 index 5ac2733b21f4..000000000000 --- a/app-editors/emact/emact-2.56.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} |