diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-04-27 20:10:13 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-04-27 20:10:13 +0000 |
commit | 5e9ab2602fa3e3ff3777d691efac38eb69f55344 (patch) | |
tree | a6bba46b10a46d3b1cdfc210be07a08eb494307a /net-p2p/gift-fasttrack | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-5e9ab2602fa3e3ff3777d691efac38eb69f55344.tar.gz gentoo-2-5e9ab2602fa3e3ff3777d691efac38eb69f55344.tar.bz2 gentoo-2-5e9ab2602fa3e3ff3777d691efac38eb69f55344.zip |
Version bump, bug #88656
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r-- | net-p2p/gift-fasttrack/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.7 | 1 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.9 | 1 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild (renamed from net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild) | 9 |
4 files changed, 13 insertions, 6 deletions
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 <sekretarz@gentoo.org> + -gift-fasttrack-0.8.7.ebuild, +gift-fasttrack-0.8.9.ebuild: + Version bump, bug #88656 02 Feb 2005; Jon Hood <squinky86@gentoo.org> 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.9.ebuild index 6c3afe101780..fb437b089388 100644 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.9.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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="" @@ -11,7 +11,7 @@ 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" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" DEPEND="virtual/libc dev-util/pkgconfig" @@ -34,8 +34,9 @@ src_install() { } pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "\tgiFT -p /usr/lib/giFT/libFastTrack.so" + 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:" |