summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2014-12-30 16:07:25 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2014-12-30 16:07:25 +0100
commitb94fa4267b968b95691bf9d7c60b7e18f10c8d7e (patch)
tree1e8a2a8639e1c3731224e4c65f86c3917a3aa127
parentremoved automx (is in tree) (diff)
downloadmschiff-b94fa4267b968b95691bf9d7c60b7e18f10c8d7e.tar.gz
mschiff-b94fa4267b968b95691bf9d7c60b7e18f10c8d7e.tar.bz2
mschiff-b94fa4267b968b95691bf9d7c60b7e18f10c8d7e.zip
removed eatmadata (libeatmydata is already in tree)
-rw-r--r--app-misc/eatmydata/Manifest15
-rw-r--r--app-misc/eatmydata/eatmydata-28.ebuild32
-rwxr-xr-xapp-misc/eatmydata/files/eatmydata98
-rw-r--r--app-misc/eatmydata/files/eatmydata.1.gzbin1093 -> 0 bytes
-rw-r--r--app-misc/eatmydata/metadata.xml8
5 files changed, 0 insertions, 153 deletions
diff --git a/app-misc/eatmydata/Manifest b/app-misc/eatmydata/Manifest
deleted file mode 100644
index 36e89e2..0000000
--- a/app-misc/eatmydata/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX eatmydata 2511 RMD160 115382fc06a10b6b033035469b35e257eb3bf472 SHA1 24f05a08d75661b2d3ff83a09c8bb4ba5939ede9 SHA256 5df9a7145a22cfcfc0a11b04b93dac441bae1a2e6431d3bf11da7ae845969268
-AUX eatmydata.1.gz 1093 RMD160 40c0fb1b326e05b352f23033fa35640fb7db41b4 SHA1 2a2e0d2992ce49ba4f20d7a49e61f1f5e754ee89 SHA256 fdd8720f95266b73052779818145d2e6fbc504670d5c39a091a48754d497b9ba
-DIST libeatmydata-28.tar.gz 382069 RMD160 b8b8fc9a02413b8fd907569f93b0015ecc086a0c SHA1 bd8a26b5e8dc9647ddf70989652e2da55a18b752 SHA256 3b768351a1aff21a1201bcbd25635a0f4fbbfc2d4e7e55842403601fdb1859c3
-EBUILD eatmydata-28.ebuild 792 RMD160 7fc0de271d70341373a2fe90ac7df63a1fe09b1e SHA1 d2a93fd43032f417ad298cd1823b92d122897a2d SHA256 99fb883c6005421e1795844c57c3dcc133f532cac3850f9a8d265a8ad9398494
-MISC metadata.xml 236 RMD160 5c57b0291e26469fb522c377d9b6373830889ebb SHA1 4da113512bdf7f06bde8a17a9332c28da0ecf1b6 SHA256 f55443c9b3d97fcc9437b9aeba1b3beae39e38599620bd520d0693bb8948b531
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
-
-iD8DBQFPThj+KWxsyjWmQTQRAgtcAKCejXQYDMh/o7SDr8y8xKjPdX0+lACcCtzh
-r7fiL17pplMofI6MbxX4fgs=
-=WN/u
------END PGP SIGNATURE-----
diff --git a/app-misc/eatmydata/eatmydata-28.ebuild b/app-misc/eatmydata/eatmydata-28.ebuild
deleted file mode 100644
index 7a0a4b7..0000000
--- a/app-misc/eatmydata/eatmydata-28.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-DESCRIPTION="Tool with LD_PRELOAD library that disables all forms of writing data safely to disk"
-HOMEPAGE="https://launchpad.net/libeatmydata"
-SRC_URI="http://launchpad.net/lib${PN}/trunk/release-${PV}/+download/lib${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-MY_S="${WORKDIR}/lib${P}"
-S="${WORKDIR}/lib${P}"
-
-src_install () {
- default
- exeinto /usr/bin && doexe ${FILESDIR}/eatmydata
- doman ${FILESDIR}/eatmydata.1.gz
- find ${D} -name "*.la" -delete
-}
-
-pkg_postinst() {
- ewarn "This program is called *eatmydata* on purpose."
- ewarn "Use it on your own risk and only if you know what you are doing."
-}
diff --git a/app-misc/eatmydata/files/eatmydata b/app-misc/eatmydata/files/eatmydata
deleted file mode 100755
index 0a72fa7..0000000
--- a/app-misc/eatmydata/files/eatmydata
+++ /dev/null
@@ -1,98 +0,0 @@
-#!/bin/sh
-
-# Copyright ©: 2010, Modestas Vainius <modax@debian.org>
-#
-# Copyright ©: 2011, Marc Schiffbauer <mschiff@gentoo.org>
-# (merged shell lib into this file + some small mods for gentoo)
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
-libeatmydata="/usr/lib/libeatmydata.so"
-name="eatmydata"
-
-eatmydata_error()
-{
- echo "$name error: $1" >&2
- exit 1
-}
-
-eatmydata_exec()
-{
- local cmd
- cmd="$1"
- if [ "${cmd#*/*}" = "${cmd}" ]; then
- # $cmd does not contain '/'. Look in $PATH avoiding loops with self.
- local self save_ifs path exe ok
-
- self="`readlink -f "$0"`"
- save_ifs="$IFS"
- IFS=":"
- ok=""
- for path in $PATH; do
- exe="${path}/$cmd"
- # Avoid loops with self
- if [ -x "$exe" ] && [ "`readlink -f "$exe"`" != "$self" ]; then
- ok="yes"
- break
- fi
- done
- IFS="$save_ifs"
- if [ -n "$ok" ]; then
- cmd="$exe"
- else
- eatmydata_error "unable to find '$cmd' in PATH"
- fi
- fi
-
- # Preload libeatmydata
- if [ -n "$LD_PRELOAD" ]; then
- export LD_PRELOAD="$libeatmydata $LD_PRELOAD"
- else
- export LD_PRELOAD="$libeatmydata"
- fi
- # Execute requested command
- shift
- exec "$cmd" "$@"
-}
-
-# Verify environment
-if [ ! -f "$libeatmydata" ]; then
- eatmydata_error "could not find $name library $libeatmydata"
-fi
-
-usage()
-{
- echo "usage: $0 [--] command [ command arguments ... ]" >&2
- exit 2
-}
-
-# Detect operation mode. If this script is run via symlink, look for basename
-# in the PATH and execute it.
-if [ -L "$0" ]; then
- # Symlink mode. Get command to execute from the basename of $0.
- cmd="`basename "$0"`"
- set -- "$cmd" "$@"
-else
- # Normal mode
- if [ "$1" = "--" ]; then
- shift
- fi
-
- if [ "$#" -eq 0 ]; then
- usage
- fi
-fi
-
-eatmydata_exec "$@"
diff --git a/app-misc/eatmydata/files/eatmydata.1.gz b/app-misc/eatmydata/files/eatmydata.1.gz
deleted file mode 100644
index cbf6e9e..0000000
--- a/app-misc/eatmydata/files/eatmydata.1.gz
+++ /dev/null
Binary files differ
diff --git a/app-misc/eatmydata/metadata.xml b/app-misc/eatmydata/metadata.xml
deleted file mode 100644
index ea7bd02..0000000
--- a/app-misc/eatmydata/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mschiff@gentoo.org</email>
- <name>Marc Schiffbauer</name>
- </maintainer>
-</pkgmetadata>