diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-11 17:38:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-11 17:38:29 +0000 |
commit | 60254abd264f45a6f99b800ce2fca6a70f75c67f (patch) | |
tree | f833dcefa38eb654b47f8f382d1ca40adf7702e5 /net-p2p | |
parent | version bump, closes #59997 (diff) | |
download | historical-60254abd264f45a6f99b800ce2fca6a70f75c67f.tar.gz historical-60254abd264f45a6f99b800ce2fca6a70f75c67f.tar.bz2 historical-60254abd264f45a6f99b800ce2fca6a70f75c67f.zip |
install docs correctly, #60057
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift-openft/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift-openft/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/gift-openft/ChangeLog b/net-p2p/gift-openft/ChangeLog index 38d4237b1abd..91a78bed36f2 100644 --- a/net-p2p/gift-openft/ChangeLog +++ b/net-p2p/gift-openft/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2004/08/10 23:42:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.18 2004/08/11 17:38:29 squinky86 Exp $ + + 11 Aug 2004; Jon Hood <squinky86@gentoo.org> gift-openft-0.2.1.4.ebuild: + Install docs correctly, thanks Adam <adam@tpetaccia.com>, #60057. *gift-openft-0.2.1.4 (10 Aug 2004) diff --git a/net-p2p/gift-openft/Manifest b/net-p2p/gift-openft/Manifest index 453be2437d8b..df0f8dcbc372 100644 --- a/net-p2p/gift-openft/Manifest +++ b/net-p2p/gift-openft/Manifest @@ -1,7 +1,7 @@ MD5 522ea836ce408c8b443e5d3cbbfe3eeb gift-openft-0.2.1.3.ebuild 1203 MD5 815b54d86d891e6d314f1ef1aeb2b016 gift-openft-0.2.1.2.ebuild 1191 -MD5 fe6186741f7f8a7a8f6892b31e341f03 gift-openft-0.2.1.4.ebuild 1205 -MD5 474a41cfe547fa700df2469d9b17ade1 ChangeLog 2616 +MD5 b98995d9ba236eabbd6a82fd972659c7 gift-openft-0.2.1.4.ebuild 1239 +MD5 d1ca02f869284d64df3a3b89cf291b63 ChangeLog 2760 MD5 875f23093b78af2d864a7a7ba464f126 metadata.xml 223 MD5 f0e27500c8a903516dd369113d3fc905 files/digest-gift-openft-0.2.1.2 72 MD5 79751211679f0e879c97aa37a46d9d68 files/digest-gift-openft-0.2.1.3 72 diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild index 3d3ca378f759..997466ed338f 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.4.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.4.ebuild,v 1.1 2004/08/10 23:42:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild,v 1.2 2004/08/11 17:38:29 squinky86 Exp $ IUSE="" @@ -29,6 +29,7 @@ src_install() { datadir=${D}/usr/share/giFT \ giftperldir=${D}/usr/bin \ libgiftincdir=${D}/usr/include/libgift || die "Install failed" + dodoc README NEWS ChangeLog TODO } pkg_postinst() { |