summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-11 13:16:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-11 13:23:00 +0200
commit7e0a1b16b3d12f353658196989fb35ac6e992679 (patch)
tree8fe4612036ca2e6e91a089d36b747d66ae055dc6 /xfce-extra/xfdashboard
parentxfce-extra/xfce4-weather-plugin: Remove old (diff)
downloadgentoo-7e0a1b16b3d12f353658196989fb35ac6e992679.tar.gz
gentoo-7e0a1b16b3d12f353658196989fb35ac6e992679.tar.bz2
gentoo-7e0a1b16b3d12f353658196989fb35ac6e992679.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/Manifest3
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.8.0.ebuild45
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.8.1.ebuild45
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.9.0.ebuild45
4 files changed, 0 insertions, 138 deletions
diff --git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest
index 674d73821462..c98bfd37e878 100644
--- a/xfce-extra/xfdashboard/Manifest
+++ b/xfce-extra/xfdashboard/Manifest
@@ -1,5 +1,2 @@
-DIST xfdashboard-0.8.0.tar.bz2 3341109 BLAKE2B 8787bd5069d8c4781c1b728e051e344dab227c847faf0762595079556a206b61ba4e6e45cc967f0f7267b41125bee62ff5fdf05cbbc7b3663fa785ad1fdddc16 SHA512 3bbddf079f129c8f32b764f61c75cc4efac52dff752375bdafd5537ad9c9435a5b12ead51176a684fca8fdc24f5bf44d774d8d3d6eae6942b266e1d0e4e89d62
-DIST xfdashboard-0.8.1.tar.bz2 3365273 BLAKE2B 1ab93a684f680a813fa32ca0ef610835d17aa9a854fc114298762abf92ac82f49a026ce123dacd03966667ea64ff31b05396faf94db4ea5f4ffb63e8a8f1b016 SHA512 235b5e0c4b9fd58a8b0078e4a5432ed84366865d8db0a248d377a593d31304fe68d48138c1dd9408abc02ed59b24542d5debaee3288a5fa0bf080e84632bf2fb
-DIST xfdashboard-0.9.0.tar.bz2 3331542 BLAKE2B 2155035082fe9948ae6fbc484dd09fbf748183e09d62911e7b63348884ce6e0fdd5fdd5abbe32db93be8499fbf2ebe38c3e5c81c2a3dad828f944819b69b52c9 SHA512 f13a58c781349f9c9e1d027cebfcb2828a4c646eaf16743bb20342c5681f29248d6d6193991bd890a931bb5db2713d89c507a18f4c50c48fa68b239db9f52ca0
DIST xfdashboard-0.9.1.tar.bz2 3341851 BLAKE2B 6e2c06b59798d578ecfee99c03be40b66377012d44d9fd463de8f92ed47ce7e44c390767ac87fe50f19b903dc5c34c698b547da30a392d8053f4674a53613f29 SHA512 676b138633b519d3af9bc9b7597a0d3f5464826b190076cc146bb7c739b275c56eb5c0b912fc7f700eb9de01e1457dec814790b4c3575ee9b675a31ad675f249
DIST xfdashboard-0.9.2.tar.bz2 3349027 BLAKE2B 37028f29bb0b10a00b14593713488d6392b14f4b7ba519c4c311063636d871855af527b978865c245cdd2071425e02129bd0ccce9f50a8d4331dc51ac792ca77 SHA512 7090047af1d621a60e315e212d4828ec98496a8b97b59b81615d0657bfea0e24359334fe98530e090bc0417fbc5ae979ded6dfad00c514b3e92f2768c75da76c
diff --git a/xfce-extra/xfdashboard/xfdashboard-0.8.0.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.8.0.ebuild
deleted file mode 100644
index 36837bc4e04a..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.13:="
-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.8.1.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.8.1.ebuild
deleted file mode 100644
index 2605d199843d..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.8.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.13:="
-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.0.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.0.ebuild
deleted file mode 100644
index 2605d199843d..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.13:="
-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
-}