summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-02-04 00:49:40 +0200
committerMart Raudsepp <leio@gentoo.org>2018-02-04 00:59:27 +0200
commitae8acfc3be31d611dcbb9d637b41164254143d5d (patch)
treecb91a5038951b41a1fd41e5c834ec110485af0cd /media-sound
parentmedia-sound/gnome-music: remove old (diff)
downloadgentoo-ae8acfc3be31d611dcbb9d637b41164254143d5d.tar.gz
gentoo-ae8acfc3be31d611dcbb9d637b41164254143d5d.tar.bz2
gentoo-ae8acfc3be31d611dcbb9d637b41164254143d5d.zip
media-sound/gnome-sound-recorder: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnome-sound-recorder/Manifest1
-rw-r--r--media-sound/gnome-sound-recorder/gnome-sound-recorder-3.21.92.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/gnome-sound-recorder/Manifest b/media-sound/gnome-sound-recorder/Manifest
index 568b9883e220..3cf5a46d105d 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1,2 +1 @@
-DIST gnome-sound-recorder-3.21.92.tar.xz 450092 BLAKE2B ebfd5e671b4c379e294e19f1f17de7f96c3d70fb3b0bfe8becfc919b76d055350603ccc03c8795bb96f64846b4d8b4f875eda73a998932aa2fef1db5ea605daa SHA512 60afa42367f9087e580037213f06c1eab10a4a29fcf3c90f9737e73c9d6a1dbdb990cd010d7e33021c0e25bb33ff673e35bffb74d6fbc33b82047a0516ff31be
DIST gnome-sound-recorder-3.24.0.1.tar.xz 452240 BLAKE2B 37b2b81255af5aff4de08e92bf7db216b229885b1aeee87d91a1210412634b62641758c6132290b75494f780d304d78dee4c3d5d7e08de46736750c2730b20d0 SHA512 00e190e8d6a1a3961122485742705da4d85ef926453ff8098718566771600690562597f012f7cd9dc61b5910b4e75cc7518e86a092f052c3fc40a96310ab3c3f
diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.21.92.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.21.92.ebuild
deleted file mode 100644
index 0197fe572ed9..000000000000
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.21.92.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Simple sound recorder"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# For the list of plugins, see src/audioProfile.js
-COMMON_DEPEND="
- dev-libs/gjs
- dev-libs/glib:2
- >=dev-libs/gobject-introspection-1.0
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.12:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
- media-libs/gstreamer:1.0[introspection]
- media-libs/gst-plugins-base:1.0[introspection]
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.26
- virtual/pkgconfig
-"