Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/moto4lin: ChangeLog moto4lin-0.3-r1.ebuild moto4lin-0.3_p20051125-r1.ebuild moto4lin-0.3_p20051125.ebuild moto4lin-0.3.ebuild
Date: Sat, 20 Jun 2009 21:48:09
Message-Id: E1MI8Pv-0001Y4-I9@stork.gentoo.org
1 mrness 09/06/20 21:48:07
2
3 Modified: ChangeLog
4 Added: moto4lin-0.3-r1.ebuild
5 moto4lin-0.3_p20051125-r1.ebuild
6 Removed: moto4lin-0.3_p20051125.ebuild moto4lin-0.3.ebuild
7 Log:
8 Migrate to EAPI 2. Update libusb dependency atom (#270039).
9 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.11 app-mobilephone/moto4lin/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 29 May 2008 07:14:43 -0000 1.10
25 +++ ChangeLog 20 Jun 2009 21:48:07 -0000 1.11
26 @@ -1,6 +1,14 @@
27 # ChangeLog for app-mobilephone/moto4lin
28 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.10 2008/05/29 07:14:43 phreak Exp $
30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.11 2009/06/20 21:48:07 mrness Exp $
32 +
33 +*moto4lin-0.3_p20051125-r1 (20 Jun 2009)
34 +*moto4lin-0.3-r1 (20 Jun 2009)
35 +
36 + 20 Jun 2009; Alin Năstac <mrness@g.o> -moto4lin-0.3.ebuild,
37 + +moto4lin-0.3-r1.ebuild, -moto4lin-0.3_p20051125.ebuild,
38 + +moto4lin-0.3_p20051125-r1.ebuild:
39 + Migrate to EAPI 2. Update libusb dependency atom (#270039).
40
41 29 May 2008; Christian Heim <phreak@g.o> metadata.xml:
42 Removing Carlos Silva (r3pek) from metadata.xml (as per #80351).
43
44
45
46 1.1 app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: moto4lin-0.3-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild,v 1.1 2009/06/20 21:48:07 mrness Exp $
56
57 EAPI="2"
58
59 inherit toolchain-funcs
60
61 DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones"
62 HOMEPAGE="http://moto4lin.sourceforge.net/"
63 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~ppc ~x86"
68 IUSE=""
69
70 DEPEND="dev-libs/libusb:0
71 =x11-libs/qt-3*"
72
73 src_compile() {
74 # We need this addwrite since the uic program tries to create
75 # locks in there :/
76 addwrite "/usr/qt/3/etc/settings"
77
78 ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake
79 emake \
80 CC="$(tc-getCC) ${CFLAGS}" \
81 CXX="$(tc-getCXX) ${CXXFLAGS}" \
82 LINK="$(tc-getCXX)" \
83 LFLAGS="${LDFLAGS}" || die "emake failed"
84 }
85
86 src_install() {
87 make INSTALL_ROOT="${D}" install || die "make install failed"
88 dodoc ChangeLog README
89 }
90
91
92
93 1.1 app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild?rev=1.1&content-type=text/plain
97
98 Index: moto4lin-0.3_p20051125-r1.ebuild
99 ===================================================================
100 # Copyright 1999-2009 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild,v 1.1 2009/06/20 21:48:07 mrness Exp $
103
104 EAPI="2"
105
106 inherit toolchain-funcs
107
108 DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones"
109 HOMEPAGE="http://moto4lin.sourceforge.net/"
110 SRC_URI="mirror://gentoo/${P}.tar.bz2"
111
112 LICENSE="GPL-2"
113 SLOT="0"
114 KEYWORDS="~amd64 x86"
115 IUSE=""
116
117 DEPEND="dev-libs/libusb:0
118 =x11-libs/qt-3*"
119
120 src_compile() {
121 # We need this addwrite since the uic program tries to create
122 # locks in there :/
123 addwrite "/usr/qt/3/etc/settings"
124
125 ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake
126 emake \
127 CC="$(tc-getCC) ${CFLAGS}" \
128 CXX="$(tc-getCXX) ${CXXFLAGS}" \
129 LINK="$(tc-getCXX)" \
130 LFLAGS="${LDFLAGS}" || die "emake failed"
131 }
132
133 src_install() {
134 make INSTALL_ROOT="${D}" install || die "make install failed"
135 dodoc Changelog README
136 }