diff options
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obex-data-server/Manifest | 1 | ||||
-rw-r--r-- | app-mobilephone/obex-data-server/metadata.xml | 13 | ||||
-rw-r--r-- | app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild | 40 |
3 files changed, 0 insertions, 54 deletions
diff --git a/app-mobilephone/obex-data-server/Manifest b/app-mobilephone/obex-data-server/Manifest deleted file mode 100644 index c3a2b5d2332a..000000000000 --- a/app-mobilephone/obex-data-server/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST obex-data-server-0.4.6.tar.gz 199188 SHA256 b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f SHA512 5f924377fa45fec22a15d74fa45bf6ae98f56a9f8c98142cce6123e4ca6dcca042a636469b491f4103e230e270ad1af18dc38274b661795cac4beb4f7b798d5b WHIRLPOOL 85ef3de72124c25b5b486e2fefdf453ddc318e5f8520ada7c772d7e7a6939b954a6a66cf962ed3aa257d5212ab047f556aced5cbfa94a1a360e897a6da6fa90a diff --git a/app-mobilephone/obex-data-server/metadata.xml b/app-mobilephone/obex-data-server/metadata.xml deleted file mode 100644 index a567c66bd7ba..000000000000 --- a/app-mobilephone/obex-data-server/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - A DBus service providing easy to use API for using OBEX protocol - (both client and server wise). Current implementation supports OPP - (Object Push Profile) and FTP (File Transfer Profile). This means - that you can have FTP server running on your Bluetooth adapter with - several lines of python, you can also do all client operations without - having to use openobex directly or knowing any of low-level OBEX stuff. - </longdescription> -</pkgmetadata> diff --git a/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild b/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild deleted file mode 100644 index 642dc5aee6b8..000000000000 --- a/app-mobilephone/obex-data-server/obex-data-server-0.4.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -DESCRIPTION="A DBus service providing easy to use API for using OBEX" -HOMEPAGE="http://tadas.dailyda.com/blog/category/obex-data-server/" -SRC_URI="http://tadas.dailyda.com/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" - -IUSE="debug gtk imagemagick usb" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/dbus-glib-0.7 - sys-apps/dbus - >=net-wireless/bluez-4.31 - <dev-libs/openobex-1.7.1 - imagemagick? ( !gtk? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) ) - gtk? ( x11-libs/gtk+:2 ) - usb? ( virtual/libusb:0 ) - !app-mobilephone/obexd[server]" - -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_configure() { - local bip="no" - use imagemagick && bip="magick" - use gtk && bip="gdk-pixbuf" - econf \ - --enable-bip=${bip} \ - $(use_enable usb) \ - --disable-system-config \ - $(use_enable debug) \ - --disable-silent-rules -} |