diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-29 23:49:19 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-29 23:49:19 +0000 |
commit | 96cf4858c0d50196d0193710d292b56ebc8e05a5 (patch) | |
tree | c973b657718bdfd8a794b01a801e789042feccd4 /kde-misc/kadslwatch | |
parent | remove old ebuilds. (diff) | |
download | historical-96cf4858c0d50196d0193710d292b56ebc8e05a5.tar.gz historical-96cf4858c0d50196d0193710d292b56ebc8e05a5.tar.bz2 historical-96cf4858c0d50196d0193710d292b56ebc8e05a5.zip |
Don't install README.html 2 times in the doc dir.
Diffstat (limited to 'kde-misc/kadslwatch')
-rw-r--r-- | kde-misc/kadslwatch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kadslwatch/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/kadslwatch/ChangeLog b/kde-misc/kadslwatch/ChangeLog index 7b4ac927ee77..38ee48c01552 100644 --- a/kde-misc/kadslwatch/ChangeLog +++ b/kde-misc/kadslwatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kadslwatch # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.1 2004/10/29 14:12:24 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/ChangeLog,v 1.2 2004/10/29 23:49:19 motaboy Exp $ + + 30 Oct 2004; Simone Gotti <motaboy@gentoo.org> kadslwatch-01.00.05.ebuild: + Don't install README.html 2 times in the doc dir. *kadslwatch-01.00.05 (29 Oct 2004) diff --git a/kde-misc/kadslwatch/Manifest b/kde-misc/kadslwatch/Manifest index 6807fc92aec7..39b4f4429f16 100644 --- a/kde-misc/kadslwatch/Manifest +++ b/kde-misc/kadslwatch/Manifest @@ -1,5 +1,5 @@ -MD5 ec534eb4d317e7cef79ffee32d898c91 kadslwatch-01.00.05.ebuild 766 -MD5 436b7bfe64ced66a2cd8f33db4d15075 ChangeLog 619 +MD5 efb3369752c3e490bd0c8658ee478b5c kadslwatch-01.00.05.ebuild 771 +MD5 12920a4bfa20320e77438f3c4180fda4 ChangeLog 749 MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163 MD5 86a06d84922a5ed4bed06c10ae0c036b files/digest-kadslwatch-01.00.05 71 MD5 c7fdc44e6f308206a89317cb4ec3e9a3 files/kadslwatch-01.00.05-Makefiles.patch 4657 diff --git a/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild b/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild index e63b67c9007f..ca1503bc4d07 100644 --- a/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild +++ b/kde-misc/kadslwatch/kadslwatch-01.00.05.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/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild,v 1.1 2004/10/29 14:12:24 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kadslwatch/kadslwatch-01.00.05.ebuild,v 1.2 2004/10/29 23:49:19 motaboy Exp $ inherit kde @@ -25,7 +25,7 @@ src_unpack() { } src_install() { - kde_src_install + kde_src_install make dohtml *.htm* dodoc *.lsm } |