diff options
author | 2009-01-21 00:58:16 +0000 | |
---|---|---|
committer | 2009-01-21 00:58:16 +0000 | |
commit | 659f62e23650b7a7208ac5d8ce990cdba9a7df3f (patch) | |
tree | 8eb6ddfff6839554f2c48ebb108004d50639da5f /app-pda/synce-hal | |
parent | ooops (diff) | |
download | gentoo-2-659f62e23650b7a7208ac5d8ce990cdba9a7df3f.tar.gz gentoo-2-659f62e23650b7a7208ac5d8ce990cdba9a7df3f.tar.bz2 gentoo-2-659f62e23650b7a7208ac5d8ce990cdba9a7df3f.zip |
version bump, bug #254886
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-hal')
-rw-r--r-- | app-pda/synce-hal/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.13.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog index e91454bee89a..484726921b99 100644 --- a/app-pda/synce-hal/ChangeLog +++ b/app-pda/synce-hal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/synce-hal -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.2 2008/11/16 15:57:55 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.3 2009/01/21 00:58:16 mescalinum Exp $ + +*synce-hal-0.13 (21 Jan 2009) + + 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> + +synce-hal-0.13.ebuild: + version bump, bug #254886 16 Nov 2008; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.1.ebuild, synce-hal-0.2.ebuild: diff --git a/app-pda/synce-hal/synce-hal-0.13.ebuild b/app-pda/synce-hal/synce-hal-0.13.ebuild new file mode 100644 index 000000000000..d4892095073d --- /dev/null +++ b/app-pda/synce-hal/synce-hal-0.13.ebuild @@ -0,0 +1,34 @@ +# 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.13.ebuild,v 1.1 2009/01/21 00:58:16 mescalinum Exp $ + +DESCRIPTION="SynCE - hal connection manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +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-${PV} + ~app-pda/synce-librapi2-${PV} + ~app-pda/synce-librra-${PV}" +RDEPEND="${DEPEND} + ~app-pda/synce-sync-engine-${PV} + app-pda/synce-serial + net-misc/dhcp" + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +src_install() { + make DESTDIR="${D}" install || die + + # fix collision with app-pda/synce-serial, bug 246675 + rm "${D}/usr/libexec/synce-serial-chat" + + dodoc AUTHORS README ChangeLog +} |