sys-fs/shake: Drop 0.999

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2018-12-12 17:00:26 +01:00
parent 16a14a9e6a
commit 07d17b2def
3 changed files with 0 additions and 48 deletions

View File

@@ -1,2 +1 @@
DIST shake-0.999.tar.bz2 37225 BLAKE2B a3330f66c43d47ae117918c507e8097225f074dd221d88d277624064ac51ba2bc23c9e261bed5cd34f473f63511131f532c7f26f7d57b38a722b1d944cabe5fd SHA512 7dbd61cb35f771ffae6ec90bcdbf0cc467166661a78379191c7cf888d5f32ad27ea56da739f8f39344a209003747de2be1b57f2335ddc5641f55605c15c84b78
DIST shake-1.0.tar.gz 42885 BLAKE2B 999a4846a47a124c9f66f674e54ee1c89039b9598b7a3d0c5b5690abe5b90bcec5248e8f516f10681543bdba666ef4129172e4d05759b997016ca1071e33e4b0 SHA512 f73601ebf37ac934b2cfb5bcedd530e38bd6873615e80eae01c690bf935ed3924abb1d06fb31c46397b5804d47a36584ac5e11b4c7142b46e570ddbf3abe1775

View File

@@ -1,22 +0,0 @@
diff -Naur shake-fs-0.999.orig/judge.c shake-fs-0.999/judge.c
--- shake-fs-0.999.orig/judge.c 2013-01-21 13:21:17.171974754 +0100
+++ shake-fs-0.999/judge.c 2013-01-21 13:21:31.346958593 +0100
@@ -26,7 +26,6 @@
#include <fcntl.h> // open()
#include <sys/types.h> // open(), umask()
#include <dirent.h> // scandir()
-#include <sys/stat.h> // stat(), umask()
#include <unistd.h> // stat()
#include <stdio.h> // printf(), tmpfile()
#include <error.h> // error()
diff -Naur shake-fs-0.999.orig/judge.h shake-fs-0.999/judge.h
--- shake-fs-0.999.orig/judge.h 2013-01-21 13:21:17.171974754 +0100
+++ shake-fs-0.999/judge.h 2013-01-21 13:21:47.630940034 +0100
@@ -22,6 +22,7 @@
#include <stdbool.h>
#include <fcntl.h>
#include <time.h>
+#include <sys/stat.h>
typedef unsigned int uint;
typedef long long int llint;

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils eutils
DESCRIPTION="defragmenter that runs in userspace while the system is used"
HOMEPAGE="http://vleu.net/shake/"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
sys-apps/help2man"
S=${WORKDIR}/${PN}-fs-${PV}
PATCHES=(
"${FILESDIR}"/${P}-fix_stat_include.patch
"${FILESDIR}"/${P}-uclibc.patch
)