diff options
author | 2007-02-04 18:27:40 +0000 | |
---|---|---|
committer | 2007-02-04 18:27:40 +0000 | |
commit | d08ff66a81b1a6172045a2712e36847a0a2faea4 (patch) | |
tree | a0b9425fc91e57a98400658ce0c8a8f252462f10 /app-text/new | |
parent | Drop mirroring restriction. Thanks to Zhang Le of bug #163088. (diff) | |
download | gentoo-2-d08ff66a81b1a6172045a2712e36847a0a2faea4.tar.gz gentoo-2-d08ff66a81b1a6172045a2712e36847a0a2faea4.tar.bz2 gentoo-2-d08ff66a81b1a6172045a2712e36847a0a2faea4.zip |
amd64 stable, bug 151429
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-text/new')
-rw-r--r-- | app-text/new/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/new/new-1.3.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog index 5bbc386fc519..9cf035174193 100644 --- a/app-text/new/ChangeLog +++ b/app-text/new/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/new # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.14 2007/01/20 20:53:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.15 2007/02/04 18:27:40 beandog Exp $ + + 04 Feb 2007; Steve Dibb <beandog@gentoo.org> new-1.3.5.ebuild: + amd64 stable, bug 151429 20 Jan 2007; nixnut <nixnut@gentoo.org> new-1.3.5.ebuild: Stable on ppc wrt bug 151429 diff --git a/app-text/new/new-1.3.5.ebuild b/app-text/new/new-1.3.5.ebuild index 03d7f71604e1..42533bd0b499 100644 --- a/app-text/new/new-1.3.5.ebuild +++ b/app-text/new/new-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.5.ebuild,v 1.3 2007/01/20 20:53:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.5.ebuild,v 1.4 2007/02/04 18:27:40 beandog Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } |