From 97bc93c1ad57c641da8fc8269aa5188dc5b4f546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 12 Sep 2020 06:08:42 +0700 Subject: [PATCH] drist: drop package See: #24834 --- srcpkgs/drist/patches/fix_permissions.patch | 14 -------------- srcpkgs/drist/template | 20 -------------------- 2 files changed, 34 deletions(-) delete mode 100644 srcpkgs/drist/patches/fix_permissions.patch delete mode 100644 srcpkgs/drist/template diff --git a/srcpkgs/drist/patches/fix_permissions.patch b/srcpkgs/drist/patches/fix_permissions.patch deleted file mode 100644 index 5bc7421ce56..00000000000 --- a/srcpkgs/drist/patches/fix_permissions.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile -+++ Makefile -@@ -11,9 +11,9 @@ - - install: - @echo installing executable to "${DESTDIR}${PREFIX}/bin" -- @install -D "${BIN}" "${DESTDIR}${BINDIR}/${BIN}" -+ @install -D -m 755 "${BIN}" "${DESTDIR}${BINDIR}/${BIN}" - @echo installing manual page to ${DESTDIR}${MANDIR}/man1 -- @install -D "${BIN}.1" "${DESTDIR}${MANDIR}/man1/${BIN}.1" -+ @install -D -m 644 "${BIN}.1" "${DESTDIR}${MANDIR}/man1/${BIN}.1" - - uninstall: - @echo removing executable file from "${DESTDIR}${PREFIX}/bin" diff --git a/srcpkgs/drist/template b/srcpkgs/drist/template deleted file mode 100644 index 89f39b7eec8..00000000000 --- a/srcpkgs/drist/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'drist' -pkgname=drist -version=1.04 -revision=1 -archs=noarch -wrksrc=$pkgname-v$version -build_style=gnu-makefile -depends="openssh rsync" -short_desc="Remote deployment tool" -maintainer="Paper " -license="BSD-2-Clause" -homepage="gopher://bitreich.org/1/scm/drist/" -distfiles="ftp://bitreich.org/releases/drist/drist-v$version.tgz" -checksum=174e243b4ae41a3c3c9919b351f6fbe0c94e07b9b728310c78bfa767e810910d - -post_install() { - vlicense LICENSE - vmkdir usr/share/drist - vcopy examples /usr/share/drist/ -}