summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-12 17:00:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 10:39:39 +0100
commit07d17b2def3d164897d941c19357bb8d83c3096f (patch)
tree73c48c2ca3a259330b3a8f452b17f3c4a97e1dfa /sys-fs/shake
parentsys-fs/bindfs: version bump to 1.13.10 (diff)
downloadgentoo-07d17b2def3d164897d941c19357bb8d83c3096f.tar.gz
gentoo-07d17b2def3d164897d941c19357bb8d83c3096f.tar.bz2
gentoo-07d17b2def3d164897d941c19357bb8d83c3096f.zip
sys-fs/shake: Drop 0.999
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-fs/shake')
-rw-r--r--sys-fs/shake/Manifest1
-rw-r--r--sys-fs/shake/files/shake-0.999-fix_stat_include.patch22
-rw-r--r--sys-fs/shake/shake-0.999.ebuild25
3 files changed, 0 insertions, 48 deletions
diff --git a/sys-fs/shake/Manifest b/sys-fs/shake/Manifest
index abdb09c1645f..384f75a08a3d 100644
--- a/sys-fs/shake/Manifest
+++ b/sys-fs/shake/Manifest
@@ -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
diff --git a/sys-fs/shake/files/shake-0.999-fix_stat_include.patch b/sys-fs/shake/files/shake-0.999-fix_stat_include.patch
deleted file mode 100644
index b55776397288..000000000000
--- a/sys-fs/shake/files/shake-0.999-fix_stat_include.patch
+++ /dev/null
@@ -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;
-
diff --git a/sys-fs/shake/shake-0.999.ebuild b/sys-fs/shake/shake-0.999.ebuild
deleted file mode 100644
index 775e275db2b0..000000000000
--- a/sys-fs/shake/shake-0.999.ebuild
+++ /dev/null
@@ -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
- )