diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 13:43:40 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 13:43:40 +0000 |
commit | 7faf76bb79a5673eae4d4a99fce2ae4eeb2f68be (patch) | |
tree | 78a2014ee0df272f3b0edcad4edd858f8bd7855a /app-pda | |
parent | removed old versions (diff) | |
download | historical-7faf76bb79a5673eae4d4a99fce2ae4eeb2f68be.tar.gz historical-7faf76bb79a5673eae4d4a99fce2ae4eeb2f68be.tar.bz2 historical-7faf76bb79a5673eae4d4a99fce2ae4eeb2f68be.zip |
removed 0.9.2, masked since 2006
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild | 22 | ||||
-rw-r--r-- | app-pda/synce-libsynce/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-libsynce/synce-libsynce-0.9.2.ebuild | 38 |
4 files changed, 10 insertions, 62 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index bc932eac96dc..15fd864b9181 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-librapi2 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.33 2009/08/05 13:42:25 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-librapi2-0.9.2.ebuild: + removed 0.9.2, masked since 2006 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -synce-librapi2-0.8.9.ebuild, -synce-librapi2-0.9.1.ebuild, diff --git a/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild deleted file mode 100644 index 05b5f89798ea..000000000000 --- a/app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/07/13 21:28:47 liquidx 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.2" - -S=${WORKDIR}/librapi-${PV} - -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 17544b300267..bdf4018d0189 100644 --- a/app-pda/synce-libsynce/ChangeLog +++ b/app-pda/synce-libsynce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-libsynce # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.27 2009/08/05 13:43:40 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-libsynce-0.9.2.ebuild: + removed 0.9.2, masked since 2006 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -synce-libsynce-0.8.9.ebuild, -synce-libsynce-0.9.1.ebuild, diff --git a/app-pda/synce-libsynce/synce-libsynce-0.9.2.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.9.2.ebuild deleted file mode 100644 index 82ca9d9aeb76..000000000000 --- a/app-pda/synce-libsynce/synce-libsynce-0.9.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/07/13 21:25:07 liquidx 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="" # dbus - -DEPEND=">=dev-libs/check-0.8.3.1" -# dbus? ( sys-apps/dbus )" - -S=${WORKDIR}/libsynce-${PV} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-0.9.1-amd64.patch - sed -i -e 's/#include <slang.h>/#ifndef offsetof\n#define offsetof(T,F) ((unsigned int)((char *)\&((T *)0L)->F - (char *)0L))\n#endif/' lib/synce_socket.c -} - -src_compile() { - # dbus support not quite there yet. - econf # $(use_enable dbus) - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} |