diff options
author | 2024-12-16 02:18:28 -0500 | |
---|---|---|
committer | 2024-12-16 03:41:08 -0500 | |
commit | 905ae86cf311b2c4f05e93dc930556833196b25d (patch) | |
tree | 18f0d740d6f8d7f3830b46fae3a6e1ceb09695ed /x11-misc | |
parent | net-misc/yt-dlp: drop 2024.12.03, 2024.12.06 (diff) | |
download | gentoo-905ae86cf311b2c4f05e93dc930556833196b25d.tar.gz gentoo-905ae86cf311b2c4f05e93dc930556833196b25d.tar.bz2 gentoo-905ae86cf311b2c4f05e93dc930556833196b25d.zip |
x11-misc/devilspie2: drop 0.44
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/devilspie2/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/devilspie2/devilspie2-0.44.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest index f3a750b2b5a7..d73df6eea56a 100644 --- a/x11-misc/devilspie2/Manifest +++ b/x11-misc/devilspie2/Manifest @@ -1,2 +1 @@ -DIST devilspie2-0.44.tar.xz 46028 BLAKE2B e9ec3115781575c331d91e982fd1c71361ea57004a1b7ff234957998d3d44fd4e9a0ca1fde9d133e9e4c2d01b6e8d192921554eae8b83acfb0e3fa44b0c9fd23 SHA512 f01f2d044a670dd9b1b97e896a3e8ebcac3e67daea9f08a14bce26fe8084b85f7fdaa0ed147aba91626200f882eddeba7e0ec18f0f565cb7557ffb2ac74a4a64 DIST devilspie2_0.45-src.tar.gz 59202 BLAKE2B 8b8fc5c9a91f0e8c2ff8494c52f6c6e406babb86ed8985573b2509ed4d4741d81dff8bab6267508d727a2d73abd031d4d4d74e7ac1a05948e331b8712b1b390c SHA512 4dc9e8c81cf2b20e828509483243d23fbd296955050d3d4c4693754b62762d44022f4969a077bd7d75e6b0e0c89168c31c09b1dc345bf3275b444b9b6c9e0515 diff --git a/x11-misc/devilspie2/devilspie2-0.44.ebuild b/x11-misc/devilspie2/devilspie2-0.44.ebuild deleted file mode 100644 index 8f5a37e52d01..000000000000 --- a/x11-misc/devilspie2/devilspie2-0.44.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua-single plocale toolchain-funcs - -DESCRIPTION="Window matching utility with Lua scripting" -HOMEPAGE="https://www.nongnu.org/devilspie2/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND=" - ${LUA_DEPS} - dev-libs/glib:2 - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libwnck:3" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig" - -src_compile() { - tc-export CC PKG_CONFIG - - local PLOCALES="fi fr it ja nl pt_BR ru sv" - - DEVILSPIE2_ARGS=( - PREFIX="${EPREFIX}"/usr - LANGUAGES="$(plocale_get_locales)" - LUA=${ELUA} - ) - - mkdir obj || die # race condition (bug #881473) - emake "${DEVILSPIE2_ARGS[@]}" -} - -src_install() { - emake DESTDIR="${D}" "${DEVILSPIE2_ARGS[@]}" install - einstalldocs - - dodoc -r doc/examples -} |