diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-18 17:26:49 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-18 17:26:49 +0000 |
commit | 6526eb0ae4f52439042b9355c25cfcbb57ba00af (patch) | |
tree | 46f3f4a654a846c36ed15bdd0576abeb170a6715 /net-p2p/gift-openft | |
parent | Closing #57381. (diff) | |
download | gentoo-2-6526eb0ae4f52439042b9355c25cfcbb57ba00af.tar.gz gentoo-2-6526eb0ae4f52439042b9355c25cfcbb57ba00af.tar.bz2 gentoo-2-6526eb0ae4f52439042b9355c25cfcbb57ba00af.zip |
fix gift.conf -> giftd.conf typo, #57425
Diffstat (limited to 'net-p2p/gift-openft')
-rw-r--r-- | net-p2p/gift-openft/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/gift-openft/ChangeLog b/net-p2p/gift-openft/ChangeLog index 433ff9094706..67e85268f487 100644 --- a/net-p2p/gift-openft/ChangeLog +++ b/net-p2p/gift-openft/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/gift-openft # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.15 2004/07/04 16:55:06 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.16 2004/07/18 17:26:11 squinky86 Exp $ + + 18 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-openft-0.2.1.2.ebuild, + gift-openft-0.2.1.3.ebuild: + fix gift.conf -> giftd.conf typo; thanks Bill Skellenger + <william@skellenger.net>, #57425 04 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-openft-0.2.1.3.ebuild: stable on x86 diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild index e3b25e1c0ea4..faddfcab8871 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild,v 1.10 2004/07/01 09:25:16 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild,v 1.11 2004/07/18 17:26:11 squinky86 Exp $ IUSE="" @@ -38,6 +38,6 @@ pkg_postinst() { einfo "giFT -p /usr/lib/giFT/libOpenFT.so" echo einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/gift.conf configuration file:" + einfo "your ~/.giFT/giftd.conf configuration file:" einfo "plugins = OpenFT" } diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild index eacdc1acf950..48fc3433301f 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.6 2004/07/07 19:33:35 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.7 2004/07/18 17:26:11 squinky86 Exp $ IUSE="" @@ -39,6 +39,6 @@ pkg_postinst() { einfo "giFT -p /usr/lib/giFT/libOpenFT.so" echo einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/gift.conf configuration file:" + einfo "your ~/.giFT/giftd.conf configuration file:" einfo "plugins = OpenFT" } |