diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-19 07:53:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-19 07:53:50 +0000 |
commit | 597313d879935ba301f66f3bd370a39b9cb18afc (patch) | |
tree | 1eca8329d67ce31a042482740e4edbae8160eabc /app-misc/twin | |
parent | old (diff) | |
download | gentoo-2-597313d879935ba301f66f3bd370a39b9cb18afc.tar.gz gentoo-2-597313d879935ba301f66f3bd370a39b9cb18afc.tar.bz2 gentoo-2-597313d879935ba301f66f3bd370a39b9cb18afc.zip |
Dont rebuild configure #72425.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/twin')
-rw-r--r-- | app-misc/twin/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/twin/files/twin-0.4.6-autotools.patch | 10 | ||||
-rw-r--r-- | app-misc/twin/twin-0.4.6.ebuild | 9 |
3 files changed, 21 insertions, 6 deletions
diff --git a/app-misc/twin/ChangeLog b/app-misc/twin/ChangeLog index a217666fc99c..6588dcda5de6 100644 --- a/app-misc/twin/ChangeLog +++ b/app-misc/twin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/twin -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/twin/ChangeLog,v 1.14 2005/01/01 15:27:52 eradicator Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/twin/ChangeLog,v 1.15 2005/06/19 07:53:50 vapier Exp $ + + 19 Jun 2005; Mike Frysinger <vapier@gentoo.org> + +files/twin-0.4.6-autotools.patch, twin-0.4.6.ebuild: + Dont rebuild configure #72425. *twin-0.4.6 (01 Jun 2004) diff --git a/app-misc/twin/files/twin-0.4.6-autotools.patch b/app-misc/twin/files/twin-0.4.6-autotools.patch new file mode 100644 index 000000000000..900e3c5cc251 --- /dev/null +++ b/app-misc/twin/files/twin-0.4.6-autotools.patch @@ -0,0 +1,10 @@ +Don't regenerate configure #72425 + +--- Makefile.in ++++ Makefile.in +@@ -91,5 +91,2 @@ + +-configure: configure.in $(ADMIN_LIBTOOLS) $(ADMIN_ACLOCAL) include/autoconf.h.in +- rm -f $@ && autoconf --localdir=admin +- + include/autoconf.h.in: configure.in diff --git a/app-misc/twin/twin-0.4.6.ebuild b/app-misc/twin/twin-0.4.6.ebuild index f7041b47c92a..6aff2759971f 100644 --- a/app-misc/twin/twin-0.4.6.ebuild +++ b/app-misc/twin/twin-0.4.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/twin/twin-0.4.6.ebuild,v 1.5 2005/01/01 15:27:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/twin/twin-0.4.6.ebuild,v 1.6 2005/06/19 07:53:50 vapier Exp $ -inherit fixheadtails +inherit eutils fixheadtails DESCRIPTION="A text-mode window environment" HOMEPAGE="http://twin.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/twin/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="X gtk ggi gpm" DEPEND="X? ( virtual/x11 ) @@ -21,7 +21,8 @@ DEPEND="X? ( virtual/x11 ) src_unpack() { unpack ${A} - cd ${S} + cd "${S}" + epatch "${FILESDIR}"/${P}-autotools.patch ht_fix_file configure } |