From 91e452d5d14f6732d9835200e455cea6ece1c77e Mon Sep 17 00:00:00 2001 From: Karol Wojtaszek Date: Wed, 27 Apr 2005 20:10:13 +0000 Subject: Version bump, bug #88656 Package-Manager: portage-2.0.51.19 --- net-p2p/gift-ares/ChangeLog | 8 +++- net-p2p/gift-ares/files/digest-gift-ares-0.2.2 | 1 + .../gift-ares/files/gift-ares-0.2.2-gentoo.patch | 11 ++++++ net-p2p/gift-ares/gift-ares-0.2.2.ebuild | 46 ++++++++++++++++++++++ net-p2p/gift-fasttrack/ChangeLog | 8 +++- .../files/digest-gift-fasttrack-0.8.7 | 1 - .../files/digest-gift-fasttrack-0.8.9 | 1 + net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild | 43 -------------------- net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild | 44 +++++++++++++++++++++ 9 files changed, 117 insertions(+), 46 deletions(-) create mode 100644 net-p2p/gift-ares/files/digest-gift-ares-0.2.2 create mode 100644 net-p2p/gift-ares/files/gift-ares-0.2.2-gentoo.patch create mode 100644 net-p2p/gift-ares/gift-ares-0.2.2.ebuild delete mode 100644 net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.7 create mode 100644 net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.9 delete mode 100644 net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild create mode 100644 net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild (limited to 'net-p2p') diff --git a/net-p2p/gift-ares/ChangeLog b/net-p2p/gift-ares/ChangeLog index be20f6e3ac80..e067c68dbdb5 100644 --- a/net-p2p/gift-ares/ChangeLog +++ b/net-p2p/gift-ares/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.2 2005/04/27 20:07:09 sekretarz Exp $ + +*gift-ares-0.2.2 (27 Apr 2005) + + 27 Apr 2005; Karol Wojtaszek + +files/gift-ares-0.2.2-gentoo.patch, +gift-ares-0.2.2.ebuild: + Version bump, bug #88656 *gift-ares-0.2.1 (02 Feb 2005) diff --git a/net-p2p/gift-ares/files/digest-gift-ares-0.2.2 b/net-p2p/gift-ares/files/digest-gift-ares-0.2.2 new file mode 100644 index 000000000000..8e57f454218c --- /dev/null +++ b/net-p2p/gift-ares/files/digest-gift-ares-0.2.2 @@ -0,0 +1 @@ +MD5 f5b1e4547e5672a0905b835538dabbd5 gift-ares-0.2.2.tar.bz2 287714 diff --git a/net-p2p/gift-ares/files/gift-ares-0.2.2-gentoo.patch b/net-p2p/gift-ares/files/gift-ares-0.2.2-gentoo.patch new file mode 100644 index 000000000000..0635c41e6e8e --- /dev/null +++ b/net-p2p/gift-ares/files/gift-ares-0.2.2-gentoo.patch @@ -0,0 +1,11 @@ +--- lib/as_ares.c.orig 2005-02-09 20:46:07.000000000 +0100 ++++ lib/as_ares.c 2005-04-27 21:23:20.083273544 +0200 +@@ -61,7 +61,7 @@ + /* id, name, type, data, callback, udata */ + { AS_LISTEN_PORT, "main/port", AS_CONF_INT, {59049}, + port_change_cb, NULL }, +- { AS_USER_NAME, "main/username", AS_CONF_STR, {"antares"}, ++ { AS_USER_NAME, "main/username", AS_CONF_STR, {0}, + NULL, NULL }, + { AS_DOWNLOAD_MAX_ACTIVE, NULL, AS_CONF_INT, {6}, + NULL, NULL }, diff --git a/net-p2p/gift-ares/gift-ares-0.2.2.ebuild b/net-p2p/gift-ares/gift-ares-0.2.2.ebuild new file mode 100644 index 000000000000..4659628ecb87 --- /dev/null +++ b/net-p2p/gift-ares/gift-ares-0.2.2.ebuild @@ -0,0 +1,46 @@ +# 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.2.ebuild,v 1.1 2005/04/27 20:07:09 sekretarz Exp $ + +inherit eutils + +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 ~amd64" + +DEPEND="dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.8" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-gentoo.patch +} + +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-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index 3cf15d7b6fb1..7b853f350a7a 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/gift-fasttrack # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.22 2005/02/02 16:57:27 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.23 2005/04/27 20:10:13 sekretarz Exp $ + +*gift-fasttrack-0.8.9 (27 Apr 2005) + + 27 Apr 2005; Karol Wojtaszek + -gift-fasttrack-0.8.7.ebuild, +gift-fasttrack-0.8.9.ebuild: + Version bump, bug #88656 02 Feb 2005; Jon Hood gift-fasttrack-0.8.8.ebuild: Fix postinstall information. diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.7 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.7 deleted file mode 100644 index 6605a2c2f923..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 022870472f3783f19bfe97fa87334478 giFT-FastTrack-0.8.7.tar.gz 362835 diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.9 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.9 new file mode 100644 index 000000000000..2295e46731e3 --- /dev/null +++ b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.9 @@ -0,0 +1 @@ +MD5 68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz 449505 diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild deleted file mode 100644 index 6c3afe101780..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.9 2005/02/02 16:57:27 squinky86 Exp $ - -IUSE="" - -MY_P=${P/gift-fasttrack/giFT-FastTrack} - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc amd64" - -DEPEND="virtual/libc - dev-util/pkgconfig" - -RDEPEND=">=net-p2p/gift-0.11.1 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${MY_P} - -src_compile() { -# cp /usr/share/libtool/ltmain.sh . -# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" - econf || die "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || die "FastTrack plugin failed to install" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - -pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "\tgiFT -p /usr/lib/giFT/libFastTrack.so" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/giftd.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -} diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild new file mode 100644 index 000000000000..fb437b089388 --- /dev/null +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild,v 1.1 2005/04/27 20:10:13 sekretarz Exp $ + +IUSE="" + +MY_P=${P/gift-fasttrack/giFT-FastTrack} + +DESCRIPTION="FastTrack Plugin for giFT" +HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" +SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" + +DEPEND="virtual/libc + dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.1 + >=sys-libs/zlib-1.1.4" + +S=${WORKDIR}/${MY_P} + +src_compile() { +# cp /usr/share/libtool/ltmain.sh . +# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" + econf || die "FastTrack plugin failed to configure" + emake || die "FastTrack plugin failed to build" +} + +src_install() { + make install DESTDIR="${D}" || die "FastTrack 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 you can add the following line to" + einfo "your ~/.giFT/giftd.conf configuration file:" + einfo "plugins = OpenFT:FastTrack" +} -- cgit v1.2.3-65-gdbad