diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-19 01:53:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-19 02:03:30 +0100 |
commit | e8f6ad2a6f42da744b2c3f73e80a8dc6c923313c (patch) | |
tree | 1ae25a7289f612eca9f99ebc1877ec9cd399939b /xfce-extra/xfce4-notes-plugin | |
parent | xfce-base/exo: Remove old (diff) | |
download | gentoo-e8f6ad2a6f42da744b2c3f73e80a8dc6c923313c.tar.gz gentoo-e8f6ad2a6f42da744b2c3f73e80a8dc6c923313c.tar.bz2 gentoo-e8f6ad2a6f42da744b2c3f73e80a8dc6c923313c.zip |
xfce-extra/xfce4-notes-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r4.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/Manifest b/xfce-extra/xfce4-notes-plugin/Manifest index 7670af602fe8..be9d707eb6c6 100644 --- a/xfce-extra/xfce4-notes-plugin/Manifest +++ b/xfce-extra/xfce4-notes-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-notes-plugin-1.8.1.tar.bz2 479652 BLAKE2B ec23b362627b8bbfdf7dae69aa3217dd902f175b1899ffa07bcbcd17a34acd68ccb5c0acab65fe88a892f5a2c4e6ca7f9f6cc5ed9526a77028679a31bded455b SHA512 3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3 DIST xfce4-notes-plugin-1.9.0.tar.bz2 502606 BLAKE2B 2b1b2dd97301ab57363aeaa8a373c62a9e9c14bdc1eb7dd6355bb096728b05e5bee08ce8a5922c2a93f1c2b7fa7197f8aa3fb0c2a96d5eb71a7002c22eb8d13c SHA512 32ee410fa9d4dff4f73a844ac53024c39a884b48cee32faf14c1ed75200f912bd4e51a1fe3305deea9ec98a617b63a65e271437b09cb9b664498746a8095f4a1 diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r4.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r4.ebuild deleted file mode 100644 index aecef87fcbb1..000000000000 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="Xfce4 panel sticky notes plugin" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/$(ver_cut 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.24:2 - >=x11-libs/gtk+-2.20:2 - <xfce-base/libxfce4ui-4.15:=[gtk2(+)] - >=xfce-base/libxfce4util-4.10:= - <xfce-base/xfce4-panel-4.15:=[gtk2(+)] - >=xfce-base/xfconf-4.10:= - dev-libs/libunique:1=" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |