summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-05 12:57:12 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-05 12:57:12 +0000
commit0303c3c16908142a5d1dbb5c11cb06697c56a0b4 (patch)
tree59edc6812d4584dcf0cfbcbefbf7b0a9e8b42310 /app-pda/synce-hal
parentFix building with GCC 4.4+ and GLIBC 2.10+ wrt #278101. (diff)
downloadhistorical-0303c3c16908142a5d1dbb5c11cb06697c56a0b4.tar.gz
historical-0303c3c16908142a5d1dbb5c11cb06697c56a0b4.tar.bz2
historical-0303c3c16908142a5d1dbb5c11cb06697c56a0b4.zip
removed old versions
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-pda/synce-hal')
-rw-r--r--app-pda/synce-hal/ChangeLog6
-rw-r--r--app-pda/synce-hal/synce-hal-0.1.ebuild33
-rw-r--r--app-pda/synce-hal/synce-hal-0.2.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog
index 22659da2d748..24a84907f838 100644
--- a/app-pda/synce-hal/ChangeLog
+++ b/app-pda/synce-hal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-hal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.7 2009/05/10 15:04:18 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.8 2009/08/05 12:53:22 mescalinum Exp $
+
+ 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> -synce-hal-0.1.ebuild,
+ -synce-hal-0.2.ebuild:
+ removed old versions
10 May 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
fix bug #233416
diff --git a/app-pda/synce-hal/synce-hal-0.1.ebuild b/app-pda/synce-hal/synce-hal-0.1.ebuild
deleted file mode 100644
index 64f46974887f..000000000000
--- a/app-pda/synce-hal/synce-hal-0.1.ebuild
+++ /dev/null
@@ -1,33 +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-hal/synce-hal-0.1.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $
-
-DESCRIPTION="SynCE - hal connection manager"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="sys-apps/hal
- >=net-libs/gnet-2.0.0
- !app-pda/synce-dccm
- !app-pda/synce-vdccm
- !app-pda/synce-odccm
- ~app-pda/synce-libsynce-0.12
- ~app-pda/synce-librapi2-0.12
- ~app-pda/synce-librra-0.12"
-RDEPEND="${DEPEND}
- ~app-pda/synce-sync-engine-0.12
- net-misc/dhcp"
-
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- # fix collision with app-pda/synce-serial, bug 246675
- rm "${D}/usr/libexec/synce-serial-chat"
-
- dodoc AUTHORS README ChangeLog
-}
diff --git a/app-pda/synce-hal/synce-hal-0.2.ebuild b/app-pda/synce-hal/synce-hal-0.2.ebuild
deleted file mode 100644
index 1e999015eacd..000000000000
--- a/app-pda/synce-hal/synce-hal-0.2.ebuild
+++ /dev/null
@@ -1,33 +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-hal/synce-hal-0.2.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $
-
-DESCRIPTION="SynCE - hal connection manager"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="sys-apps/hal
- >=net-libs/gnet-2.0.0
- !app-pda/synce-dccm
- !app-pda/synce-vdccm
- !app-pda/synce-odccm
- ~app-pda/synce-libsynce-0.12
- ~app-pda/synce-librapi2-0.12
- ~app-pda/synce-librra-0.12"
-RDEPEND="${DEPEND}
- ~app-pda/synce-sync-engine-0.12
- net-misc/dhcp"
-
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- # fix collision with app-pda/synce-serial, bug 246675
- rm "${D}/usr/libexec/synce-serial-chat"
-
- dodoc AUTHORS README ChangeLog
-}