summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.53.ebuild')
-rw-r--r--app-cdr/gcombust/gcombust-0.1.53.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.53.ebuild b/app-cdr/gcombust/gcombust-0.1.53.ebuild
deleted file mode 100644
index 9bcb1ac08c97..000000000000
--- a/app-cdr/gcombust/gcombust-0.1.53.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.9 2005/01/01 12:13:37 eradicator Exp $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE="nls"
-
-DEPEND="=x11-libs/gtk+-1.2*
- nls? ( sys-devel/gettext )"
-RDEPEND="app-cdr/cdrtools"
-
-src_compile() {
- local myconf
-
- if ! use nls
- then
- myconf="${myconf} --disable-nls"
- touch intl/libintl.h
- else
- myconf="${myconf} --enable-nls"
- fi
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- ${myconf} \
- || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
- dohtml -a shtml FAQ.shtml
-}