summaryrefslogtreecommitdiff
path: root/x11-misc/gigolo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /x11-misc/gigolo
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r--x11-misc/gigolo/Manifest1
-rw-r--r--x11-misc/gigolo/gigolo-0.4.2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 551de15c654b..2029e97d3e17 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,4 +1,3 @@
DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
EBUILD gigolo-0.4.2-r1.ebuild 695 BLAKE2B 4907c4eb22c5532089bc86e8694a31ac7a5128eadfe9a914b8215abf54298a21e1fe58bcc31f07c53523e31751e7867598c62f9f683f76fdd621088eb29cd91a SHA512 2b5e4b5fc4c7d60d01e327022aa13e57537138b41d643237b424321582aaaa5089dea202e87a5396f5664b45f3ef51775a728428060dce7a5b337e832ebf8653
-EBUILD gigolo-0.4.2.ebuild 824 BLAKE2B 2b3fc17f704a0019585442074c56ada608d23aa21b34fe7bd45a58e0920d3343359e6f8a44f0f10fd0cd2325b01e9e1ace2b91a2f5ae00fcb83f36b524c2a545 SHA512 62954a4e6aeba2d68b10ff5b0ce52aafac9cd4c3a368181e84c4c8c29e663bb475e38f1876ff0752e543a9f34f26fa7e6d2102cbeda32a3cb264a73fdebd18fe
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/x11-misc/gigolo/gigolo-0.4.2.ebuild b/x11-misc/gigolo/gigolo-0.4.2.ebuild
deleted file mode 100644
index eb9baf3de5aa..000000000000
--- a/x11-misc/gigolo/gigolo-0.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-#EAUTORECONF=yes (Why was this in 0.4.1 w/o any calls to autotools.eclass again?
-# some reference to intltoolize in ChangeLog but that's it?)
-inherit xfconf
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="http://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.12:2"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
-
-src_install() {
- xfconf_src_install
- rm -rf "${ED}"/usr/share/doc/${PN}
-}