diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:27:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:24:11 +0200 |
commit | 3f4dc2ab5fb41df0001c3ad3dd8f81f0c9a5b28a (patch) | |
tree | 78f72f2cee3175a8fb158362f561c48851945420 /xfce-extra | |
parent | xfce-extra/thunar-shares-plugin: Drop old (diff) | |
download | gentoo-3f4dc2ab5fb41df0001c3ad3dd8f81f0c9a5b28a.tar.gz gentoo-3f4dc2ab5fb41df0001c3ad3dd8f81f0c9a5b28a.tar.bz2 gentoo-3f4dc2ab5fb41df0001c3ad3dd8f81f0c9a5b28a.zip |
xfce-extra/thunar-vcs-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest index 852d3eb64ff0..ddb51e870d46 100644 --- a/xfce-extra/thunar-vcs-plugin/Manifest +++ b/xfce-extra/thunar-vcs-plugin/Manifest @@ -1,2 +1 @@ -DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 BLAKE2B 9bf2b060d88a4379f02c0e8af1829f4cf621e2590f7885f59d9af56d825c1d9d218c56c3b97420087b46eece0eb6c15146f6630569928c8523fa34bcfdbbcc22 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983 DIST thunar-vcs-plugin-0.2.0.tar.bz2 546608 BLAKE2B ccd0d057e358b321b6287284c25ee03c4252f5e120fcba9272139ebf0739ee7363e619da12f86e725abc70d4834451ec112386ba2b008b038c03571d26349f51 SHA512 c33f54caa2f27de6c8f9e5cb8368f7538ea82730f1364ad974b19017a25bc6a398c19dfe861b0d0133db08ee36e4e209c8d824ce07de0c2ae6da830aca9e7e68 diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild deleted file mode 100644 index f8ed9e146de6..000000000000 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils - -DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar" -HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" -SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+git +subversion" - -RDEPEND=">=dev-libs/glib-2.18:2= - >=x11-libs/gtk+-2.14:2= - >=xfce-base/exo-0.6:= - >=xfce-base/libxfce4util-4.8:= - <xfce-base/thunar-1.7:= - git? ( dev-vcs/git ) - subversion? ( - >=dev-libs/apr-0.9.7:= - >=dev-vcs/subversion-1.5:= - )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - local myconf=( - $(use_enable subversion) - $(use_enable git) - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |