From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/
Date: Thu, 6 Dec 2018 09:51:26 +0000 (UTC) [thread overview]
Message-ID: <1544089830.86a5bfb59abf7c5c3c57128e6ce817ecdb77733e.voyageur@gentoo> (raw)
commit: 86a5bfb59abf7c5c3c57128e6ce817ecdb77733e
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 6 09:44:50 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Dec 6 09:50:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a5bfb5
media-video/peek: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
media-video/peek/Manifest | 2 --
media-video/peek/peek-1.2.1.ebuild | 51 --------------------------------------
media-video/peek/peek-1.2.2.ebuild | 51 --------------------------------------
3 files changed, 104 deletions(-)
diff --git a/media-video/peek/Manifest b/media-video/peek/Manifest
index 468b4f945ba..4fd593e03e3 100644
--- a/media-video/peek/Manifest
+++ b/media-video/peek/Manifest
@@ -1,3 +1 @@
-DIST peek-1.2.1.tar.gz 2650099 BLAKE2B 4b53bc6cce94c585029d179937c680a3743fabc9722cc9474dd870f4be1d1d79c994420e528581c0006df81f6b6caaad285fc9f35c0addd1ae0072b40f461786 SHA512 fcb3b30bc7b434e9daafad243f82d2849d308fcd22371cdf790b60f765b78d6009ffb3c519f571718e26cf285d1cc6bc8fdd3f61dbb427f95fd08f1e3cc52a42
-DIST peek-1.2.2.tar.gz 2654168 BLAKE2B 2abce1609889d6cbdee493a94d768c2c201d523690d687cfa023eaa966b74716b9300ed246f443258f2901fdf341392c7428bf8d14891c3fdba9e803b680e06b SHA512 7c6fe42e41d4a3c10649b2052741a11a3c51170dbeaa834198c5b66867597c8525ecb8794694c2955f94a3e12f62c71068f2422e3a551ddfa4957595efbb6c03
DIST peek-1.3.1.tar.gz 2654939 BLAKE2B f5d2b6c9ca1194891ff6a61c73bcfc63a6e0bbf8a282c4309bbedbd40e29e42ad78d9c37c8a3621ceb6cb2ad85bbf2364702f1db028f6282dd4f93e15d22b34c SHA512 cdf4190c555b0a40051862038c04dc7c164bf8bccf47202d0fcb74f527a8a7d5605bc2e112847e262e51a5a95c3d2b3497e4ec56834880564e8e4127869ad9df
diff --git a/media-video/peek/peek-1.2.1.ebuild b/media-video/peek/peek-1.2.1.ebuild
deleted file mode 100644
index 8715e8e623a..00000000000
--- a/media-video/peek/peek-1.2.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 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/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="keybinder test"
-
-RDEPEND=">=dev-libs/glib-2.38:2
- media-video/ffmpeg[X,encode]
- 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.2.2.ebuild b/media-video/peek/peek-1.2.2.ebuild
deleted file mode 100644
index 8715e8e623a..00000000000
--- a/media-video/peek/peek-1.2.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 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/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="keybinder test"
-
-RDEPEND=">=dev-libs/glib-2.38:2
- media-video/ffmpeg[X,encode]
- 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
-}
next reply other threads:[~2018-12-06 9:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-06 9:51 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 9:04 [gentoo-commits] repo/gentoo:master commit in: media-video/peek/ Ionen Wolkens
2023-01-01 16:20 David Seifert
2023-01-01 14:48 David Seifert
2021-10-02 8:14 Bernard Cafarelli
2020-01-23 19:18 Matt Turner
2020-01-23 19:18 Matt Turner
2019-01-14 15:04 Bernard Cafarelli
2018-12-06 9:51 Bernard Cafarelli
2018-04-05 8:47 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2018-02-01 11:44 Bernard Cafarelli
2018-01-19 13:42 Bernard Cafarelli
2018-01-19 13:26 Bernard Cafarelli
2017-07-11 9:22 Bernard Cafarelli
2017-07-11 9:22 Bernard Cafarelli
2017-07-03 14:32 Bernard Cafarelli
2017-04-03 18:20 Bernard Cafarelli
2017-04-03 18:20 Bernard Cafarelli
2017-03-13 20:21 Bernard Cafarelli
2017-01-20 10:58 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1544089830.86a5bfb59abf7c5c3c57128e6ce817ecdb77733e.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox