summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-vcs-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /xfce-extra/thunar-vcs-plugin
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r--xfce-extra/thunar-vcs-plugin/Manifest2
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild52
2 files changed, 0 insertions, 54 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index 6318b7ce8f0a..072fd45be143 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD thunar-vcs-plugin-0.1.5-r1.ebuild 1047 BLAKE2B d51bc9ecb75ef5ff44d7a9884f8cf5b9c5bd61128fc217e29a3df8e4af0d0d8bd9a97fcca41cd59dc763d6600ff29a03a05f02ca9918ed838651b780eb228d69 SHA512 bb3a76ee42077891f10e37e9d6134ace8778b21935a38d38aa6d4f602cbacd758c00108b3e300aab99631bdd941121b9ef5e0b40008898c24c5ecf0ac06b82ba
EBUILD thunar-vcs-plugin-0.2.0.ebuild 1009 BLAKE2B 8194a1dad47c20f35f56ea90ce703202dd76c68be5f510f89c2c078639cf429611a7143398140dec6395111e9fb2e98b8e8b24c5f5a410f364c9c06da8aec491 SHA512 443987624c7299ab2be642edd09eb4890f93aa5155bc655a02dd45910a5ef93c0233490f19337ebaaaf576d35cc9e45bad3dabf16a3cc5e4f4e0ea960e048bbb
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
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
-}