aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2015-04-22 21:59:47 +0100
committerPaul Healy <lmiphay@gmail.com>2015-04-22 21:59:47 +0100
commitb19fb588eed57980896633af664da2e665508485 (patch)
tree43cc717888071ee7bf08599aaba3379736ff4223 /app-backup
parentadd updated ebuild for pasystray (diff)
downloadlmiphay-b19fb588eed57980896633af664da2e665508485.tar.gz
lmiphay-b19fb588eed57980896633af664da2e665508485.tar.bz2
lmiphay-b19fb588eed57980896633af664da2e665508485.zip
add pdumpfs-clean v1.5
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/pdumpfs-clean/Manifest1
-rw-r--r--app-backup/pdumpfs-clean/pdumpfs-clean-9999.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-backup/pdumpfs-clean/Manifest b/app-backup/pdumpfs-clean/Manifest
new file mode 100644
index 0000000..7aec8d8
--- /dev/null
+++ b/app-backup/pdumpfs-clean/Manifest
@@ -0,0 +1 @@
+EBUILD pdumpfs-clean-9999.ebuild 470 SHA256 6942be36c41ea9995d9d9fa7f71d8f746d22a4f4d0cf1dc639ca08e3d6841626 SHA512 99d9bc11cd7139cafcee9ebeaed2fd4cd376b70ba7cea27094e0bca8ce72db6aa2023fdc028a69b78017bc10d00e847e95c2387c15143ad4669be460d03c6c02 WHIRLPOOL 83e65d3f2faf6e500a2a72c9640a16e9d576486c0da547353710c093da24837c0668deca0b9200e7a87f1e9f7e86eaad051ed2e9d3a7b22eb4a58b2a47767557
diff --git a/app-backup/pdumpfs-clean/pdumpfs-clean-9999.ebuild b/app-backup/pdumpfs-clean/pdumpfs-clean-9999.ebuild
new file mode 100644
index 0000000..1f7b883
--- /dev/null
+++ b/app-backup/pdumpfs-clean/pdumpfs-clean-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils git-r3
+
+DESCRIPTION="A utility to clean up old backup files of a pdumpfs archive"
+HOMEPAGE="https://github.com/lmiphay/pdumpfs-clean"
+EGIT_REPO_URI="https://github.com/lmiphay/pdumpfs-clean.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=dev-lang/ruby-2.0.0_p598
+"
+
+src_install() {
+ dobin pdumpfs-clean
+}