diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-backup/cdbkup | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-backup/cdbkup')
-rw-r--r-- | app-backup/cdbkup/Manifest | 1 | ||||
-rw-r--r-- | app-backup/cdbkup/cdbkup-1.0-r1.ebuild | 34 | ||||
-rw-r--r-- | app-backup/cdbkup/cdbkup-1.0.ebuild | 36 | ||||
-rw-r--r-- | app-backup/cdbkup/metadata.xml | 10 |
4 files changed, 81 insertions, 0 deletions
diff --git a/app-backup/cdbkup/Manifest b/app-backup/cdbkup/Manifest new file mode 100644 index 000000000000..c4e8c84b2241 --- /dev/null +++ b/app-backup/cdbkup/Manifest @@ -0,0 +1 @@ +DIST cdbkup-1.0.tar.gz 38252 SHA256 15443e6b72208ccf696d36dd46ce8181696c75bac8eb8c6201842da0d9db5084 SHA512 f95a7540704c16a01e65397fb63b5b97011685c62d3c9a9b2e303470fed5a31f909cb700035466e89ccd181401fd3c19d427fa32c40ece1ba77c1dba9322969d WHIRLPOOL b11fad17c0f850ef05fe4302227348a07475831266b889e58571051ddeca5f438d273ad1219b0477a9158348bf49bcd3315767cd0553dc5fca97fbb56717f1db diff --git a/app-backup/cdbkup/cdbkup-1.0-r1.ebuild b/app-backup/cdbkup/cdbkup-1.0-r1.ebuild new file mode 100644 index 000000000000..a5e367dd3707 --- /dev/null +++ b/app-backup/cdbkup/cdbkup-1.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s" +HOMEPAGE="http://cdbkup.sourceforge.net/" +SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND="virtual/cdrtools + virtual/eject" +RDEPEND="${DEPEND} + !app-misc/cdcat" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die +} + +src_compile() { + econf --with-snardir=/etc/cdbkup --with-dumpgrp=users +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc COMPLIANCE ChangeLog README TODO +} diff --git a/app-backup/cdbkup/cdbkup-1.0.ebuild b/app-backup/cdbkup/cdbkup-1.0.ebuild new file mode 100644 index 000000000000..b37a20045088 --- /dev/null +++ b/app-backup/cdbkup/cdbkup-1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +DESCRIPTION="performs full/incremental backups of local/remote filesystems onto CD-R(W)s" +HOMEPAGE="http://cdbkup.sourceforge.net/" +SRC_URI="mirror://sourceforge/cdbkup/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="" + +RDEPEND="virtual/cdrtools + virtual/eject + !app-misc/cdcat" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:doc/cdbkup:doc/${P}:" Makefile.in || die + epatch "${S}"/linuxtar_13.patch +} + +src_compile() { + econf --with-snardir=/etc/cdbkup --with-dumpgrp=users +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc COMPLIANCE ChangeLog README TODO +} diff --git a/app-backup/cdbkup/metadata.xml b/app-backup/cdbkup/metadata.xml new file mode 100644 index 000000000000..a41124469c09 --- /dev/null +++ b/app-backup/cdbkup/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>app-backup</herd> + <longdescription>A backup application capable of full/incremental backups on + local and remote systems onto cd-r and cd-rw discs.</longdescription> + <upstream> + <remote-id type="sourceforge">cdbkup</remote-id> + </upstream> +</pkgmetadata> |