summaryrefslogtreecommitdiff
path: root/app-misc/glastree
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-misc/glastree
reinit the tree, so we can have metadata
Diffstat (limited to 'app-misc/glastree')
-rw-r--r--app-misc/glastree/Manifest6
-rw-r--r--app-misc/glastree/files/glastree-posix-make.patch16
-rw-r--r--app-misc/glastree/glastree-1.04.ebuild28
-rw-r--r--app-misc/glastree/metadata.xml5
4 files changed, 55 insertions, 0 deletions
diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest
new file mode 100644
index 000000000000..c41b42c9f196
--- /dev/null
+++ b/app-misc/glastree/Manifest
@@ -0,0 +1,6 @@
+AUX glastree-posix-make.patch 559 SHA256 16cbd62f5fe9028c24948cb63894c901023e7323cf8f4150b9d8f06642be3d36 SHA512 fe76f51fc869ce03b9e44270045b6b92c8d69e4fac5878eee7167899633aad1fe2d68648310f3ba6edd47360dcb93c7d0dbda2323e9c2d44adf0d984708a174d WHIRLPOOL e841e854b864965994293a40a2f1616405345fd5e4ac5c83c66a523eca140c868b45ac51e4370217359a116199da64af6b780a7f05e3bf0aab5d6e481c6ec15e
+DIST glastree-1.04.tar.gz 5846 SHA256 067d01d98ae155f1fa1ba25a27dd72d27d4455d71107c3e6e6f1cdc41a0e0fd3 SHA512 81b819bc91780f42f945db13efc97faadd661c3272007dc0b90ed998776d3fc0fbe406249f069f0065271208c9f6ccd0488021d384e05d5b9da39311bec8f94d WHIRLPOOL 3c9f1bec8aa10e19e7f3c8e28f6196b50b583c637e7ec1ad1e53f001d48bd59e1c9a580da08d8bc4ad9ba66ad6e95d3244744bd157a90901a8acb97e44cc91a2
+EBUILD glastree-1.04.ebuild 635 SHA256 9908dd758d49123c7fc539db774e729c88be70c40b16a670040b8af2a210de7d SHA512 cd9989a5c734ba1df00af5dc79a34cb7ff4c3ffc9367a9dda494dcdb6bdd31a201fc3b95b664a79014c22ac895df4fdb20daca5968b124d10e18773939853406 WHIRLPOOL 87e6942eb54d9eea10f133385e88afa6df42e88e1a8f304bb0d024324f2af494475169f6737821a588b7fa3ce6e4753c71601b76cca3244256b596a8fae9106e
+MISC ChangeLog 2557 SHA256 6c4e192c7c1c4dc38ec302078e63b24eac0f6df1a27d125217d49651b7fc70c6 SHA512 7ea2eef70dbb70ae3745ae5a151216babf1c4b551fef0f4ba117fcc1aeefcb14077c8962728dcc9acc3a8e4c9dbb3411a87f6c52599be2f146172b985a45d52e WHIRLPOOL a918c6de015396e371f90c32803e63785a4d04d145c800710f11849764be50699f0efa7c2d04a779057cc3af66d2ee77ae1032eacad708758414200c9f0fa0d5
+MISC ChangeLog-2015 1961 SHA256 643206c6892b1fb35849d5201be2fbb42412e5db7107710e281bc30a5c032cb1 SHA512 5a3ae2f9b20abea8d01d2f82ecfa42a9adc12d38971eea8f1875a8f7b39bf997c56332418b37878f0e32760b7cc3ba86e169508adbd5b0ed4eefac4a816f9ba5 WHIRLPOOL 09bff09770de3b28b77e7bcb4859ad3449e6740efea8f2024b3b858b90c524bf3d096a9a27c5e3cc95d25a334ef16f7e016e8fc4efd2849afd430a194a33656a
+MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968
diff --git a/app-misc/glastree/files/glastree-posix-make.patch b/app-misc/glastree/files/glastree-posix-make.patch
new file mode 100644
index 000000000000..07e4bf6ec91a
--- /dev/null
+++ b/app-misc/glastree/files/glastree-posix-make.patch
@@ -0,0 +1,16 @@
+Make sure the perl code is valid both with and without the backslashes.
+Some make versions strip them, others don't.
+
+--- glastree-1.04/Makefile
++++ glastree-1.04/Makefile
+@@ -24,8 +24,8 @@
+
+ install:
+ @perl -e 'eval "use Date::Calc"; \
+- print "Checking for prereq Date::Calc..."; \
+- if ($$@) { print "\nThis program requires the Date::Calc module.\n"; exit 1; } \
++ print "Checking for prereq Date::Calc..."; if ($$@) { \
++ print "\nThis program requires the Date::Calc module.\n"; exit 1; } \
+ print " OK\n"; '
+
+ $(INSTALL) -d $(INSTROOT)/$(INSTBIN)
diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild
new file mode 100644
index 000000000000..892b11bc30aa
--- /dev/null
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl"
+HOMEPAGE="http://www.igmus.org/code/"
+SRC_URI="http://www.igmus.org/files/${P}.tar.gz"
+DEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+SLOT="0"
+KEYWORDS="~amd64 ppc x86"
+IUSE=""
+LICENSE="public-domain"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-posix-make.patch
+}
+
+src_compile() { :; }
+
+src_install() {
+ dodir /usr/share/man/man1
+ emake INSTROOT="${D}"/usr INSTMAN=share/man install
+ dodoc README CHANGES THANKS TODO
+}
diff --git a/app-misc/glastree/metadata.xml b/app-misc/glastree/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-misc/glastree/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>