diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-11-25 15:16:45 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-11-25 15:16:45 +0000 |
commit | da0b282d00c07696606196d52f5227e31908b868 (patch) | |
tree | de2bce375e24b3aacd4ecb1c941f2c9819cf7169 /app-mobilephone/moto4lin | |
parent | Fix var ordering. (diff) | |
download | historical-da0b282d00c07696606196d52f5227e31908b868.tar.gz historical-da0b282d00c07696606196d52f5227e31908b868.tar.bz2 historical-da0b282d00c07696606196d52f5227e31908b868.zip |
Added a CVS snapshot for compatibility with new phone models
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-mobilephone/moto4lin')
-rw-r--r-- | app-mobilephone/moto4lin/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/Manifest | 14 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/files/digest-moto4lin-0.3_p20051125 | 1 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild | 29 |
4 files changed, 40 insertions, 12 deletions
diff --git a/app-mobilephone/moto4lin/ChangeLog b/app-mobilephone/moto4lin/ChangeLog index 30a59f3518b8..07b699c2f822 100644 --- a/app-mobilephone/moto4lin/ChangeLog +++ b/app-mobilephone/moto4lin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-mobilephone/moto4lin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.3 2005/10/10 19:23:24 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.4 2005/11/25 15:16:45 r3pek Exp $ + +*moto4lin-0.3_p20051125 (25 Nov 2005) + + 25 Nov 2005; Carlos Silva <r3pek@gentoo.org> + +moto4lin-0.3_p20051125.ebuild: + Added a CVS snapshot for compatibility with new phone models 10 Oct 2005; Alin Nastac <mrness@gentoo.org> moto4lin-0.3.ebuild: Remove INSTALL from docs. diff --git a/app-mobilephone/moto4lin/Manifest b/app-mobilephone/moto4lin/Manifest index 7a2dcca7fd2f..ffd8b6844401 100644 --- a/app-mobilephone/moto4lin/Manifest +++ b/app-mobilephone/moto4lin/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a592c9dcad61a091b74dc2050929a649 ChangeLog 563 +MD5 e73831b237d572bc3c73397e9691917f moto4lin-0.3_p20051125.ebuild 772 +MD5 05e8c4963fbf2bac9b4160b7401e5591 ChangeLog 746 MD5 9f664d2a9528b4a175faf8ffce006668 moto4lin-0.3.ebuild 779 MD5 a89a5701e09651b16f3f3d6246d841ff metadata.xml 226 +MD5 1de90e24fe911dfb6c89a85a9a787413 files/digest-moto4lin-0.3_p20051125 74 MD5 0c01e6e811c6ed425e2553e85bcb5503 files/digest-moto4lin-0.3 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDSr/INSP4Vda7IdsRAhYFAJ9DujYyriGENpa+Y9D3x2Svgr2i0gCggxfM -1HSJSPreQFVF1S7ZyIL3GTI= -=iTM/ ------END PGP SIGNATURE----- diff --git a/app-mobilephone/moto4lin/files/digest-moto4lin-0.3_p20051125 b/app-mobilephone/moto4lin/files/digest-moto4lin-0.3_p20051125 new file mode 100644 index 000000000000..83a76a3fccd7 --- /dev/null +++ b/app-mobilephone/moto4lin/files/digest-moto4lin-0.3_p20051125 @@ -0,0 +1 @@ +MD5 88f52d21ca4e39003c72ea8f2073cdfa moto4lin-0.3_p20051125.tar.bz2 80983 diff --git a/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild b/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild new file mode 100644 index 000000000000..8bd70b294a25 --- /dev/null +++ b/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild,v 1.1 2005/11/25 15:16:45 r3pek Exp $ + +DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones" +HOMEPAGE="http://moto4lin.sourceforge.net/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-libs/libusb + x11-libs/qt" + +src_compile() { + # We need this addwrite since the uic program tries to create + # locks in there :/ + addwrite "${ROOT}/usr/qt/3/etc/settings" + + qmake + make || die "make failed" +} + +src_install() { + make INSTALL_ROOT=${D} install || die "make install failed" + dodoc Changelog README +} |