diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-14 16:34:29 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-14 16:34:29 +0000 |
commit | f1093a680afdcae96d9bf57f675fd024c84cdc11 (patch) | |
tree | 3492c1f4a688e384c895a0b21d31e242be194e72 /app-portage | |
parent | Added patch for sparc64. Please test. (diff) | |
download | gentoo-2-f1093a680afdcae96d9bf57f675fd024c84cdc11.tar.gz gentoo-2-f1093a680afdcae96d9bf57f675fd024c84cdc11.tar.bz2 gentoo-2-f1093a680afdcae96d9bf57f675fd024c84cdc11.zip |
Remove NEWS from 'dodoc' as the file is inexistant.
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/lintool/Manifest | 14 | ||||
-rw-r--r-- | app-portage/lintool/lintool-0.2.4-r1.ebuild | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-portage/lintool/Manifest b/app-portage/lintool/Manifest index 1af7bc3ec8a9..eb30b868c6cb 100644 --- a/app-portage/lintool/Manifest +++ b/app-portage/lintool/Manifest @@ -1,9 +1,9 @@ -MD5 0e24f68c021ae2a1a5c97c15895d4d95 files/digest-lintool-0.2.4 128 -MD5 904facf4355aba6e98b567e01d281b7b files/digest-lintool-0.2.3-r1 202 -MD5 c7ea1e4a90f1cead953a48dea2b2b3e7 files/digest-lintool-0.2.4-r1 65 -MD5 f62b95ef567bffde60585dc53cf76c62 files/lintool-0.2.4-fixyear.diff 1047 -MD5 ce309bb0ac335338b2a5a0bea777103c lintool-0.2.4-r1.ebuild 689 -MD5 71716f05676114c7e0474ff47c07e5a9 lintool-0.2.4.ebuild 607 -MD5 036ea927f1e8b07cb830573dc4ed5741 lintool-0.2.3-r1.ebuild 764 MD5 23148f43e6b54b98c7a64bcc2b692b1f ChangeLog 2296 +MD5 036ea927f1e8b07cb830573dc4ed5741 lintool-0.2.3-r1.ebuild 764 MD5 13e5eb0a0cf6391bc4eaabacf800b9fc metadata.xml 615 +MD5 7ab1089abd0a3ce09aa1bac5022bb3f6 lintool-0.2.4-r1.ebuild 686 +MD5 71716f05676114c7e0474ff47c07e5a9 lintool-0.2.4.ebuild 607 +MD5 c7ea1e4a90f1cead953a48dea2b2b3e7 files/digest-lintool-0.2.4-r1 65 +MD5 904facf4355aba6e98b567e01d281b7b files/digest-lintool-0.2.3-r1 202 +MD5 0e24f68c021ae2a1a5c97c15895d4d95 files/digest-lintool-0.2.4 128 +MD5 f62b95ef567bffde60585dc53cf76c62 files/lintool-0.2.4-fixyear.diff 1047 diff --git a/app-portage/lintool/lintool-0.2.4-r1.ebuild b/app-portage/lintool/lintool-0.2.4-r1.ebuild index bd97fdf91660..ce184ba09a59 100644 --- a/app-portage/lintool/lintool-0.2.4-r1.ebuild +++ b/app-portage/lintool/lintool-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/lintool/lintool-0.2.4-r1.ebuild,v 1.1 2003/09/26 01:26:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/lintool/lintool-0.2.4-r1.ebuild,v 1.2 2003/11/14 16:34:18 plasmaroo Exp $ IUSE="" @@ -26,5 +26,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc README NEWS ChangeLog COPYING AUTHORS + dodoc README ChangeLog COPYING AUTHORS } |