From 994fe442814c4d169bb0f1ee9745604928006b39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 May 2024 00:07:28 +0100 Subject: gentoo auto-resync : 26:05:2024 - 00:07:27 --- x11-misc/xrootconsole/Manifest | 3 +- x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild | 47 ------------------------ x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild | 2 +- 3 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild (limited to 'x11-misc/xrootconsole') diff --git a/x11-misc/xrootconsole/Manifest b/x11-misc/xrootconsole/Manifest index 176a4dd2713a..681afbbc8d00 100644 --- a/x11-misc/xrootconsole/Manifest +++ b/x11-misc/xrootconsole/Manifest @@ -2,6 +2,5 @@ AUX xrootconsole-0.6.makefile.patch 845 BLAKE2B 40017d83fcba9abe2d225f879e1394da AUX xrootconsole-0.6.manpage.patch 1038 BLAKE2B df8fdc45f1167ce4e8dd948bba549e88908552282ab1d9b41c0a3faeb465c047a7add98b9620a67e86b4646e148b2fa88541a6c1d67407eb651fd137c067b816 SHA512 88b8f68892646f3ca375ee0166336bb3972c5addbe1e515bdd9d7c4fc47517472051d59ac81fb0ec95a8852ab385e0544ec54fe0f9eefe39946dcbe1c222a33f AUX xrootconsole-0.6.noversion.patch 1780 BLAKE2B 203dca249d2dd8d6ac675cd617615ba551ab3bc6e14dfede9b133840bf9779be186b423f03a1ca04b262ac31593511d34c8a82c05b06cc1f6d68ed5390fa08c1 SHA512 d75228770d31deb969e1f05f99eb0df2839564d9f9db7d5cb9efb00737e1df5632e14c0d5071ef0a5ff57054e62e1c112bd27074b60ac47220ec50f02a170c45 DIST xrootconsole-0.6.tar.gz 15951 BLAKE2B b11035742c08d7f989b131a22e64338874fa609fe09852ada76779c7d850c9cc16a86baf29785fb86edb9fa9aad2d33fd90392f50e134c74dd1ab4765776a8e8 SHA512 9e773eac96f9bb0103880cce8a3bc24211c50b369c4c389bd020c774a4f643947b634ebc5e7b266b28f75f57887d8edc72d8d582e8535c7320f56292194ed7f9 -EBUILD xrootconsole-0.6-r1.ebuild 813 BLAKE2B 867ce85675a75b8478789558a6a985ccdf48eab0869f014f794fecc8ace6f691fdcd0d1ea6f03de3b30d9d936a7626721a300a1b580d4b2f88bb032b62c88dda SHA512 42fc735167d1b49ceda406efb6a17491163a76e445a4fe6e5d0c4575041da8a2352fdbeb47dc22d4b50a042ed56013896de10aaa76744ce405e6c1d64d45c137 -EBUILD xrootconsole-0.6-r2.ebuild 797 BLAKE2B 68b54fbd62b8f516bda30c57bacf00d44f2be62871432be4040ae22f659e91f53ba9970cdefc638befead2f9ba4efc69fc30177f76630f3b4b0678970d6edad2 SHA512 6fb705d4b383c3c18df36f6d5653ab783c17b77cb38c1c579a1e5cdd644d6deb6106dcca95834961a08b20f2ad0812210cf17ad15199075a3c771a15a6724158 +EBUILD xrootconsole-0.6-r2.ebuild 794 BLAKE2B f0ec363170d294c5ccadbb344ee220301320557903c95ecb3877f6f1656e21274d4c0a50488330ba7c9cea834972ad4f8c7ef5de16712b55aeeb746372bebad1 SHA512 26275e17c666e4470ebe45008cce28acb7d1728c709c1b6d9f6a6a6e2b36cfa911b30510fb378745f25d402a109b1db0d0eb2171ccbc47082ad5dfce98c32c56 MISC metadata.xml 359 BLAKE2B be06f7d75fb39abd07108b163729c72a70a6bf9e4cafa61b6d6896749d2fb77830229a0041e7210a674c87aa5966c7a8062174341ef38b65195bcaab0fe5fa17 SHA512 80f911d289118adbc386117bec1a104a33bec04d77d4ef0353301a38567ae8e0996bae13e1b4675b847946c8dd33a6f2dd50a7977cbeecd4636a1e447eaeb43a diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild deleted file mode 100644 index a048ce423bff..000000000000 --- a/x11-misc/xrootconsole/xrootconsole-0.6-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="A utility that displays its input in a text box on your root window" -HOMEPAGE="https://sourceforge.net/projects/xrootconsole/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - x11-libs/libX11" - -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${P}.noversion.patch" - "${FILESDIR}/${P}.makefile.patch" - "${FILESDIR}/${P}.manpage.patch" -) - -DOCS=( TODO NEWS CREDITS ) - -src_compile() { - tc-export CC PKG_CONFIG - emake -} - -src_install() { - dodir /usr/bin - - emake \ - MANDIR="${D}usr/share/man/man1" \ - BINDIR="${D}usr/bin/" \ - install - - einstalldocs -} diff --git a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild index 8b8410770a04..386ebf4ddada 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="x11-libs/libX11" DEPEND=" -- cgit v1.2.3