diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-23 19:30:14 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-23 19:30:14 +0000 |
commit | 8d826da2414b2d2f5fdac3cd476caf36c769de86 (patch) | |
tree | a01fd241c1501796b6858168a10cb9676468d39c /kde-misc | |
parent | Block parallel make, it's broken, thanks to Ralf Gerbig for pointing out (diff) | |
download | gentoo-2-8d826da2414b2d2f5fdac3cd476caf36c769de86.tar.gz gentoo-2-8d826da2414b2d2f5fdac3cd476caf36c769de86.tar.bz2 gentoo-2-8d826da2414b2d2f5fdac3cd476caf36c769de86.zip |
version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kshutdown/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/kshutdown/files/digest-kshutdown-0.6.0 | 3 | ||||
-rw-r--r-- | kde-misc/kshutdown/files/digest-kshutdown-0.8 | 3 | ||||
-rw-r--r-- | kde-misc/kshutdown/files/digest-kshutdown-1.0 | 3 | ||||
-rw-r--r-- | kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch | 11 | ||||
-rw-r--r-- | kde-misc/kshutdown/kshutdown-0.6.0.ebuild | 24 | ||||
-rw-r--r-- | kde-misc/kshutdown/kshutdown-1.0.ebuild (renamed from kde-misc/kshutdown/kshutdown-0.8.ebuild) | 4 |
7 files changed, 13 insertions, 44 deletions
diff --git a/kde-misc/kshutdown/ChangeLog b/kde-misc/kshutdown/ChangeLog index e2939bee945d..6c26f538ddff 100644 --- a/kde-misc/kshutdown/ChangeLog +++ b/kde-misc/kshutdown/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-misc/kshutdown # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.10 2007/02/22 00:48:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/ChangeLog,v 1.11 2007/05/23 19:30:14 genstef Exp $ + +*kshutdown-1.0 (23 May 2007) + + 23 May 2007; Stefan Schweizer <genstef@gentoo.org> + -files/kshutdown-0.6.0-makefile-fix.patch, -kshutdown-0.6.0.ebuild, + -kshutdown-0.8.ebuild, +kshutdown-1.0.ebuild: + version bump 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 b/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 deleted file mode 100644 index 4afc3921e4c7..000000000000 --- a/kde-misc/kshutdown/files/digest-kshutdown-0.6.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b442fedb48486eec0770f3cc6982cf24 kshutdown-0.6.0.tar.bz2 707041 -RMD160 1b8ffdcedeb7ad79bf7691daa7d748c720af54dc kshutdown-0.6.0.tar.bz2 707041 -SHA256 3316fe5e36d795056dcee2cb63d1ada3bdb2c63f2a3a8754e92611c591e824c3 kshutdown-0.6.0.tar.bz2 707041 diff --git a/kde-misc/kshutdown/files/digest-kshutdown-0.8 b/kde-misc/kshutdown/files/digest-kshutdown-0.8 deleted file mode 100644 index 998f4f671dd0..000000000000 --- a/kde-misc/kshutdown/files/digest-kshutdown-0.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 073c5115cdc9ca57ea85d74c5ee80fee kshutdown-0.8.tar.bz2 607016 -RMD160 adcc4b22dec7c54481d9f497bcf4c9fe016ccaec kshutdown-0.8.tar.bz2 607016 -SHA256 0546e78ae6b07a5c6062658d99bc689f832e252afe98c04922bb490cd8a4c537 kshutdown-0.8.tar.bz2 607016 diff --git a/kde-misc/kshutdown/files/digest-kshutdown-1.0 b/kde-misc/kshutdown/files/digest-kshutdown-1.0 new file mode 100644 index 000000000000..84edc6122673 --- /dev/null +++ b/kde-misc/kshutdown/files/digest-kshutdown-1.0 @@ -0,0 +1,3 @@ +MD5 dbacab8f1453599e9bad89e088248c68 kshutdown-1.0.tar.bz2 644359 +RMD160 503a1be439ddb80a8881c10a47969f73aa2da66d kshutdown-1.0.tar.bz2 644359 +SHA256 726cc65b80eef82a33c31c8c45a3a96e62520e7aa10d4ba45a4dbbf8bacdd0b8 kshutdown-1.0.tar.bz2 644359 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 deleted file mode 100644 index f03cedc804da..000000000000 --- a/kde-misc/kshutdown/files/kshutdown-0.6.0-makefile-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -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 deleted file mode 100644 index 8e2f91deb1a7..000000000000 --- a/kde-misc/kshutdown/kshutdown-0.6.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.4 2005/08/23 22:19:06 greg_g Exp $ - -inherit kde eutils - -DESCRIPTION="A shutdown manager for KDE" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://kshutdown.sourceforge.net" -LICENSE="GPL-2" - -IUSE="" -KEYWORDS="~ppc x86" -SLOT="0" - -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 -} diff --git a/kde-misc/kshutdown/kshutdown-0.8.ebuild b/kde-misc/kshutdown/kshutdown-1.0.ebuild index f491fee369e6..b8fcbd926aaf 100644 --- a/kde-misc/kshutdown/kshutdown-0.8.ebuild +++ b/kde-misc/kshutdown/kshutdown-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-0.8.ebuild,v 1.3 2005/12/08 00:26:18 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-1.0.ebuild,v 1.1 2007/05/23 19:30:14 genstef Exp $ inherit kde |