From 3e627c1432765cb6a32877e73f985e8bfb5102ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Jul 2022 13:40:00 +0100 Subject: gentoo auto-resync : 14:07:2022 - 13:40:00 --- x11-apps/xrectsel/Manifest | 2 +- x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild | 22 ++++++++++++++++++++++ x11-apps/xrectsel/xrectsel-0.3.2.ebuild | 23 ----------------------- 3 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild delete mode 100644 x11-apps/xrectsel/xrectsel-0.3.2.ebuild (limited to 'x11-apps/xrectsel') diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest index 98e05b3fbcb7..b6291b270673 100644 --- a/x11-apps/xrectsel/Manifest +++ b/x11-apps/xrectsel/Manifest @@ -1,3 +1,3 @@ DIST xrectsel-0.3.2.tar.gz 14834 BLAKE2B 6ad050e69ad4280ec0b50b5f28961e7203fa750a49329f7df178cb758719d707d7fb61151b55cc7bbc27b05f770989417e5c3838de7cdd34c752a9e518553e1e SHA512 56e87002dba1858c900ceba4d6cf1613fa92a5a8f59fb5c4852e65835bde9478bf92c160ca398cd19e99543ed0ab94ad4ac8ba2d60a7dbaf95bc2826f8953fcc -EBUILD xrectsel-0.3.2.ebuild 479 BLAKE2B cac2a43f1b45872d57563a3a01e6d0b75623976ea38f8ddd7383103ee86949ff02e5746a6a2c0e23816cfbb7a7b3dbec1227a1b0d0e7cc3ff66c84a92ccfeb6e SHA512 92ecdc3ab3abccb20ba460c5dda6c811b598484556108480d34fe73f571d4a2644940cf3bd88468bc90032d55347eb9b59ef09fa207a4ef43bd5e2a060d3370f +EBUILD xrectsel-0.3.2-r1.ebuild 464 BLAKE2B 9ca70111883ffa01841aa29a7510e4f331416d0b1ab4b13236e457034b4f844a6d408b8d3aeebaf4f698fe9a6671b9d3cc59e16adfcc7b7f65a02bd341c30583 SHA512 d40ed8b67d83f548dc295087819a96f12f031789972dd0cd279adfd0467ab7ef61a0fed598f055c681a7e6203521699be8df4f218d7f3e22699b5f261317f5e2 MISC metadata.xml 320 BLAKE2B fe717b303807e4efaa71ed47380fac34b2479596111d1d75aaa9e5de27eb24c257529afd345a5d13e1b4169afe87b37e7a1e9104e3ce30af5ccbce2084a0d5ff SHA512 0fa4d71564ea805f300a8b43935d4e9f08193d8df6622c4798a0ccc1ec05aa07fad636655a795e2d41e8ad01805097a99b69aa3efd636831ca1d65b5e394f207 diff --git a/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild new file mode 100644 index 000000000000..b3663c2afc7d --- /dev/null +++ b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Print the geometry of a rectangular screen region" +HOMEPAGE="https://github.com/lolilolicon/xrectsel" +SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} diff --git a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2.ebuild deleted file mode 100644 index 9286f5208a28..000000000000 --- a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Print the geometry of a rectangular screen region" -HOMEPAGE="https://github.com/lolilolicon/xrectsel" -SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply_user - eautoreconf -} -- cgit v1.2.3