summaryrefslogtreecommitdiff
path: root/sys-fs/shake
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /sys-fs/shake
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'sys-fs/shake')
-rw-r--r--sys-fs/shake/Manifest3
-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, 50 deletions
diff --git a/sys-fs/shake/Manifest b/sys-fs/shake/Manifest
index 782e0a1b5860..9e380662ed7d 100644
--- a/sys-fs/shake/Manifest
+++ b/sys-fs/shake/Manifest
@@ -1,7 +1,4 @@
-AUX shake-0.999-fix_stat_include.patch 827 BLAKE2B 1378aa730f27f9a0201cc7f43fb09b7b930a7b59a9e9c7e492f3e68776146d67c2656e4f0ad9f1098a9dd10a0fb60057e0ffad14e955fc0f5ff36fdd8c21de15 SHA512 92918957fe5af4024e0d4600fc601a8c8aae26edc5b353caea8879582c06908b42184f4d5bb7f388c071816ca1f70bdb4b9768b18e8ec3669481ca486b705fc8
AUX shake-0.999-uclibc.patch 1180 BLAKE2B 158d92a4320e3db600f85b7fdcaef1b2c6a72693ee2c7925aa743773cbaeff9dfe5252aa03a481c7bba1e144368bdb122a99cf6937358d344e788480e5221439 SHA512 f37a4fbcc1ae932c0c8c9af090cb93481f3c6eb3de1994cc1585903e3ddaccf4c1c8a4e121b720119378fdd0f1d74235f197ba1a5c984aa416107bec6eb39a1e
-DIST shake-0.999.tar.bz2 37225 BLAKE2B a3330f66c43d47ae117918c507e8097225f074dd221d88d277624064ac51ba2bc23c9e261bed5cd34f473f63511131f532c7f26f7d57b38a722b1d944cabe5fd SHA512 7dbd61cb35f771ffae6ec90bcdbf0cc467166661a78379191c7cf888d5f32ad27ea56da739f8f39344a209003747de2be1b57f2335ddc5641f55605c15c84b78
DIST shake-1.0.tar.gz 42885 BLAKE2B 999a4846a47a124c9f66f674e54ee1c89039b9598b7a3d0c5b5690abe5b90bcec5248e8f516f10681543bdba666ef4129172e4d05759b997016ca1071e33e4b0 SHA512 f73601ebf37ac934b2cfb5bcedd530e38bd6873615e80eae01c690bf935ed3924abb1d06fb31c46397b5804d47a36584ac5e11b4c7142b46e570ddbf3abe1775
-EBUILD shake-0.999.ebuild 539 BLAKE2B bfc86efeb61179fb79c96d184c2ef93be02b9760627b93aadc87a356bdde3baa3768a631072572af542191d3f07c5a6a9580f694e7bd81f6fb018d0b90979335 SHA512 911a1ad7694b2579e8012799db50e4f33dba8471b615f7a3f5669b01faeb58a774b52e5ec40f74bc237e3ee4c00fac1aac284939cc09ff732b6f8854b1bfcee2
EBUILD shake-1.0.ebuild 498 BLAKE2B 2280b17b8d5694a072da97089757a61175a5db8a649b7522ae3c18e09ebb612a276b1e4e13e037bd90c45a9da89ceedc7dd11b2fe8f0c2d6ee766185a3d554a7 SHA512 50672a07c46e8e93a20e310c18f0a2ec07492811d5d2153d0f75c59a12f5c54c8d74c73cde7862f40e6ad89da96d0107d91976aadb32390b174afb1f057c3c78
MISC metadata.xml 452 BLAKE2B 1a0a9c4e8df41600c72136c4df4182658d1aa1852ebca1c5d0ea3dc8d3ea81a533c8bfa4931955a565d084dbe3a70a8173f0a2995ad95f9ed47c2786f1de1186 SHA512 95fab203ab540b445036639bcc24ae4f7d18cd51a4f1a693c14a69ba5c1b561c77ab1e0585f2baf389a3f660c19a8a06f6b0cd5d748a52fc72fd842df99b2a3e
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
- )