Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/sync2cd/
Date: Tue, 01 Nov 2016 10:30:03
Message-Id: 1477995562.70c8f17c156d8c8af58992238b8166d3667dd3d7.pacho@gentoo
1 commit: 70c8f17c156d8c8af58992238b8166d3667dd3d7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 10:19:22 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 10:19:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c8f17c
7
8 app-cdr/sync2cd: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-cdr/sync2cd/sync2cd-1.3.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-cdr/sync2cd/sync2cd-1.3.ebuild b/app-cdr/sync2cd/sync2cd-1.3.ebuild
16 deleted file mode 100644
17 index 89ef0e2..00000000
18 --- a/app-cdr/sync2cd/sync2cd-1.3.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -
28 -inherit distutils
29 -
30 -DESCRIPTION="An incremental archiving tool to CD/DVD"
31 -HOMEPAGE="http://www.calins.ch/software/sync2cd.html"
32 -SRC_URI="http://www.calins.ch/download/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ppc x86"
37 -IUSE="cdr dvdr"
38 -
39 -RDEPEND="virtual/eject
40 - cdr? ( virtual/cdrtools )
41 - dvdr? ( app-cdr/dvd+rw-tools )"
42 -DEPEND=""
43 -
44 -PYTHON_MODNAME="sync2cd.py"
45 -
46 -pkg_setup() {
47 - python_set_active_version 2
48 - python_pkg_setup
49 -}
50 -
51 -src_test() {
52 - cd tests
53 - "$(PYTHON)" run.py || die "Unit tests failed"
54 -}