# until upstream releases fixed versions.
~xfce-base/xfce4-panel-4.15.0
-# Michał Górny <mgorny@gentoo.org> (2019-10-20)
-# The XFCE GTK+ engines have been abandoned upstream. They do not work
-# well with modern GTK+ versions, and have no seen any updates
-# since 2015.
-# Removal in 30 days. Bug #577252.
-x11-themes/gtk-engines-xfce
-
# Andreas Sturmlechner <asturm@gentoo.org> (2019-10-20)
# Full of ancient StarOffice era templates, last updated in 2006.
# Removal in 30 days. Bug #697400
+++ /dev/null
-DIST gtk-xfce-engine-3.2.0.tar.bz2 376203 BLAKE2B 700584aeea0708dfc1cbad521ba96578141eeb21bbe23f48ad36917476b32bb97b9ff60537a5a372fbb48a805fb002128215a9a9bcb71422641c0ab2a9d12154 SHA512 c965e597c1b4aa04f3b474f3c4cea249aa6e753be697d5d3d7a19184adca650fc084f39acbd357f53eaf4180d96d5d3499866367e221ae445de4864fc9487012
+++ /dev/null
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-MY_PN=gtk-xfce-engine
-inherit multilib-minimal
-
-DESCRIPTION="A port of Xfce engine to GTK+ 2.x"
-HOMEPAGE="https://git.xfce.org/xfce/gtk-xfce-engine/"
-SRC_URI="https://archive.xfce.org/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-multilib_src_configure() {
- local ECONF_SOURCE=${S}
- local myconf=(
- --enable-gtk2
- --disable-gtk3
- )
- econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${D}" -name '*.la' -delete || die
-}
+++ /dev/null
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-MY_PN=gtk-xfce-engine
-inherit multilib-minimal
-
-DESCRIPTION="A port of Xfce engine to GTK+ 3.x"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="https://archive.xfce.org/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-multilib_src_configure() {
- local ECONF_SOURCE=${S}
- local myconf=(
- --disable-gtk2
- --enable-gtk3
- )
- econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${D}" -name '*.la' -delete || die
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
-</pkgmetadata>