ChangeLog

# ChangeLog for app-pda/synce-gnomevfs
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/ChangeLog,v 1.14 2008/02/10 16:25:42 philantrop Exp $

10 Feb 2008; Wulf C. Krueger
synce-gnomevfs-0.9.0.ebuild:
Made the package respect the user's CFLAGS and got rid of Werror to fix bug
206014. Further QA fixes.

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

22 Aug 2006; Alastair Tse +files/0.9.0-gcc4.patch,
synce-gnomevfs-0.9.0.ebuild:
adding gcc4 patch to strip warnings (#135043)

22 Jun 2006; Karol Wojtaszek
synce-gnomevfs-0.9.0.ebuild:
~amd64 keyworded

26 Jan 2005; Alastair Tse synce-gnomevfs-0.2.ebuild:
add synce-librapi2 dep on 0.2. bug #76856.

18 Oct 2004; David Holm synce-gnomevfs-0.9.0.ebuild:
Added to ~ppc.

*synce-gnomevfs-0.9.0 (25 Sep 2004)

25 Sep 2004; Alastair Tse +synce-gnomevfs-0.9.0.ebuild:
version bump (#61952)

01 Jul 2004; Jeremy Huddleston
synce-gnomevfs-0.2.ebuild:
virtual/glibc -> virtual/libc

25 Apr 2004; Aron Griffis synce-gnomevfs-0.2.ebuild,
synce-gnomevfs-0.8.ebuild:
Add die following econf for bug 48950

*synce-gnomevfs-0.8 (02 Sep 2003)

02 Sep 2003; Alastair Tse synce-gnomevfs-0.8.ebuild:
version bump and cleanup

*synce-gnomevfs-0.2 (24 Feb 2003)

24 Feb 2003; Zach Welch synce-gnomevfs-0.2.ebuild files/digest-synce-gnomevfs-0.2 :
Add new ebuild; see bug 16105

Manifest

AUX 0.9.0-gcc4.patch 281 RMD160 80943c2bed03eda09898af01fee1918e7adc7319 SHA1 917b88e81df538f731c932c8eb3d4ba939ac5443 SHA256 8b0c33fc239137ea0c5a8391a9e5667fdc75c2805e9c5e05d218fee8b0f1fd1d
DIST synce-gnomevfs-0.2.tar.gz 176409 RMD160 dd69356052e6c3b3e61b1b2c5512d5691ecc25ad SHA1 55427e698986691487f35269b493fdd4ef6f2dab SHA256 a84105dac47e173b6c5b7491736ad8502dec7b3a17236203041e0988abb1e9f9
DIST synce-gnomevfs-0.8.tar.gz 253349 RMD160 2a20fa356d64b5b41e923e354405885687ac484f SHA1 a413417def378185d20dcfa47bf896c87e7dafee SHA256 801f0d5baef61985759c012d46845b9d846d48fea8a197c79a25eee6e9ba3cbf
DIST synce-gnomevfs-0.9.0.tar.gz 303885 RMD160 3e0a0e32b75731c95573f668069b9445ff1a790b SHA1 56d99c30c565c00a41464580e255972f2f8e7f46 SHA256 2dc8d4905b81e4303e9131dd8f737e7facae9ca7065ec7f9faba15238774b5cd
EBUILD synce-gnomevfs-0.2.ebuild 669 RMD160 8fd52d9604b1652f2e4affc7c73c5bb9a374fa0d SHA1 95b6734e48d1cd7a5ca82507d9688ed3bbed7da1 SHA256 cd49da7db49805fe81d0e22e4ddbabc78171ecedd1cfa8b09d02e01381bceef1
EBUILD synce-gnomevfs-0.8.ebuild 766 RMD160 5235c82a5ea4488bb2731889b5f73d1cd6277cbc SHA1 45752441de6efb4a30bdaa6fb9c38dfc85b7f406 SHA256 dd13773fc49784ff17ae991978c3e63bf0d94a44f1e5eeb0614f26f9b671fbc2
EBUILD synce-gnomevfs-0.9.0.ebuild 1025 RMD160 53d6572473249460ddc3ece105dcdb9fe3a01f66 SHA1 f03a57d8ca8b975c9ca14d5cfcf1cf5e05dac548 SHA256 ac619cccf03c5ab14a4dab660a7b2607c9de5b8db64e755580f88beb973776b2
MISC ChangeLog 1700 RMD160 033863af9e5af595b8805de6b9704a895733efb4 SHA1 0c97c8d75f983393ed08867d29e8a05035f8084b SHA256 35053b819d631f58f0563b2af42ab511c80cf30b2f702655832f7ee80d8b3afd
MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb

files

metadata.xml




pda

synce-gnomevfs-0.2.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild,v 1.9 2005/01/26 13:59:32 liquidx Exp $

DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

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

DEPEND="virtual/libc
app-pda/synce-librapi2
app-pda/synce-libsynce"

src_compile() {
econf || die "econf failed"
emake || die
}

src_install() {
make DESTDIR="${D%/}" install || die
}

synce-gnomevfs-0.8.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.8.ebuild,v 1.5 2005/01/01 15:48:29 eradicator Exp $

DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=app-pda/synce-libsynce-0.8
>=app-pda/synce-librapi2-0.8
>=gnome-base/gnome-vfs-2.0"

DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_compile() {
econf || die "econf failed"
emake || die "make failed"
}

src_install() {
make DESTDIR=${D} install || die "install failed"
}

synce-gnomevfs-0.9.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.9.0.ebuild,v 1.6 2008/02/10 16:25:42 philantrop Exp $

inherit autotools eutils

DESCRIPTION="Synchronize Windows CE devices with Linux. GNOME Plugin for CE devices."
HOMEPAGE="http://sourceforge.net/projects/synce/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=app-pda/synce-libsynce-0.9.0
>=app-pda/synce-librapi2-0.9.0
>=gnome-base/gnome-vfs-2.0"

DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PV}-gcc4.patch"

# Get rid of -Werror and respect the user's CFLAGS. cf. bug 206014.
sed -i -e "/AM_CFLAGS/s:-g.*$:${CFLAGS}:" "${S}"/src/Makefile.am \
|| die "sed to fix AM_CFLAGS failed"

eautoreconf
econf || die "econf failed"
}

src_install() {
emake DESTDIR="${D}" install || die "install failed"
}