summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-05 13:08:01 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-05 13:08:01 +0000
commitaa7bdb26c399119d7454c542f551c416f8847463 (patch)
treeb35f546e63b25f8f30b9acb88d37f44b8f16f70b /app-pda/synce-dccm/synce-dccm-0.7.ebuild
parentremoved old versions (diff)
downloadgentoo-2-aa7bdb26c399119d7454c542f551c416f8847463.tar.gz
gentoo-2-aa7bdb26c399119d7454c542f551c416f8847463.tar.bz2
gentoo-2-aa7bdb26c399119d7454c542f551c416f8847463.zip
removed old versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-dccm/synce-dccm-0.7.ebuild')
-rw-r--r--app-pda/synce-dccm/synce-dccm-0.7.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-pda/synce-dccm/synce-dccm-0.7.ebuild b/app-pda/synce-dccm/synce-dccm-0.7.ebuild
deleted file mode 100644
index e416d2d30d52..000000000000
--- a/app-pda/synce-dccm/synce-dccm-0.7.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-dccm/synce-dccm-0.7.ebuild,v 1.8 2005/01/01 15:48:16 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
- app-pda/synce-libsynce"
-
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D%/}" install || die
-}