x11-misc/xtrace: drop old
authorWim Muskee <wimmuskee@gmail.com>
Wed, 23 Oct 2019 17:55:03 +0000 (19:55 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sat, 7 Dec 2019 14:03:54 +0000 (16:03 +0200)
Closes: https://bugs.gentoo.org/698800
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13399
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
x11-misc/xtrace/Manifest
x11-misc/xtrace/xtrace-1.3.0.ebuild [deleted file]

index e079d43b18af182ac567e12b5281d6fcf7cddf48..e60b4929a9d8f28c0adb4e2d6dbd69031ad922e4 100644 (file)
@@ -1,2 +1 @@
 DIST xtrace-1.4.0.tar.gz 109032 BLAKE2B 61e1360923eb6b83e47e8d6eb8882b362ef4f257b699d6de9c43556a0e9fe767edab90dfe2d5d792297be244d976a7a0ff7b2df37c87f5e63c7b4731fd2d089d SHA512 97363c5518eccdde15f2f0567d2bc46e8e54638e0b2ef33b207526d660a9f607d5176651dc95aa48267808701406f74de55bed972a931c84462446e3b74c6a7a
-DIST xtrace_1.3.0.orig.tar.gz 183803 BLAKE2B 286c9ed04cd13dea72aeeb1b81643278fbfc4f64ae8c032287ad36ff560e469b8a9c3d338ac8803e45d13cb83e02d1229e5ea64a6611d509eb08ebaf1abab7df SHA512 8078f976652b18503f68020e8ae716fceea506c62582ae23b00cca67b6d6c76a9d0955567a5bb011f1ead6d99996cdcb80f93c5f4c3f9e65c4443599caec3399
diff --git a/x11-misc/xtrace/xtrace-1.3.0.ebuild b/x11-misc/xtrace/xtrace-1.3.0.ebuild
deleted file mode 100644 (file)
index 178f523..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-MY_CODE="3694"
-
-DESCRIPTION="X11 protocol trace utility"
-HOMEPAGE="http://xtrace.alioth.debian.org/"
-SRC_URI="https://alioth.debian.org/frs/download.php/${MY_CODE}/${P/-/_}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS ChangeLog README NEWS)
-
-src_configure() {
-       local myeconfargs=(
-               --program-transform-name="s/^x/x11/"
-       )
-
-       autotools-utils_src_configure
-}
-
-pkg_postinst () {
-       einfo "To avoid collision with glibc (/usr/bin/xtrace)"
-       einfo "binary was renamed to x11trace, as suggested by author"
-}