diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 23:51:05 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-08-05 23:51:05 +0000 |
commit | 1a31c87d25edffcdff7cf1ad126fdb718d66f3ed (patch) | |
tree | c21bbd0c826f83931d6389e2a4f81a448e3b96c9 /app-pda | |
parent | Remove old (diff) | |
download | gentoo-2-1a31c87d25edffcdff7cf1ad126fdb718d66f3ed.tar.gz gentoo-2-1a31c87d25edffcdff7cf1ad126fdb718d66f3ed.tar.bz2 gentoo-2-1a31c87d25edffcdff7cf1ad126fdb718d66f3ed.zip |
adjust orphaned dependencies
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-kio-rapip/ChangeLog | 12 | ||||
-rw-r--r-- | app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild | 8 | ||||
-rw-r--r-- | app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild | 40 |
3 files changed, 14 insertions, 46 deletions
diff --git a/app-pda/synce-kio-rapip/ChangeLog b/app-pda/synce-kio-rapip/ChangeLog index b2a756238415..8f5107166efe 100644 --- a/app-pda/synce-kio-rapip/ChangeLog +++ b/app-pda/synce-kio-rapip/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-pda/synce-kio-rapip -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.3 2008/12/14 17:04:06 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.4 2009/08/05 23:51:05 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-kio-rapip-0.10.ebuild, synce-kio-rapip-0.10-r1.ebuild: + adjust orphaned dependencies + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-kio-rapip-0.10.ebuild: + removed old versions *synce-kio-rapip-0.10-r1 (14 Dec 2008) diff --git a/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild b/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild index 0b19cd8b208b..e911dc94c329 100644 --- a/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild +++ b/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v 1.1 2008/12/14 17:02:30 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10-r1.ebuild,v 1.2 2009/08/05 23:51:05 mescalinum Exp $ inherit distutils eutils qt3 @@ -11,8 +11,8 @@ LICENSE="MIT" IUSE="arts" SLOT="0" KEYWORDS="~x86 ~amd64" -RDEPEND="~app-pda/synce-libsynce-0.12 - ~app-pda/synce-librapi2-0.12" +RDEPEND="app-pda/synce-libsynce + app-pda/synce-librapi2" DEPEND="${RDEPEND} arts? ( kde-base/arts )" diff --git a/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild b/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild deleted file mode 100644 index ec74caa13193..000000000000 --- a/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild +++ /dev/null @@ -1,40 +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-kio-rapip/synce-kio-rapip-0.10.ebuild,v 1.2 2008/11/13 16:59:40 mescalinum Exp $ - -inherit eutils distutils - -DESCRIPTION="SynCE - KDE kioslave for the SynCE RAPIP protocol" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -IUSE="arts" -SLOT="0" -KEYWORDS="~x86 ~amd64" -RDEPEND="~app-pda/synce-libsynce-0.12 - ~app-pda/synce-librapi2-0.12" -DEPEND="${RDEPEND} - arts? ( kde-base/arts )" - -#need-kde 3.2 - -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -S="${WORKDIR}/synce-kio-rapip-${PV}" - -src_compile() { - econf $(use_with arts) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README TODO ChangeLog -} - -pkg_postinst() { - elog "To use, simply open Konqueror, Dolphin, or any other KIO-enabled file" - elog "manager and type in rapip://DEVICENAME/ to the address bar. If you are" - elog "not sure about the name of your device, simply go to rapip:/ which" - elog "will show the first device it finds." -} |