Skip to content

Commit

Permalink
app-cdr/cdck: bump to EAPI 6, add maintainer-needed
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
austin987 committed Jul 7, 2016
1 parent 7029a69 commit d42b0ff
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app-cdr/cdck/cdck-0.7.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Measure the read time per sector on CD or DVD to check the quality"
HOMEPAGE="http://swaj.net/unix/index.html#cdck"
SRC_URI="http://swaj.net/unix/cdck/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_prepare() {
default

sed -e '1d' -i man/cdck_man.in || die "sed failed"
}

src_configure() {
econf --disable-dependency-tracking \
--disable-shared
}

src_install() {
default

dobin src/cdck
doman man/cdck.1
}
1 change: 1 addition & 0 deletions app-cdr/cdck/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
Actually cdck is a simple program to verify CD/DVD quality. The known
fact is that even if all files on the disc are readable, some sectors
Expand Down

0 comments on commit d42b0ff

Please sign in to comment.