From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/
Date: Thu, 21 Dec 2017 09:07:47 +0000 (UTC) [thread overview]
Message-ID: <1513847255.d2fe8a9ed12274ae74df4d031e1387e54889fa2a.kensington@gentoo> (raw)
commit: d2fe8a9ed12274ae74df4d031e1387e54889fa2a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:01:16 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fe8a9e
app-misc/evtest: remove 1.29
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-misc/evtest/Manifest | 2 --
app-misc/evtest/evtest-1.29.ebuild | 36 ------------------------------------
2 files changed, 38 deletions(-)
diff --git a/app-misc/evtest/Manifest b/app-misc/evtest/Manifest
index c6940146680..b480f85dab4 100644
--- a/app-misc/evtest/Manifest
+++ b/app-misc/evtest/Manifest
@@ -1,5 +1,3 @@
-DIST evtest-1.29-mans.tar.xz 2108 BLAKE2B 39dcd75df1ead8091ece91a1047bb75fd99944a9a90db9036ec5db9ff9a817d2f0496b2dc4f98015796b32d98a9157f119a6b721424764db6f05910d0f25743b SHA512 d32786fde7ca20cad445b6cce35f603fff8d39f51e6a0f7569f4cc020def77240686b3a12a969c5176c5cfc0e34270f169c4429cb9e6aa5f0684fa2c50abdf85
-DIST evtest-1.29.tar.bz2 21930 BLAKE2B 610ec49676bb16ea31152c9fa4362b25d6e67bfecf72d3b7df0d434e57e3d5b6384ba52f33cf6c5d48d97f3ea90f26f9b8b6c0880a33338a31ece2d6ee6cad42 SHA512 ddbda6f1a34363a844b3e2e206afec6f6aed18c2b8c97f6e5bc9c57c1585fc00ee99ded8aded2d2674e58cfaf48c8028953059cc3024e04253f4cd961a1da2e1
DIST evtest-1.30-mans.tar.gz 2112 BLAKE2B 63981baf8c69993850d974f9bc94a9b96a45c3bb51379a6788e18715785475d8f3324134d5906b7188c950bf0d05fb138f4680e3a191cdfe6f13143eab44bd13 SHA512 470ac504091f9826023dd2cc62a1c0169f98bf2d6e9c4c3986e3719d67d02bb587023aa347a3fb26b0d06efae8eccdd05d88ae74556f3819416a6f6c905c4618
DIST evtest-1.30.tar.gz 25556 BLAKE2B c396940af72faeb27143472cd62c3ada3016fea67184bdac2708a6d6347b07e4cc5a994b5c585263faa00d82003ed4f4859f51ed53a374e985389dc8102f8dff SHA512 ea995c37c0cf8dd8a4c493895bd039e4adac5056a06e9e0275e879ca1e774e98b5cf42bc77f1ad34225b15282cc4edb6dc088cb6fb16f82250bc35fb3975c4bf
DIST evtest-1.31-mans.tar.gz 1661 BLAKE2B fc7763703299a7129e7332378df6190d42089776e9b2f88d1e9bd42592e2945313046e798862590869f7eb76e56136cec6d575ec9301d5cd9af44b810e13c676 SHA512 b3cd5cc8aaf6620a3243318ae42e807a8819a25082606707787ab8b1ac75f1f6dfc8b544d38a74b489d348981489153c33841ba0b0466ace3e3a83b031754321
diff --git a/app-misc/evtest/evtest-1.29.ebuild b/app-misc/evtest/evtest-1.29.ebuild
deleted file mode 100644
index e5ee7c50722..00000000000
--- a/app-misc/evtest/evtest-1.29.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="test program for capturing input device events"
-HOMEPAGE="https://cgit.freedesktop.org/evtest/"
-SRC_URI="https://cgit.freedesktop.org/evtest/snapshot/${P}.tar.bz2
- mirror://gentoo/${P}-mans.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="+xml"
-
-# We bundled the man pages ourselves to avoid xmlto/asciidoc.
-# We need libxml2 for the capture tool. While at runtime,
-# we have a file that can be used with xsltproc, we don't
-# directly need it ourselves, so don't depend on libxslt.
-RDEPEND="xml? ( dev-libs/libxml2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # No pretty configure flag :/
- sed -i -r \
- -e "s:HAVE_LIBXML=(yes|no):HAVE_LIBXML=$(usex xml):g" \
- configure.ac || die
-
- # We pre-compile the man pages.
- export XMLTO=/bin/true ASCIIDOC=/bin/true
-
- eautoreconf
-}
next reply other threads:[~2017-12-21 9:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-21 9:07 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-22 20:48 [gentoo-commits] repo/gentoo:master commit in: app-misc/evtest/ Mikle Kolyada
2018-09-22 21:03 Mikle Kolyada
2019-08-14 10:06 Mikle Kolyada
2019-08-14 10:09 Mikle Kolyada
2020-07-24 6:47 Sam James
2022-06-05 6:56 Sam James
2022-06-05 12:55 Jakov Smolić
2022-06-05 14:51 Jakov Smolić
2022-06-05 14:51 Jakov Smolić
2023-01-14 22:47 Sam James
2023-01-14 22:47 Sam James
2023-01-14 22:47 Sam James
2024-08-24 12:10 Michael Orlitzky
2024-09-02 9:21 Sam James
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=1513847255.d2fe8a9ed12274ae74df4d031e1387e54889fa2a.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