summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-05 13:26:16 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-05 13:26:16 +0000
commite6a5e229f2bf4a271e22014985e376270454a132 (patch)
tree0d18898117b027bb356bc10238ce6b19a7681067 /app-pda/synce-odccm
parentremoved old versions (diff)
downloadgentoo-2-e6a5e229f2bf4a271e22014985e376270454a132.tar.gz
gentoo-2-e6a5e229f2bf4a271e22014985e376270454a132.tar.bz2
gentoo-2-e6a5e229f2bf4a271e22014985e376270454a132.zip
removed old versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-odccm')
-rw-r--r--app-pda/synce-odccm/ChangeLog6
-rw-r--r--app-pda/synce-odccm/synce-odccm-0.11.1.ebuild34
-rw-r--r--app-pda/synce-odccm/synce-odccm-0.12.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/app-pda/synce-odccm/ChangeLog b/app-pda/synce-odccm/ChangeLog
index 237cc20cdc13..526e49dec295 100644
--- a/app-pda/synce-odccm/ChangeLog
+++ b/app-pda/synce-odccm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-odccm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.4 2009/01/21 11:47:11 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.5 2009/08/05 13:26:16 mescalinum Exp $
+
+ 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
+ -synce-odccm-0.11.1.ebuild, -synce-odccm-0.12.ebuild:
+ removed old versions
21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
synce-odccm-0.13.ebuild:
diff --git a/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild b/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild
deleted file mode 100644
index 3e549364b291..000000000000
--- a/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild
+++ /dev/null
@@ -1,34 +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-odccm/synce-odccm-0.11.1.ebuild,v 1.2 2008/11/13 17:11:32 mescalinum Exp $
-
-DESCRIPTION="SynCE - odccm connection manager"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="sys-apps/dbus
- sys-apps/hal
- >=net-libs/gnet-2.0.0
- !app-pda/synce-dccm
- !app-pda/synce-vdccm
- ~app-pda/synce-libsynce-0.11.1
- ~app-pda/synce-librapi2-0.11.1"
-RDEPEND="${DEPEND}"
-
-MY_P="odccm-${PV}"
-SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- insinto /etc/dbus-1/system.d/
- doins src/odccm.conf
-
- newinitd "${FILESDIR}"/init.odccm odccm
-
- dodoc AUTHORS INSTALL NEWS README ChangeLog
-}
diff --git a/app-pda/synce-odccm/synce-odccm-0.12.ebuild b/app-pda/synce-odccm/synce-odccm-0.12.ebuild
deleted file mode 100644
index 7d5033432d1b..000000000000
--- a/app-pda/synce-odccm/synce-odccm-0.12.ebuild
+++ /dev/null
@@ -1,34 +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-odccm/synce-odccm-0.12.ebuild,v 1.2 2008/11/13 17:11:32 mescalinum Exp $
-
-DESCRIPTION="SynCE - odccm connection manager"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="sys-apps/dbus
- sys-apps/hal
- >=net-libs/gnet-2.0.0
- !app-pda/synce-dccm
- !app-pda/synce-vdccm
- ~app-pda/synce-libsynce-0.12
- ~app-pda/synce-librapi2-0.12"
-RDEPEND="${DEPEND}"
-
-MY_P="odccm-${PV}"
-SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- insinto /etc/dbus-1/system.d/
- doins src/odccm.conf
-
- newinitd "${FILESDIR}"/init.odccm odccm
-
- dodoc AUTHORS INSTALL NEWS README ChangeLog
-}