summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-05 07:07:28 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-05 07:07:28 +0200
commit4e33ae3de248e984f7ff47b866ba42164fbab549 (patch)
tree5b67159d9ca0a228bc902272322b95f4c20bd373 /xfce-extra/xfdashboard
parentmedia-gfx/ristretto: Remove old (diff)
downloadgentoo-4e33ae3de248e984f7ff47b866ba42164fbab549.tar.gz
gentoo-4e33ae3de248e984f7ff47b866ba42164fbab549.tar.bz2
gentoo-4e33ae3de248e984f7ff47b866ba42164fbab549.zip
xfce-extra/xfdashboard: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfdashboard')
-rw-r--r--xfce-extra/xfdashboard/Manifest2
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.9.5.ebuild44
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.9.91.ebuild49
3 files changed, 0 insertions, 95 deletions
diff --git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest
index a442ecb51d92..cee246478da2 100644
--- a/xfce-extra/xfdashboard/Manifest
+++ b/xfce-extra/xfdashboard/Manifest
@@ -1,3 +1 @@
-DIST xfdashboard-0.9.5.tar.bz2 3397335 BLAKE2B 5e65206c73f85ce9d4305e459ca837c287c43f95bbb16df632109eee998524d5858c5de8a6c390713d118ed3f7bb7f184d88650cec78e7bc03a6859fe7e44a39 SHA512 9929bdcef6a9766799b900b61e009b43ef901f1aebd6dbe9291c3342edebfa1d599340222da25bbac17810f4ef7b001743b4daec0c25f585203f0b69f2bc17d6
-DIST xfdashboard-0.9.91.tar.bz2 3421906 BLAKE2B 10b5bb09fa4d4bbbe242d1d36ad073e08384845e67331994c9ae622d70de27e873ce2f476d8baebde4bd4ae55db77cb35336a1a1725b4e40b1c814066ab4e72c SHA512 56e18c70a1282ff8f45df8304993fdd5e9097429f7edd6b9c7fc5c20681d1043b57251b5ce327346e612bc1069823ba4c76a5665529eeb2807e106c8fa747ba6
DIST xfdashboard-1.0.0.tar.bz2 3423708 BLAKE2B b6ac90de137d85f9503372648444100561368498ac93173e60b3d0938cd5c1a95a4c0a668b4b2078821b234ca8e074e0fbc9a0c6b5785de23561465a3cfafe62 SHA512 7c7da3d544de4eabe9f31c2744d7b862ed71a7e7bcadd40b61d64ce7d480e627c86992979718110d65d1534f50fd87d8241f509b26e0603b93443b4cca873d1c
diff --git a/xfce-extra/xfdashboard/xfdashboard-0.9.5.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.5.ebuild
deleted file mode 100644
index c4497f091ecf..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit xdg-utils
-
-DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfdashboard/start"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.38:2
- >=x11-libs/gtk+-3.2:3
- >=media-libs/clutter-1.12:1.0=[gtk]
- >=x11-libs/libwnck-3:3=
- x11-libs/libX11:=
- x11-libs/libXcomposite:=
- x11-libs/libXdamage:=
- x11-libs/libXinerama:=
- >=xfce-base/garcon-0.2.0:=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfconf-4.14:="
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/intltool
- 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-extra/xfdashboard/xfdashboard-0.9.91.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.91.ebuild
deleted file mode 100644
index f725a7560151..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.91.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfdashboard/start"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-libs/glib-2.38:2
- >=x11-libs/gtk+-3.2:3
- >=media-libs/clutter-1.12:1.0=[gtk]
- >=x11-libs/libwnck-3:3=
- x11-libs/libX11:=
- x11-libs/libXcomposite:=
- x11-libs/libXdamage:=
- x11-libs/libXinerama:=
- >=xfce-base/garcon-0.2.0:=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfconf-4.14:=
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- dev-util/intltool
- virtual/pkgconfig
-"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}