summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-23 23:22:17 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-23 23:22:17 +0000
commiteae3bdcd4bd6d5a9ee82f6e916dcf02c3b601ee5 (patch)
treea24f34500137f04c3718104b96ef94d18d87f3b4 /media-sound/cdstatus
parentRemove old. (diff)
downloadgentoo-2-eae3bdcd4bd6d5a9ee82f6e916dcf02c3b601ee5.tar.gz
gentoo-2-eae3bdcd4bd6d5a9ee82f6e916dcf02c3b601ee5.tar.bz2
gentoo-2-eae3bdcd4bd6d5a9ee82f6e916dcf02c3b601ee5.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound/cdstatus')
-rw-r--r--media-sound/cdstatus/ChangeLog8
-rw-r--r--media-sound/cdstatus/cdstatus-0.94a.ebuild29
-rw-r--r--media-sound/cdstatus/cdstatus-0.95.04.ebuild24
-rw-r--r--media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff12
4 files changed, 6 insertions, 67 deletions
diff --git a/media-sound/cdstatus/ChangeLog b/media-sound/cdstatus/ChangeLog
index 59a08856d410..956e6b29a38f 100644
--- a/media-sound/cdstatus/ChangeLog
+++ b/media-sound/cdstatus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cdstatus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdstatus/ChangeLog,v 1.20 2012/12/16 13:51:16 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdstatus/ChangeLog,v 1.21 2015/04/23 23:22:17 mrueg Exp $
+
+ 23 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -cdstatus-0.94a.ebuild,
+ -cdstatus-0.95.04.ebuild, -files/cdstatus-0.94a-gentoo.diff:
+ Remove old.
16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> cdstatus-0.97.03.ebuild:
Stable for x86, wrt bug #441394
diff --git a/media-sound/cdstatus/cdstatus-0.94a.ebuild b/media-sound/cdstatus/cdstatus-0.94a.ebuild
deleted file mode 100644
index 59d3e7560104..000000000000
--- a/media-sound/cdstatus/cdstatus-0.94a.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdstatus/cdstatus-0.94a.ebuild,v 1.16 2009/06/05 10:56:19 ssuominen Exp $
-
-EAPI=2
-inherit eutils
-
-MY_P=${PN}${PV}
-
-DESCRIPTION="Tool for diagnosing cdrom drive and digital data (audio) extraction"
-HOMEPAGE="http://cdstatus.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cdstatus/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc64 x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_install() {
- dobin cdstatus || die "dobin failed"
- fperms 755 /usr/bin/cdstatus
- dodoc docs/*
-}
diff --git a/media-sound/cdstatus/cdstatus-0.95.04.ebuild b/media-sound/cdstatus/cdstatus-0.95.04.ebuild
deleted file mode 100644
index b5728d45ec10..000000000000
--- a/media-sound/cdstatus/cdstatus-0.95.04.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdstatus/cdstatus-0.95.04.ebuild,v 1.8 2009/06/19 21:10:56 ranger Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="Tool for diagnosing cdrom drive and digital data (audio) extraction"
-HOMEPAGE="http://cdstatus.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdstatus/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- elog "Copy cdstatus.cfg from /usr/share/cdstatus.cfg"
- elog "to your home directory and edit as needed."
-}
diff --git a/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff b/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff
deleted file mode 100644
index b2efa7df8794..000000000000
--- a/media-sound/cdstatus/files/cdstatus-0.94a-gentoo.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-*** cdstatus_cddb.c.orig Sat Aug 9 10:03:45 2003
---- cdstatus_cddb.c Sat Aug 9 10:04:01 2003
-***************
-*** 8,13 ****
---- 8,14 ----
- #include <stdlib.h>
- #include <unistd.h>
- #include <stdio.h>
-+ #include <errno.h>
-
- /* to get started, i hard-coded the hostname. need to use a file to store
- site info in, and get updated site lists to use hosts from and such */