diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 10:55:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 10:55:41 +0000 |
commit | 44e8cb28a7825d041687dd8f70c45b9be32841ba (patch) | |
tree | ac477bcd04374f18891ad5421948a86b657ab27c /x11-misc/gigolo | |
parent | Remove call to intltoolize within xfconf.eclass because autotools.eclass has ... (diff) | |
download | gentoo-2-44e8cb28a7825d041687dd8f70c45b9be32841ba.tar.gz gentoo-2-44e8cb28a7825d041687dd8f70c45b9be32841ba.tar.bz2 gentoo-2-44e8cb28a7825d041687dd8f70c45b9be32841ba.zip |
Remove call to intltoolize within xfconf.eclass because autotools.eclass has the support now.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r-- | x11-misc/gigolo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gigolo/gigolo-0.4.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/gigolo/ChangeLog b/x11-misc/gigolo/ChangeLog index 46a8ee1011d6..68c4d64f1479 100644 --- a/x11-misc/gigolo/ChangeLog +++ b/x11-misc/gigolo/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2012/05/17 18:01:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/ChangeLog,v 1.14 2012/05/22 10:55:41 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> gigolo-0.4.1.ebuild: + Remove call to intltoolize within xfconf.eclass because autotools.eclass has + the support now. 17 May 2012; Samuli Suominen <ssuominen@gentoo.org> gigolo-0.4.1.ebuild: Remove unnecessary index.html reference from HOMEPAGE wrt #416413 diff --git a/x11-misc/gigolo/gigolo-0.4.1.ebuild b/x11-misc/gigolo/gigolo-0.4.1.ebuild index 6bd564e03d0b..e7bc05b97d85 100644 --- a/x11-misc/gigolo/gigolo-0.4.1.ebuild +++ b/x11-misc/gigolo/gigolo-0.4.1.ebuild @@ -1,10 +1,9 @@ # 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.8 2012/05/17 18:07:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.9 2012/05/22 10:55:41 ssuominen Exp $ EAPI=4 EAUTORECONF=yes -EINTLTOOLIZE=yes inherit xfconf DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs" |