media-video/peek: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Thu, 23 Jan 2020 18:55:15 +0000 (10:55 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 23 Jan 2020 19:17:59 +0000 (11:17 -0800)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-video/peek/Manifest
media-video/peek/peek-1.3.1-r2.ebuild [deleted file]
media-video/peek/peek-1.4.0.ebuild [deleted file]

index 497e7b575defdc4279a77a1213af7cad90d95f91..b9947a3df0c8a2047a3857dbc03c1c3c04441d57 100644 (file)
@@ -1,2 +1 @@
-DIST peek-1.3.1.tar.gz 2654939 BLAKE2B f5d2b6c9ca1194891ff6a61c73bcfc63a6e0bbf8a282c4309bbedbd40e29e42ad78d9c37c8a3621ceb6cb2ad85bbf2364702f1db028f6282dd4f93e15d22b34c SHA512 cdf4190c555b0a40051862038c04dc7c164bf8bccf47202d0fcb74f527a8a7d5605bc2e112847e262e51a5a95c3d2b3497e4ec56834880564e8e4127869ad9df
 DIST peek-1.4.0.tar.gz 2647446 BLAKE2B 688acb01e127c31fd9d8c6713757bf01e6b4ed1211a32787f5729b6a26308599a61c4ab057a2a008d3cc388f9492a41e70c34c92e90ded0058bbb325e9f828c8 SHA512 ef1723f72d1c575493b2e9192cee6038807d37d875a797781169e5f4640635deda947362dcf2e1a9149fcfe88de532b8ea05c665b14b1befaa9aa8c982d9aa31
diff --git a/media-video/peek/peek-1.3.1-r2.ebuild b/media-video/peek/peek-1.3.1-r2.ebuild
deleted file mode 100644 (file)
index 75a4200..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="keybinder test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/glib-2.38:2
-       media-video/ffmpeg[X,encode,vpx,xcb]
-       virtual/imagemagick-tools
-       >=x11-libs/gtk+-3.14:3
-       keybinder? ( dev-libs/keybinder:3 )"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       app-text/txt2man
-       >=sys-devel/gettext-0.19"
-
-src_prepare() {
-       cmake-utils_src_prepare
-       gnome2_src_prepare
-       vala_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DGSETTINGS_COMPILE=OFF
-               -DKEYBINDER_FOUND=$(usex keybinder 1 0)
-               -DVALA_EXECUTABLE="${VALAC}"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile
-
-       # Compile helper programs for tests
-       if use test; then
-               cmake-utils_src_make -C tests
-       fi
-}
diff --git a/media-video/peek/peek-1.4.0.ebuild b/media-video/peek/peek-1.4.0.ebuild
deleted file mode 100644 (file)
index 569a572..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome2 meson vala
-
-DESCRIPTION="Simple animated Gif screen recorder"
-HOMEPAGE="https://github.com/phw/peek"
-SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="keybinder test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/glib-2.38:2
-       media-video/ffmpeg[X,encode,vpx,xcb]
-       virtual/imagemagick-tools
-       >=x11-libs/gtk+-3.20:3
-       keybinder? ( dev-libs/keybinder:3 )"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       app-text/txt2man
-       >=sys-devel/gettext-0.19
-       virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-meson.patch )
-
-src_prepare() {
-       vala_src_prepare
-       gnome2_src_prepare
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature keybinder enable-keybinder)
-               $(meson_use test build-tests)
-       )
-
-       meson_src_configure
-}