diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/glastree | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/Manifest | 4 | ||||
-rw-r--r-- | app-misc/glastree/files/glastree-posix-make.patch | 16 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 28 | ||||
-rw-r--r-- | app-misc/glastree/metadata.xml | 5 |
4 files changed, 0 insertions, 53 deletions
diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest deleted file mode 100644 index 84ca0da76890..000000000000 --- a/app-misc/glastree/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX glastree-posix-make.patch 559 BLAKE2B be055c7114bd0ddf52aed5b09ccba2110b15167019146ccddd411aba48e07f6d8091756a47034915ff7c253d166137e0e34a7fa92cb3263bff53886bd4a37aa8 SHA512 fe76f51fc869ce03b9e44270045b6b92c8d69e4fac5878eee7167899633aad1fe2d68648310f3ba6edd47360dcb93c7d0dbda2323e9c2d44adf0d984708a174d -DIST glastree-1.04.tar.gz 5846 BLAKE2B b380b577a712f08b0a3ec89627d9f8bd20c76244ab19c8e76d27ac2fa08b0242381c280430fafe8a43bef78de8954d4660051d7648550c4ecd789a8941b55a4d SHA512 81b819bc91780f42f945db13efc97faadd661c3272007dc0b90ed998776d3fc0fbe406249f069f0065271208c9f6ccd0488021d384e05d5b9da39311bec8f94d -EBUILD glastree-1.04.ebuild 635 BLAKE2B e4ff8181d2701c2933136ddc98f6685e2c43e8c70d8993d2d1fa2d709a441c2191a005a0a91e275c5802aa310b0359cd4d8270bf36960cdc3d44e9bd1cb8fc45 SHA512 cd9989a5c734ba1df00af5dc79a34cb7ff4c3ffc9367a9dda494dcdb6bdd31a201fc3b95b664a79014c22ac895df4fdb20daca5968b124d10e18773939853406 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-misc/glastree/files/glastree-posix-make.patch b/app-misc/glastree/files/glastree-posix-make.patch deleted file mode 100644 index 07e4bf6ec91a..000000000000 --- a/app-misc/glastree/files/glastree-posix-make.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 892b11bc30aa..000000000000 --- a/app-misc/glastree/glastree-1.04.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-misc/glastree/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |