From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-backup/hdup/Manifest | 1 + app-backup/hdup/hdup-2.0.14.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ app-backup/hdup/metadata.xml | 7 +++++ 3 files changed, 67 insertions(+) create mode 100644 app-backup/hdup/Manifest create mode 100644 app-backup/hdup/hdup-2.0.14.ebuild create mode 100644 app-backup/hdup/metadata.xml (limited to 'app-backup/hdup') diff --git a/app-backup/hdup/Manifest b/app-backup/hdup/Manifest new file mode 100644 index 000000000000..a03578d44a35 --- /dev/null +++ b/app-backup/hdup/Manifest @@ -0,0 +1 @@ +DIST hdup-2.0.14.tar.bz2 87803 SHA256 6781ec53a739c0ae15129bbbb4674cad012501b30b6652ab54d0b300de677609 SHA512 076876345d58bc6a1b987adc3ea10b1e82652504f52579d62c3f9f97c120fd56f3177deb4fe810b1579ab473061d2ab38b0ab97b83427ec84d5141f7043897f8 WHIRLPOOL 0f882463fcf0df0de019d18d915f87944d4dddb49e3e560c5d6c42479b947bc5ffe87808c95bdba6815f57a2ebee28c3f0e46c7666a63589811410934481dc34 diff --git a/app-backup/hdup/hdup-2.0.14.ebuild b/app-backup/hdup/hdup-2.0.14.ebuild new file mode 100644 index 000000000000..d4a24acde1e9 --- /dev/null +++ b/app-backup/hdup/hdup-2.0.14.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +KEYWORDS="~amd64 ~ppc ~x86" +DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh" +HOMEPAGE="http://www.miek.nl/projects/hdup2/index.html" +SRC_URI="http://www.miek.nl/projects/${PN}2/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +IUSE="crypt" + +CDEPEND="app-arch/bzip2 + app-arch/gzip + app-arch/tar + >=dev-libs/glib-2.0" + +RDEPEND="${CDEPEND} + net-misc/openssh + sys-apps/coreutils + sys-apps/findutils + crypt? ( app-crypt/mcrypt )" + +DEPEND="${CDEPEND} + virtual/pkgconfig" + +src_unpack() { + unpack ${A} + + sed -i \ + -e '/hdup:/s|${HDR}.*||' \ + -e 's:GLIB_LIBS *=:LDLIBS =:' \ + -e '/-o hdup/,+1d' \ + "${S}"/src/Makefile.in || die "Makefile fix failed" +} + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + dodir /usr/sbin + make DESTDIR="${D}" install || die "make install failed" + + dohtml doc/FAQ.html + dodoc ChangeLog Credits README + + insinto /usr/share/${PN}/contrib/ + doins contrib/* + + insinto /usr/share/${PN}/examples/ + doins examples/* +} + +pkg_postinst() { + elog "Now edit your /etc/hdup/${PN}.conf to configure your backups." + elog "You can also check included examples and contrib, see /usr/share/${PN}/." +} diff --git a/app-backup/hdup/metadata.xml b/app-backup/hdup/metadata.xml new file mode 100644 index 000000000000..a40624fba8f0 --- /dev/null +++ b/app-backup/hdup/metadata.xml @@ -0,0 +1,7 @@ + + + + + maintainer-needed@gentoo.org + + -- cgit v1.2.3-65-gdbad