summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-08-29 21:06:03 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-08-29 21:06:03 +0000
commit8398b4dbcb222c9a1509c98f4175b5c24ddc9593 (patch)
treed6ded1cc9cbbc9572bd1cf40dbb2330ee3133120 /media-sound/soma/soma-2.4.ebuild
parentmedia-sound/somax: Drop media-sound/somax abandoned by upstream and unfindabl... (diff)
downloadsunrise-8398b4dbcb222c9a1509c98f4175b5c24ddc9593.tar.gz
sunrise-8398b4dbcb222c9a1509c98f4175b5c24ddc9593.tar.bz2
sunrise-8398b4dbcb222c9a1509c98f4175b5c24ddc9593.zip
media-sound/soma: Drop media-sound/soma abandoned by upstream and unlocatable distfiles (masked for removal by jlec).
svn path=/sunrise/; revision=12354
Diffstat (limited to 'media-sound/soma/soma-2.4.ebuild')
-rw-r--r--media-sound/soma/soma-2.4.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/soma/soma-2.4.ebuild b/media-sound/soma/soma-2.4.ebuild
deleted file mode 100644
index d8d2a4ee5..000000000
--- a/media-sound/soma/soma-2.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Audio and video broadcast manager"
-HOMEPAGE="http://www.somasuite.org/"
-SRC_URI="http://www.somasuite.org/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ffmpeg"
-
-DEPEND="
- dev-libs/openssl
- >=sys-libs/ncurses-5.0
- >=sys-libs/readline-5.0
- dev-libs/libxml2
- ffmpeg? ( virtual/ffmpeg )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-pid.patch
-}
-
-src_configure() {
- econf \
- $(use_enable ffmpeg)
-}
-
-pkg_postinst() {
- einfo " *** *** ***"
- einfo "If you can afford to donate us some money let us know, we also need"
- einfo "new and old working hardware."
- einfo " "
- einfo "you can send a mail to"
- einfo " "
- einfo " mail: soma@inventati.org"
- einfo " or: bakunin@autistici.org"
- einfo " *** *** ***"
-}