Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99972 - add2cd command line helper to write multisession and handle CDRW ISO writes.
Summary: add2cd command line helper to write multisession and handle CDRW ISO writes.
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.compunauta.com/forums/linu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 17:15 UTC by Gustavo Guillermo
Modified: 2006-08-10 14:58 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Guillermo 2005-07-22 17:15:13 UTC
It's just a request for inclussion on the portage tree, a single command line    
application (perl script) to allow multissesion writes just doing:    
add2cd bakup20050606=/home/gus/data    
or    
add2cd /home/gus/downloads    
I do not know where is the proper place to ask for them, I'm the mantainer.  
The official english download:  
http://www.compunauta.com/forums/linux/grabarcds/add2cd_en.html  
I'm upgrading this script every hard change on cdrtools.  

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-05 16:13:39 UTC
No progress here for 1 year. Closing WONTFIX.

Feel free to reopen if you have an ebuild.
Comment 2 Gustavo Guillermo 2006-08-10 09:57:02 UTC
Well I'll reopen this cause I have a proper updated ebuild and I'll going to mantain it.

How can I proceed.?

http://www.compunauta.com/forums/linux/grabarcds/img/add2cd_ebuild.tgz
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 11:57:42 UTC
(In reply to comment #2)
> How can I proceed.?

First of all attach the ebuild here as plaintext (no tarballs).
> Well I'll reopen this cause I have a proper updated ebuild and I'll going to
> mantain it.
> 
Comment 5 Gustavo Guillermo 2006-08-10 14:58:39 UTC
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/nrg2iso/nrg2iso-0.1.ebuild,v 1.7 2005/01/01 12:20:35 eradicator Exp $

inherit eutils toolchain-funcs

DESCRIPTION="Add to CD files and folders just transparently (console front end)"
HOMEPAGE="http://www.compunauta.com/forums/linux/grabarcds/add2cd_en.html"
SRC_URI="http://www.compunauta.com/forums/linux/grabarcds/img/${PN}-2.2.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""

DEPEND="app-cdr/cdrtools dev-lang/perl"

S=${WORKDIR}/${PN}

src_install() {
	dobin ${S} || die
}