# 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ò <flameeyes@gentoo.org>
+ gnunet-0.7.0d-r1.ebuild:
+ Fix broken autotools handling.
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> gnunet-0.6.2b.ebuild,
gnunet-0.7.0d-r1.ebuild:
-# 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."
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() {
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/"
# 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ò <flameeyes@gentoo.org> hx-0.4.11.ebuild:
+ Fix broken autotools handling.
29 Oct 2006; Guillaume Destuynder <kang@gentoo.org> hx-0.4.11.ebuild:
Marked stable for x86
-# 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"
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` \
}
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