diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-12 17:55:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-12 17:55:41 +0000 |
commit | c5d149b05f2c4858d56daea0bf5125820f237e70 (patch) | |
tree | 668f561bc17a50876848d18f51611a89bc1ed19f /app-editors/emact | |
parent | Version bump (diff) | |
download | gentoo-2-c5d149b05f2c4858d56daea0bf5125820f237e70.tar.gz gentoo-2-c5d149b05f2c4858d56daea0bf5125820f237e70.tar.bz2 gentoo-2-c5d149b05f2c4858d56daea0bf5125820f237e70.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/emact')
-rw-r--r-- | app-editors/emact/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emact/emact-2.54.0.ebuild | 34 |
2 files changed, 5 insertions, 36 deletions
diff --git a/app-editors/emact/ChangeLog b/app-editors/emact/ChangeLog index 0401a40cd8e8..1dec8ff0b3b2 100644 --- a/app-editors/emact/ChangeLog +++ b/app-editors/emact/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emact -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.22 2012/06/08 11:49:16 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.23 2014/02/12 17:55:41 ulm Exp $ + + 12 Feb 2014; Ulrich Müller <ulm@gentoo.org> -emact-2.54.0.ebuild: + Remove old. 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> emact-2.56.0.ebuild: x86 stable wrt bug #418559 diff --git a/app-editors/emact/emact-2.54.0.ebuild b/app-editors/emact/emact-2.54.0.ebuild deleted file mode 100644 index 9927c36ef6cf..000000000000 --- a/app-editors/emact/emact-2.54.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.54.0.ebuild,v 1.3 2009/06/11 20:25:09 maekke Exp $ - -inherit toolchain-funcs - -DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" -HOMEPAGE="http://www.eligis.com/emacs/" -SRC_URI="http://www.eligis.com/emacs/${P}.tar.gz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="X" - -DEPEND="sys-libs/ncurses - X? ( - x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM - )" - -RDEPEND="${DEPEND}" - -src_compile() { - tc-export CC - econf $(use_with X x) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake INSTALL="${D}"/usr install || die "emake install failed" - dodoc README || die "dodoc failed" -} |