From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- xfce-extra/thunar-vcs-plugin/Manifest | 2 - .../thunar-vcs-plugin-0.1.90.ebuild | 50 ---------------------- 2 files changed, 52 deletions(-) delete mode 100644 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.90.ebuild (limited to 'xfce-extra/thunar-vcs-plugin') diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest index f11a96a43ec7..f91e21db50f5 100644 --- a/xfce-extra/thunar-vcs-plugin/Manifest +++ b/xfce-extra/thunar-vcs-plugin/Manifest @@ -1,7 +1,5 @@ DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 BLAKE2B 9bf2b060d88a4379f02c0e8af1829f4cf621e2590f7885f59d9af56d825c1d9d218c56c3b97420087b46eece0eb6c15146f6630569928c8523fa34bcfdbbcc22 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983 -DIST thunar-vcs-plugin-0.1.90.tar.bz2 537001 BLAKE2B 0f2a77af75a33fe514892a1eb7f1df92be6e50d5c0aeae5f9350db648b10b868b3ff0421614ab7de681ff445d5a1f8ac9a5749e235c06cc3a039cd89b382fd7d SHA512 6231bb863d9b884cd27f26e6cabbc3f8d3b39dc162f867932923408636bb96621bb60aa1bfa9b4637f5eed694e623cd911e855dde00d382b2a1bf36bb6b44e63 DIST thunar-vcs-plugin-0.2.0.tar.bz2 546608 BLAKE2B ccd0d057e358b321b6287284c25ee03c4252f5e120fcba9272139ebf0739ee7363e619da12f86e725abc70d4834451ec112386ba2b008b038c03571d26349f51 SHA512 c33f54caa2f27de6c8f9e5cb8368f7538ea82730f1364ad974b19017a25bc6a398c19dfe861b0d0133db08ee36e4e209c8d824ce07de0c2ae6da830aca9e7e68 EBUILD thunar-vcs-plugin-0.1.5-r1.ebuild 1047 BLAKE2B d51bc9ecb75ef5ff44d7a9884f8cf5b9c5bd61128fc217e29a3df8e4af0d0d8bd9a97fcca41cd59dc763d6600ff29a03a05f02ca9918ed838651b780eb228d69 SHA512 bb3a76ee42077891f10e37e9d6134ace8778b21935a38d38aa6d4f602cbacd758c00108b3e300aab99631bdd941121b9ef5e0b40008898c24c5ecf0ac06b82ba -EBUILD thunar-vcs-plugin-0.1.90.ebuild 1014 BLAKE2B 355db2f26dfb3c27a43bcbf9585e63bf7c01c713dd833ead48908c823f97f2adbb4bb12966adf1fd3104b16b9395341aa4d99d91448e530e2d47ac7b77f2d7fc SHA512 b3e6fb3d17e9af8eb8d7f7a5f7a5d1a77afef7bde947fac5d7d78092edf27f2a74a3741bcd44b0e320e252b211e16b6bd26fb9a29039c9c187f44d54330bdffa EBUILD thunar-vcs-plugin-0.2.0.ebuild 1014 BLAKE2B 4fb25055981af3711d40127a8d9c0500b748b5f3abb000110f47c69bbfc7267e3406d58f298d66e0750c7bd061f9c67c90e5d1fb54591178cf59c747c1d44037 SHA512 ace6cbd7aa12c85941be29e9de20885b6becf25cac6d77fb894b86c65536f862fb3a533f80c99bcc7c6a3654ce4b842f3d7f32490f77df854c982bf4cb4f6a93 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.90.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.90.ebuild deleted file mode 100644 index 796427a2ac59..000000000000 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.90.ebuild +++ /dev/null @@ -1,50 +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.32:2= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/exo-0.11.4:= - >=xfce-base/libxfce4util-4.12:= - >=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" - -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 -} -- cgit v1.2.3