diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-17 18:01:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-17 18:01:53 +0000 |
commit | 68fc2843cfbde2579f7adce5aafad5649b0ef5ba (patch) | |
tree | defdbba748eac011f2bd47c8524277b8079085d3 | |
parent | unmask subversion[kde] (diff) | |
download | gentoo-2-68fc2843cfbde2579f7adce5aafad5649b0ef5ba.tar.gz gentoo-2-68fc2843cfbde2579f7adce5aafad5649b0ef5ba.tar.bz2 gentoo-2-68fc2843cfbde2579f7adce5aafad5649b0ef5ba.zip |
Remove unnecessary index.html reference from HOMEPAGE wrt #416413
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/gigolo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/gigolo/gigolo-0.4.1.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/gigolo/ChangeLog b/x11-misc/gigolo/ChangeLog index d5bf4e1cb72b..46a8ee1011d6 100644 --- a/x11-misc/gigolo/ChangeLog +++ b/x11-misc/gigolo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gigolo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.12 2012/05/05 04:53:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.13 2012/05/17 18:01:53 ssuominen Exp $ + + 17 May 2012; Samuli Suominen <ssuominen@gentoo.org> gigolo-0.4.1.ebuild: + Remove unnecessary index.html reference from HOMEPAGE wrt #416413 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gigolo-0.4.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/x11-misc/gigolo/gigolo-0.4.1.ebuild b/x11-misc/gigolo/gigolo-0.4.1.ebuild index 348114316c71..f30172d7fdfa 100644 --- a/x11-misc/gigolo/gigolo-0.4.1.ebuild +++ b/x11-misc/gigolo/gigolo-0.4.1.ebuild @@ -1,16 +1,15 @@ # 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.6 2012/05/05 04:53:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.7 2012/05/17 18:01:53 ssuominen Exp $ EAPI=4 EAUTORECONF=yes EINTLTOOLIZE=yes inherit xfconf -DESCRIPTION="a frontend to easily manage connections to remote filesystems using -GIO/GVfs" -HOMEPAGE="http://www.uvena.de/gigolo/index.html http://goodies.xfce.org/projects/applications/gigolo" -SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${P}.tar.bz2" +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" @@ -18,7 +17,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12:2 - >=dev-libs/glib-2.16:2" + >=dev-libs/glib-2.16" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" @@ -29,5 +28,5 @@ pkg_setup() { src_install() { xfconf_src_install - rm -rf "${D}"/usr/share/doc/${PN} + rm -rf "${ED}"/usr/share/doc/${PN} } |