Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 152791

Summary: net-p2p/aquila-0.1.9 (new ebuild)
Product: Gentoo Linux Reporter: Johan Verrept <johan.verrept>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: net-p2p
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://aquila.berlios.de/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: aquila-0.1.9.ebuild
aquila-0.1.10_pre2.ebuild

Description Johan Verrept 2006-10-25 08:20:38 UTC
Aquila is a lightweight NMDC hubsoft. For those unfamiliar with the NMDC p2p protocol, this is the server software for packages like net-p2p/valknut

I suggest net-p2p/aquila.
Comment 1 Johan Verrept 2006-10-25 08:22:16 UTC
Created attachment 100462 [details]
aquila-0.1.9.ebuild
Comment 2 Johan Verrept 2006-11-13 15:24:02 UTC
I'll maintain it if necessary.
Comment 3 bilateral 2006-12-09 00:50:18 UTC
Created attachment 103665 [details, diff]
aquila-0.1.10_pre2.ebuild

The latest beta.
Comment 4 bilateral 2006-12-09 01:31:12 UTC
Comment on attachment 103665 [details, diff]
aquila-0.1.10_pre2.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit eutils
>
>DESCRIPTION="Aquila Direct Connect Hub software."
>HOMEPAGE="http://aquila.berlios.de"
>SRC_URI="http://download.berlios.de/aquila/aquila-0.1.10-pre2.tar.gz"
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>IUSE="lua zlib"
>DEPEND="zlib? ( sys-libs/zlib ) 
>		lua? (=dev-lang/lua-5.0* )"
>RDEPEND="${DEPEND} sys-process/daemontools"
>
>src_unpack() {
>	if [ "${A}" != "" ]; then
>		unpack ${A}
>	fi
>}
>
>S="${WORKDIR}/aquila-0.1.10-pre2"
>
>src_compile() {
>	econf \
>		$(use_enable zlib zline) \
>		$(use_enable lua) \
>		|| die "econf failed"
>	emake || die "emake failed"
>}
>
>src_install() {
>	emake DESTDIR="${D}" install || die "emake install failed"
       dobin $S/tools/aqdtinstall
>}
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-10 05:47:44 UTC
Please, stop the nasty and redundant src_unpack.
Comment 6 Michael Palimaka (kensington) gentoo-dev 2013-06-22 17:45:11 UTC
Looks like upstream is gone.