summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 03:07:47 +0000
commitee7fe75c6005a4285a662d383a0c5e577874e0cd (patch)
tree96b95cd2cc0a94169707b0ee0e063336bc5d2ffb /media-sound/glame
parentadded ppc keyword (diff)
downloadgentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.gz
gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.tar.bz2
gentoo-2-ee7fe75c6005a4285a662d383a0c5e577874e0cd.zip
repoman'd
Diffstat (limited to 'media-sound/glame')
-rw-r--r--media-sound/glame/files/digest-glame-0.5.2-r11
-rw-r--r--media-sound/glame/files/digest-glame-0.5.31
-rw-r--r--media-sound/glame/glame-0.5.2-r1.ebuild40
-rw-r--r--media-sound/glame/glame-0.5.3.ebuild29
-rw-r--r--media-sound/glame/glame-0.6.0.ebuild13
5 files changed, 8 insertions, 76 deletions
diff --git a/media-sound/glame/files/digest-glame-0.5.2-r1 b/media-sound/glame/files/digest-glame-0.5.2-r1
deleted file mode 100644
index fdc046d72095..000000000000
--- a/media-sound/glame/files/digest-glame-0.5.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c38d8be93ccefdc28d395c944af46b4a glame-0.5.2.tar.gz 742803
diff --git a/media-sound/glame/files/digest-glame-0.5.3 b/media-sound/glame/files/digest-glame-0.5.3
deleted file mode 100644
index c614e97537bd..000000000000
--- a/media-sound/glame/files/digest-glame-0.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a57183ec77edadf13b6c52d5dccb3216 glame-0.5.3.tar.gz 1101650
diff --git a/media-sound/glame/glame-0.5.2-r1.ebuild b/media-sound/glame/glame-0.5.2-r1.ebuild
deleted file mode 100644
index 2af8a25374b9..000000000000
--- a/media-sound/glame/glame-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.5.2-r1.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $
-
-
-
-#inside ${WORKDIR}
-A=${PN}-0.5.2.tar.gz
-S=${WORKDIR}/${PN}-0.5.2
-DESCRIPTION="Glame is an audio file editing utility."
-SRC_URI="http://download.sourceforge.net/glame/${A}"
-HOMEPAGE="http://glame.sourceforge.net/glame/"
-
-#build-time dependencies
-DEPEND=">=dev-util/guile-1.4-r3
- >=dev-libs/libxml-1.8.15
- >=media-libs/audiofile-0.2.1"
-
-
-#run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND="$DEPEND"
-
-
-src_compile() {
-
- try ./configure --infodir=/usr/share/info --mandir=/usr/share/man
---host=${CHOST}
-
- try emake
-}
-
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS
-README TODO
-}
-
diff --git a/media-sound/glame/glame-0.5.3.ebuild b/media-sound/glame/glame-0.5.3.ebuild
deleted file mode 100644
index b23dfcf3bc22..000000000000
--- a/media-sound/glame/glame-0.5.3.ebuild
+++ /dev/null
@@ -1,29 +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/media-sound/glame/glame-0.5.3.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Glame is an audio file editing utility."
-SRC_URI="http://download.sourceforge.net/glame/${P}.tar.gz"
-HOMEPAGE="http://glame.sourceforge.net/glame/"
-
-DEPEND="virtual/glibc
- >=dev-util/guile-1.4-r3
- >=dev-util/glade-0.6.2
- >=dev-libs/libxml-1.8.16
- >=media-libs/audiofile-0.2.1"
-
-src_compile() {
-
- ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
- emake || die
-
-}
-
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README TODO
-
-}
diff --git a/media-sound/glame/glame-0.6.0.ebuild b/media-sound/glame/glame-0.6.0.ebuild
index 53fff31d67b3..e190ece1904a 100644
--- a/media-sound/glame/glame-0.6.0.ebuild
+++ b/media-sound/glame/glame-0.6.0.ebuild
@@ -1,21 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.0.ebuild,v 1.3 2002/07/21 03:07:45 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Glame is an audio file editing utility."
SRC_URI="http://download.sourceforge.net/glame/${P}.tar.gz"
HOMEPAGE="http://glame.sourceforge.net/glame/"
-DEPEND="virtual/glibc
- >=dev-util/guile-1.4-r3
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND=">=dev-util/guile-1.4-r3
>=dev-util/glade-0.6.2
>=dev-libs/libxml-1.8.16
>=media-libs/audiofile-0.2.1"
src_compile() {
- econf --host=${CHOST} || die
+ econf || die
emake || die
}
@@ -23,6 +26,6 @@ src_compile() {
src_install () {
einstall || die
- dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README TODO
+ dodoc AUTHORS BUGS COPYING CREDITS Changelog MAINTAINERS NEWS README TODO
}