From b295ad0c99aeffd221333e9aa5cf971f3c577b8e Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 17 Jun 2020 20:51:23 -0400 Subject: */*: drop last-rited pkgs Signed-off-by: Aaron Bauman --- app-cdr/sync2cd/Manifest | 1 - app-cdr/sync2cd/metadata.xml | 13 ------------- app-cdr/sync2cd/sync2cd-1.3-r1.ebuild | 27 --------------------------- 3 files changed, 41 deletions(-) delete mode 100644 app-cdr/sync2cd/Manifest delete mode 100644 app-cdr/sync2cd/metadata.xml delete mode 100644 app-cdr/sync2cd/sync2cd-1.3-r1.ebuild (limited to 'app-cdr') diff --git a/app-cdr/sync2cd/Manifest b/app-cdr/sync2cd/Manifest deleted file mode 100644 index a2e64cd12ba1..000000000000 --- a/app-cdr/sync2cd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sync2cd-1.3.tar.gz 39663 BLAKE2B 79f5051155252dc820a2632feba048e5323aca94dc9f14afba39a3c5d7bf606540bdf7b479bd2e4663c78a4c0fff6ed41f2865d7c1711b87cadbfed2fdc1b343 SHA512 a80c00e4a5e1eccf12750e7c6bae606fb1befeba1ad6510e887c931e3bdecef28864053a9a8933f55073204577e173b8109456051e47bce5f26d35be24052c4a diff --git a/app-cdr/sync2cd/metadata.xml b/app-cdr/sync2cd/metadata.xml deleted file mode 100644 index c083f24ac45a..000000000000 --- a/app-cdr/sync2cd/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -sync2cd is an incremental archiving tool. It allows backing up complete filesystem hierarchies to multiple backup -media (e.g. CD-R). Files are archived incrementally, i.e. only new or changed files are stored during an archive -operation. - -All entity types are supported: directories, files, symlinks, named pipes, sockets, block and character devices. -(copyied off ref url) - - diff --git a/app-cdr/sync2cd/sync2cd-1.3-r1.ebuild b/app-cdr/sync2cd/sync2cd-1.3-r1.ebuild deleted file mode 100644 index 87620150944c..000000000000 --- a/app-cdr/sync2cd/sync2cd-1.3-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="An incremental archiving tool to CD/DVD" -HOMEPAGE="http://www.calins.ch/software/sync2cd.html" -SRC_URI="http://www.calins.ch/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="cdr dvdr" - -RDEPEND="virtual/eject - cdr? ( virtual/cdrtools ) - dvdr? ( app-cdr/dvd+rw-tools )" -DEPEND="" - -python_test() { - cd tests || die - "${PYTHON}" run.py || die "Unit tests failed for ${EPYTHON}" -} -- cgit v1.2.3-65-gdbad