commit:     98363b61a527a7f70d6add64b9760ed862258d9f
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 11:15:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 07:24:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98363b61

x11-misc/devilspie2: remove old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19576
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/devilspie2/Manifest               |  1 -
 x11-misc/devilspie2/devilspie2-0.42.ebuild | 51 ------------------------------
 x11-misc/devilspie2/devilspie2-0.43.ebuild | 41 ------------------------
 3 files changed, 93 deletions(-)

diff --git a/x11-misc/devilspie2/Manifest b/x11-misc/devilspie2/Manifest
index d2a552dc764..7deddd722f8 100644
--- a/x11-misc/devilspie2/Manifest
+++ b/x11-misc/devilspie2/Manifest
@@ -1,2 +1 @@
-DIST devilspie2_0.42-src.tar.gz 48663 BLAKE2B 
a2340f64191ba31d554aaab8c1ce74ba2252ac4f1524446c88eb674d9bc49225298eaa64c9df649410cb8a07993e891491f7d885af0d917810143ecdb8916bbc
 SHA512 
796b95ded542a76343ffcff25d7838ee3bc25f37d9a02d06785a71aeb7c0da3ef05279f9b88216124c5c9c64754fde59973445a954b0f446f5b4ebe6a25f3055
 DIST devilspie2_0.43-src.tar.gz 48666 BLAKE2B 
3657693547f1dbdfe8542f123601f228086261855dc8e99997cea76ef586b744aacb260222000300dbe34d3030646044fc046e94c2285e6386995853ceaaffda
 SHA512 
0f44f3991e31f68a2d38eac32ea6fe4275a56e8b5e9439490d1e819fd69b5455ede565aa2b09b70c20ac852c465ac2c05c339ae1e5c1b7824685c46a28871abd

diff --git a/x11-misc/devilspie2/devilspie2-0.42.ebuild 
b/x11-misc/devilspie2/devilspie2-0.42.ebuild
deleted file mode 100644
index 26fe55495ae..00000000000
--- a/x11-misc/devilspie2/devilspie2-0.42.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# check locales on version bump!
-PLOCALES="fi fr it ja nl pt_BR ru sv"
-inherit flag-o-matic toolchain-funcs l10n
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://www.nongnu.org/devilspie2/";
-SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-       >=dev-lang/lua-5.1.5:0
-       >=dev-libs/glib-2.32.4:2
-       >=x11-libs/gtk+-3.4.4:3
-       >=x11-libs/libwnck-3.4.4:3
-       x11-libs/libX11
-"
-DEPEND="
-       ${RDEPEND}
-       sys-devel/gettext
-       virtual/pkgconfig
-       x11-base/xorg-proto
-"
-
-src_prepare() {
-       default
-       use debug && append-cflags -D_DEBUG
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
-}
-
-src_install() {
-       emake PREFIX="/usr" DESTDIR="${D}" LANGUAGES="$(l10n_get_locales)" 
install
-
-       dodoc AUTHORS ChangeLog README README.translators TODO VERSION
-       doman devilspie2.1
-}
-
-pkg_postinst() {
-       elog "Default directory for scripts is ~/.config/devilspie2/"
-}

diff --git a/x11-misc/devilspie2/devilspie2-0.43.ebuild 
b/x11-misc/devilspie2/devilspie2-0.43.ebuild
deleted file mode 100644
index 20368879dee..00000000000
--- a/x11-misc/devilspie2/devilspie2-0.43.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="fi fr it ja nl pt_BR ru sv"
-inherit flag-o-matic toolchain-funcs l10n
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="https://www.nongnu.org/devilspie2/";
-SRC_URI="https://download.savannah.gnu.org/releases/devilspie2/devilspie2_${PV}-src.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-lang/lua-5.1.5:0
-       >=dev-libs/glib-2.32.4:2
-       >=x11-libs/gtk+-3.4.4:3
-       >=x11-libs/libwnck-3.4.4:3
-       x11-libs/libX11
-"
-DEPEND="
-       ${RDEPEND}
-       x11-base/xorg-proto
-"
-DEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_compile() {
-       emake CC=$(tc-getCC) PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
-}
-
-src_install() {
-       emake PREFIX="/usr" DESTDIR="${D}" LANGUAGES="$(l10n_get_locales)" 
install
-
-       dodoc AUTHORS ChangeLog README README.translators TODO VERSION
-       doman devilspie2.1
-}

Reply via email to