diff options
author | 2009-08-05 12:53:22 +0000 | |
---|---|---|
committer | 2009-08-05 12:53:22 +0000 | |
commit | eed64e06d19f5becb31636c4c091ef7e995f7d37 (patch) | |
tree | decd34349fc24c5bc1b687803b421f7b8b6d420d /app-pda/synce-hal | |
parent | Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #278101. (diff) | |
download | gentoo-2-eed64e06d19f5becb31636c4c091ef7e995f7d37.tar.gz gentoo-2-eed64e06d19f5becb31636c4c091ef7e995f7d37.tar.bz2 gentoo-2-eed64e06d19f5becb31636c4c091ef7e995f7d37.zip |
removed old versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-hal')
-rw-r--r-- | app-pda/synce-hal/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.1.ebuild | 33 | ||||
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.2.ebuild | 33 |
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 -} |