From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/peek/
Date: Tue, 11 Jul 2017 09:22:03 +0000 (UTC) [thread overview]
Message-ID: <1499764918.a9cafcc1bbf15295420f35bef400720a60ca874d.voyageur@gentoo> (raw)
commit: a9cafcc1bbf15295420f35bef400720a60ca874d
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 09:21:48 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 09:21:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cafcc1
media-video/peek: drop some old or broken versions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-video/peek/Manifest | 2 --
media-video/peek/peek-1.0.0.ebuild | 40 --------------------------------------
media-video/peek/peek-1.0.2.ebuild | 40 --------------------------------------
3 files changed, 82 deletions(-)
diff --git a/media-video/peek/Manifest b/media-video/peek/Manifest
index 679a7f667bc..bba7674a7e6 100644
--- a/media-video/peek/Manifest
+++ b/media-video/peek/Manifest
@@ -1,4 +1,2 @@
-DIST peek-1.0.0.tar.gz 2595756 SHA256 1430a92148a066185051664e3bd20a5ce0cc6c97345d1b2a959b698b291ea1fb SHA512 0a152f3c5301dad33dd64a9291ba05408d08e0c378790ae2777069d0d6f3f13bf38b15b66117f253afe9e0829c7442b1eeef046686830b4698b1d3ca5c0b8e2f WHIRLPOOL b9483a0d725fc4c9480a7876420b9f771599e5f80d13bf59b33bcf663d6e952554ce0f45b1cc56b5f820fb28ac370b8c7ee58ffab4f7e9f3e1c7c31176f48e48
DIST peek-1.0.1.tar.gz 2602750 SHA256 7913664d33756b0e94fc190e1762eba581fcb4bf7100965df3417e90d6254ae3 SHA512 c021e6e686de25afdd2e66bea9f2d50c08909847bf2e4d8dfbda8e18975febb2ed247a86d46c7f2a954768f8683cfc218be75ad8f495cd729e787e16f09b2dfe WHIRLPOOL ac6143f2fb71c5cfa36c8b820330decc319ee362513229596c1f1c3060bcaaba101caa97e3456001cd14035d6131fdebec86ff6006899526e45f989b16350628
-DIST peek-1.0.2.tar.gz 2620763 SHA256 53e1b1cdf61e7911fb931b36175671711554f5a5e4752adba863c57210df59a9 SHA512 5018aca614b054caec05ae14f9335f1d015715b4494eacff0052d315ef05f7ced0b59edaa0ff0c014591d303af6c1dcca438e1cf1ff910ad537093c0df96094b WHIRLPOOL db467be4171588a5eb4af0c7ec48698aabe9f8235296d7ecee6346566158908ad55adf05c7ddc26e1e110fb3c8249dec01f9b85a0e9f3ae31a421496a7dff3dc
DIST peek-1.0.3.tar.gz 2620773 SHA256 bedb23a4da0b6f5c9e247a383435202ff7307347f39cd8816d256b3390a4c1ae SHA512 92e7d61fdd32b4525991a45a0781c304160dbbdaf518ffbc6389d3df2829593a830e8b1cf499b10c02ab1809984c945770c3394221dc31b29041da45ca291ab7 WHIRLPOOL b21e04690066910fc3073f91249ea9cee793c4c9c6eb0cbd1cdcd0e98d181a53f58ec8138532e09d650552701e8362c9b875617c6d66efce3363ce711f6e8ac3
diff --git a/media-video/peek/peek-1.0.0.ebuild b/media-video/peek/peek-1.0.0.ebuild
deleted file mode 100644
index 94e00bcb32f..00000000000
--- a/media-video/peek/peek-1.0.0.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
-}
diff --git a/media-video/peek/peek-1.0.2.ebuild b/media-video/peek/peek-1.0.2.ebuild
deleted file mode 100644
index 94e00bcb32f..00000000000
--- a/media-video/peek/peek-1.0.2.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
-}
next reply other threads:[~2017-07-11 9:22 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 9:22 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-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-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=1499764918.a9cafcc1bbf15295420f35bef400720a60ca874d.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