Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35715 - app-backup/mkcdrec - make CD-ROM Recovery, a script to create recovery CDs
Summary: app-backup/mkcdrec - make CD-ROM Recovery, a script to create recovery CDs
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://sourceforge.net/projects/mkcdr...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-13 03:18 UTC by g_os
Modified: 2019-12-19 15:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for mkcdec (mkcdrec-0.7.6.ebuild,873 bytes, text/plain)
2003-12-14 05:35 UTC, g_os
Details
New ebuild for =app-backup/mkcdrec-0.9.6. (mkcdrec-0.9.6.ebuild,1.11 KB, text/plain)
2007-04-16 17:42 UTC, Thomas Tuttle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description g_os 2003-12-13 03:18:30 UTC
Add an ebuild for mkcdrec:
Make CD-ROM Recovery (a backup system on CD)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



# Copyright 2003 Gentoo Technologies, Xavier Degeneve, and others (see cvs 
# changelog.) Distributed under the GPL version 2. 
# Distributed under the terms of the GNU General Public License v2 
# $ 
 
inherit eutils 
 
DESCRIPTION="mkcdrec: Make CD-ROM Recovery (a backup system on CD)" 
HOMEPAGE="http://mkcdrec.sourceforge.net/" 
SRC_URI="mirror://sourceforge/${PN}/mkCDrec_v0.7.6.tar.gz 
         http://mkcdrec.ota.be/project/mkCDrec_v0.7.1_utils.tar.gz" 
 
SLOT="0" 
LICENSE="GPL-2" 
KEYWORDS="x86" 
IUSE="" 
 
DEPEND="sys-boot/syslinux app-shells/ash" 
RDEPEND=${DEPEND} 
 
src_unpack() { 
    unpack ${A} 
    cd ${WORKDIR} 
    mv ${PN} ${P} 
    mv utilities ${P}/utilities 
    rm -Rf ${P}/doc/.xvpics 
} 
 
src_install() { 
    insinto /usr/share 
    cp -R ${S} ${D}/usr/share/${P} 
 
    doman doc/mkcdrec.8 
    dohtml doc/* 
 
} 
 
pkg_postinst() { 
 
 einfo "mkcdrec is installed. Its now time to configure it" 
 einfo "Please run make test" 
 
 warning 
 
}
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-12-14 04:56:31 UTC
please attach the ebuild
Comment 2 g_os 2003-12-14 05:32:39 UTC
I do not understand "please attach the ebuild" is it already here ! as first attachement. But I can attached it again.

I choose: app-admin/mkcdrec
Regards

# Copyright 2003 Gentoo Technologies, Xavier Degeneve, and others (see cvs
# changelog.) Distributed under the GPL version 2.
# Distributed under the terms of the GNU General Public License v2
# $

inherit eutils

DESCRIPTION="mkcdrec: Make CD-ROM Recovery (a backup system on CD)"
HOMEPAGE="http://mkcdrec.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/mkCDrec_v0.7.4.tar.gz
         http://mkcdrec.ota.be/project/mkCDrec_v0.7.1_utils.tar.gz"

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

DEPEND="sys-boot/syslinux app-shells/ash"
RDEPEND=${DEPEND}

src_unpack() {
        unpack ${A}
        cd ${WORKDIR}
        mv ${PN} ${P}
        mv utilities ${P}/utilities
        rm -Rf ${P}/doc/.xvpics
}

src_install() {
    insinto /usr/share
        cp -R ${S} ${D}/usr/share/${P}

        doman doc/mkcdrec.8
        dohtml doc/*

}

pkg_postinst() {

 einfo "mkcdrec is installed. Its now time to configure it"
 einfo "Please run make test"

 warning

}
Comment 3 g_os 2003-12-14 05:35:38 UTC
Created attachment 22186 [details]
Ebuild for mkcdec

Sorry, first bug for me ;) and not an expert of bugzilla. I expect it thats you
need.

BR.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-12-21 15:24:50 UTC
yes, thx
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-13 16:59:33 UTC
mholzer: would you like to be a part of app-backup?
Comment 6 g_os 2005-03-14 03:14:10 UTC
Hi,

Yes why not.

G_os
Comment 7 Thomas Tuttle 2007-04-16 17:41:35 UTC
I have taken the existing ebuild, patched a few problems with it, and updated it to the latest version of mkcdrec from the project website.  I'll attach the new ebuild.  I haven't had much of a chance to test it, but `mkcdrec menu' brings up a menu and it seems to start off right.  Give it a try if you're still interested.
Comment 8 Thomas Tuttle 2007-04-16 17:42:48 UTC
Created attachment 116459 [details]
New ebuild for =app-backup/mkcdrec-0.9.6.

Here is the new ebuild for mkcdrec.
Comment 9 Marek Szuba archtester gentoo-dev 2019-08-19 11:31:34 UTC
Upstream appears to be dead, there hasn't been a new release since 2012 - which along with the lack of support for ext4 (or btrfs for that matter) and UEFI as well as there being no mention of supporting USB boot, implies this tool might be of limited usefulness on modern systems.

Anyway, is there still any interest in adding this to the tree? If not, we shall close this ticket in 30 days.