From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwininfo/
Date: Sat, 21 Sep 2019 17:11:58 +0000 (UTC) [thread overview]
Message-ID: <1569085906.44d145b648775c99a88818972dbb07dd1f5c0eeb.mattst88@gentoo> (raw)
commit: 44d145b648775c99a88818972dbb07dd1f5c0eeb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 17:06:00 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 17:11:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d145b6
x11-apps/xwininfo: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwininfo/Manifest | 2 --
x11-apps/xwininfo/xwininfo-1.1.3.ebuild | 24 ------------------------
x11-apps/xwininfo/xwininfo-1.1.4.ebuild | 24 ------------------------
3 files changed, 50 deletions(-)
diff --git a/x11-apps/xwininfo/Manifest b/x11-apps/xwininfo/Manifest
index f18de36be42..7e172b6466f 100644
--- a/x11-apps/xwininfo/Manifest
+++ b/x11-apps/xwininfo/Manifest
@@ -1,3 +1 @@
-DIST xwininfo-1.1.3.tar.bz2 157512 BLAKE2B eba1f98cf8aa8afc68a5bc0f538e1e0588a38bd0022ba0a2bf6da7e2cbcd4459111aed37f88b8d46054f8c3e52e435d0c95a8f7c9b1247580dde812a3bd3715c SHA512 b4c3c72de157d33e309694be96dcafabb3240c1883fb3caf44843cba8b90fe09496eb4ab061eba9107115d76ca59a8ec660e11ff968e422ab35cd5e1749ca466
-DIST xwininfo-1.1.4.tar.bz2 169159 BLAKE2B 4bdf7321eba8e2cd078c3220e3135ca1b044461ab90b8daa350beed1feb53f02dd9dd4c1192be6dd6b9ef2a9dc028c4a9c464f3124590e6195aca7547ed61830 SHA512 d3ab103a0a311e08d1eabc4346750c21eb7d2fbcdc27cab0989a2624b9cd488911614fcf9832603353450114b1231a8f8262cab16e090a0d458d83ec7b6b959b
DIST xwininfo-1.1.5.tar.bz2 172496 BLAKE2B ad657a96b74190981ecd2d946d1b81fcd0515a481f0d6d880d790b8e1eb4bf7e85bdd9a74b631acb88c2254839afde7f6ee79647af66c357c8ef4199aac51f02 SHA512 a3268bbeeeeafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6
diff --git a/x11-apps/xwininfo/xwininfo-1.1.3.ebuild b/x11-apps/xwininfo/xwininfo-1.1.3.ebuild
deleted file mode 100644
index 251eb77838d..00000000000
--- a/x11-apps/xwininfo/xwininfo-1.1.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2 flag-o-matic
-
-DESCRIPTION="window information utility for X"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=">=x11-libs/libxcb-1.6"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libX11"
-
-pkg_setup() {
- # interix has a _very_ old iconv in libc, however, including
- # iconv.h redefines those symbols to libiconv_*, which then
- # are unresolved, as the configure check is old and dumb.
- [[ ${CHOST} == *-interix* || ${CHOST} == *-solaris* ]] &&
- append-libs -liconv
-}
diff --git a/x11-apps/xwininfo/xwininfo-1.1.4.ebuild b/x11-apps/xwininfo/xwininfo-1.1.4.ebuild
deleted file mode 100644
index 251eb77838d..00000000000
--- a/x11-apps/xwininfo/xwininfo-1.1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2 flag-o-matic
-
-DESCRIPTION="window information utility for X"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=">=x11-libs/libxcb-1.6"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libX11"
-
-pkg_setup() {
- # interix has a _very_ old iconv in libc, however, including
- # iconv.h redefines those symbols to libiconv_*, which then
- # are unresolved, as the configure check is old and dumb.
- [[ ${CHOST} == *-interix* || ${CHOST} == *-solaris* ]] &&
- append-libs -liconv
-}
next reply other threads:[~2019-09-21 17:12 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-21 17:11 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-21 18:08 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwininfo/ Matt Turner
2023-08-11 19:12 Arthur Zamarin
2023-08-11 5:56 Arthur Zamarin
2023-08-09 4:27 Arthur Zamarin
2023-08-05 11:43 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-02 11:54 Arthur Zamarin
2023-07-02 11:52 Arthur Zamarin
2023-06-12 6:01 Arthur Zamarin
2023-06-03 19:46 Arthur Zamarin
2023-06-02 1:17 Yixun Lan
2023-06-01 20:19 Sam James
2023-06-01 17:17 Arthur Zamarin
2023-06-01 16:15 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-04-14 6:02 WANG Xuerui
2023-04-10 14:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 0:15 Mikle Kolyada
2019-09-21 0:15 Mikle Kolyada
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-07-14 21:17 Matt Turner
2018-03-10 6:03 Matt Turner
2017-01-29 21:11 Fabian Groffen
2015-11-08 10:19 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=1569085906.44d145b648775c99a88818972dbb07dd1f5c0eeb.mattst88@gentoo \
--to=mattst88@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