summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-cdr/gcombust/ChangeLog6
-rw-r--r--app-cdr/gcombust/gcombust-0.1.52.ebuild5
-rw-r--r--app-cdr/gcombust/gcombust-0.1.53.ebuild5
-rw-r--r--app-cdr/gcombust/gcombust-0.1.54.ebuild15
-rw-r--r--app-cdr/gcombust/gcombust-0.1.55.ebuild13
5 files changed, 20 insertions, 24 deletions
diff --git a/app-cdr/gcombust/ChangeLog b/app-cdr/gcombust/ChangeLog
index 6d1d33f194a0..453c7c6420e4 100644
--- a/app-cdr/gcombust/ChangeLog
+++ b/app-cdr/gcombust/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/gcombust
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/ChangeLog,v 1.17 2004/02/11 00:01:11 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/ChangeLog,v 1.18 2004/03/12 11:50:04 mr_bones_ Exp $
+
+ 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gcombust-0.1.52.ebuild,
+ gcombust-0.1.53.ebuild, gcombust-0.1.54.ebuild, gcombust-0.1.55.ebuild:
+ don't assign default to S; header fix; tidy
11 Feb 2004; Lars Weiler <pylon@gentoo.org> gcombust-0.1.55.ebuild:
stable on ppc
diff --git a/app-cdr/gcombust/gcombust-0.1.52.ebuild b/app-cdr/gcombust/gcombust-0.1.52.ebuild
index 77d627383161..d5750209ff11 100644
--- a/app-cdr/gcombust/gcombust-0.1.52.ebuild
+++ b/app-cdr/gcombust/gcombust-0.1.52.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.11 2004/02/22 18:02:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.12 2004/03/12 11:50:04 mr_bones_ Exp $
IUSE="nls"
-S=${WORKDIR}/${P}
DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen"
HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/"
SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
diff --git a/app-cdr/gcombust/gcombust-0.1.53.ebuild b/app-cdr/gcombust/gcombust-0.1.53.ebuild
index b6f096bc876b..e016427c6432 100644
--- a/app-cdr/gcombust/gcombust-0.1.53.ebuild
+++ b/app-cdr/gcombust/gcombust-0.1.53.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.53.ebuild,v 1.5 2004/02/22 18:02:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.53.ebuild,v 1.6 2004/03/12 11:50:04 mr_bones_ Exp $
IUSE="nls"
-S=${WORKDIR}/${P}
DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen"
HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/"
SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
diff --git a/app-cdr/gcombust/gcombust-0.1.54.ebuild b/app-cdr/gcombust/gcombust-0.1.54.ebuild
index 8898a52012db..e238f2ba5bca 100644
--- a/app-cdr/gcombust/gcombust-0.1.54.ebuild
+++ b/app-cdr/gcombust/gcombust-0.1.54.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.54.ebuild,v 1.5 2003/09/05 22:57:44 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.54.ebuild,v 1.6 2004/03/12 11:50:04 mr_bones_ Exp $
DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen."
HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/"
-LICENSE="GPL-2"
+SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
-IUSE="nls"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ~ppc"
+IUSE="nls"
DEPEND="=x11-libs/gtk+-1.2*
nls? ( sys-devel/gettext )"
@@ -15,11 +17,6 @@ DEPEND="=x11-libs/gtk+-1.2*
RDEPEND="${DEPEND}
app-cdr/cdrtools"
-SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-SLOT="0"
-
src_compile() {
local myconf
diff --git a/app-cdr/gcombust/gcombust-0.1.55.ebuild b/app-cdr/gcombust/gcombust-0.1.55.ebuild
index cadb4d1669d1..e305e3bac86a 100644
--- a/app-cdr/gcombust/gcombust-0.1.55.ebuild
+++ b/app-cdr/gcombust/gcombust-0.1.55.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.55.ebuild,v 1.4 2004/02/11 00:01:11 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.55.ebuild,v 1.5 2004/03/12 11:50:04 mr_bones_ Exp $
DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen."
HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/"
-LICENSE="GPL-2"
+SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
-IUSE="nls"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc"
+IUSE="nls"
DEPEND="=x11-libs/gtk+-1.2*
nls? ( sys-devel/gettext )"
@@ -15,11 +17,6 @@ DEPEND="=x11-libs/gtk+-1.2*
RDEPEND="${DEPEND}
app-cdr/cdrtools"
-SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-SLOT="0"
-
src_compile() {
local myconf