public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2009-06-20 21:48 Alin Nastac (mrness)
  0 siblings, 0 replies; only message in thread
From: Alin Nastac (mrness) @ 2009-06-20 21:48 UTC (permalink / raw
  To: gentoo-commits

mrness      09/06/20 21:48:07

  Modified:             ChangeLog
  Added:                moto4lin-0.3-r1.ebuild
                        moto4lin-0.3_p20051125-r1.ebuild
  Removed:              moto4lin-0.3_p20051125.ebuild moto4lin-0.3.ebuild
  Log:
  Migrate to EAPI 2. Update libusb dependency atom (#270039).
  (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.11                 app-mobilephone/moto4lin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	29 May 2008 07:14:43 -0000	1.10
+++ ChangeLog	20 Jun 2009 21:48:07 -0000	1.11
@@ -1,6 +1,14 @@
 # ChangeLog for app-mobilephone/moto4lin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.10 2008/05/29 07:14:43 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.11 2009/06/20 21:48:07 mrness Exp $
+
+*moto4lin-0.3_p20051125-r1 (20 Jun 2009)
+*moto4lin-0.3-r1 (20 Jun 2009)
+
+  20 Jun 2009; Alin Năstac <mrness@gentoo.org> -moto4lin-0.3.ebuild,
+  +moto4lin-0.3-r1.ebuild, -moto4lin-0.3_p20051125.ebuild,
+  +moto4lin-0.3_p20051125-r1.ebuild:
+  Migrate to EAPI 2. Update libusb dependency atom (#270039).
 
   29 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing Carlos Silva (r3pek) from metadata.xml (as per #80351).



1.1                  app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: moto4lin-0.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3-r1.ebuild,v 1.1 2009/06/20 21:48:07 mrness Exp $

EAPI="2"

inherit toolchain-funcs

DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones"
HOMEPAGE="http://moto4lin.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""

DEPEND="dev-libs/libusb:0
	=x11-libs/qt-3*"

src_compile() {
	# We need this addwrite since the uic program tries to create
	# locks in there :/
	addwrite "/usr/qt/3/etc/settings"

	${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake
	emake \
		CC="$(tc-getCC) ${CFLAGS}" \
		CXX="$(tc-getCXX) ${CXXFLAGS}" \
		LINK="$(tc-getCXX)" \
		LFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
	make INSTALL_ROOT="${D}" install || die "make install failed"
	dodoc ChangeLog README
}



1.1                  app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125-r1.ebuild?rev=1.1&view=markup
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

Index: moto4lin-0.3_p20051125-r1.ebuild
===================================================================
# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/06/20 21:48:07 mrness Exp $

EAPI="2"

inherit toolchain-funcs

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="~amd64 x86"
IUSE=""

DEPEND="dev-libs/libusb:0
	=x11-libs/qt-3*"

src_compile() {
	# We need this addwrite since the uic program tries to create
	# locks in there :/
	addwrite "/usr/qt/3/etc/settings"

	${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake
	emake \
		CC="$(tc-getCC) ${CFLAGS}" \
		CXX="$(tc-getCXX) ${CXXFLAGS}" \
		LINK="$(tc-getCXX)" \
		LFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
	make INSTALL_ROOT="${D}" install || die "make install failed"
	dodoc Changelog README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-20 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 21:48 [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 Alin Nastac (mrness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox