public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/
Date: Sun,  2 Feb 2020 19:37:56 +0000 (UTC)	[thread overview]
Message-ID: <1580672273.899777c4c99a27b77428f1919a906a83d80990c7.jer@gentoo> (raw)

commit:     899777c4c99a27b77428f1919a906a83d80990c7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 16:09:05 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 19:37:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899777c4

x11-misc/xdotool: Old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/xdotool/Manifest                       |  1 -
 x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild | 50 -------------------------
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest
index cccf7358d88..c38e8bdfa60 100644
--- a/x11-misc/xdotool/Manifest
+++ b/x11-misc/xdotool/Manifest
@@ -1,2 +1 @@
-DIST xdotool-3.20150503.1.tar.gz 102125 BLAKE2B 3b34b69ab7843d49a5cc76129dca96664b8e548abd01acda03399d06b1a146169c78dff302932000fe72c578be60bc774e3e503980b408cab4bf17d71630151c SHA512 d8eb411490d2f4936d63cd459e3319f76faf6dd415a3c2c68446b5a98d24290794dbffd22fbccfef5acc7d8aec6ce92b2135ecb3e1178607fc7d5b1e1767ede1
 DIST xdotool-3.20160805.1.tar.gz 105388 BLAKE2B b836bd9c408bc4f7de562a1dd1fe18142155dc486b01912462b6d1cebc5f3f4094a407556c9f50cafb4ca3a17149e6f69303706730aabdaf94abc6d4b817d351 SHA512 e27b1029ee954ea17643ed489a00a1856e5687b03772c0f10a8e50cde3c3c957b57a3ba9890005474a744a228ef4827a83770d6890479c37a1f98f4fd7b1ff6c

diff --git a/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild b/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild
deleted file mode 100644
index eebea7adaab..00000000000
--- a/x11-misc/xdotool/xdotool-3.20150503.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic multilib
-
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows"
-HOMEPAGE="https://www.semicomplete.com/projects/xdotool/"
-SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
-IUSE="examples"
-
-RDEPEND="x11-libs/libXtst
-	x11-libs/libX11
-	x11-libs/libXinerama
-	x11-libs/libxkbcommon"
-DEPEND="${RDEPEND}"
-
-# The test wants to manualy start Xvfb, wont use VirtualX and it tries
-# to run a full gnome-session. For such a tiny application i consider
-# it overkill to rewrite the test scripts to not use it's own X server
-# and add a full blown gnome just to run the tests.
-RESTRICT="test"
-
-src_prepare() {
-	default
-	sed -i \
-		-e "s/installheader post-install$/installheader/" \
-		-e 's:\<pkg-config\>:$(PKG_CONFIG):' \
-		Makefile || die "sed failed"
-}
-
-src_compile() {
-	tc-export CC LD PKG_CONFIG
-	default
-}
-
-src_install() {
-	emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install
-
-	dodoc CHANGELIST README
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins examples/*
-	fi
-}


             reply	other threads:[~2020-02-02 19:38 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-02 19:37 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 15:01 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ Arthur Zamarin
2024-12-28 11:46 Arthur Zamarin
2023-09-26 15:59 WANG Xuerui
2022-12-08 20:08 Marek Szuba
2021-12-16 10:16 Marek Szuba
2021-12-15 23:55 Sam James
2021-12-15 17:33 Arthur Zamarin
2021-12-15 16:49 Arthur Zamarin
2021-12-15 14:46 Jakov Smolić
2021-12-15 13:40 Jakov Smolić
2021-11-11 20:15 Marek Szuba
2021-10-10 22:14 Marek Szuba
2021-10-04 12:03 Marek Szuba
2021-10-02 15:43 Sam James
2021-09-30 18:18 Sam James
2021-09-21 16:35 Sam James
2021-09-21  6:37 Agostino Sarubbo
2021-09-20 18:26 Sam James
2021-09-20  9:41 Marek Szuba
2021-09-20  9:31 Marek Szuba
2021-09-09 11:20 Marek Szuba
2020-12-04 18:37 Sergei Trofimovich
2020-11-29 23:31 Marek Szuba
2020-11-29 22:52 Marek Szuba
2020-11-29 22:52 Marek Szuba
2019-06-13  4:45 Markus Meier
2019-05-19 15:48 Thomas Deutschmann
2019-04-25  3:36 Aaron Bauman
2019-04-23 22:08 Aaron Bauman
2019-04-19 18:23 Aaron Bauman
2018-09-21 20:53 Matt Turner
2018-03-31 18:41 Mart Raudsepp
2018-03-12  6:09 Benda XU
2017-04-08  9:50 Jeroen Roovers
2017-04-08  9:50 Jeroen Roovers
2017-03-26 17:10 Michael Orlitzky
2017-03-22  7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2017-02-06 10:12 Michael Palimaka
2016-07-07 19:48 Austin English
2016-06-11 20:39 Pacho Ramos
2016-03-20 21:21 Michael Weber
2016-02-09  0:12 Jason Donenfeld
2015-09-13 18:49 Manuel Rüger

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=1580672273.899777c4c99a27b77428f1919a906a83d80990c7.jer@gentoo \
    --to=jer@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