diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-27 21:04:40 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-27 21:04:40 +0000 |
commit | 3ee0f6a0ceabef28bea80318544ce1954eecbce6 (patch) | |
tree | 936e24cdc1588e5076b737aafc10b91053479916 | |
parent | -Efile ISO-8859-1 by default (diff) | |
download | historical-3ee0f6a0ceabef28bea80318544ce1954eecbce6.tar.gz historical-3ee0f6a0ceabef28bea80318544ce1954eecbce6.tar.bz2 historical-3ee0f6a0ceabef28bea80318544ce1954eecbce6.zip |
version bump for amd64 to fix #45549
-rw-r--r-- | net-p2p/gift/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/gift/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gift/files/digest-gift-0.11.7_pre20040627 | 1 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.7_pre20040627.ebuild | 70 |
4 files changed, 82 insertions, 2 deletions
diff --git a/net-p2p/gift/ChangeLog b/net-p2p/gift/ChangeLog index 0d412553d20f..b929ae993edf 100644 --- a/net-p2p/gift/ChangeLog +++ b/net-p2p/gift/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/gift # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.44 2004/06/26 17:53:01 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.45 2004/06/27 21:04:40 squinky86 Exp $ + +*gift-0.11.7_pre20040627 (27 Jun 2004) + + 27 Jun 2004; Jon Hood <squinky86@gentoo.org> + +gift-0.11.7_pre20040627.ebuild: + version bump for amd64 to fix #45549; thanks lv@gentoo.org for helping out + with this one :) *gift-0.11.6-r1 (26 Jun 2004) diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest index 797fdc05189c..1f5a1e46e5db 100644 --- a/net-p2p/gift/Manifest +++ b/net-p2p/gift/Manifest @@ -1,8 +1,10 @@ MD5 3408d5257ab210c257a3176267b33453 gift-0.11.6.ebuild 1339 +MD5 f30d5d2729e6820448f2e95a6cc8f931 gift-0.11.7_pre20040627.ebuild 2064 MD5 d2d3c7cf0d2ec6da65e0f1b76d1c5f40 gift-0.11.6-r1.ebuild 1904 -MD5 3d781ea1f572848a468f6798541375c9 ChangeLog 2159 +MD5 431f4886eec9b44853bef5fbd26d4258 ChangeLog 2378 MD5 875f23093b78af2d864a7a7ba464f126 metadata.xml 223 MD5 64b21cffd79f35db281d077303eb810b files/digest-gift-0.11.6 64 MD5 64b21cffd79f35db281d077303eb810b files/digest-gift-0.11.6-r1 64 MD5 457258a18cae5b901615e0f23e28152d files/gift.confd 650 MD5 7f38a4a8cbe322bfd47eff86c550e613 files/gift.initd 676 +MD5 e53b1d5024a6b4a9c59097929889cd0e files/digest-gift-0.11.7_pre20040627 76 diff --git a/net-p2p/gift/files/digest-gift-0.11.7_pre20040627 b/net-p2p/gift/files/digest-gift-0.11.7_pre20040627 new file mode 100644 index 000000000000..5eb49df8808e --- /dev/null +++ b/net-p2p/gift/files/digest-gift-0.11.7_pre20040627 @@ -0,0 +1 @@ +MD5 4f74c547a101680260061ece646ade11 gift-0.11.7_pre20040627.tar.bz2 308016 diff --git a/net-p2p/gift/gift-0.11.7_pre20040627.ebuild b/net-p2p/gift/gift-0.11.7_pre20040627.ebuild new file mode 100644 index 000000000000..d71408c096cd --- /dev/null +++ b/net-p2p/gift/gift-0.11.7_pre20040627.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.7_pre20040627.ebuild,v 1.1 2004/06/27 21:04:40 squinky86 Exp $ + +inherit eutils libtool + +DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network daemon" +HOMEPAGE="http://gift.sourceforge.net" +SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" +IUSE="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=">=sys-libs/zlib-1.1.4" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=sys-apps/sed-4 + >=sys-devel/automake-1.7.8 + >=sys-devel/autoconf-2.58" + +GIFTUSER="p2p" + +src_unpack() { + unpack ${A} + cd ${S} + export WANT_AUTOMAKE="1.8" + export WANT_AUTOCONF="2.5" + ./autogen.sh || die +} + +src_install() { + einstall \ + giftconfdir=${D}/etc/giFT \ + plugindir=${D}/usr/lib/giFT \ + giftdatadir=${D}/usr/share/giFT \ + giftperldir=${D}/usr/bin \ + libgiftincdir=${D}/usr/include/libgift || die "Install failed" + + # init scripts for users who want a central server + insinto /etc/conf.d; newins ${FILESDIR}/gift.confd gift + exeinto /etc/init.d; newexe ${FILESDIR}/gift.initd gift + + # add user + enewuser ${GIFTUSER} -1 /bin/bash /home/p2p users + + touch ${D}/usr/share/giFT/giftd.log + chown ${GIFTUSER}:root ${D}/usr/share/giFT/giftd.log +} + +pkg_postinst() { + einfo "First, you need to run gift-setup with your normal" + einfo "user account to create the giFT configuration files." + 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." + echo + einfo "If you encounter issues with this package, please contact" + einfo "us via bugs.gentoo.org rather than attempting to contact" + einfo "the upstream developers, as they are hesitant to provide" + einfo "appropriate and polite support." +} |