diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-11 10:26:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-11 10:26:18 +0000 |
commit | 6cfc44aa3d5cfb8d417452f20276332f12284644 (patch) | |
tree | 2ced46d0c7073a1885c5f1f456225ba29236ba3f /net-wireless/ussp-push/ussp-push-0.5.ebuild | |
parent | Remove old, unused, that only has old bluez-libs depend and cleanup the new e... (diff) | |
download | historical-6cfc44aa3d5cfb8d417452f20276332f12284644.tar.gz historical-6cfc44aa3d5cfb8d417452f20276332f12284644.tar.bz2 historical-6cfc44aa3d5cfb8d417452f20276332f12284644.zip |
Remove old bluez-libs dependants
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-wireless/ussp-push/ussp-push-0.5.ebuild')
-rw-r--r-- | net-wireless/ussp-push/ussp-push-0.5.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/net-wireless/ussp-push/ussp-push-0.5.ebuild b/net-wireless/ussp-push/ussp-push-0.5.ebuild deleted file mode 100644 index 2e980fdf2468..000000000000 --- a/net-wireless/ussp-push/ussp-push-0.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/ussp-push/ussp-push-0.5.ebuild,v 1.3 2009/05/16 00:36:09 halcy0n Exp $ - -inherit toolchain-funcs - -DESCRIPTION="OBEX object push client for Linux" -HOMEPAGE="http://www.xmailserver.org/ussp-push.html" -SRC_URI="http://www.xmailserver.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="net-wireless/bluez-libs - dev-libs/openobex - =dev-libs/glib-1.2*" - -src_unpack(){ - unpack ${A} - - sed -i \ - -e "s:/local::" \ - -e "s:gcc:$(tc-getCC):" \ - -e "s:^CFLAGS=.*:& ${CFLAGS}:" \ - ${S}/Makefile -} - -src_install() { - dobin ${PN} - - dodoc doc/README - dohtml doc/*.html -} - -pkg_postinst() { - einfo - einfo "You can use ussp-push in two ways: " - einfo "1. rfcomm bind /dev/rcomm0 00:11:22:33:44:55 10" - einfo " ussp-push /dev/rfcomm0 localfile remotefile" - einfo "2. ussp-push \"BTDeviceName\"@10 localfile remotefile" - einfo - einfo "See the README in /usr/share/doc/${PF}/ for more details." - einfo -} |