summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-21 11:31:03 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-21 11:31:03 +0100
commitd95d211e7808afd11f9a6d4d207c4269e0f34d11 (patch)
treedfa62351646d9225b77964e38d0d5e47c51137c9
parentllvm-core/libclc: Add 20.0.0_pre20241221 snapshot (diff)
downloadgentoo-d95d211e7808afd11f9a6d4d207c4269e0f34d11.tar.gz
gentoo-d95d211e7808afd11f9a6d4d207c4269e0f34d11.tar.bz2
gentoo-d95d211e7808afd11f9a6d4d207c4269e0f34d11.zip
xfce-base/exo: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-base/exo/Manifest2
-rw-r--r--xfce-base/exo/exo-4.19.1.ebuild44
-rw-r--r--xfce-base/exo/exo-4.19.2.ebuild44
3 files changed, 0 insertions, 90 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index 82cbe61e25e5..be6adb89e71f 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,4 +1,2 @@
DIST exo-4.18.0.tar.bz2 896849 BLAKE2B 99cd22b9f2c806907449afdd640abd85be2ec37269d0436a20300ac88ee4fbe39807e39ba51ae8fe82d621c478d65d1f452209779e7d48caee899305b40f3a27 SHA512 32f3a319ff31a37cdaf8e2e7bdbdbaa9b797d6731a27854838b47d6078f45af83ed1a664aef4663f616fd9abcae9233c6f68ab2cc18599f1b2ced487602c51ce
-DIST exo-4.19.1.tar.bz2 1096455 BLAKE2B 07557851e9920e39442421a148041661948eb81501f15a0173591947214fcc63fb961c094ac122568eb486615d58aa54a37811069eda4331f7d3e7472225b49b SHA512 2a1c4ca1c82ea19834b2205521950a71604ca179531f81d0c98bdf174a842fe6d274c4640b9e0488d8fb6aef012473ae7cf48b93e62009a50d908dd9b508c0b1
-DIST exo-4.19.2.tar.bz2 1100232 BLAKE2B 622447016ebd3cc209c39e591603ffd2e14cc9d46e51c76b226ce028e96d1897be125063db49214734c442c7f3336c8c3a2a6676425a69a1d55504a8d96b72d0 SHA512 74f8178f0ace71a0f9d5455c1a4527b2afbdc964d013b2693e92660ed0397909ac178357edbd962878b2d0e31a2f2942f868b71b1e0d54ccdbd4706d7d6c3c27
DIST exo-4.20.0.tar.bz2 1100703 BLAKE2B c4747eb7ea38e419d48a8de10bbb750fd463b211691550cb3f5b7a88bddd468aaf9200189db42e62557f22be9f95a863305299a13d16ec73497dfe7cbc49ea59 SHA512 7481f47bb0c8eb5cdc8d7db3e67c1cdaa81e3ef0833281b5380f3eab41e3c2f7112a22b37a3ce305a052b261444fd9f11c130150663deb1b4a220a998321284b
diff --git a/xfce-base/exo/exo-4.19.1.ebuild b/xfce-base/exo/exo-4.19.1.ebuild
deleted file mode 100644
index 6aaa054a074f..000000000000
--- a/xfce-base/exo/exo-4.19.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
-HOMEPAGE="
- https://docs.xfce.org/xfce/exo/start
- https://gitlab.xfce.org/xfce/exo/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
- >=dev-libs/glib-2.72.0
- >=x11-libs/gtk+-3.24.0:3
- >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.17.2:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/xfce-base/exo/exo-4.19.2.ebuild b/xfce-base/exo/exo-4.19.2.ebuild
deleted file mode 100644
index 6aaa054a074f..000000000000
--- a/xfce-base/exo/exo-4.19.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
-HOMEPAGE="
- https://docs.xfce.org/xfce/exo/start
- https://gitlab.xfce.org/xfce/exo/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
- >=dev-libs/glib-2.72.0
- >=x11-libs/gtk+-3.24.0:3
- >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.17.2:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}