summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-06-17 20:51:23 -0400
committerAaron Bauman <bman@gentoo.org>2020-06-17 20:51:23 -0400
commitb295ad0c99aeffd221333e9aa5cf971f3c577b8e (patch)
tree037a442b51b6f2300fe67175eb4bf5aa98d54971 /app-cdr
parentprofiles/package.mask: drop mask on x11-themes/fvwm-crystal (diff)
downloadgentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.tar.gz
gentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.tar.bz2
gentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.zip
*/*: drop last-rited pkgs
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/sync2cd/Manifest1
-rw-r--r--app-cdr/sync2cd/metadata.xml13
-rw-r--r--app-cdr/sync2cd/sync2cd-1.3-r1.ebuild27
3 files changed, 0 insertions, 41 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-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)
-</longdescription>
-</pkgmetadata>
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}"
-}