From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/
Date: Mon, 6 Feb 2017 10:12:08 +0000 (UTC) [thread overview]
Message-ID: <1486375912.50c2f53f347ea0ac231a627fb321bfda4e59bb35.kensington@gentoo> (raw)
commit: 50c2f53f347ea0ac231a627fb321bfda4e59bb35
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 6 09:04:50 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 10:11:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c2f53f
x11-misc/xdotool: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/xdotool/xdotool-3.20150503.1.ebuild | 50 ----------------------------
1 file changed, 50 deletions(-)
diff --git a/x11-misc/xdotool/xdotool-3.20150503.1.ebuild b/x11-misc/xdotool/xdotool-3.20150503.1.ebuild
deleted file mode 100644
index 247db09..00000000
--- a/x11-misc/xdotool/xdotool-3.20150503.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils toolchain-funcs flag-o-matic multilib
-
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows"
-HOMEPAGE="http://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() {
- 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 || die
-
- dodoc CHANGELIST README
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}
next reply other threads:[~2017-02-06 10:12 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 10:12 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-26 15:59 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ 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
2020-02-02 19:37 Jeroen Roovers
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
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=1486375912.50c2f53f347ea0ac231a627fb321bfda4e59bb35.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