summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2019-07-16 15:26:36 +0200
committerhaarp <main.haarp@gmail.com>2019-07-16 15:26:36 +0200
commit42c13a8f9940545f71f5962cfaacd40cbc77e6a6 (patch)
tree2ef4f733bcfc2bdc02eac1b8a2e285493abab94f
parentxed 2.2.0 (diff)
downloadhaarp-42c13a8f9940545f71f5962cfaacd40cbc77e6a6.tar.gz
haarp-42c13a8f9940545f71f5962cfaacd40cbc77e6a6.tar.bz2
haarp-42c13a8f9940545f71f5962cfaacd40cbc77e6a6.zip
Fix emerge complaints about missing eclass
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.ebuild5
2 files changed, 1 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest
index 523a1cc..d123672 100644
--- a/xfce-extra/xfce4-datetime-plugin/Manifest
+++ b/xfce-extra/xfce4-datetime-plugin/Manifest
@@ -1,2 +1,2 @@
DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 BLAKE2B df867af09c9b85b6a2b25c24bae071baff4f599ce15ebae5fbf0ad19451c38761119a50f63d3cdc3b3092e13a7ca8d2d82ca6756a836a4b0edc8bd084e109553 SHA512 53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d
-EBUILD xfce4-datetime-plugin-0.6.2.ebuild 770 BLAKE2B da3843e1c8edc132173f142f262f41d4c59e83e2ce0e5090b61c81d4a248a616a8d26f65e3c92a31d26eb5e369de6b3139d4a036c368c537ac99826b7e5e5e85 SHA512 7d89d897d74a68ac203c8eca30bbc2c424c8452472b3b0c5cc4c95ad2dbc7ba77be0e0a0182a80654510e8abb5e538f2e48e9e10d48325d45fb6a018402bbb56
+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
index 1839e6d..f5714d3 100644
--- 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
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit xfconf
DESCRIPTION="A panel plug-in with date, time and embedded calender"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
@@ -23,9 +22,5 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
DOCS=( AUTHORS ChangeLog NEWS THANKS )
}