Parent Directory
|
Revision Log
EAPI5 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
| 1 | jdhore | 1.6 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | darkside | 1.1 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | ssuominen | 1.10 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.9 2012/05/22 10:55:41 ssuominen Exp $ |
| 4 | darkside | 1.1 | |
| 5 | ssuominen | 1.10 | EAPI=5 |
| 6 | ssuominen | 1.2 | EAUTORECONF=yes |
| 7 | darkside | 1.1 | inherit xfconf |
| 8 | |||
| 9 | ssuominen | 1.7 | DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs" |
| 10 | HOMEPAGE="http://www.uvena.de/gigolo/ http://goodies.xfce.org/projects/applications/gigolo" | ||
| 11 | SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" | ||
| 12 | darkside | 1.1 | |
| 13 | LICENSE="GPL-2" | ||
| 14 | SLOT="0" | ||
| 15 | tomka | 1.4 | KEYWORDS="amd64 x86" |
| 16 | darkside | 1.1 | IUSE="" |
| 17 | |||
| 18 | ssuominen | 1.8 | RDEPEND=">=dev-libs/glib-2.16 |
| 19 | >=x11-libs/gtk+-2.12:2" | ||
| 20 | ssuominen | 1.5 | DEPEND="${RDEPEND} |
| 21 | dev-util/intltool | ||
| 22 | jdhore | 1.6 | virtual/pkgconfig" |
| 23 | darkside | 1.1 | |
| 24 | pkg_setup() { | ||
| 25 | ssuominen | 1.5 | DOCS=( AUTHORS ChangeLog NEWS README TODO ) |
| 26 | darkside | 1.1 | } |
| 27 | |||
| 28 | src_install() { | ||
| 29 | xfconf_src_install | ||
| 30 | ssuominen | 1.7 | rm -rf "${ED}"/usr/share/doc/${PN} |
| 31 | darkside | 1.1 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |