Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152791 - net-p2p/aquila-0.1.9 (new ebuild)
Summary: net-p2p/aquila-0.1.9 (new ebuild)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://aquila.berlios.de/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-10-25 08:20 UTC by Johan Verrept
Modified: 2013-06-22 17:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
aquila-0.1.9.ebuild (aquila-0.1.9.ebuild,666 bytes, text/plain)
2006-10-25 08:22 UTC, Johan Verrept
Details
aquila-0.1.10_pre2.ebuild (aquila-0.1.10_pre2.ebuild,773 bytes, patch)
2006-12-09 00:50 UTC, bilateral
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.