diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 13:37:55 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 13:37:55 +0000 |
commit | 44065fce85474e2ae6e25c7c0cd619ab982653aa (patch) | |
tree | b9235a402261a4b6077048253095e34a03a0e756 /app-pda | |
parent | new upstream selinux policy release. (diff) | |
download | historical-44065fce85474e2ae6e25c7c0cd619ab982653aa.tar.gz historical-44065fce85474e2ae6e25c7c0cd619ab982653aa.tar.bz2 historical-44065fce85474e2ae6e25c7c0cd619ab982653aa.zip |
removed old versions
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
21 files changed, 28 insertions, 447 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index 5c5cc35d9ffb..bc932eac96dc 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/synce-librapi2 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.31 2009/01/24 12:34:55 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.32 2009/08/05 13:29:42 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-librapi2-0.8.9.ebuild, -synce-librapi2-0.9.1.ebuild, + -synce-librapi2-0.11.1-r1.ebuild, -synce-librapi2-0.12-r1.ebuild, + -synce-librapi2-0.13.ebuild: + removed old versions 24 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-librapi2-0.11.1-r1.ebuild, synce-librapi2-0.12-r1.ebuild, diff --git a/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild deleted file mode 100644 index 6cc79e186fec..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $ - -DESCRIPTION="SynCE - RAPI communication library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="dev-lang/python - >=dev-python/pyrex-0.9.6 - >=dev-libs/check-0.8.2 - ~app-pda/synce-libsynce-0.11.1" -RDEPEND="${DEPEND}" - -SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz" -S="${WORKDIR}/librapi2-${PV}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc BUGS README README.contributing README.design TODO ChangeLog -} diff --git a/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild deleted file mode 100644 index 6250ce4b53f6..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $ - -inherit eutils - -DESCRIPTION="SynCE - RAPI communication library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="dev-lang/python - >=dev-python/pyrex-0.9.6 - >=dev-libs/check-0.8.2 - ~app-pda/synce-libsynce-0.12" -RDEPEND="${DEPEND}" - -SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz" -S="${WORKDIR}/librapi2-${PV}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc BUGS README README.contributing README.design TODO ChangeLog -} diff --git a/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild deleted file mode 100644 index f4c2d6df4388..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild,v 1.4 2009/01/24 12:34:55 mescalinum Exp $ - -inherit eutils versionator - -DESCRIPTION="SynCE - RAPI communication library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -synce_PV=$(get_version_component_range 1-2) - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-lang/python - >=dev-python/pyrex-0.9.6 - >=dev-libs/check-0.8.2 - =app-pda/synce-libsynce-${synce_PV}*" -RDEPEND="${DEPEND}" - -SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz" -S="${WORKDIR}/librapi2-${PV}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc BUGS README README.contributing README.design TODO ChangeLog -} diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild deleted file mode 100644 index 65a7bf0687e2..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild,v 1.6 2005/05/01 16:51:32 hansmi 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 ppc" -IUSE="" - -DEPEND=">=dev-libs/check-0.8.2 - >=app-pda/synce-libsynce-0.8.9" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README README.contributing README.design -} diff --git a/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild deleted file mode 100644 index 9d07c30d6212..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.9.1.ebuild,v 1.5 2007/10/06 19:23:07 dertobi123 Exp $ - -DESCRIPTION="Synchronize Windows CE devices with Linux. RAPI DLL emulation." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc x86" -IUSE="" - -DEPEND=">=dev-libs/check-0.8.2 - >=app-pda/synce-libsynce-0.9.1" - -src_install() { - make DESTDIR=${D} install || die - dodoc README README.contributing README.design -} diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog index f7ec10334866..17544b300267 100644 --- a/app-pda/synce-libsynce/ChangeLog +++ b/app-pda/synce-libsynce/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/synce-libsynce -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.25 2009/01/21 11:44:31 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.26 2009/08/05 13:34:06 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-libsynce-0.8.9.ebuild, -synce-libsynce-0.9.1.ebuild, + -synce-libsynce-0.11.1.ebuild, -synce-libsynce-0.12.ebuild: + removed old versions 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-libsynce-0.13.ebuild: diff --git a/app-pda/synce-libsynce/synce-libsynce-0.11.1.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.11.1.ebuild deleted file mode 100644 index 8e233273fd5d..000000000000 --- a/app-pda/synce-libsynce/synce-libsynce-0.11.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.11.1.ebuild,v 1.1 2008/11/13 16:24:58 mescalinum Exp $ - -DESCRIPTION="SynCE - common library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="hal" -DEPEND=">=dev-libs/check-0.8.3.1" - -SRC_URI="mirror://sourceforge/synce/libsynce-${PV}.tar.gz" -S="${WORKDIR}/libsynce-${PV}" - -src_compile() { - econf $(use_enable hal hal-support) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README TODO ChangeLog -} diff --git a/app-pda/synce-libsynce/synce-libsynce-0.12.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.12.ebuild deleted file mode 100644 index 022198cc319e..000000000000 --- a/app-pda/synce-libsynce/synce-libsynce-0.12.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.12.ebuild,v 1.1 2008/11/13 16:24:58 mescalinum Exp $ - -DESCRIPTION="SynCE - common library" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="hal" -DEPEND=">=dev-libs/check-0.8.3.1" - -SRC_URI="mirror://sourceforge/synce/libsynce-${PV}.tar.gz" -S="${WORKDIR}/libsynce-${PV}" - -src_compile() { - econf $(use_enable hal hal-support) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README TODO ChangeLog -} diff --git a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild deleted file mode 100644 index 49460de18860..000000000000 --- a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild,v 1.7 2005/04/24 11:30:27 hansmi Exp $ - -inherit eutils - -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 ppc" -IUSE="" - -DEPEND=">=dev-libs/check-0.8.3.1" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}/${P}-gcc33.patch -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} diff --git a/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild deleted file mode 100644 index dcfccb7a3e6c..000000000000 --- a/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v 1.5 2007/10/06 19:22:04 dertobi123 Exp $ - -inherit eutils - -DESCRIPTION="Common Library for Synce (connecting WinCE devices to Linux)" -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc x86" -IUSE="" - -DEPEND=">=dev-libs/check-0.8.3.1" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-amd64.patch -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} diff --git a/app-pda/synce-odccm/ChangeLog b/app-pda/synce-odccm/ChangeLog index 237cc20cdc13..526e49dec295 100644 --- a/app-pda/synce-odccm/ChangeLog +++ b/app-pda/synce-odccm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-odccm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.4 2009/01/21 11:47:11 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.5 2009/08/05 13:26:16 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-odccm-0.11.1.ebuild, -synce-odccm-0.12.ebuild: + removed old versions 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-odccm-0.13.ebuild: diff --git a/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild b/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild deleted file mode 100644 index 3e549364b291..000000000000 --- a/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild,v 1.2 2008/11/13 17:11:32 mescalinum Exp $ - -DESCRIPTION="SynCE - odccm connection manager" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="sys-apps/dbus - sys-apps/hal - >=net-libs/gnet-2.0.0 - !app-pda/synce-dccm - !app-pda/synce-vdccm - ~app-pda/synce-libsynce-0.11.1 - ~app-pda/synce-librapi2-0.11.1" -RDEPEND="${DEPEND}" - -MY_P="odccm-${PV}" -SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -src_install() { - make DESTDIR="${D}" install || die - - insinto /etc/dbus-1/system.d/ - doins src/odccm.conf - - newinitd "${FILESDIR}"/init.odccm odccm - - dodoc AUTHORS INSTALL NEWS README ChangeLog -} diff --git a/app-pda/synce-odccm/synce-odccm-0.12.ebuild b/app-pda/synce-odccm/synce-odccm-0.12.ebuild deleted file mode 100644 index 7d5033432d1b..000000000000 --- a/app-pda/synce-odccm/synce-odccm-0.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.12.ebuild,v 1.2 2008/11/13 17:11:32 mescalinum Exp $ - -DESCRIPTION="SynCE - odccm connection manager" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -DEPEND="sys-apps/dbus - sys-apps/hal - >=net-libs/gnet-2.0.0 - !app-pda/synce-dccm - !app-pda/synce-vdccm - ~app-pda/synce-libsynce-0.12 - ~app-pda/synce-librapi2-0.12" -RDEPEND="${DEPEND}" - -MY_P="odccm-${PV}" -SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -src_install() { - make DESTDIR="${D}" install || die - - insinto /etc/dbus-1/system.d/ - doins src/odccm.conf - - newinitd "${FILESDIR}"/init.odccm odccm - - dodoc AUTHORS INSTALL NEWS README ChangeLog -} diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog index 9a69b95bc322..6371f495d34d 100644 --- a/app-pda/synce-serial/ChangeLog +++ b/app-pda/synce-serial/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/synce-serial -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.18 2008/11/13 06:18:49 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.19 2009/08/05 13:37:55 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-serial-0.4.ebuild, -synce-serial-0.7.ebuild, + -synce-serial-0.8.ebuild, -synce-serial-0.8-r1.ebuild, + -synce-serial-0.8.9.ebuild, -synce-serial-0.9.0.ebuild: + removed old versions *synce-serial-0.11 (13 Nov 2008) diff --git a/app-pda/synce-serial/synce-serial-0.4.ebuild b/app-pda/synce-serial/synce-serial-0.4.ebuild deleted file mode 100644 index e9bf68988229..000000000000 --- a/app-pda/synce-serial/synce-serial-0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.4.ebuild,v 1.10 2005/01/01 15:49:57 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="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D%/}" install || die -} diff --git a/app-pda/synce-serial/synce-serial-0.7.ebuild b/app-pda/synce-serial/synce-serial-0.7.ebuild deleted file mode 100644 index 6d8265715238..000000000000 --- a/app-pda/synce-serial/synce-serial-0.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.8 2005/01/01 15:49:57 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="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D%/}" install || die -} diff --git a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild b/app-pda/synce-serial/synce-serial-0.8-r1.ebuild deleted file mode 100644 index 9d2f91c8d649..000000000000 --- a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8-r1.ebuild,v 1.5 2005/01/01 15:49:57 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="" - -DEPEND="" -RDEPEND=">=net-dialup/ppp-2.4.1" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} diff --git a/app-pda/synce-serial/synce-serial-0.8.9.ebuild b/app-pda/synce-serial/synce-serial-0.8.9.ebuild deleted file mode 100644 index 8218fb983359..000000000000 --- a/app-pda/synce-serial/synce-serial-0.8.9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.9.ebuild,v 1.4 2005/01/01 15:49:57 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="" - -DEPEND="" -RDEPEND=">=net-dialup/ppp-2.4.1" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} diff --git a/app-pda/synce-serial/synce-serial-0.8.ebuild b/app-pda/synce-serial/synce-serial-0.8.ebuild deleted file mode 100644 index d8babbe63a3d..000000000000 --- a/app-pda/synce-serial/synce-serial-0.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.ebuild,v 1.5 2005/01/01 15:49:57 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="" - -DEPEND="" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} diff --git a/app-pda/synce-serial/synce-serial-0.9.0.ebuild b/app-pda/synce-serial/synce-serial-0.9.0.ebuild deleted file mode 100644 index cadd6f5e26d1..000000000000 --- a/app-pda/synce-serial/synce-serial-0.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.9.0.ebuild,v 1.4 2005/06/05 21:29:01 blubb Exp $ - -DESCRIPTION="Synchronize Windows CE devices with Linux. Serial Library." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=net-dialup/ppp-2.4.1" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} |