summaryrefslogtreecommitdiff
path: root/media-video/peek/peek-1.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/peek/peek-1.0.1.ebuild')
-rw-r--r--media-video/peek/peek-1.0.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-video/peek/peek-1.0.1.ebuild b/media-video/peek/peek-1.0.1.ebuild
deleted file mode 100644
index 94e00bcb32f0..000000000000
--- a/media-video/peek/peek-1.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome2 vala cmake-utils
-
-DESCRIPTION="Simple animated Gif screen recorder"
-HOMEPAGE="https://github.com/phw/peek"
-SRC_URI="https://github.com/phw/peek/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.38:2
- dev-libs/keybinder:3
- media-video/ffmpeg[X,encode]
- virtual/imagemagick-tools
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=sys-devel/gettext-0.19"
-
-src_prepare() {
- cmake-utils_src_prepare
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DGSETTINGS_COMPILE=OFF
- -DVALA_EXECUTABLE="${VALAC}"
- )
-
- cmake-utils_src_configure
-}