diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-06-13 01:37:59 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-06-13 01:37:59 +0000 |
commit | 3a1b4aed3b2f7f7268e6441157b8bcc15d6a33dc (patch) | |
tree | 8c4f8de32062c3f7651a0b75a4a895e826a835ab /sys-fs/shake | |
parent | Don't install 00_systemd.conf since we don't install mod_systemd.so. Bug 470774. (diff) | |
download | gentoo-2-3a1b4aed3b2f7f7268e6441157b8bcc15d6a33dc.tar.gz gentoo-2-3a1b4aed3b2f7f7268e6441157b8bcc15d6a33dc.tar.bz2 gentoo-2-3a1b4aed3b2f7f7268e6441157b8bcc15d6a33dc.zip |
Maintainer timeout, remove old wrt bug 460572.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'sys-fs/shake')
-rw-r--r-- | sys-fs/shake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/shake/shake-0.31.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/sys-fs/shake/ChangeLog b/sys-fs/shake/ChangeLog index e2d90482b6d6..ab6aadf6fae8 100644 --- a/sys-fs/shake/ChangeLog +++ b/sys-fs/shake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/shake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.12 2013/03/22 17:20:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.13 2013/06/13 01:37:59 creffett Exp $ + + 13 Jun 2013; Chris Reffett <creffett@gentoo.org> -shake-0.31.ebuild: + Maintainer timeout, remove old wrt bug 460572. 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild: Stable for ppc, wrt bug #462256 diff --git a/sys-fs/shake/shake-0.31.ebuild b/sys-fs/shake/shake-0.31.ebuild deleted file mode 100644 index 8a9d24efbc54..000000000000 --- a/sys-fs/shake/shake-0.31.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.31.ebuild,v 1.4 2009/01/18 15:19:03 maekke Exp $ - -inherit cmake-utils - -DESCRIPTION="defragmenter that runs in userspace while the system is used" -HOMEPAGE="http://vleu.net/shake/" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="sys-apps/attr" -DEPEND="${RDEPEND} - sys-apps/help2man" |