From 0fe65854ea3cb286d05f96a0951d49aa7e054c86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 4 Jan 2007 16:53:45 +0000 Subject: [PATCH] Fix broken autotools handling. Package-Manager: portage-2.1.2_rc4-r5 --- net-p2p/gnunet/ChangeLog | 8 ++++++-- net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild | 25 ++++++++++++++----------- net-p2p/hx/ChangeLog | 7 +++++-- net-p2p/hx/hx-0.4.11.ebuild | 21 ++++++++++++++++----- 4 files changed, 41 insertions(+), 20 deletions(-) diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index b5fb82b53aa7..4932c4b9a459 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gnunet -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.48 2006/11/23 17:30:57 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.49 2007/01/04 16:48:57 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò + gnunet-0.7.0d-r1.ebuild: + Fix broken autotools handling. 23 Nov 2006; Francesco Riosa gnunet-0.6.2b.ebuild, gnunet-0.7.0d-r1.ebuild: diff --git a/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild b/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild index 821fa6a72bef..9616d555429c 100644 --- a/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild +++ b/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild,v 1.4 2006/11/23 17:30:57 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0d-r1.ebuild,v 1.5 2007/01/04 16:48:57 flameeyes Exp $ -inherit eutils libtool +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils autotools S="${WORKDIR}/GNUnet-${PV}" DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." @@ -49,18 +52,18 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-nulludp.patch - # make mysql default sqstore if we do not compile sql support + # make mysql default sqstore if we do not compile sql support # (bug #107330) ! use sqlite && \ sed -i 's:default "sqstore_sqlite":default "sqstore_mysql":' \ contrib/config-daemon.in - # we do not want to built gtk support with USE=-gtk + # we do not want to built gtk support with USE=-gtk if ! use gtk ; then sed -i "s:AC_DEFINE_UNQUOTED..HAVE_GTK.*:true:" configure.ac - autoconf || die "autoconf failed" - libtoolize --copy --force fi + + AT_M4DIR="${S}/m4" eautoreconf } src_compile() { @@ -107,10 +110,10 @@ pkg_postinst() { use ipv6 && ewarn "ipv6 support is -very- experimental and prone to bugs" einfo einfo "To configure" - einfo " 1) Add user(s) to the gnunet group" - einfo " 2) Run 'gnunet-setup' to generate your client config file" - einfo " 3) Run gnunet-setup -d to generate a server config file" - einfo " 4) Optionally copy the .gnunet/gnunetd.conf into /etc and" + einfo " 1) Add user(s) to the gnunet group" + einfo " 2) Run 'gnunet-setup' to generate your client config file" + einfo " 3) Run gnunet-setup -d to generate a server config file" + einfo " 4) Optionally copy the .gnunet/gnunetd.conf into /etc and" einfo "\tuse as a global server config file:" einfo "$ gnunet-setup -d" einfo "# cp ~/.gnunet/gnunetd.conf /etc/" diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog index f620101192ca..146ae0c09472 100644 --- a/net-p2p/hx/ChangeLog +++ b/net-p2p/hx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/hx -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.5 2006/10/29 13:04:40 kang Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.6 2007/01/04 16:53:45 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò hx-0.4.11.ebuild: + Fix broken autotools handling. 29 Oct 2006; Guillaume Destuynder hx-0.4.11.ebuild: Marked stable for x86 diff --git a/net-p2p/hx/hx-0.4.11.ebuild b/net-p2p/hx/hx-0.4.11.ebuild index 2ba411c12939..a8b1c4f1391d 100644 --- a/net-p2p/hx/hx-0.4.11.ebuild +++ b/net-p2p/hx/hx-0.4.11.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.11.ebuild,v 1.2 2006/10/29 13:04:40 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.11.ebuild,v 1.3 2007/01/04 16:53:45 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit autotools LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc" @@ -18,9 +23,16 @@ DEPEND="virtual/libc SLOT="0" +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + + cd "${S}" + eautoreconf +} + src_compile() { - cd work/${MY_P} - libtoolize --copy --force econf \ `use_enable ssl idea` \ `use_enable ssl cipher` \ @@ -32,7 +44,6 @@ src_compile() { } src_install() { - cd ${PF}/work/${MY_P} dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \ run/hx/hxrc run/hx/hxvars -- 2.26.2