Package-Manager: Portage-2.3.40, Repoman-2.3.9
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
HOMEPAGE="http://danborn.net/multicd/"
virtual/cdrtools"
src_install() {
- dobin multicd || die "dobin failed."
+ dobin multicd
insinto /etc
- newins sample_multicdrc multicdrc || die "newins failed."
+ newins sample_multicdrc multicdrc
}