summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2023-08-08 15:44:13 +0200
committerhaarp <main.haarp@gmail.com>2023-08-08 15:44:13 +0200
commita4cb82da3d32a40356bbb2fabb3cf82adbb4fcac (patch)
tree0c50bb6cd6697d8556e05859fe219089f176e666
parentAdd newer sqlcipher (diff)
downloadhaarp-a4cb82da3d32a40356bbb2fabb3cf82adbb4fcac.tar.gz
haarp-a4cb82da3d32a40356bbb2fabb3cf82adbb4fcac.tar.bz2
haarp-a4cb82da3d32a40356bbb2fabb3cf82adbb4fcac.zip
Remove old xfce4-datetime-plugin. The current clock plugin supports time+date well.
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r--xfce-extra/xfce4-datetime-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild26
2 files changed, 0 insertions, 28 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest
deleted file mode 100644
index d123672..0000000
--- a/xfce-extra/xfce4-datetime-plugin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 BLAKE2B df867af09c9b85b6a2b25c24bae071baff4f599ce15ebae5fbf0ad19451c38761119a50f63d3cdc3b3092e13a7ca8d2d82ca6756a836a4b0edc8bd084e109553 SHA512 53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d
-EBUILD xfce4-datetime-plugin-0.6.2.ebuild 718 BLAKE2B 65aa5e4edfa5c147665d86363e1e1c9fb3e9d6b25e8a5fc57ec41743080672ad59abbbaac21fdbc97540493a42bcfc9fdd514b39c16a92e6e5dd2552dbab0979 SHA512 56c7979bb34cc0dc053bfbdae25deef76c27d5e8d5656b2aeb78f5a4a7b3d8a0bc6b6e385053390411bc3cfbbe255ad8cf4d8c8a1cda43c224d555cb5f810652
diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild
deleted file mode 100644
index f5714d3..0000000
--- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A panel plug-in with date, time and embedded calender"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2.24:2
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/xfce4-panel-4.10"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS THANKS )
-}