diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-08-10 20:35:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-08-10 20:35:30 +0000 |
commit | 6ce791c88e7febb685864e2b9d11bbe4dc457459 (patch) | |
tree | a928869fd5ee805c39367aeb31df99384b63a71e /dev-libs/libexploit | |
parent | Stable on x86 (diff) | |
download | historical-6ce791c88e7febb685864e2b9d11bbe4dc457459.tar.gz historical-6ce791c88e7febb685864e2b9d11bbe4dc457459.tar.bz2 historical-6ce791c88e7febb685864e2b9d11bbe4dc457459.zip |
Install docs properly, thanks to: Aaron Walker <ka0ttic@butsugenjitemple.org> in bug #59936
Diffstat (limited to 'dev-libs/libexploit')
-rw-r--r-- | dev-libs/libexploit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libexploit/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libexploit/libexploit-0.1a.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libexploit/ChangeLog b/dev-libs/libexploit/ChangeLog index 5252f4daee5c..f74e9c3564f7 100644 --- a/dev-libs/libexploit/ChangeLog +++ b/dev-libs/libexploit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libexploit # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.3 2004/07/02 04:45:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/ChangeLog,v 1.4 2004/08/10 20:35:30 seemant Exp $ + + 10 Aug 2004; Seemant Kulleen <seemant@gentoo.org> libexploit-0.1a.ebuild: + Install docs properly, thanks to: Aaron Walker <ka0ttic@butsugenjitemple.org> + in bug #59936 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> libexploit-0.1a.ebuild: diff --git a/dev-libs/libexploit/Manifest b/dev-libs/libexploit/Manifest index a1eeb2612978..82504e1db9de 100644 --- a/dev-libs/libexploit/Manifest +++ b/dev-libs/libexploit/Manifest @@ -1,3 +1,3 @@ -MD5 bf17f47125d00302367b0dc37852b158 libexploit-0.1a.ebuild 832 -MD5 e64e99926a21813bd26156e43190476d ChangeLog 469 +MD5 a0e4ee3a3f00e7c0c6f3e05a6455a029 libexploit-0.1a.ebuild 830 +MD5 aa17ee8bcea2edcaa1c405fe6b028af2 ChangeLog 639 MD5 9ec6db94727c8e810e87c226d3fcee07 files/digest-libexploit-0.1a 65 diff --git a/dev-libs/libexploit/libexploit-0.1a.ebuild b/dev-libs/libexploit/libexploit-0.1a.ebuild index e1ebac5b4675..bf357c01503f 100644 --- a/dev-libs/libexploit/libexploit-0.1a.ebuild +++ b/dev-libs/libexploit/libexploit-0.1a.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/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.6 2004/07/14 14:37:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.7 2004/08/10 20:35:30 seemant Exp $ DESCRIPTION="generic exploit creation (overflows/format strings) library" HOMEPAGE="http://www.packetfactory.net/projects/libexploit/" @@ -30,5 +30,5 @@ src_install() { dodir /usr/share/${PF}-src cp -rf examples/* ${D}/usr/share/${PF}-src/ - dodoc README ChangeLog docs/* + dodoc README ChangeLog doc/* } |