Removed urbackup
This commit is contained in:
parent
c22e88eb1f
commit
620a857b78
@ -1,2 +0,0 @@
|
||||
DIST urbackup-client-2.0.32.tar.gz 3084843 SHA256 ab23bfa50a8205f426677477877605613616a230078d1f0ecaf5e23579eaacde SHA512 8d7452ca24e745866bca8836ce24a5a7fd6437c53944a6c18c548389cfca03fee7b6b9a7e783e7f3eabeead04b0908a979e1c0fbee0b6666365ec982cbf3dae1 WHIRLPOOL 00cb356ddd987173bc210297012ec8f8a67fe9cf9140ae3de7eb1a1ead1d236ec542381eb6fe30f343f66ac48701006b596cfbcbc8ef29d1ff5085e9f73d1a23
|
||||
EBUILD urbackup-client-2.0.32.ebuild 481 SHA256 e6319486140aa321c3ca9a55f79599879578bd480568b0111da48fc80b0439bc SHA512 6a11813c3b4a1ab592b7e09d0cf84534b5f3e44c4d14d101c24f5b42754405a8cd1a24b8433a68da603aac807b71b45397d4bd18fb241c763a082fbc60943cd0 WHIRLPOOL ccd9bde31607b5233cf273a7cb33a81469ed7a66721316cb03d06e62a7bfe9708adb7333ab3629789f6e417dc7614a818254c553e78570d14ea5036ffa3eef90
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="A backup client for UrBackup"
|
||||
HOMEPAGE="https://www.urbackup.org/"
|
||||
SRC_URI="https://hndl.urbackup.org/Client/${PV}/${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}.0"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=x11-libs/wxGTK-3
|
||||
dev-libs/crypto++
|
||||
sys-libs/zlib"
|
||||
RDEPEND="${DEPEND}"
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
src_install() {
|
||||
default
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
DIST urbackup-server-2.0.33.tar.gz 4261285 SHA256 13c3c45541037cef37fb99ff4323fd115908cd1ba8318f30394adf60d2fc0170 SHA512 4467550326044d0b777dfd8faf7eb98536bba56947bcfc5d25f2376a2b05a77a9176a35a299f45e4becd73ebc46050c26a94de58abadfded770aa62b2633ff58 WHIRLPOOL fb5d0b647b6958a6db32f64579c002fc55ba3d31bcac9dc6e02ee9b3cd5705389d6621601a595bd7162e5d20466bf70986b70346e6797680b4403e2122e99197
|
||||
EBUILD urbackup-server-2.0.33.ebuild 1349 SHA256 af357e54467f438e8b6442a469417b6fc76e0d288227f20be9c54a2f2d72e6aa SHA512 27b7ed24369a6b805648033b96b4f80f4dfcb5bcd375be5fab68d8516292050baf10a06fce0f15ec3ab253093f5093f6e144d0ecd9b802f1818c4988cdafb7eb WHIRLPOOL af7a14fc2c46dc93dc380b02ccf33760e476aa05740994e2a73cf1bbdbf8c1c8ff9387da945a7e85ba918e1a2f9885059a88d9db078b8c314ccaeb9416cd487b
|
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit user
|
||||
|
||||
DESCRIPTION="A backup server for UrBackup"
|
||||
HOMEPAGE="https://www.urbackup.org/"
|
||||
SRC_URI="https://hndl.urbackup.org/Server/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
ENV_SETTINGS_URBACKUP="
|
||||
URBACKUP_GROUP_GID URBACKUP_GROUP_NAME
|
||||
URBACKUP_USER_NAME URBACKUP_USER_UID URBACKUP_USER_SH URBACKUP_USER_HOMEDIR URBACKUP_USER_GROUPS
|
||||
"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
src_install() {
|
||||
default
|
||||
}
|
||||
pkg_setup() {
|
||||
[ -z "${URBACKUP_GROUP_GID}" ] && URBACKUP_GROUP_GID=88
|
||||
[ -z "${URBACKUP_GROUP_NAME}" ] && URBACKUP_GROUP_NAME=urbackup
|
||||
[ -z "${URBACKUP_USER_NAME}" ] && URBACKUP_USER_NAME=urbackup
|
||||
[ -z "${URBACKUP_USER_UID}" ] && URBACKUP_USER_UID=88
|
||||
[ -z "${URBACKUP_USER_SH}" ] && URBACKUP_USER_SH=/bin/bash
|
||||
[ -z "${URBACKUP_USER_HOMEDIR}" ] && URBACKUP_USER_HOMEDIR=/var/spool/urbackup
|
||||
[ -z "${URBACKUP_USER_GROUPS}" ] && URBACKUP_USER_GROUPS="${URBACKUP_GROUP_NAME}"
|
||||
|
||||
enewgroup "${URBACKUP_GROUP_NAME}" "${URBACKUP_GROUP_GID}"
|
||||
enewuser "${URBACKUP_USER_NAME}" "${URBACKUP_USER_UID}" "${URBACKUP_USER_SH}" "${URBACKUP_USER_HOMEDIR}" "${URBACKUP_USER_GROUPS}"
|
||||
}
|
||||
pkg_postinst() {
|
||||
einfo "This does not come with an init script, so you need to make your own"
|
||||
}
|
Loading…
Reference in New Issue
Block a user