summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-03-10 15:34:53 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-03-10 15:34:53 +0000
commit8cea82bb12703f346c1931abe2e57dbe9ab63c91 (patch)
tree93cda96ea2f996a40b05a48d5175fc403ade86ee /kde-misc/kshutdown
parentBump to 1.11.10 ... might this be golden for stabilization? I guess we will (diff)
downloadgentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.tar.gz
gentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.tar.bz2
gentoo-2-8cea82bb12703f346c1931abe2e57dbe9ab63c91.zip
New version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-misc/kshutdown')
-rw-r--r--kde-misc/kshutdown/ChangeLog10
-rw-r--r--kde-misc/kshutdown/files/digest-kshutdown-0.6.01
-rw-r--r--kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch11
-rw-r--r--kde-misc/kshutdown/kshutdown-0.6.0.ebuild23
4 files changed, 43 insertions, 2 deletions
diff --git a/kde-misc/kshutdown/ChangeLog b/kde-misc/kshutdown/ChangeLog
index 2df4e9ad68d6..52fe8fa0f52b 100644
--- a/kde-misc/kshutdown/ChangeLog
+++ b/kde-misc/kshutdown/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/kshutdown
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.2 2004/10/31 00:06:36 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.3 2005/03/10 15:34:53 greg_g Exp $
+
+*kshutdown-0.6.0 (10 Mar 2005)
+
+ 10 Mar 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/kshutdown-0.6.0-makefile-fix.patch, +kshutdown-0.6.0.ebuild:
+ New version.
*kshutdown-0.2.1 (30 Oct 2004)
diff --git a/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 b/kde-misc/kshutdown/files/digest-kshutdown-0.6.0
new file mode 100644
index 000000000000..9e7eb4b41a45
--- /dev/null
+++ b/kde-misc/kshutdown/files/digest-kshutdown-0.6.0
@@ -0,0 +1 @@
+MD5 b442fedb48486eec0770f3cc6982cf24 kshutdown-0.6.0.tar.bz2 707041
diff --git a/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch b/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch
new file mode 100644
index 000000000000..f03cedc804da
--- /dev/null
+++ b/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch
@@ -0,0 +1,11 @@
+diff -Nur kshutdown-0.6.0.orig/kshutdown/Makefile.am kshutdown-0.6.0/kshutdown/Makefile.am
+--- kshutdown-0.6.0.orig/kshutdown/Makefile.am 2005-01-09 22:46:13.000000000 +0100
++++ kshutdown-0.6.0/kshutdown/Makefile.am 2005-03-10 16:16:40.000000000 +0100
+@@ -10,6 +10,7 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(kde_appsdir)/Utilities/
++ $(mkinstalldirs) $(kde_datadir)/kconf_update/
+ $(INSTALL_DATA) $(srcdir)/kshutdown.desktop $(kde_appsdir)/Utilities/kshutdown.desktop
+ $(INSTALL_DATA) $(srcdir)/kshutdownwizard.desktop $(kde_appsdir)/Utilities/kshutdownwizard.desktop
+ $(INSTALL_DATA) $(srcdir)/kshutdown.upd $(kde_datadir)/kconf_update/kshutdown.upd
diff --git a/kde-misc/kshutdown/kshutdown-0.6.0.ebuild b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild
new file mode 100644
index 000000000000..560b29b6aa11
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+inherit kde
+
+DESCRIPTION="A shutdown manager for KDE"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://kshutdown.sourceforge.net"
+LICENSE="GPL-2"
+
+IUSE=""
+KEYWORDS="~x86 ~ppc"
+SLOT="0"
+
+need-kde 3.3
+
+src_unpack() {
+ kde_src_unpack
+
+ epatch "${FILESDIR}/${P}-makefile-fix.patch"
+ make -f admin/Makefile.common
+}