diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-31 14:29:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-31 14:31:40 +0100 |
commit | 327926cd6f1805474bd799e828b06ad230b0c449 (patch) | |
tree | bf3708c094c82c75e6b753d5a4f6527d0498f3be /xfce-extra | |
parent | dev-python/pycxx: Remove old (diff) | |
download | gentoo-327926cd6f1805474bd799e828b06ad230b0c449.tar.gz gentoo-327926cd6f1805474bd799e828b06ad230b0c449.tar.bz2 gentoo-327926cd6f1805474bd799e828b06ad230b0c449.zip |
xfce-extra/xfce4-datetime-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-datetime-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest index ebde3251fc53..cb8a9aa70e06 100644 --- a/xfce-extra/xfce4-datetime-plugin/Manifest +++ b/xfce-extra/xfce4-datetime-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-datetime-plugin-0.8.1.tar.bz2 330734 BLAKE2B 606802f4bf23960f8829be7c83e2a17666bfa94f6ab7821713591542d476463c72b6832012d2a865cf408d606b7ebe54080e02246f070cf45bed6474b75c6051 SHA512 2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a DIST xfce4-datetime-plugin-0.8.2.tar.bz2 328440 BLAKE2B b3314b5250edd63749fa7f4e54ae9b2c2ad1d05d56e31556950560164c0e2042f4ef2ca842c1f712bb6184a4db50cacadf766734ea16b7aac88aaecbf96c95a6 SHA512 3457b503c6fc72b2a1ffb7a26bf71776362087fcb3a33c6050d169843591855420c60399869131013653a6acac5b18f5926fc51690b49ebad01c4d078b2bca97 diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.1.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.1.ebuild deleted file mode 100644 index 3a10641c753c..000000000000 --- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A panel plug-in with date, time and embedded calendar" -HOMEPAGE="https://goodies.xfce.org/projects/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" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |