diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-17 17:02:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-17 17:02:58 +0000 |
commit | 26587730ce018740c6086ba866d5e83a70e13aa8 (patch) | |
tree | 8975ae959de961cb82570f75a5904d8aafde3215 /app-text/expander | |
parent | Add ~amd64 (diff) | |
download | gentoo-2-26587730ce018740c6086ba866d5e83a70e13aa8.tar.gz gentoo-2-26587730ce018740c6086ba866d5e83a70e13aa8.tar.bz2 gentoo-2-26587730ce018740c6086ba866d5e83a70e13aa8.zip |
Add ~amd64, EAPI4
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-text/expander')
-rw-r--r-- | app-text/expander/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/expander/expander-2.0.5-r1.ebuild | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/app-text/expander/ChangeLog b/app-text/expander/ChangeLog index 5a10d0edc762..9f481a529a85 100644 --- a/app-text/expander/ChangeLog +++ b/app-text/expander/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/expander -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/expander/ChangeLog,v 1.11 2010/09/18 21:14:47 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/expander/ChangeLog,v 1.12 2012/10/17 17:02:58 ago Exp $ + + 17 Oct 2012; Agostino Sarubbo <ago@gentoo.org> expander-2.0.5-r1.ebuild: + Add ~amd64, EAPI4 *expander-2.0.5-r1 (18 Sep 2010) @@ -38,4 +41,3 @@ 30 Oct 2003; Brandy Westcott brandy@gentoo.org expander-2.0.5.ebuild: Initial import. Expander is a utility that acts as a filter for text editors. Closes bug #30604. - diff --git a/app-text/expander/expander-2.0.5-r1.ebuild b/app-text/expander/expander-2.0.5-r1.ebuild index af604b8f823f..317773f51fc9 100644 --- a/app-text/expander/expander-2.0.5-r1.ebuild +++ b/app-text/expander/expander-2.0.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5-r1.ebuild,v 1.1 2010/09/18 21:14:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5-r1.ebuild,v 1.2 2012/10/17 17:02:58 ago Exp $ -EAPI="2" +EAPI=4 inherit eutils toolchain-funcs @@ -12,18 +12,17 @@ SRC_URI="ftp://ftp.nedit.org/pub/contrib/misc/nedit_expander_kit_2.05.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${PN} src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch - } src_compile() { - emake -C src CC=$(tc-getCC) || die "make failed" + emake -C src CC=$(tc-getCC) } src_install() { |