diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-26 22:33:04 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-26 22:33:04 +0000 |
commit | 5139a709f04e119535348b197830567272e72a1b (patch) | |
tree | 8febbb0b10d4c22a086750e1de19d15a66b9c709 /app-cdr/gcombust | |
parent | Removed older versions. (diff) | |
download | historical-5139a709f04e119535348b197830567272e72a1b.tar.gz historical-5139a709f04e119535348b197830567272e72a1b.tar.bz2 historical-5139a709f04e119535348b197830567272e72a1b.zip |
Removed older files.
Diffstat (limited to 'app-cdr/gcombust')
-rw-r--r-- | app-cdr/gcombust/files/digest-gcombust-0.1.49 | 1 | ||||
-rw-r--r-- | app-cdr/gcombust/files/digest-gcombust-0.1.50 | 1 | ||||
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.49.ebuild | 35 | ||||
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.50.ebuild | 36 |
4 files changed, 0 insertions, 73 deletions
diff --git a/app-cdr/gcombust/files/digest-gcombust-0.1.49 b/app-cdr/gcombust/files/digest-gcombust-0.1.49 deleted file mode 100644 index 36b478486bc2..000000000000 --- a/app-cdr/gcombust/files/digest-gcombust-0.1.49 +++ /dev/null @@ -1 +0,0 @@ -MD5 ff2460c1e090f7cc026759d6cc708718 gcombust-0.1.49.tar.gz 777203 diff --git a/app-cdr/gcombust/files/digest-gcombust-0.1.50 b/app-cdr/gcombust/files/digest-gcombust-0.1.50 deleted file mode 100644 index 491e11619dcc..000000000000 --- a/app-cdr/gcombust/files/digest-gcombust-0.1.50 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3779091a01a97237fa0fc5e1fd2e897 gcombust-0.1.50.tar.gz 751399 diff --git a/app-cdr/gcombust/gcombust-0.1.49.ebuild b/app-cdr/gcombust/gcombust-0.1.49.ebuild deleted file mode 100644 index 59702beefedf..000000000000 --- a/app-cdr/gcombust/gcombust-0.1.49.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Matthew Kennedy <mbkennedy@ieee.com> -# Maintainer: Chris Houser <chouser@gentoo.org> - -S=${WORKDIR}/${P} -DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen" -SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" -HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" -SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* - nls? ( sys-devel/gettext )" - -src_compile() { - local myopts - - if [ -z "`use nls`" ] - then - myopts="${myopts} --disable-nls" - else - myopts="${myopts} --enable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - ${myopts} \ - || die - emake || die -} - -src_install() { - make prefix=${D}/usr install || die - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO - dohtml -a shtml FAQ.shtml -} diff --git a/app-cdr/gcombust/gcombust-0.1.50.ebuild b/app-cdr/gcombust/gcombust-0.1.50.ebuild deleted file mode 100644 index bbd601439145..000000000000 --- a/app-cdr/gcombust/gcombust-0.1.50.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.50.ebuild,v 1.2 2002/05/24 05:31:14 agenkin Exp $ - -DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen" -HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" - -DEPEND="=x11-libs/gtk+-1.2* - nls? ( sys-devel/gettext )" - -SLOT="0" -SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" -S=${WORKDIR}/${P} - -src_compile() { - local myopts - - if [ -z "`use nls`" ] - then - myopts="${myopts} --disable-nls" - else - myopts="${myopts} --enable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - ${myopts} \ - || die - emake || die -} - -src_install() { - make prefix=${D}/usr install || die - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO - dohtml -a shtml FAQ.shtml -} |