diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:25:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:25:13 +0000 |
commit | d58e6aeaa1a1fac00f35545ea7b12a5001c75554 (patch) | |
tree | b6884f5d04adf679b11ca1e5892db3fd60659dcf /app-text/new | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-d58e6aeaa1a1fac00f35545ea7b12a5001c75554.tar.gz gentoo-2-d58e6aeaa1a1fac00f35545ea7b12a5001c75554.tar.bz2 gentoo-2-d58e6aeaa1a1fac00f35545ea7b12a5001c75554.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-text/new')
-rw-r--r-- | app-text/new/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/new/new-1.3.2.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog index 37c0f5ad9210..2e20c516e20a 100644 --- a/app-text/new/ChangeLog +++ b/app-text/new/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/new -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.9 2005/04/24 11:41:19 hansmi Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.10 2007/01/05 07:25:13 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> new-1.3.2.ebuild: + Remove gnuconfig_update usage, leave it to econf. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> new-1.3.2.ebuild: Stable on ppc. diff --git a/app-text/new/new-1.3.2.ebuild b/app-text/new/new-1.3.2.ebuild index e97bcfdce032..a95c4cf9b658 100644 --- a/app-text/new/new-1.3.2.ebuild +++ b/app-text/new/new-1.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.2.ebuild,v 1.6 2005/04/24 11:41:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.2.ebuild,v 1.7 2007/01/05 07:25:13 flameeyes Exp $ -inherit eutils gnuconfig +inherit eutils DESCRIPTION="template system useful when used with a simple text editor (like vi)" HOMEPAGE="http://www.flyn.org/" @@ -16,8 +16,6 @@ IUSE="" src_unpack() { unpack ${A} ; cd ${S}/src epatch ${FILESDIR}/${PN}-gcc-3.patch - - cd ${S} ; gnuconfig_update } src_install() { |