]> Pileus Git - ~andy/sunrise/commitdiff
media-sound/soma: Drop media-sound/soma abandoned by upstream and unlocatable distfil...
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Mon, 29 Aug 2011 21:06:03 +0000 (21:06 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Mon, 29 Aug 2011 21:06:03 +0000 (21:06 +0000)
svn path=/sunrise/; revision=12354

media-sound/soma/ChangeLog [deleted file]
media-sound/soma/Manifest [deleted file]
media-sound/soma/files/soma-2.4-pid.patch [deleted file]
media-sound/soma/metadata.xml [deleted file]
media-sound/soma/soma-2.4.ebuild [deleted file]
profiles/package.mask

diff --git a/media-sound/soma/ChangeLog b/media-sound/soma/ChangeLog
deleted file mode 100644 (file)
index 4fa1fe2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for media-sound/soma
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  30 Apr 2011; Justin Lecher <jlec@gentoo.org> soma-2.4.ebuild:
-  Moved media-video/ffmpeg > virtual/ffmpeg
-
-  30 Apr 2011; Justin Lecher <jlec@gentoo.org> soma-2.4.ebuild:
-  Remove unneccessay die, moved to EAPI=4
-
-  07 May 2007; Nicola (ZoD) Tomassoni <zod@oziosi.org> +soma-2.4.ebuild,
-  +files/soma-2.4-pid.patch, +metadata.xml:
-  New ebuild and patch for bug 176820
-
diff --git a/media-sound/soma/Manifest b/media-sound/soma/Manifest
deleted file mode 100644 (file)
index 7cc7337..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX soma-2.4-pid.patch 543 RMD160 0e4f73bdfe90635097e9032ea755538c20f95e6d SHA1 1ffcc3cc02a51ff2c62a4966ffbb14b9e10f5a16 SHA256 2a972d25f4f755a10723f6003b662e081c2f7e1b05f33d74eeece7e8c6df2c2e
-DIST soma-2.4.tar.gz 2647579 RMD160 40db9073b1a40c15b3fb523f9bf98a5d2087c560 SHA1 ece8e937f298fe1c401dd21e8d2f43888291e3e7 SHA256 a7e0ad476adc5ec9706cc50a4b734ea5aafa149551c2b924ddaba71351e2dbc7
-EBUILD soma-2.4.ebuild 901 RMD160 0c5338cbfd389e9d44ce8274aa29a348d94f7b75 SHA1 93a2380d06901900dce176aafb987caee3199301 SHA256 7fcab522678806181c41410c118fcdcf3cc9f2f9969865e5c9eeee5f245ffc8d
-MISC ChangeLog 489 RMD160 e1b7cbd93df46c5392dd2272969abb5f1445d566 SHA1 6d799629def3db9df845075c1d38967a1a7af13e SHA256 079059dea59b7795140a968bbb70b5c05e5bb2a2c6881d161619443b19faeebd
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/media-sound/soma/files/soma-2.4-pid.patch b/media-sound/soma/files/soma-2.4-pid.patch
deleted file mode 100644 (file)
index fe7eeb9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- soma/daemon/main.c 2007/02/18 15:39:51     1.9
-+++ soma/daemon/main.c 2007/05/03 09:13:17     1.10
-@@ -401,9 +401,6 @@ main (int argc, char *argv[], char **arg
-   /* Check other somads */
-   check_pid ();
--  /* Write the somad.pid */
--  write_pid ();
--
-   /**************** BUILDS THE TREES **********************/
-   build_data ();
-   build_palinsesto ();
-@@ -421,6 +418,9 @@ main (int argc, char *argv[], char **arg
-   else
-     signal_small_off ();
-+  /* Write the somad.pid */
-+  write_pid ();
-+
-   /* ffmpeg init */
-   soma_stat_init ();
diff --git a/media-sound/soma/metadata.xml b/media-sound/soma/metadata.xml
deleted file mode 100644 (file)
index e6233b5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/media-sound/soma/soma-2.4.ebuild b/media-sound/soma/soma-2.4.ebuild
deleted file mode 100644 (file)
index d8d2a4e..0000000
+++ /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 " *** *** ***"
-}
index 4acfffffb9850a83b3b9700960b9d0ec2c5db4db..db1f27878443abbd941bea7b86594d81a0132437 100644 (file)
@@ -45,12 +45,6 @@ dev-python/pyprocps
 # Removal in 30 days.
 gnome-extra/paperbox
 
-# Justin Lecher <jlec@gentoo.org> (30 Apr 2011)
-# Unable to find sources
-# upstream inactive since 2007
-# Removal in 30 days.
-media-sound/soma
-
 # Michał Górny <mgorny@gentoo.org> (22 Jan 2011)
 # Requires masked wxGTK:2.9.
 media-gfx/tintii