diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 11:50:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 11:50:04 +0000 |
commit | 68c7fe902f7a2e3d3162848bd3acb021c38c4d6e (patch) | |
tree | ac962ca9b56621c90bbb22e3ebd6a1bb790ae898 /app-cdr/gcombust/gcombust-0.1.54.ebuild | |
parent | header fix (diff) | |
download | historical-68c7fe902f7a2e3d3162848bd3acb021c38c4d6e.tar.gz historical-68c7fe902f7a2e3d3162848bd3acb021c38c4d6e.tar.bz2 historical-68c7fe902f7a2e3d3162848bd3acb021c38c4d6e.zip |
don't assign default to S; header fix; tidy
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.54.ebuild')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.54.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
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 |