From 3b32ae7547d742f6e65770361188670710bec186 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 21 Feb 2023 02:22:31 +0000 Subject: gentoo auto-resync : 21:02:2023 - 02:22:31 --- x11-misc/apwal/Manifest | 2 +- x11-misc/apwal/apwal-0.4.5-r2.ebuild | 34 ---------------------------------- x11-misc/apwal/apwal-0.4.5-r3.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 35 deletions(-) delete mode 100644 x11-misc/apwal/apwal-0.4.5-r2.ebuild create mode 100644 x11-misc/apwal/apwal-0.4.5-r3.ebuild (limited to 'x11-misc/apwal') diff --git a/x11-misc/apwal/Manifest b/x11-misc/apwal/Manifest index d6340a0966ea..d9186d993815 100644 --- a/x11-misc/apwal/Manifest +++ b/x11-misc/apwal/Manifest @@ -1,4 +1,4 @@ AUX apwal-0.4.5-makefile.patch 1802 BLAKE2B f55a67515f80898e32eb268c2f2e33182271825ae602e196394ceb06b3781a3018d84ef06e0fedebc9165f9fa960461dfeb6dbea7921f775f3933fac57f2fd5c SHA512 3ddc21238220216537bc0fa5bb49d2830195a6886a9ac0a1baab4037c5d367deded5617ad58ea200828b836cfade21bbef0efea6e28487268339704d30a09673 DIST apwal-0.4.5.tar.gz 73999 BLAKE2B 6e20dbe611c305188224bd334750ccb0d3f9a855be74e658e6e68b5c575ce4620f87a2b405a41990df89ea90affef97a92170e7ade0a36ac35f4d7b44acd7ac1 SHA512 a37f5453d49bc276d2e16d4fd739cb9034a841af1a60f723ec705751da1ea77be79e63d6a29a0f16b52f1021368e73e513c9081a3d73f34e0332639f0f243dc9 -EBUILD apwal-0.4.5-r2.ebuild 581 BLAKE2B 61c6e0c9a02414fb9a785cda5759a80a8cc63105f9c015669695c55063e888c6df0e10853d8b3103f62ff16c4257cd8ba1243c35631fcf526283804721b2d8a4 SHA512 b7ad507bcb4691a2b25efefecea21f0bb539807b3300e91e68842a19bcd1a1cc0b606d1ab34e0e879a76702fbf4285ca23760a27f47aa356c8fe1d53f3883845 +EBUILD apwal-0.4.5-r3.ebuild 586 BLAKE2B 47c391a4088949001528ce4cf6222fca8f8250683cf85a80ae09e93c1b4fe292ac4b56bec0d0b30435c1e2700d1ba7b24106fe076bae2fe159ccfac0241a1550 SHA512 ef56ecb3f37a619afd0c334533752d83685b273398a267862ece525c414876a3193b4db38e8d7a902ded391f3b4fc4e3d59b535eb722f6f1b48e781816a8388e MISC metadata.xml 273 BLAKE2B e41a84edc2f2bf01256d6c759fec49da44a20e3d595a6fe56f96239ab26213551ae190621a5e8f9523b777c42364680fd61a6423b08eada73b97eb4e81253dd7 SHA512 985a49dc2d598b61be8510f6f86c4894825a56392af613ecdc68de499242f1e7e910f8320e0fd0540bc5f42dde80a4f0b18b6919320ee60aa39da1441c147274 diff --git a/x11-misc/apwal/apwal-0.4.5-r2.ebuild b/x11-misc/apwal/apwal-0.4.5-r2.ebuild deleted file mode 100644 index 766c3ed8f76c..000000000000 --- a/x11-misc/apwal/apwal-0.4.5-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="A simple application launcher and combined editor" -HOMEPAGE="http://apwal.free.fr/" -SRC_URI="http://apwal.free.fr/download/${P}.tar.gz" -S="${WORKDIR}"/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - dev-libs/libxml2 - dev-libs/glib:2 - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch -) - -src_configure() { - tc-export CC PKG_CONFIG -} diff --git a/x11-misc/apwal/apwal-0.4.5-r3.ebuild b/x11-misc/apwal/apwal-0.4.5-r3.ebuild new file mode 100644 index 000000000000..1fd5a464954a --- /dev/null +++ b/x11-misc/apwal/apwal-0.4.5-r3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="A simple application launcher and combined editor" +HOMEPAGE="http://apwal.free.fr/" +SRC_URI="http://apwal.free.fr/download/${P}.tar.gz" +S="${WORKDIR}"/${PN} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +RDEPEND=" + dev-libs/libxml2 + dev-libs/glib:2 + x11-libs/gdk-pixbuf + x11-libs/gtk+:2 +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) + +src_configure() { + tc-export CC PKG_CONFIG +} -- cgit v1.2.3