diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-25 05:01:10 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-25 05:01:10 +0000 |
commit | cc690758ff3739f00aa0376cb8e22189dfced76a (patch) | |
tree | 93ff8ce97c282d25ba2250b9b2ace02680d6f0a2 /app-pda/synce-serial | |
parent | quick fix to ccache-2.1.1-r2 ebuild (diff) | |
download | gentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.tar.gz gentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.tar.bz2 gentoo-2-cc690758ff3739f00aa0376cb8e22189dfced76a.zip |
update synce ebuilds to new version; add two new related ebuilds
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r-- | app-pda/synce-serial/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/synce-serial/files/digest-synce-serial-0.7 | 1 | ||||
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.7.ebuild | 23 |
3 files changed, 30 insertions, 1 deletions
diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog index d5e8f3203a4e..62933ba5d5a7 100644 --- a/app-pda/synce-serial/ChangeLog +++ b/app-pda/synce-serial/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/synce-serial # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.2 2003/02/12 05:15:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.3 2003/02/25 05:01:10 zwelch Exp $ + +*synce-serial-0.7 (24 Feb 2003) + + 24 Feb 2003; Zach Welch <zwelch@gentoo.org> synce-serial-0.7.ebuild files/digest-synce-serial-0.7 : + New version; see bug 16105 *synce-serial-0.4 (27 Nov 2002) diff --git a/app-pda/synce-serial/files/digest-synce-serial-0.7 b/app-pda/synce-serial/files/digest-synce-serial-0.7 new file mode 100644 index 000000000000..79e8771dd585 --- /dev/null +++ b/app-pda/synce-serial/files/digest-synce-serial-0.7 @@ -0,0 +1 @@ +MD5 bd8db5dc4bc69d02e36004aa53a028b5 synce-serial-0.7.tar.gz 177597 diff --git a/app-pda/synce-serial/synce-serial-0.7.ebuild b/app-pda/synce-serial/synce-serial-0.7.ebuild new file mode 100644 index 000000000000..ade38246fdf5 --- /dev/null +++ b/app-pda/synce-serial/synce-serial-0.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.7.ebuild,v 1.1 2003/02/25 05:01:10 zwelch 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="gnome" + +DEPEND="virtual/glibc" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR="${D%/}" install || die +} |