diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 21:54:24 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-10 21:54:24 +0000 |
commit | 601c393cfac3b1fda857de9294a0af1068937cbb (patch) | |
tree | b410815447d85234ac62998dddb2217f12da22e3 /kde-misc/kshutdown | |
parent | Version bump, closing bug #84524 (diff) | |
download | historical-601c393cfac3b1fda857de9294a0af1068937cbb.tar.gz historical-601c393cfac3b1fda857de9294a0af1068937cbb.tar.bz2 historical-601c393cfac3b1fda857de9294a0af1068937cbb.zip |
Add comment.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-misc/kshutdown')
-rw-r--r-- | kde-misc/kshutdown/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/kshutdown/kshutdown-0.6.0.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest index 96d0476a7e89..77569e395bf4 100644 --- a/kde-misc/kshutdown/Manifest +++ b/kde-misc/kshutdown/Manifest @@ -1,7 +1,7 @@ MD5 c7905dd20e49deed0bced0499a9f714c metadata.xml 222 MD5 a72df753bf79a927bfb2ef925dc90e0d ChangeLog 844 MD5 fb4eb0204a3e12705601c5295ca990c8 kshutdown-0.2.1.ebuild 425 -MD5 99fb54284415771e94766548939c8ae5 kshutdown-0.6.0.ebuild 553 +MD5 1feaec6db7af57d470033d4b36d6a59f kshutdown-0.6.0.ebuild 595 MD5 84ede688edce48bdffbd9ae801575289 files/digest-kshutdown-0.6.0 68 MD5 97e80e69f35ea1528ac7f174bc01a6f8 files/kshutdown-0.6.0-makefile-fix.patch 660 MD5 c05706865f3fbece9ef827b1b4ea4c5f files/digest-kshutdown-0.2.1 68 diff --git a/kde-misc/kshutdown/kshutdown-0.6.0.ebuild b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild index 560b29b6aa11..5127ff2f32b7 100644 --- a/kde-misc/kshutdown/kshutdown-0.6.0.ebuild +++ b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-0.6.0.ebuild,v 1.1 2005/03/10 15:34:53 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-0.6.0.ebuild,v 1.2 2005/03/10 21:54:24 greg_g Exp $ inherit kde @@ -18,6 +18,7 @@ need-kde 3.3 src_unpack() { kde_src_unpack + # Patch sent upstream, will be in 0.6.1. epatch "${FILESDIR}/${P}-makefile-fix.patch" make -f admin/Makefile.common } |