Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mescalinum 09/08/06 12:29:52
Modified: ChangeLog
Added: synce-hal-0.14.ebuild
Log:
adding synce-0.14 packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.9 app-pda/synce-hal/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 5 Aug 2009 12:53:22 -0000 1.8
+++ ChangeLog 6 Aug 2009 12:29:52 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-hal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.8 2009/08/05 12:53:22 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.9 2009/08/06 12:29:52 mescalinum Exp $
+
+*synce-hal-0.14 (06 Aug 2009)
+
+ 06 Aug 2009; Federico Ferri <mescalinum@g.o>
+ +synce-hal-0.14.ebuild:
+ adding synce-0.14 packages
05 Aug 2009; Federico Ferri <mescalinum@g.o> -synce-hal-0.1.ebuild,
-synce-hal-0.2.ebuild:
1.1 app-pda/synce-hal/synce-hal-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-hal/synce-hal-0.14.ebuild?rev=1.1&content-type=text/plain
Index: synce-hal-0.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.14.ebuild,v 1.1 2009/08/06 12:29:52 mescalinum Exp $
inherit multilib versionator
DESCRIPTION="SynCE - hal connection manager"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"
synce_PV=$(get_version_component_range 1-2)
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="sys-apps/hal
>=net-libs/gnet-2.0.0
!app-pda/synce-dccm
!app-pda/synce-vdccm
!app-pda/synce-odccm
=app-pda/synce-libsynce-${synce_PV}*
=app-pda/synce-librapi2-${synce_PV}*
=app-pda/synce-librra-${synce_PV}*"
RDEPEND="${DEPEND}
=app-pda/synce-sync-engine-${synce_PV}*
app-pda/synce-serial
net-misc/dhcp"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
src_compile() {
if has_version '>=sys-apps/hal-0.5.13'; then
HAL_ADDON_DIR="/usr/libexec/scripts"
else
HAL_ADDON_DIR="/usr/$(get_libdir)/hal/scripts"
fi
econf --with-hal-addon-dir="${HAL_ADDON_DIR}" --localstatedir="/var" || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS README ChangeLog || die
# fix collision with app-pda/synce-serial, bug 246675
rm -f "${D}/usr/libexec/synce-serial-chat"
}
|
|