summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-03 08:31:01 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-03 08:31:01 +0200
commit0eeebe4519e4f7a033debd01b3a9a200fe617f3c (patch)
tree0517708b1e8582a48aad860b1df4576570a45e49 /xfce-extra/xfdashboard
parentapp-arch/xarchiver: Remove old (diff)
downloadgentoo-0eeebe4519e4f7a033debd01b3a9a200fe617f3c.tar.gz
gentoo-0eeebe4519e4f7a033debd01b3a9a200fe617f3c.tar.bz2
gentoo-0eeebe4519e4f7a033debd01b3a9a200fe617f3c.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.1.ebuild45
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.9.2.ebuild45
3 files changed, 0 insertions, 92 deletions
diff --git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest
index 37d37571d041..35f27eb8759e 100644
--- a/xfce-extra/xfdashboard/Manifest
+++ b/xfce-extra/xfdashboard/Manifest
@@ -1,3 +1 @@
-DIST xfdashboard-0.9.1.tar.bz2 3341851 BLAKE2B 6e2c06b59798d578ecfee99c03be40b66377012d44d9fd463de8f92ed47ce7e44c390767ac87fe50f19b903dc5c34c698b547da30a392d8053f4674a53613f29 SHA512 676b138633b519d3af9bc9b7597a0d3f5464826b190076cc146bb7c739b275c56eb5c0b912fc7f700eb9de01e1457dec814790b4c3575ee9b675a31ad675f249
-DIST xfdashboard-0.9.2.tar.bz2 3349027 BLAKE2B 37028f29bb0b10a00b14593713488d6392b14f4b7ba519c4c311063636d871855af527b978865c245cdd2071425e02129bd0ccce9f50a8d4331dc51ac792ca77 SHA512 7090047af1d621a60e315e212d4828ec98496a8b97b59b81615d0657bfea0e24359334fe98530e090bc0417fbc5ae979ded6dfad00c514b3e92f2768c75da76c
DIST xfdashboard-0.9.3.tar.bz2 3381041 BLAKE2B 6a5ffecf504522a62ab478fcf76f48819e8efec89ec12412e52ae188cc2821ebb1f8549c0888ad5cbd256b0713174cdc85dc2566c483e9fab59f8e625e0df34b SHA512 52121f01207b8912e932e314dd37d0f69c56845a8b9b0ab719dec9dbba437baccc275d193073e32a33b54d54b5de8b07434b4ff4e7838d955b2dfdd123cd5827
diff --git a/xfce-extra/xfdashboard/xfdashboard-0.9.1.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.1.ebuild
deleted file mode 100644
index 7bb67c0212e8..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.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.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.2.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.2.ebuild
deleted file mode 100644
index 1d0bea1ef308..000000000000
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.2.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.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
-}