public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/
Date: Thu,  8 Nov 2018 13:33:10 +0000 (UTC)	[thread overview]
Message-ID: <1541683981.5328fc4dd50bae45218bfef24998f8671b74f024.kensington@gentoo> (raw)

commit:     5328fc4dd50bae45218bfef24998f8671b74f024
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  8 13:32:50 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 13:33:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328fc4d

x11-misc/screengrab: remove 1.97 and 1.98

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 x11-misc/screengrab/Manifest               |  2 --
 x11-misc/screengrab/screengrab-1.97.ebuild | 37 ------------------------------
 x11-misc/screengrab/screengrab-1.98.ebuild | 37 ------------------------------
 3 files changed, 76 deletions(-)

diff --git a/x11-misc/screengrab/Manifest b/x11-misc/screengrab/Manifest
index f5483f0a7b8..0f2d7809a8b 100644
--- a/x11-misc/screengrab/Manifest
+++ b/x11-misc/screengrab/Manifest
@@ -1,3 +1 @@
-DIST screengrab-1.97.tar.gz 161792 BLAKE2B c2f53cd3d7333d89737ae55753a03de2d3c39f7adcc85f278d54bfb6d734e6f71d9126f035184262bf437e4a5032350f4f7a07060a3eb4014dab15563f78db29 SHA512 4fea4fe68a212ef5436b4f2b2db64e6f830233e5af0cd28259ad84d292e5df6a38e22de1ba40efe083f18ffc973be78aafa0d9eed990229b5e2a8660d1b6ece1
-DIST screengrab-1.98.tar.gz 146776 BLAKE2B b795a881c4d12f8d0328b6eebb9632983ef9b2da3acccb3d2afd2b065b90a0c393605095512973075162580bd05e5365f2f356e4b8078d11bd4cff1dbbdd3469 SHA512 3d39874609b389263875247dce5f1b82ab215942be66eade4c5cda462259cab75607b92f3676798d8915f2d2bad3e16582fe38c61f049757706adb944d9229fb
 DIST screengrab-1.99.tar.xz 118756 BLAKE2B 0c18d07ee9fbce0686604e90a988e903bf9a13346e0667091d0e7e5bd42ce03975db1d43dda3d809d92fd2469101efc733fd58bccf9f2ce3af80c210c35179a1 SHA512 06666cad70a9309f987b6fff8f85028b877f0c621cdcc5cb91f8b82a954637a45af30a144cfe50dc6dc04fb24c17ff2768368f3bf318f244b8a8d5b922bfa42c

diff --git a/x11-misc/screengrab/screengrab-1.97.ebuild b/x11-misc/screengrab/screengrab-1.97.ebuild
deleted file mode 100644
index 6e9bf5da14d..00000000000
--- a/x11-misc/screengrab/screengrab-1.97.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Qt application for getting screenshots"
-HOMEPAGE="https://github.com/QtDesktop/screengrab/"
-SRC_URI="https://github.com/QtDesktop/screengrab/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/libqtxdg
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtnetwork:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libxcb
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/x11-misc/screengrab/screengrab-1.98.ebuild b/x11-misc/screengrab/screengrab-1.98.ebuild
deleted file mode 100644
index af621c5c620..00000000000
--- a/x11-misc/screengrab/screengrab-1.98.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Qt application for getting screenshots"
-HOMEPAGE="https://github.com/QtDesktop/screengrab/"
-SRC_URI="https://github.com/QtDesktop/screengrab/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/libqtxdg
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtnetwork:5
-	kde-frameworks/kwindowsystem:5[X]
-	x11-libs/libxcb
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2018-11-08 13:33 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-08 13:33 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-05 11:27 [gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/ Sam James
2025-01-31  7:41 Arthur Zamarin
2024-12-07 14:03 Jimi Huotari
2024-11-07 23:12 Jimi Huotari
2024-10-04 15:37 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-12 17:23 Arthur Zamarin
2024-09-01 21:30 Sam James
2024-08-13  7:10 WANG Xuerui
2024-07-13 10:09 Yixun Lan
2024-07-11 19:44 Arthur Zamarin
2024-06-28 20:33 Jimi Huotari
2024-06-14 21:57 Jimi Huotari
2024-05-04 20:40 Jimi Huotari
2023-12-27 21:03 Sam James
2023-12-20  1:40 Sam James
2023-11-09 21:45 Jimi Huotari
2023-06-18 14:53 Andreas Sturmlechner
2023-05-29 21:57 Sam James
2023-05-29 11:05 Arthur Zamarin
2023-05-29  0:10 Sam James
2023-04-17 22:08 Jimi Huotari
2023-03-26 15:50 Jimi Huotari
2022-12-17 19:28 Arthur Zamarin
2022-12-16 21:50 Sam James
2022-12-16 20:33 Arthur Zamarin
2022-11-29 18:06 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-07-26  7:05 Sam James
2022-07-22 17:54 Sam James
2022-07-20  5:36 Sam James
2022-05-15  0:13 Sam James
2022-04-15 13:14 Arthur Zamarin
2022-04-15  6:17 Sam James
2022-02-18  3:07 Sam James
2022-01-21 19:07 Sam James
2022-01-18 11:27 Jakov Smolić
2022-01-18 11:27 Jakov Smolić
2021-07-26  7:40 Yixun Lan
2020-11-25  7:43 Agostino Sarubbo
2020-11-23  7:12 Andreas Sturmlechner
2020-11-20  1:34 Thomas Deutschmann
2020-11-20  0:18 Sam James
2020-11-19 22:59 Sam James
2020-05-20 23:28 Andreas Sturmlechner
2020-02-11 22:46 Andreas Sturmlechner
2019-06-28  1:17 Andreas Sturmlechner
2019-06-26  6:50 Agostino Sarubbo
2019-06-25  7:04 Agostino Sarubbo
2019-03-10 22:46 Andreas Sturmlechner
2018-10-20 15:24 Mikle Kolyada
2018-06-30  0:20 Michael Palimaka
2018-01-21 22:58 Andreas Sturmlechner
2018-01-21 20:30 Thomas Deutschmann
2018-01-12 10:50 Michael Palimaka
2017-12-07 10:55 Michael Palimaka
2016-06-08 16:21 Michael Palimaka
2016-06-06 16:15 Agostino Sarubbo
2016-03-18 19:11 Michał Górny
2015-10-09 18:32 Michael Palimaka
2015-10-09 17:17 Michael Palimaka

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=1541683981.5328fc4dd50bae45218bfef24998f8671b74f024.kensington@gentoo \
    --to=kensington@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