diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:19:24 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:19:24 +0000 |
commit | a035b27adccdf944a15077cc1e81b677fbe5b4df (patch) | |
tree | f769e524c45d2bd93ca85db718cfac8244e9ddf6 /app-mobilephone | |
parent | Fix langthang's name. UTF8 was messed up (diff) | |
download | gentoo-2-a035b27adccdf944a15077cc1e81b677fbe5b4df.tar.gz gentoo-2-a035b27adccdf944a15077cc1e81b677fbe5b4df.tar.bz2 gentoo-2-a035b27adccdf944a15077cc1e81b677fbe5b4df.zip |
Use fixlocalpod in src_install() to fix bug #117772 by Jan Kundrát <jkt at gentoo.org>.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexftp/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.18.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/ChangeLog b/app-mobilephone/obexftp/ChangeLog index 2e619c0a9837..1bebc8b5dc78 100644 --- a/app-mobilephone/obexftp/ChangeLog +++ b/app-mobilephone/obexftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/obexftp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.6 2006/02/04 18:20:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.7 2006/02/08 06:19:24 ticho Exp $ + + 08 Feb 2006; Andrej Kacian <ticho@gentoo.org> ChangeLog: + Use fixlocalpod in src_install() to fix bug #117772 by Jan Kundrát <jkt at + gentoo.org>. 04 Feb 2006; Andrej Kacian <ticho@gentoo.org> obexftp-0.18.ebuild: Require openobex-1.0.x, because it doesn't work with older nor newer. diff --git a/app-mobilephone/obexftp/obexftp-0.18.ebuild b/app-mobilephone/obexftp/obexftp-0.18.ebuild index af97b08ba204..3c28c14e2976 100644 --- a/app-mobilephone/obexftp/obexftp-0.18.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.2 2006/02/04 18:20:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.3 2006/02/08 06:19:24 ticho Exp $ DESCRIPTION="File transfer over OBEX for mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" @@ -38,4 +38,5 @@ src_install() { dohtml doc/*.html insinto /usr/share/doc/${PF}/examples doins -r apps/*_example.* + use perl && fixlocalpod } |