summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-mobilephone/obexd
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-mobilephone/obexd')
-rw-r--r--app-mobilephone/obexd/Manifest2
-rw-r--r--app-mobilephone/obexd/metadata.xml22
-rw-r--r--app-mobilephone/obexd/obexd-0.46.ebuild36
-rw-r--r--app-mobilephone/obexd/obexd-0.48.ebuild36
4 files changed, 96 insertions, 0 deletions
diff --git a/app-mobilephone/obexd/Manifest b/app-mobilephone/obexd/Manifest
new file mode 100644
index 000000000000..4c762263a7d5
--- /dev/null
+++ b/app-mobilephone/obexd/Manifest
@@ -0,0 +1,2 @@
+DIST obexd-0.46.tar.xz 343372 SHA256 f245374813a1f4da39a1f24ae2458a1c886bd0f56a39920e176199898355e943 SHA512 a49d7f1c92e66528f47c03df12548b460fb8cf76dea71b7c5bede349e2eeb215071aef7a4f0dc45ba81af933c8ff5cda2a45c3b9b7edb49e4567011688ca77cf WHIRLPOOL ecca111740102dd3daaefcbbf540d4c3b87381951d9c3e2501d8f1435b26af4bc70883f8ab19b58e96e21a673abeb998d3bfa42bd4952692754e072a0a03d90a
+DIST obexd-0.48.tar.xz 350548 SHA256 6dfd10e1444b0d8a66f2d745d70336cd28e533e893a48f69879c4bb6d079edfb SHA512 5f349805d74e070d170fc715ab0ae8e4524fc62016352911cda999fa6e3da0f60e5be763e84ac303cd624cc51c89a47c2062e22b47ae7b56f90d017ff99cff5d WHIRLPOOL 0a5f3db03d8192561a4ce354a839500d7bb590f41d4c109c064da33dc040c5c72af357ab4d37f24771b0d4d9add981f42473e82c9c8532e894f588fec354aaca
diff --git a/app-mobilephone/obexd/metadata.xml b/app-mobilephone/obexd/metadata.xml
new file mode 100644
index 000000000000..476857a668a0
--- /dev/null
+++ b/app-mobilephone/obexd/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>dev-zero@gentoo.org</email>
+ <name>Tiziano Müller</name>
+ </maintainer>
+ <maintainer>
+ <email>pacho@gentoo.org</email>
+ <description>
+ Taking care of this until Tiziano has enough time
+ for maintaing this.
+ </description>
+ </maintainer>
+ <use>
+ <flag name='nokia'>Add support for Nokia backup
+ plugin</flag>
+ <flag name='server'>Enables server installation, it's
+ incompatible with obex-data-server provided one</flag>
+ </use>
+</pkgmetadata>
+
diff --git a/app-mobilephone/obexd/obexd-0.46.ebuild b/app-mobilephone/obexd/obexd-0.46.ebuild
new file mode 100644
index 000000000000..f0749ef75dd1
--- /dev/null
+++ b/app-mobilephone/obexd/obexd-0.46.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+DESCRIPTION="OBEX Server and Client"
+HOMEPAGE="http://www.bluez.org/"
+SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm ppc ppc64 x86"
+IUSE="-eds nokia -server usb"
+
+DOCS="AUTHORS ChangeLog README doc/*.txt"
+
+RDEPEND="eds? ( gnome-extra/evolution-data-server )
+ !eds? ( dev-libs/libical )
+ >=net-wireless/bluez-4.99
+ >=dev-libs/openobex-1.4
+ >=dev-libs/glib-2.28:2
+ >=sys-apps/dbus-1.4
+ server? ( !app-mobilephone/obex-data-server )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ app-arch/xz-utils"
+
+src_configure() {
+ econf \
+ --disable-debug \
+ $(use_with eds phonebook ebook) \
+ $(use_enable nokia pcsuite) \
+ $(use_enable server) \
+ $(use_enable usb)
+}
diff --git a/app-mobilephone/obexd/obexd-0.48.ebuild b/app-mobilephone/obexd/obexd-0.48.ebuild
new file mode 100644
index 000000000000..3d88dbb92c53
--- /dev/null
+++ b/app-mobilephone/obexd/obexd-0.48.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="OBEX Server and Client"
+HOMEPAGE="http://www.bluez.org/"
+SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="-eds nokia -server usb"
+
+DOCS="AUTHORS ChangeLog README doc/*.txt"
+
+RDEPEND="eds? ( gnome-extra/evolution-data-server )
+ !eds? ( dev-libs/libical )
+ >=net-wireless/bluez-4.100
+ >=dev-libs/openobex-1.4
+ >=dev-libs/glib-2.28:2
+ >=sys-apps/dbus-1.4
+ server? ( !app-mobilephone/obex-data-server )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ app-arch/xz-utils"
+
+src_configure() {
+ econf \
+ --disable-debug \
+ $(use_with eds phonebook ebook) \
+ $(use_enable nokia pcsuite) \
+ $(use_enable server) \
+ $(use_enable usb)
+}