summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-28 17:47:54 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-28 17:47:54 +0000
commitf0fb2daa7bf3320cc95ec808d8f7cf932a8de8c3 (patch)
tree017ea99b98fb8a4ba474f355d417f336621923ab /net-p2p
parentversion bump (diff)
downloadgentoo-2-f0fb2daa7bf3320cc95ec808d8f7cf932a8de8c3.tar.gz
gentoo-2-f0fb2daa7bf3320cc95ec808d8f7cf932a8de8c3.tar.bz2
gentoo-2-f0fb2daa7bf3320cc95ec808d8f7cf932a8de8c3.zip
old
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift/ChangeLog5
-rw-r--r--net-p2p/gift/files/digest-gift-0.11.8.13
-rw-r--r--net-p2p/gift/gift-0.11.8.1.ebuild63
3 files changed, 4 insertions, 67 deletions
diff --git a/net-p2p/gift/ChangeLog b/net-p2p/gift/ChangeLog
index c7279beacb5d..0f1d80f6f58a 100644
--- a/net-p2p/gift/ChangeLog
+++ b/net-p2p/gift/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gift
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.74 2007/05/24 19:47:06 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.75 2007/05/28 17:47:54 armin76 Exp $
+
+ 28 May 2007; Raúl Porcel <armin76@gentoo.org> -gift-0.11.8.1.ebuild:
+ old
24 May 2007; Christian Faulhammer <opfer@gentoo.org>
gift-0.11.8.1-r1.ebuild:
diff --git a/net-p2p/gift/files/digest-gift-0.11.8.1 b/net-p2p/gift/files/digest-gift-0.11.8.1
deleted file mode 100644
index c2bab6747504..000000000000
--- a/net-p2p/gift/files/digest-gift-0.11.8.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1c70477af403af142359d07ee4a03348 gift-0.11.8.1.tar.bz2 541446
-RMD160 cef5fe571eff21a61219ce40501652c7b1997a02 gift-0.11.8.1.tar.bz2 541446
-SHA256 7b22e6d36482119a0d2dfd3e911a208439be32f554919536629b4c7c22ea5882 gift-0.11.8.1.tar.bz2 541446
diff --git a/net-p2p/gift/gift-0.11.8.1.ebuild b/net-p2p/gift/gift-0.11.8.1.ebuild
deleted file mode 100644
index d2da266d8017..000000000000
--- a/net-p2p/gift/gift-0.11.8.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.8.1.ebuild,v 1.10 2007/04/22 11:25:38 armin76 Exp $
-
-inherit eutils libtool
-
-DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network daemon"
-HOMEPAGE="http://gift.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-IUSE="imagemagick vorbis"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~x86-fbsd"
-
-DEPEND=">=sys-libs/zlib-1.1.4
- sys-apps/file
- imagemagick? ( >=media-gfx/imagemagick-5.5.7.15 )
- vorbis? ( >=media-libs/libvorbis-1 )"
-
-GIFTUSER="p2p"
-
-pkg_preinst() {
- # Add a new user
- enewuser ${GIFTUSER} -1 /bin/bash /home/p2p users
-}
-
-src_compile() {
- econf --enable-libmagic \
- `use_enable imagemagick` \
- `use_enable vorbis libvorbis` || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Install failed"
-
- # init scripts for users who want a central server
- newconfd ${FILESDIR}/gift.confd gift
- newinitd ${FILESDIR}/gift.initd gift
-
- touch ${D}/usr/share/giFT/giftd.log
- chown ${GIFTUSER}:root ${D}/usr/share/giFT/giftd.log
-}
-
-pkg_postinst() {
- einfo "Configure gift in /usr/share/giFT/ or run gift-setup"
- einfo "as normal user and make:"
- einfo 'cp -R $HOME/.giFT/* /usr/share/giFT/'
- einfo "chown -R p2p:root /usr/share/giFT/*"
- einfo "(be carefull while specyfing directories in gift-setup;"
- einfo "keep in mind that giFT will run as process of user "
- einfo 'specified in /etc/conf.d/gift with his $HOME directory)'
- echo
- einfo "Also, if you will be using the giFT init script, you"
- einfo "will need to create /usr/share/giFT/giftd.conf"
- einfo "This method is only recommended for users with a"
- einfo "central giFT server."
- echo
- einfo "This package no longer contains any protocol plugins,"
- einfo "please try gift-fasttrack, gift-openft, gift-gnutella"
- einfo "for protocol support."
-}