From a41d9827b546ec3112c0e860f893743ff9fb461f Mon Sep 17 00:00:00 2001 From: Sergey Kuleshov Date: Wed, 26 Oct 2005 13:48:59 +0000 Subject: new rox app for burning ISO's. (Portage version: 2.0.51.22-r2) --- rox-extra/roxiso/ChangeLog | 9 +++++++++ rox-extra/roxiso/Manifest | 2 ++ rox-extra/roxiso/files/digest-roxiso-050508 | 1 + rox-extra/roxiso/metadata.xml | 9 +++++++++ rox-extra/roxiso/roxiso-050508.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 46 insertions(+) create mode 100644 rox-extra/roxiso/ChangeLog create mode 100644 rox-extra/roxiso/Manifest create mode 100644 rox-extra/roxiso/files/digest-roxiso-050508 create mode 100644 rox-extra/roxiso/metadata.xml create mode 100644 rox-extra/roxiso/roxiso-050508.ebuild (limited to 'rox-extra/roxiso') diff --git a/rox-extra/roxiso/ChangeLog b/rox-extra/roxiso/ChangeLog new file mode 100644 index 000000000000..edfa98acd7a6 --- /dev/null +++ b/rox-extra/roxiso/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for rox-extra/roxiso +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxiso/ChangeLog,v 1.1 2005/10/26 13:48:59 svyatogor Exp $ + +*roxiso-050508 (26 Oct 2005) + + 26 Oct 2005; Sergey Kuleshov +roxiso-050508.ebuild: + New application in ro family - burn ISO's easily. + diff --git a/rox-extra/roxiso/Manifest b/rox-extra/roxiso/Manifest new file mode 100644 index 000000000000..724d22051593 --- /dev/null +++ b/rox-extra/roxiso/Manifest @@ -0,0 +1,2 @@ +MD5 2bde26f17402524f0efb26b4ade76338 roxiso-050508.ebuild 518 +MD5 5a6ee10132ac15e531783192ad41872f files/digest-roxiso-050508 65 diff --git a/rox-extra/roxiso/files/digest-roxiso-050508 b/rox-extra/roxiso/files/digest-roxiso-050508 new file mode 100644 index 000000000000..522755d91b05 --- /dev/null +++ b/rox-extra/roxiso/files/digest-roxiso-050508 @@ -0,0 +1 @@ +MD5 4acbc71906577bf138259c9f7b4744b1 RoxISO-050508.tar.bz2 18639 diff --git a/rox-extra/roxiso/metadata.xml b/rox-extra/roxiso/metadata.xml new file mode 100644 index 000000000000..9ba1c41f8b2e --- /dev/null +++ b/rox-extra/roxiso/metadata.xml @@ -0,0 +1,9 @@ + + + +no-herd + + svyatogor@gentoo.org + Sergey Kuleshov + + diff --git a/rox-extra/roxiso/roxiso-050508.ebuild b/rox-extra/roxiso/roxiso-050508.ebuild new file mode 100644 index 000000000000..6f5ef6eb5a48 --- /dev/null +++ b/rox-extra/roxiso/roxiso-050508.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxiso/roxiso-050508.ebuild,v 1.1 2005/10/26 13:48:59 svyatogor Exp $ + +MY_PN="RoxISO" + +DESCRIPTION="RoxISO. A graphical frontend to mkisofs and cdrecord." +HOMEPAGE="http://kymatica.bitminds.net/software.html" +SRC_URI="http://kymatica.bitminds.net/rox/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="dvdr" + +DEPEND="dvdr? ( app-cdr/cdrecord-prodvd ) + !dvdr? ( app-cdr/cdrtools ) " + +ROX_CLIB_VER=1.9.13 + +APPNAME=RoxISO + +S=${WORKDIR} + +inherit rox -- cgit v1.2.3-65-gdbad