summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@gentoo.org>2003-07-02 11:52:32 +0000
committerTorben Hohn <torbenh@gentoo.org>2003-07-02 11:52:32 +0000
commit4d1418264c954c59a7d78ced93566cedac8262fa (patch)
tree6faf5092427d1182760a07d6cf97a05ddb17401f /media-sound
parentunmasks and changelog fixes (diff)
downloadgentoo-2-4d1418264c954c59a7d78ced93566cedac8262fa.tar.gz
gentoo-2-4d1418264c954c59a7d78ced93566cedac8262fa.tar.bz2
gentoo-2-4d1418264c954c59a7d78ced93566cedac8262fa.zip
had a capital in the name... so it is now removed
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amSynth/ChangeLog9
-rw-r--r--media-sound/amSynth/Manifest3
-rw-r--r--media-sound/amSynth/amSynth-1.0_rc2.ebuild46
-rw-r--r--media-sound/amSynth/files/digest-amSynth-1.0_rc21
4 files changed, 0 insertions, 59 deletions
diff --git a/media-sound/amSynth/ChangeLog b/media-sound/amSynth/ChangeLog
deleted file mode 100644
index 357be1dc0e08..000000000000
--- a/media-sound/amSynth/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for media-sound/amSynth
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amSynth/ChangeLog,v 1.1 2003/06/25 10:17:37 torbenh Exp $
-
-*amSynth-1.0_rc2 (25 Jun 2003)
-
- 25 Jun 2003; torbenh amSynth-1.0_rc2.ebuild files/digest-amSynth-1.0_rc2 :
- Initial Version
-
diff --git a/media-sound/amSynth/Manifest b/media-sound/amSynth/Manifest
deleted file mode 100644
index f96cca0e6917..000000000000
--- a/media-sound/amSynth/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ac8a7fffd7e153da6b9237020c1c75d0 amSynth-1.0_rc2.ebuild 1282
-MD5 fd7f799f8a56f2ecdcc7fa3eaf0e3e2b ChangeLog 349
-MD5 7931d67ee0c4973ba2b9e3d3065f9eef files/digest-amSynth-1.0_rc2 67
diff --git a/media-sound/amSynth/amSynth-1.0_rc2.ebuild b/media-sound/amSynth/amSynth-1.0_rc2.ebuild
deleted file mode 100644
index 097985304e77..000000000000
--- a/media-sound/amSynth/amSynth-1.0_rc2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amSynth/amSynth-1.0_rc2.ebuild,v 1.1 2003/06/25 10:17:38 torbenh Exp $
-
-DESCRIPTION="A retro analogue - modelling softsynth"
-HOMEPAGE="http://amsynthe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/amsynthe/${P/_rc/-rc}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="oss alsa jack"
-
-# libsndfile support is actually optional, but IMHO this package should have it
-DEPEND="=x11-libs/gtkmm-1.2* \
- media-libs/libsndfile \
- alsa? ( media-sound/alsa-driver \
- media-libs/alsa-lib \
- media-sound/alsa-utils )
- jack? ( virtual/jack )"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_compile() {
- local myconf
- use oss || myconf="--without-oss ${myconf}"
- use alsa || myconf="--without-alsa ${myconf}"
- use jack || myconf="--without-jack ${myconf}"
- econf ${myconf} || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
-
-pkg_postinst() {
- einfo ""
- einfo "amSynth has been installed normally."
- einfo "If you would like to use the virtual"
- einfo "keyboard option, then do"
- einfo "emerge vkeybd"
- einfo "and make sure you emerged amSynth"
- einfo "with alsa support (USE=alsa)"
- einfo ""
-}
diff --git a/media-sound/amSynth/files/digest-amSynth-1.0_rc2 b/media-sound/amSynth/files/digest-amSynth-1.0_rc2
deleted file mode 100644
index 925a5c94416e..000000000000
--- a/media-sound/amSynth/files/digest-amSynth-1.0_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 154774248598e3605ba0768eba143ad9 amSynth-1.0-rc2.tar.gz 328763