commit:     8e74910a7e6e40a7418f7def98f94403f11714cc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 08:29:10 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 08:29:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e74910a

app-misc/cdcat: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-misc/cdcat/cdcat-0.3.ebuild | 49 -----------------------------------------
 1 file changed, 49 deletions(-)

diff --git a/app-misc/cdcat/cdcat-0.3.ebuild b/app-misc/cdcat/cdcat-0.3.ebuild
deleted file mode 100644
index 6f165bb146e..00000000000
--- a/app-misc/cdcat/cdcat-0.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="simple yet effective CD indexing program"
-# original src went away: 
SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz";
-SRC_URI="mirror://sourceforge/cdcatalog/${P}.tar.gz"
-HOMEPAGE="http://cdcatalog.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="virtual/cdrtools
-       !app-backup/cdbkup"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       # workaround install.sh ignoring --man_prefix
-       sed -i 's:^MAN_PREFIX:#:' install.sh
-
-       # fix path to cd index files to be FHS-compliant
-       sed -i 's:/mnt/ext/cd:/var/lib/cdcat:' src/cdcat.pl
-
-       # work around problem with isoinfo -di
-       sed -i 's:isoinfo -di:isoinfo -d -i:' src/cdcat.pl
-}
-
-src_install() {
-       # workaround install.sh ignoring --man_prefix
-       export MAN_PREFIX="${D}/usr/share/man"
-       dodir /usr/share/man/man1
-
-       # create index files path
-       dodir          /var/lib/cdcat
-       chgrp cdrom    "${D}"/var/lib/cdcat
-       chmod g+ws,o+w "${D}"/var/lib/cdcat
-
-       # now use the included install.sh
-       ./install.sh --prefix="${D}/usr" \
-               --man_prefix="${D}/usr/share/man" || die "Install script 
failed."
-
-       insinto /etc
-       doins doc/cdcat.conf || die
-}

Reply via email to