diff options
author | Jon Hood <squinky86@gentoo.org> | 2005-02-02 16:55:19 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2005-02-02 16:55:19 +0000 |
commit | c402d6e2b2255db92c73f37ce2ad03e50db28a41 (patch) | |
tree | 33c544a1028d23c709cbbaaf5290e8af6061519a /net-p2p/gift-ares | |
parent | mark openhbci-0.9.17 stable and remove outdated versions. (diff) | |
download | gentoo-2-c402d6e2b2255db92c73f37ce2ad03e50db28a41.tar.gz gentoo-2-c402d6e2b2255db92c73f37ce2ad03e50db28a41.tar.bz2 gentoo-2-c402d6e2b2255db92c73f37ce2ad03e50db28a41.zip |
Initial commit, #78265.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-p2p/gift-ares')
-rw-r--r-- | net-p2p/gift-ares/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/gift-ares/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/gift-ares/files/digest-gift-ares-0.2.1 | 1 | ||||
-rw-r--r-- | net-p2p/gift-ares/gift-ares-0.2.1.ebuild | 37 | ||||
-rw-r--r-- | net-p2p/gift-ares/metadata.xml | 8 |
5 files changed, 57 insertions, 0 deletions
diff --git a/net-p2p/gift-ares/ChangeLog b/net-p2p/gift-ares/ChangeLog new file mode 100644 index 000000000000..be20f6e3ac80 --- /dev/null +++ b/net-p2p/gift-ares/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-p2p/gift-ares +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.1 2005/02/02 16:55:19 squinky86 Exp $ + +*gift-ares-0.2.1 (02 Feb 2005) + + 02 Feb 2005; Jon Hood <squinky86@gentoo.org> +gift-ares-0.2.1.ebuild: + Initial commit, #78265. Thanks Sveinung Kvilhaugsvik <sveinung@HotPOP.com>. + diff --git a/net-p2p/gift-ares/Manifest b/net-p2p/gift-ares/Manifest new file mode 100644 index 000000000000..f86bfab93f9d --- /dev/null +++ b/net-p2p/gift-ares/Manifest @@ -0,0 +1,2 @@ +MD5 46bacfb43ee176d4dd050bd9024ab97f gift-ares-0.2.1.ebuild 861 +MD5 ad7fa2d1b20b72336619bc7e9a7bba09 files/digest-gift-ares-0.2.1 68 diff --git a/net-p2p/gift-ares/files/digest-gift-ares-0.2.1 b/net-p2p/gift-ares/files/digest-gift-ares-0.2.1 new file mode 100644 index 000000000000..b8cb2679c0f7 --- /dev/null +++ b/net-p2p/gift-ares/files/digest-gift-ares-0.2.1 @@ -0,0 +1 @@ +MD5 fb93ad2ec3b1c85edd72b57a4f078a96 gift-ares-0.2.1.tar.bz2 284931 diff --git a/net-p2p/gift-ares/gift-ares-0.2.1.ebuild b/net-p2p/gift-ares/gift-ares-0.2.1.ebuild new file mode 100644 index 000000000000..af0c17ea1742 --- /dev/null +++ b/net-p2p/gift-ares/gift-ares-0.2.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/gift-ares-0.2.1.ebuild,v 1.1 2005/02/02 16:55:19 squinky86 Exp $ + +IUSE="" + +DESCRIPTION="Ares Plugin for giFT" +HOMEPAGE="http://gift-ares.berlios.de/" +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.8" + +src_compile() { + econf || die "Ares plugin failed to configure" + emake || die "Ares plugin failed to build" +} + +src_install() { + make install DESTDIR="${D}" || die "Ares plugin failed to install" + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + +pkg_postinst() { + einfo "It is recommended that you re-run gift-setup as" + einfo "the user you will run the giFT daemon as:" + einfo "\tgift-setup" + echo + einfo "Alternatively, if this plugin is already" + einfo "configured, you can add the following line" + einfo "to ~/.giFT/giftd.conf" + einfo "plugins = Ares" +} diff --git a/net-p2p/gift-ares/metadata.xml b/net-p2p/gift-ares/metadata.xml new file mode 100644 index 000000000000..c8bafd42f27b --- /dev/null +++ b/net-p2p/gift-ares/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-p2p</herd> +<maintainer> + <email>net-p2p@gentoo.org</email> +</maintainer> +</pkgmetadata> |