public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/
Date: Wed, 28 Apr 2021 23:35:00 +0000 (UTC)	[thread overview]
Message-ID: <1619652879.be862243f2c696d05e875ff01f89dbca33a0a86c.mgorny@gentoo> (raw)

commit:     be862243f2c696d05e875ff01f89dbca33a0a86c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 23:25:40 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 23:34:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be862243

x11-misc/synergy: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/synergy/Manifest              |   2 -
 x11-misc/synergy/synergy-1.13.0.ebuild | 115 ---------------------------------
 2 files changed, 117 deletions(-)

diff --git a/x11-misc/synergy/Manifest b/x11-misc/synergy/Manifest
index 34d950e8e54..9fc7f52e914 100644
--- a/x11-misc/synergy/Manifest
+++ b/x11-misc/synergy/Manifest
@@ -1,5 +1,3 @@
 DIST googletest-18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6.tar.gz 876756 BLAKE2B f51050e656a449e7d8b7d4d920439825dc5857a8fac637b96191bbf668b6353b0e83c5221395f761ca8d1d29a20596ced4d8b4e08b3ce364a866cf7bcc977e4c SHA512 f77c747218dc5ae4858b2b4c58a401eb895493adf470a331d6bac32cd20542533ff3a77081db653bbc18b9f55f6864be04e1739ef4afaed7db39d7c698abf880
-DIST googletest-aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e.tar.gz 866900 BLAKE2B c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d SHA512 715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b
 DIST synergy-1.12.0.png 31383 BLAKE2B 228487058d09ee4fe7d3c909a3aee567b63c0d1aeaecf0e724a7bc9c59e48abecac71f8074902fd4f02ff9347fe8f6488b0554fb78a253339b04fe8d2e958d24 SHA512 7044395b41a0d2e49d308c599710fa32398d11584e70da32d4a1ccb292b02437c09860ed14f7bdd113a646daf696988fd3c0b80f3ab52ebbcaddf4c846cdd7ab
-DIST synergy-core-1.13.0-stable.tar.gz 8657662 BLAKE2B b4da6abd1b396f71aa37531e1adf71ff06d4804b74659db362a8fe2701c44786108ecc8b52932038490dfad8b7ae617f13a365ebe1ecf559f50106772bda9102 SHA512 317f0aae7742a3ecaea2f3138364a5cd1a098d76a2decdb6558900112e5dd0b53c457b461201d25d3a33cc2d9189e1f7f4e777a80b98c87d693f51b636cbb564
 DIST synergy-core-1.13.1.41-stable.tar.gz 8663717 BLAKE2B 13d0722b183080361492382d3dd489b911cfe2384390c7b614d17df7f681dfbd8be94fa79cc4088602ea3d431fee793aaebc07f1d976cdd9c22493fba2212392 SHA512 3743ea4ccf8734928d021d414c2f10839056cdac64768f2e3e89b73392969b392030a0d9250041a1c2c21db06659088c8ca66d952c07395baada154df0311b87

diff --git a/x11-misc/synergy/synergy-1.13.0.ebuild b/x11-misc/synergy/synergy-1.13.0.ebuild
deleted file mode 100644
index bc5d2365402..00000000000
--- a/x11-misc/synergy/synergy-1.13.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg-utils virtualx
-
-MY_P=synergy-core-${PV}-stable
-GTEST_COMMIT=aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e
-
-DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers"
-HOMEPAGE="https://symless.com/synergy https://github.com/symless/synergy-core/"
-SRC_URI="
-	https://github.com/symless/${PN}-core/archive/v${PV}-stable.tar.gz
-		-> ${MY_P}.tar.gz
-	https://dev.gentoo.org/~mgorny/dist/synergy-1.12.0.png
-	test? (
-		https://github.com/google/googletest/archive/${GTEST_COMMIT}.tar.gz
-			-> googletest-${GTEST_COMMIT}.tar.gz
-	)
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="libressl gui test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!libressl? ( dev-libs/openssl:= )
-	libressl? ( dev-libs/libressl:= )
-	x11-libs/libICE:=
-	x11-libs/libSM:=
-	x11-libs/libX11:=
-	x11-libs/libXext:=
-	x11-libs/libXi:=
-	x11-libs/libXinerama:=
-	x11-libs/libXrandr:=
-	x11-libs/libXtst:=
-	gui? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		net-dns/avahi[mdnsresponder-compat]
-	)
-"
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-BDEPEND="
-	gui? (
-		dev-qt/linguist-tools:5
-	)"
-
-DOCS=( ChangeLog doc/synergy.conf.example{,-advanced,-basic} )
-
-src_prepare() {
-	# broken on Xvfb
-	rm src/test/integtests/platform/XWindowsScreenTests.cpp || die
-
-	if use test; then
-		rmdir ext/googletest || die
-		mv "${WORKDIR}/googletest-${GTEST_COMMIT}" ext/googletest || die
-	fi
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DSYNERGY_BUILD_LEGACY_GUI=$(usex gui)
-		-DSYNERGY_BUILD_LEGACY_INSTALLER=OFF
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-my_test() {
-	"${BUILD_DIR}"/bin/unittests &&
-	"${BUILD_DIR}"/bin/integtests
-}
-
-src_test() {
-	virtx my_test
-}
-
-src_install() {
-	dobin "${BUILD_DIR}"/bin/{synergy{c,s},syntool}
-
-	if use gui; then
-		newbin "${BUILD_DIR}"/bin/synergy qsynergy
-		newicon -s 256 "${DISTDIR}"/synergy-1.12.0.png qsynergy.png
-		make_desktop_entry qsynergy Synergy qsynergy 'Utility;'
-	fi
-
-	insinto /etc
-	newins doc/synergy.conf.example synergy.conf
-
-	newman doc/synergyc.man synergyc.1
-	newman doc/synergys.man synergys.1
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	use gui && xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	use gui && xdg_icon_cache_update
-}


             reply	other threads:[~2021-04-28 23:35 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 23:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ Sam James
2022-02-05  8:53 Michał Górny
2021-09-27  6:55 Agostino Sarubbo
2021-09-15 20:26 Michał Górny
2021-08-12  5:39 Michał Górny
2021-07-10 11:47 Michał Górny
2021-07-10 10:43 Agostino Sarubbo
2021-07-05  6:59 Agostino Sarubbo
2021-06-08 23:12 Michał Górny
2021-06-07 22:26 Michał Górny
2021-05-31 19:16 Michał Górny
2021-05-01  9:53 Mikle Kolyada
2021-04-28 23:16 Sam James
2021-04-28 17:04 Sam James
2021-03-23 14:09 Michał Górny
2021-03-23 14:09 Michał Górny
2021-03-01 22:06 Michał Górny
2021-02-21  0:46 Sam James
2021-02-19 19:32 Thomas Deutschmann
2021-01-06 12:05 Fabian Groffen
2020-12-29 23:09 Michał Górny
2020-12-29 19:48 Michał Górny
2020-12-10 17:32 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-12-01 13:33 Sam James
2020-11-30  9:55 Michał Górny
2020-11-29 22:35 Michał Górny
2020-11-29 22:35 Michał Górny
2020-05-14 22:19 Aaron Bauman
2019-01-05 20:04 Michał Górny
2018-04-26 15:14 Mike Gilbert
2018-04-26  5:36 Matt Turner
2018-04-15 18:40 Sergei Trofimovich
2018-03-20 10:01 Agostino Sarubbo
2018-02-11 17:55 Jeroen Roovers
2017-03-27 19:41 Jeroen Roovers
2017-03-27  7:48 Jeroen Roovers
2016-12-30 12:44 Jeroen Roovers
2016-08-24  9:47 Jeroen Roovers
2016-08-24  9:47 Jeroen Roovers
2016-07-19 18:22 Jeroen Roovers
2016-07-18  4:31 Jeroen Roovers
2016-07-17  9:36 Jeroen Roovers
2016-07-17  7:46 Jeroen Roovers
2016-04-03  9:38 Jeroen Roovers
2016-04-03  9:38 Jeroen Roovers
2015-12-04  9:43 Anthony G. Basile
2015-11-22  6:11 Jeroen Roovers
2015-11-22  6:11 Jeroen Roovers
2015-09-02  4:45 Jeroen Roovers

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=1619652879.be862243f2c696d05e875ff01f89dbca33a0a86c.mgorny@gentoo \
    --to=mgorny@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