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/synce-librapi2 | |
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/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.9.2.ebuild | 22 |
2 files changed, 5 insertions, 23 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 -} |