diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-30 10:28:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-30 10:28:09 +0000 |
commit | 0b5f51a81a2374da3b7dec58fa4c6ed2158ba3d1 (patch) | |
tree | ad1ae7bb9c8f54f312f531c4207efb79d353eaaa /app-editors | |
parent | Version bump. (diff) | |
download | gentoo-2-0b5f51a81a2374da3b7dec58fa4c6ed2158ba3d1.tar.gz gentoo-2-0b5f51a81a2374da3b7dec58fa4c6ed2158ba3d1.tar.bz2 gentoo-2-0b5f51a81a2374da3b7dec58fa4c6ed2158ba3d1.zip |
Version bump. Remove old.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emact/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/emact/emact-2.53.0.ebuild (renamed from app-editors/emact/emact-2.50.0.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-editors/emact/ChangeLog b/app-editors/emact/ChangeLog index aad1931067f5..d9c2689a0d06 100644 --- a/app-editors/emact/ChangeLog +++ b/app-editors/emact/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/emact # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.10 2008/05/01 08:49:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.11 2008/07/30 10:28:09 ulm Exp $ + +*emact-2.53.0 (30 Jul 2008) + + 30 Jul 2008; Ulrich Mueller <ulm@gentoo.org> -emact-2.50.0.ebuild, + +emact-2.53.0.ebuild: + Version bump. Remove old. 01 May 2008; Christian Faulhammer <opfer@gentoo.org> emact-2.52.0.ebuild: stable x86/amd64, bug 217943 diff --git a/app-editors/emact/emact-2.50.0.ebuild b/app-editors/emact/emact-2.53.0.ebuild index 2be814a4b4e4..6c7aa758177b 100644 --- a/app-editors/emact/emact-2.50.0.ebuild +++ b/app-editors/emact/emact-2.53.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.50.0.ebuild,v 1.6 2008/03/21 08:42:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v 1.1 2008/07/30 10:28:09 ulm Exp $ DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" HOMEPAGE="http://www.eligis.com/emacs/" @@ -8,7 +8,7 @@ SRC_URI="http://www.eligis.com/emacs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="X" DEPEND="sys-libs/ncurses @@ -26,7 +26,6 @@ src_compile() { } src_install() { - dodir /usr/bin /usr/share emake INSTALL="${D}"/usr install || die "emake install failed" dodoc README || die "dodoc failed" } |