summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-04 17:06:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-04 17:06:43 +0000
commita0b3f438d7a6ba221d394515ecbc88b2b4204527 (patch)
treeb5c67dda847c215ee736adae885a9da316f2b569 /dev-tinyos/tos-uisp
parentUse eautoreconf, not the bootstrap script. (diff)
downloadgentoo-2-a0b3f438d7a6ba221d394515ecbc88b2b4204527.tar.gz
gentoo-2-a0b3f438d7a6ba221d394515ecbc88b2b4204527.tar.bz2
gentoo-2-a0b3f438d7a6ba221d394515ecbc88b2b4204527.zip
Use eautoreconf, not the bootstrap script.
(Portage version: 2.1.5.3)
Diffstat (limited to 'dev-tinyos/tos-uisp')
-rw-r--r--dev-tinyos/tos-uisp/ChangeLog7
-rw-r--r--dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild18
2 files changed, 16 insertions, 9 deletions
diff --git a/dev-tinyos/tos-uisp/ChangeLog b/dev-tinyos/tos-uisp/ChangeLog
index 22688c6fd9f0..6efee8e11e75 100644
--- a/dev-tinyos/tos-uisp/ChangeLog
+++ b/dev-tinyos/tos-uisp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tinyos/tos-uisp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-uisp/ChangeLog,v 1.4 2007/07/23 05:28:16 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-uisp/ChangeLog,v 1.5 2008/06/04 17:06:43 flameeyes Exp $
+
+ 04 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> tos-uisp-1.1.15.ebuild:
+ Use eautoreconf, not the bootstrap script.
23 Jul 2007; Mike Frysinger <vapier@gentoo.org> tos-uisp-1.1.15.ebuild:
Punt bindnow-flags usage.
diff --git a/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild b/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild
index 156c56b8eefd..50620ce91a32 100644
--- a/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild
+++ b/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild,v 1.3 2007/07/23 05:28:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-uisp/tos-uisp-1.1.15.ebuild,v 1.4 2008/06/04 17:06:43 flameeyes Exp $
+
+inherit autotools
CVS_MONTH="Dec"
CVS_YEAR="2005"
@@ -20,11 +22,13 @@ RDEPEND="!dev-embedded/uisp"
S=${WORKDIR}/${MY_P}-${PV}${CVS_MONTH}${CVS_YEAR}cvs/tools/src/uisp
-src_compile() {
- dosed "s:AM_INIT_AUTOMAKE(uisp, 20050519tinyos):AM_INIT_AUTOMAKE(tos-uisp, ${PV}):" configure.in
- ./bootstrap
- econf || die "configure failed"
- emake || die "make failed"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ sed -i -e "s:AM_INIT_AUTOMAKE(uisp, 20050519tinyos):AM_INIT_AUTOMAKE(tos-uisp, ${PV}):" configure.in
+
+ eautoreconf
}
src_install() {