* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrace/
@ 2019-12-07 14:04 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-12-07 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 2e9aa5449520093e227a22bdd53571203f06540f
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Oct 23 17:55:03 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 14:03:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9aa544
x11-misc/xtrace: drop old
Closes: https://bugs.gentoo.org/698800
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13399
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/xtrace/Manifest | 1 -
x11-misc/xtrace/xtrace-1.3.0.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/x11-misc/xtrace/Manifest b/x11-misc/xtrace/Manifest
index e079d43b18a..e60b4929a9d 100644
--- a/x11-misc/xtrace/Manifest
+++ b/x11-misc/xtrace/Manifest
@@ -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
index 178f5231a88..00000000000
--- a/x11-misc/xtrace/xtrace-1.3.0.ebuild
+++ /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"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrace/
@ 2019-12-07 14:04 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-12-07 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 3f4a06e7f7ca70e96f7d178264fc9667064c0bfa
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Oct 23 17:37:56 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 14:03:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4a06e7
x11-misc/xtrace: bump to 1.4.0
Closes: https://bugs.gentoo.org/696770
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/xtrace/Manifest | 1 +
x11-misc/xtrace/xtrace-1.4.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-misc/xtrace/Manifest b/x11-misc/xtrace/Manifest
index 1d4632333ba..e079d43b18a 100644
--- a/x11-misc/xtrace/Manifest
+++ b/x11-misc/xtrace/Manifest
@@ -1 +1,2 @@
+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.4.0.ebuild b/x11-misc/xtrace/xtrace-1.4.0.ebuild
new file mode 100644
index 00000000000..1585b28744f
--- /dev/null
+++ b/x11-misc/xtrace/xtrace-1.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="X11 protocol trace utility"
+HOMEPAGE="https://salsa.debian.org/debian/xtrace"
+SRC_URI="https://salsa.debian.org/debian/${PN}/-/archive/${P}/${PN}-${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
+
+DEPEND="x11-base/xorg-proto
+ x11-libs/libXext
+ x11-libs/libX11"
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --program-transform-name="s/^x/x11/"
+}
+
+pkg_postinst () {
+ einfo "To avoid collision with glibc (/usr/bin/xtrace)"
+ einfo "binary was renamed to x11trace, as suggested by author"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrace/
@ 2019-12-07 14:22 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-12-07 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 1fffcf4be92b88a8d317285fb970c6f78b506677
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 14:21:50 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 14:21:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fffcf4b
x11-misc/xtrace: remove inactive proxy-maintainer
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/xtrace/metadata.xml | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/x11-misc/xtrace/metadata.xml b/x11-misc/xtrace/metadata.xml
index 91b9837c7dd..867145a2f0f 100644
--- a/x11-misc/xtrace/metadata.xml
+++ b/x11-misc/xtrace/metadata.xml
@@ -1,16 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>nightnord@gmail.com</email>
- <name>Andrian Nord</name>
-</maintainer>
-<maintainer type="person">
- <email>maksbotan@gentoo.org</email>
- <name>Maxim Koltsov</name>
-</maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
-</maintainer>
+ <maintainer type="person">
+ <email>maksbotan@gentoo.org</email>
+ <name>Maxim Koltsov</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-07 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-07 14:22 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xtrace/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2019-12-07 14:04 Joonas Niilola
2019-12-07 14:04 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox