app-backup/backup-manager: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Bernard Cafarelli
2018-02-07 10:49:23 +01:00
parent dd48dc5b0a
commit a765bf535f
5 changed files with 0 additions and 161 deletions

View File

@@ -1,3 +1 @@
DIST backup-manager-0.7.13.tar.gz 144494 BLAKE2B e60c67bd457907fba012bee7ce3fb8d3119ab6c726a16c105d65fe0736c18cbe6999e9af879658f8fa343e33f67a71520e75d0e4f2caafa244b48b7d2c676214 SHA512 ef43d9b95471299482e3cccd72652930804d85d623ef9ae731b25509504db774380527c42b9de2fe906a730890f1c6f6ab394bcfb917f0a70822a45166edf76f
DIST backup-manager-0.7.14.tar.gz 144568 BLAKE2B 55447e3132996146935a0a46ce2786633a78ca4cc5db780348c1c0a34d429bf232c26685d660a60eca2b7ee6a2329f4b008b7ba995c9e0c16deaa9d85e642d3b SHA512 7956f39446ffcd39ec2baff0f5599f15e549abac570806905768bac09d431a88a9826a8e30e02e6f5c6186f19b02d50d5101ce5c22a91a43e6d0772e4db57f2f
DIST backup-manager-0.7.5.tar.gz 159855 BLAKE2B 5c660c8478db17b83a604cdc428e40066ef1be3aa483803500e78d6ae81b30a4783ea6fe2bf3085e88239b8fee29d4b9d8ee0f47c42d7bee82ead13c16faed43 SHA512 3101e695d79c429e5a415a174c12b6217495aaefc0b44ee870bb492eea75ce07dacb766a45c60268a0f7da798d51b46f6d91f33b9d545360f09b92b61329bcef

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils
MY_P=Backup-Manager-${PV}
DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux"
HOMEPAGE="https://github.com/sukria/Backup-Manager"
SRC_URI="https://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="s3"
DEPEND="dev-lang/perl:=
sys-devel/gettext"
RDEPEND="${DEPEND}
s3? ( dev-perl/Net-Amazon-S3
dev-perl/File-Slurp )"
S=${WORKDIR}/${MY_P}
src_prepare() {
sed -e "/^PERL5DIR/s/sitelib/vendorlib/" \
-e "/sed/s:=\$(DESTDIR)/:=:" \
-i Makefile || die
default
}
src_compile() {
default
emake -C po
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
dodir /etc
cp -a "${D}"/usr/share/backup-manager/backup-manager.conf.tpl "${D}"/etc/backup-manager.conf || die
chmod 0600 "${D}"/etc/backup-manager.conf || die
}

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils
MY_P=Backup-Manager-${PV}
DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux"
HOMEPAGE="https://github.com/sukria/Backup-Manager"
SRC_URI="https://github.com/sukria/Backup-Manager/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="s3"
DEPEND="dev-lang/perl
sys-devel/gettext"
RDEPEND="${DEPEND}
s3? ( dev-perl/Net-Amazon-S3
dev-perl/File-Slurp )"
S=${WORKDIR}/${MY_P}
src_prepare() {
sed -e "/^PERL5DIR/s/sitelib/vendorlib/" \
-e "/sed/s:=\$(DESTDIR)/:=:" \
-i Makefile || die
default
}
src_compile() {
default
emake -C po
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
dodir /etc
cp -a "${D}"/usr/share/backup-manager/backup-manager.conf.tpl "${D}"/etc/backup-manager.conf || die
chmod 0600 "${D}"/etc/backup-manager.conf || die
}

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux"
HOMEPAGE="https://github.com/sukria/Backup-Manager"
SRC_URI="http://www.backup-manager.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND="dev-lang/perl
sys-devel/gettext"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/Makefile-fix.diff
}
src_compile() {
# doing nothing, cause a call to make would start make install
true
}
src_install() {
make DESTDIR="${D}" install || die "install failed"
use doc && dodoc doc/user-guide.txt
}
pkg_postinst() {
elog "After installing,"
elog "copy ${ROOT%/}/usr/share/backup-manager/backup-manager.conf.tpl to"
elog "/etc/backup-manager.conf and customize it for your environment."
elog "You could also set-up your cron for daily or weekly backup."
ebeep 3
ewarn "New configuration keys have been defined. Please check the docs for info"
}

View File

@@ -1,25 +0,0 @@
diff -urN backup-manager-0.7.2/Makefile backup-manager-0.7.2-modified/Makefile
--- backup-manager-0.7.2/Makefile 2006-03-12 20:20:34.000000000 +0900
+++ backup-manager-0.7.2-modified/Makefile 2006-03-18 18:06:49.000000000 +0900
@@ -78,8 +78,8 @@
# Installing the man pages.
install_man: man/backup-manager-upload.8
@echo -e "\n*** Installing man pages ***\n"
- install -d /usr/share/man/man8/
- install --owner=root --group=root --mode=0644 man/*.8 /usr/share/man/man8/
+ install -d $(DESTDIR)/usr/share/man/man8/
+ install --owner=root --group=root --mode=0644 man/*.8 $(DESTDIR)/usr/share/man/man8/
docs:
make -C doc all
--- backup-manager-0.7.2/Makefile.orig 2006-06-06 15:25:05.000000000 +0100
+++ backup-manager-0.7.2/Makefile 2006-06-06 15:25:25.000000000 +0100
@@ -1,7 +1,7 @@
DESTDIR?=
# For the backup-manager package
-PERL5DIR=$(DESTDIR)/usr/share/perl5
+PERL5DIR=$(DESTDIR)/usr/lib/perl5/vendor_perl
LIBDIR=$(DESTDIR)/usr/share/backup-manager
CONTRIB=$(LIBDIR)/contrib
SHAREDIR=$(DESTDIR)/usr/share/backup-manager