diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:05:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:05:15 +0000 |
commit | 76ba7466a24f90a802779aca97d229fd42dfce1c (patch) | |
tree | d62c4cd14e10bedb93004f9b670c351b458b105a /app-cdr/xcdroast | |
parent | need eutils for epatch (diff) | |
download | gentoo-2-76ba7466a24f90a802779aca97d229fd42dfce1c.tar.gz gentoo-2-76ba7466a24f90a802779aca97d229fd42dfce1c.tar.bz2 gentoo-2-76ba7466a24f90a802779aca97d229fd42dfce1c.zip |
need eutils for epatch
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild | 5 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild | 5 |
4 files changed, 11 insertions, 11 deletions
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild index 1a9c4b6f895a..e7ad19295d16 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild,v 1.1 2003/05/16 19:36:30 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha10-r3.ebuild,v 1.2 2003/08/05 15:05:15 vapier Exp $ MY_P="${P/_/}" S=${WORKDIR}/${MY_P} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" -SRC_URI="http://www.xcdroast.org/download/${MY_P}.tar.gz" HOMEPAGE="http://www.xcdroast.org/" +SRC_URI="http://www.xcdroast.org/download/${MY_P}.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -LICENSE="GPL-2" # WARNING: cdrtools and mkisofs versions hard coded, see below DEPEND="=x11-libs/gtk+-1.2* diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild index 4e7cc68706a0..cfde458b674b 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild,v 1.6 2003/06/14 00:04:21 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild,v 1.7 2003/08/05 15:05:15 vapier Exp $ S=${WORKDIR}/${P/_/} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" HOMEPAGE="http://www.xcdroast.org/" SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc" IUSE="nls" @@ -19,7 +19,6 @@ DEPEND="=x11-libs/gtk+-1.2* >=app-cdr/cdrtools-2.0" src_compile() { - local myconf use nls || myconf="${myconf} --disable-nls" diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild index 83ac600697ac..665a449276e4 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild,v 1.1 2003/07/17 01:35:06 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild,v 1.2 2003/08/05 15:05:15 vapier Exp $ + +inherit eutils S=${WORKDIR}/${P/_/} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" @@ -9,8 +11,8 @@ SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz http://www.xcdroast.org/xcdr098/patches/error_write_tracks.patch http://www.xcdroast.org/xcdr098/patches/dvd_atip.patch" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ppc" IUSE="nls" diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild index 6ae303b319da..a5c95fda583b 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild,v 1.1 2003/06/14 00:04:21 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha14.ebuild,v 1.2 2003/08/05 15:05:15 vapier Exp $ S=${WORKDIR}/${P/_/} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" HOMEPAGE="http://www.xcdroast.org/" SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="nls" @@ -19,7 +19,6 @@ DEPEND="=x11-libs/gtk+-1.2* >=app-cdr/cdrtools-2.0" src_compile() { - local myconf use nls || myconf="${myconf} --disable-nls" |