diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:30:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:30:05 +0100 |
commit | eb80cb2ece6a3a4f9837220bbbb8ae82054e9e3d (patch) | |
tree | cc3de9a3c8a5baf242f1ac4bbda5e5d2eab1fc05 /xfce-extra/xfce4-datetime-plugin | |
parent | xfce-base/thunar: Remove old (diff) | |
download | gentoo-eb80cb2ece6a3a4f9837220bbbb8ae82054e9e3d.tar.gz gentoo-eb80cb2ece6a3a4f9837220bbbb8ae82054e9e3d.tar.bz2 gentoo-eb80cb2ece6a3a4f9837220bbbb8ae82054e9e3d.zip |
xfce-extra/xfce4-datetime-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-datetime-plugin')
-rw-r--r-- | xfce-extra/xfce4-datetime-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest index fdc50b0ab108..297c0778f22d 100644 --- a/xfce-extra/xfce4-datetime-plugin/Manifest +++ b/xfce-extra/xfce4-datetime-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-datetime-plugin-0.8.2.tar.bz2 328440 BLAKE2B b3314b5250edd63749fa7f4e54ae9b2c2ad1d05d56e31556950560164c0e2042f4ef2ca842c1f712bb6184a4db50cacadf766734ea16b7aac88aaecbf96c95a6 SHA512 3457b503c6fc72b2a1ffb7a26bf71776362087fcb3a33c6050d169843591855420c60399869131013653a6acac5b18f5926fc51690b49ebad01c4d078b2bca97 DIST xfce4-datetime-plugin-0.8.3.tar.bz2 329081 BLAKE2B d863e60cf6cdd79fdb0512bf2dd62505070e3922628d8692124969ac2c2bea1afe2016eda4954afa07753944b8686ab63f8fdac87f2b7cc759105f69989b6095 SHA512 8c85078354e6cff8b60871cc6add723edd3f816aec3cd1e9e3f16a58e45443d54b4dc8289405e4641cd84deb93754f2425fc2c4b52b3242d9ca299e03e82d0ff diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild deleted file mode 100644 index 4db6bc4e903c..000000000000 --- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A panel plug-in with date, time and embedded calendar" -HOMEPAGE=" - https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin - https://gitlab.xfce.org/panel-plugins/xfce4-datetime-plugin/ -" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |