summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-03-02 09:04:17 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-03-02 09:04:17 +0000
commite1a1dd0954dc2e8a973f6e234db441bf4d354a27 (patch)
tree868ad299ca9180edbd3c058878ebd27ef1e85ede /media-sound/gramofile
parentadded elogin + entrance (diff)
downloadhistorical-e1a1dd0954dc2e8a973f6e234db441bf4d354a27.tar.gz
historical-e1a1dd0954dc2e8a973f6e234db441bf4d354a27.tar.bz2
historical-e1a1dd0954dc2e8a973f6e234db441bf4d354a27.zip
New ebuild (~x86 masked) closes #12535.
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r--media-sound/gramofile/ChangeLog10
-rw-r--r--media-sound/gramofile/files/digest-gramofile-1.61
-rw-r--r--media-sound/gramofile/gramofile-1.6.ebuild29
3 files changed, 40 insertions, 0 deletions
diff --git a/media-sound/gramofile/ChangeLog b/media-sound/gramofile/ChangeLog
new file mode 100644
index 000000000000..2609c4675cf0
--- /dev/null
+++ b/media-sound/gramofile/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-sound/gramofile
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/ChangeLog,v 1.1 2003/03/02 09:04:17 jje Exp $
+
+*gramofile-1.6 (02 Mar 2003)
+
+ 02 Mar 2003; root <root@gentoo.org> gramofile-1.6.ebuild:
+ Initial revision.
+
+ Submitted by Georg Sauthoff.
diff --git a/media-sound/gramofile/files/digest-gramofile-1.6 b/media-sound/gramofile/files/digest-gramofile-1.6
new file mode 100644
index 000000000000..0ec6f1f9fef4
--- /dev/null
+++ b/media-sound/gramofile/files/digest-gramofile-1.6
@@ -0,0 +1 @@
+MD5 986c86c6fa17c064bc17c2936cc833e0 gramofile-1.6.tar.gz 108596
diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild
new file mode 100644
index 000000000000..5f55f62990ee
--- /dev/null
+++ b/media-sound/gramofile/gramofile-1.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.1 2003/03/02 09:04:17 jje Exp $
+
+DESCRIPTION="Gramofile"
+HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/"
+SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz"
+
+LICENSE="GPL2"
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ sed -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile > Makefile.new
+ mv Makefile.new Makefile
+ make || die
+}
+
+src_install() {
+ dobin gramofile bplay_gramo brec_gramo
+ dodoc Signproc.txt Tracksplit2.txt README ChangeLog TODO
+}
+