diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:22:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:22:44 +0000 |
commit | 106e16aa1980b10fd9f18ea81a64079b9c46241e (patch) | |
tree | 3325770adcec64d8c9e30d943c39725896cecda7 /app-mobilephone/obexftp | |
parent | Use fixlocalpod in src_install() to fix bug #117772 by Jan Kundrát <jkt at g... (diff) | |
download | historical-106e16aa1980b10fd9f18ea81a64079b9c46241e.tar.gz historical-106e16aa1980b10fd9f18ea81a64079b9c46241e.tar.bz2 historical-106e16aa1980b10fd9f18ea81a64079b9c46241e.zip |
Add correct inherit line.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-mobilephone/obexftp')
-rw-r--r-- | app-mobilephone/obexftp/Manifest | 12 | ||||
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.18.ebuild | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-mobilephone/obexftp/Manifest b/app-mobilephone/obexftp/Manifest index cea9f2c6d591..7852a0ac20c3 100644 --- a/app-mobilephone/obexftp/Manifest +++ b/app-mobilephone/obexftp/Manifest @@ -19,13 +19,13 @@ SHA256 efb004139cb40ac310a298f9bd06bab4458fa1ac3e3faf6122bb2395e93620e3 metadata MD5 0a9048c4cb20de34d8f94857ba8f92b4 obexftp-0.10.7-r1.ebuild 981 RMD160 623ee12a2d974eca9f385145278ec19d9831a1fd obexftp-0.10.7-r1.ebuild 981 SHA256 44c1e55260a84ef7931322f217a1650eee6c1b6a50b35f7e5108ddd7f39d97e4 obexftp-0.10.7-r1.ebuild 981 -MD5 396e98a413523287768a33e784946154 obexftp-0.18.ebuild 1133 -RMD160 45542094330a300c2262d82b86f6f45af62556c3 obexftp-0.18.ebuild 1133 -SHA256 d8042c2a3801be2fa4765263b33938f24c693c69bdb7b4b12823e409100c6368 obexftp-0.18.ebuild 1133 +MD5 f8d3acafea9785a34fb8cafb3bf52f2e obexftp-0.18.ebuild 1154 +RMD160 d99f6560ed38e800352d0fe69df27ab205fc2ad4 obexftp-0.18.ebuild 1154 +SHA256 9ae8c4327878951b4b15177cd2ac0ca4074b0d888b15d2c2df0074f417df1dfc obexftp-0.18.ebuild 1154 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD6Y17QlM6RnzZP+IRAkfyAKCAolptyZ2vYB5pH8xEBKwYHWyCTQCePzEy -HCrQrRz9xvOUBrE0UVqdKQc= -=+ZNu +iD8DBQFD6Y5DQlM6RnzZP+IRAtNhAKC4oFIipyM68ortWH2nWubOFMfrtACcCW+q +YEziTrnqNgPZMJ9jsCcKA4k= +=ZhV1 -----END PGP SIGNATURE----- diff --git a/app-mobilephone/obexftp/obexftp-0.18.ebuild b/app-mobilephone/obexftp/obexftp-0.18.ebuild index 3c28c14e2976..a3a7dfdd7071 100644 --- a/app-mobilephone/obexftp/obexftp-0.18.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.18.ebuild @@ -1,6 +1,8 @@ # 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.3 2006/02/08 06:19:24 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.4 2006/02/08 06:22:44 ticho Exp $ + +inherit perl-module DESCRIPTION="File transfer over OBEX for mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" |