# ChangeLog for net-p2p/ghostwhitecrab
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.8 2006/10/01 19:19:42 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.9 2007/01/21 17:12:06 armin76 Exp $
+
+ 21 Jan 2007; Raúl Porcel <armin76@gentoo.org>
+ -ghostwhitecrab-0.9.1.ebuild, -ghostwhitecrab-0.9.2.ebuild:
+ Drop old
01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
ghostwhitecrab-0.9.7.2.ebuild:
+++ /dev/null
-MD5 fab8521ffa69c95907cb2ca338e0cae6 gwc-0.9.1.tar.bz2 113897
+++ /dev/null
-MD5 464e04e22e3c9cf037a7dcc4bf2735ab gwc-0.9.2.tar.bz2 115749
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.6 2006/04/26 04:10:09 squinky86 Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_P="gwc-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="stand-alone gwebcache daemon"
-HOMEPAGE="http://www.ghostwhitecrab.com/crab/"
-SRC_URI="http://www.ghostwhitecrab.com/crab/${MY_P}.tar.bz2"
-LICENSE="as-is FDL-1.1"
-SLOT="0"
-KEYWORDS="x86 hppa"
-
-DEPEND=">=sys-apps/sed-4
- sys-libs/zlib
- virtual/libc"
-RDEPEND=""
-
-pkg_setup() {
- enewgroup gwc
- enewuser gwc -1 /bin/bash /dev/null gwc
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:#User:User:g' examples/example.conf
- sed -i -e 's:#Group:Group:g' examples/example.conf
- sed -i -e 's:/var/db/gwc:/usr/share/gwc:g' examples/example.conf
- sed -i -e 's:#data_template\t\t/path/to/data_template:data_template\t\t/usr/share/gwc/data_template:g' examples/example.conf
- sed -i -e 's:#base_template\t\t/path/to/base_template:base_template\t\t/usr/share/gwc/base_template:g' examples/example.conf
- sed -i -e 's:sleep 1::g' config.sh
-}
-
-src_compile() {
- ./config.sh || die
- emake || die
-}
-
-src_install() {
- dobin src/gwc
- dodir /etc/${PN}
- insinto /etc/${PN}
- newins examples/example.conf gwc.conf
- dodir /usr/share/gwc
- touch ${D}/usr/share/gwc/peer_cache
- touch ${D}/usr/share/gwc/urls.good
- touch ${D}/usr/share/gwc/urls.bad
- insinto /usr/share/gwc
- newins examples/data_html.template data_template
- newins examples/base_html.template base_template
- chown -R gwc:gwc ${D}/usr/share/gwc
- dodir /var/log/gwc
- touch ${D}/var/log/gwc/main.log
- touch ${D}/var/log/gwc/access.log
- touch ${D}/var/log/gwc/dns.log
- touch ${D}/var/log/gwc/checks.log
- chown -R gwc:gwc ${D}/var/log/gwc
- exeinto /etc/init.d
- newexe ${FILESDIR}/gwc.init gwc
- dohtml doc/*.html doc/*.css doc/specs/*.html
- dodoc doc/specs/*.txt examples/*
-}
-
-pkg_postinst() {
- einfo "Please set the \"Location\" of your cache in /etc/${PN}/gwc.conf"
- einfo "and submit your cache to:"
- einfo "\thttp://gcachescan.jonatkins.com/"
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild,v 1.2 2006/04/26 04:10:09 squinky86 Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_P="gwc-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="stand-alone gwebcache daemon"
-HOMEPAGE="http://www.ghostwhitecrab.com/crab/"
-SRC_URI="http://www.ghostwhitecrab.com/crab/${MY_P}.tar.bz2"
-LICENSE="as-is FDL-1.1"
-SLOT="0"
-KEYWORDS="~x86 ~hppa"
-
-DEPEND=">=sys-apps/sed-4
- sys-libs/zlib
- virtual/libc"
-RDEPEND=""
-
-pkg_setup() {
- enewgroup gwc
- enewuser gwc -1 /bin/bash /dev/null gwc
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:#User:User:g' examples/example.conf
- sed -i -e 's:#Group:Group:g' examples/example.conf
- sed -i -e 's:/var/db/gwc:/usr/share/gwc:g' examples/example.conf
- sed -i -e 's:#data_template\t\t/path/to/data_template:data_template\t\t/usr/share/gwc/data_template:g' examples/example.conf
- sed -i -e 's:#base_template\t\t/path/to/base_template:base_template\t\t/usr/share/gwc/base_template:g' examples/example.conf
- sed -i -e 's:sleep 1::g' config.sh
-}
-
-src_compile() {
- ./config.sh || die
- emake || die
-}
-
-src_install() {
- dobin src/gwc
- dodir /etc/${PN}
- insinto /etc/${PN}
- newins examples/example.conf gwc.conf
- dodir /usr/share/gwc
- touch ${D}/usr/share/gwc/peer_cache
- touch ${D}/usr/share/gwc/urls.good
- touch ${D}/usr/share/gwc/urls.bad
- insinto /usr/share/gwc
- newins examples/data_html.template data_template
- newins examples/base_html.template base_template
- chown -R gwc:gwc ${D}/usr/share/gwc
- dodir /var/log/gwc
- touch ${D}/var/log/gwc/main.log
- touch ${D}/var/log/gwc/access.log
- touch ${D}/var/log/gwc/dns.log
- touch ${D}/var/log/gwc/checks.log
- chown -R gwc:gwc ${D}/var/log/gwc
- exeinto /etc/init.d
- newexe ${FILESDIR}/gwc.init gwc
- dohtml doc/*.html doc/*.css doc/specs/*.html
- dodoc doc/specs/*.txt examples/*
-}
-
-pkg_postinst() {
- einfo "Please set the \"Location\" of your cache in /etc/${PN}/gwc.conf"
- einfo "and submit your cache to:"
- einfo "\thttp://gcachescan.jonatkins.com/"
-}
# ChangeLog for net-p2p/gift-ares
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.8 2006/09/10 16:36:06 the_paya Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.9 2007/01/21 17:16:05 armin76 Exp $
+
+ 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> -gift-ares-0.3.0.ebuild:
+ Drop old
10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
gift-ares-0.3.0-r1.ebuild:
+++ /dev/null
-MD5 51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2 311141
-RMD160 31c291a85cb52527c39681fdd4e1fd164255ab85 gift-ares-0.3.0.tar.bz2 311141
-SHA256 bfbd6673c58b8d7304cbfffd0dbb776b4fd6ca0ac5c807d71cdd702d3f411419 gift-ares-0.3.0.tar.bz2 311141
+++ /dev/null
-# Copyright 1999-2006 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.3.0.ebuild,v 1.2 2006/05/05 14:28:12 squinky86 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}
-}
-
-src_compile() {
- econf || die "Ares plugin failed to configure"
- emake || die "Ares plugin failed to build"
-}
-
-src_install() {
- einstall plugindir=${D}/usr/$(get_libdir)/giFT || 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"
-}
# ChangeLog for net-p2p/gift-fasttrack
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.31 2006/09/11 20:52:53 tcort Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.32 2007/01/21 17:18:45 armin76 Exp $
+
+ 21 Jan 2007; Raúl Porcel <armin76@gentoo.org>
+ -gift-fasttrack-0.8.8.ebuild:
+ Drop old
11 Sep 2006; Thomas Cort <tcort@gentoo.org> gift-fasttrack-0.8.9.ebuild:
Stable on alpha.
+++ /dev/null
-MD5 de3ab6de8e6fadeeb92e826e792d7819 giFT-FastTrack-0.8.8.tar.gz 461594
+++ /dev/null
-# 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.8.ebuild,v 1.2 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 "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"
-}