summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-04-22 13:53:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-04-22 13:53:39 +0000
commitd65cf2e45e08a8188300444ed0e7628807ca3a95 (patch)
treeb1bd291878f4ac651ea60d94b8462c4e88567eec /x11-misc/gigolo
parentold (diff)
downloadgentoo-2-d65cf2e45e08a8188300444ed0e7628807ca3a95.tar.gz
gentoo-2-d65cf2e45e08a8188300444ed0e7628807ca3a95.tar.bz2
gentoo-2-d65cf2e45e08a8188300444ed0e7628807ca3a95.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r--x11-misc/gigolo/ChangeLog5
-rw-r--r--x11-misc/gigolo/gigolo-0.4.1.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/x11-misc/gigolo/ChangeLog b/x11-misc/gigolo/ChangeLog
index c4a701f9ddfc..2f3b21c083d7 100644
--- a/x11-misc/gigolo/ChangeLog
+++ b/x11-misc/gigolo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/gigolo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.18 2014/04/20 08:50:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.19 2014/04/22 13:53:39 ssuominen Exp $
+
+ 22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> -gigolo-0.4.1.ebuild:
+ old
20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gigolo-0.4.2.ebuild:
Stable for x86, wrt bug #507432
diff --git a/x11-misc/gigolo/gigolo-0.4.1.ebuild b/x11-misc/gigolo/gigolo-0.4.1.ebuild
deleted file mode 100644
index 288353516af2..000000000000
--- a/x11-misc/gigolo/gigolo-0.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.10 2012/11/28 12:36:07 ssuominen Exp $
-
-EAPI=5
-EAUTORECONF=yes
-inherit xfconf
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="http://www.uvena.de/gigolo/ http://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}
-}