* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdck/
@ 2016-05-21 14:40 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-05-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: b3209c75a406b4af25552cf871a6a5c09d3f0e99
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 14:36:58 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 14:39:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3209c75
app-cdr/cdck: Cleanup due to bug #93104
Package-Manager: portage-2.3.0_rc1
app-cdr/cdck/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-cdr/cdck/metadata.xml b/app-cdr/cdck/metadata.xml
index 84005f2..c0c7e36 100644
--- a/app-cdr/cdck/metadata.xml
+++ b/app-cdr/cdck/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>zzam@gentoo.org</email>
- <name>Matthias Schwarzott</name>
- </maintainer>
<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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdck/
@ 2016-07-07 18:39 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-07 18:39 UTC (permalink / raw
To: gentoo-commits
commit: d42b0ff01cee6f56ddfbfcc2954ef79b8c3378b7
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 18:28:45 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 18:39:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42b0ff0
app-cdr/cdck: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
app-cdr/cdck/cdck-0.7.0-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
app-cdr/cdck/metadata.xml | 1 +
2 files changed, 33 insertions(+)
diff --git a/app-cdr/cdck/cdck-0.7.0-r2.ebuild b/app-cdr/cdck/cdck-0.7.0-r2.ebuild
new file mode 100644
index 0000000..b952780
--- /dev/null
+++ b/app-cdr/cdck/cdck-0.7.0-r2.ebuild
@@ -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
+}
diff --git a/app-cdr/cdck/metadata.xml b/app-cdr/cdck/metadata.xml
index c0c7e36..e09e526 100644
--- a/app-cdr/cdck/metadata.xml
+++ b/app-cdr/cdck/metadata.xml
@@ -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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdck/
@ 2018-04-08 22:42 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
To: gentoo-commits
commit: c17f3607f2c2f89941676fd18ef454d67a9b54d6
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 16:45:15 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 8 22:41:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17f3607
app-cdr/cdck: remove old.
app-cdr/cdck/cdck-0.7.0-r1.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/app-cdr/cdck/cdck-0.7.0-r1.ebuild b/app-cdr/cdck/cdck-0.7.0-r1.ebuild
deleted file mode 100644
index 3add471f630..00000000000
--- a/app-cdr/cdck/cdck-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-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() {
- sed -e '1d' -i man/cdck_man.in || die "sed failed"
-}
-
-src_configure() {
- econf --disable-dependency-tracking \
- --disable-shared || die "econf failed."
-}
-
-src_compile() {
- emake -j1 || die "emake failed."
-}
-
-src_install() {
- dobin src/cdck || die "dobin failed."
- doman man/cdck.1
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-08 22:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 18:39 [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdck/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2018-04-08 22:42 Patrice Clement
2016-05-21 14:40 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox