From: "Kristian Fiskerstrand" <k_f@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/
Date: Sat, 19 Nov 2016 16:03:21 +0000 (UTC) [thread overview]
Message-ID: <1479571394.5df1b83896bc3231c4fd933fada4cf186193a7c1.k_f@gentoo> (raw)
commit: 5df1b83896bc3231c4fd933fada4cf186193a7c1
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 16:03:02 2016 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:03:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df1b838
net-wireless/blueberry: New package
Proxied maintained c.f
Gentoo-Bug: 600236
Gentoo-Bug: 599690
Package-Manager: portage-2.3.2
net-wireless/blueberry/Manifest | 1 +
net-wireless/blueberry/blueberry-1.1.8.ebuild | 54 +++++++++++++++++++++++++++
net-wireless/blueberry/metadata.xml | 15 ++++++++
3 files changed, 70 insertions(+)
diff --git a/net-wireless/blueberry/Manifest b/net-wireless/blueberry/Manifest
new file mode 100644
index 00000000..10a2f4f
--- /dev/null
+++ b/net-wireless/blueberry/Manifest
@@ -0,0 +1 @@
+DIST blueberry-1.1.8.tar.gz 1342620 SHA256 f794a278d1c58e7b1717da1b89bff0939c4ae47206b6917f335d1b19f7569f55 SHA512 e516294ad9a4c40dee3c1acad2a30d8110631fff9627b2212f0f3168e13e615ca0b44b93ee1da0adf99b0b858effdd61db2a4898000c5cf040d638746a45b1bc WHIRLPOOL ed527e7cfbd41ab8e128c072da251825d2db27347ec452b158efe0e9e766e866cd8a8c131849ef2d29872fac09d97644fcf18b9f7336a3e0e57ad09f90e92dad
diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild b/net-wireless/blueberry/blueberry-1.1.8.ebuild
new file mode 100644
index 00000000..31214c6
--- /dev/null
+++ b/net-wireless/blueberry/blueberry-1.1.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils python-single-r1
+
+DESCRIPTION="A Bluetooth configuration tool"
+HOMEPAGE="https://github.com/linuxmint/blueberry"
+SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ >=net-wireless/gnome-bluetooth-3.14[introspection]
+ net-wireless/rfkill
+ x11-misc/wmctrl"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+ sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} || die
+ epatch_user
+}
+
+src_install() {
+ doins -r etc
+ exeinto /usr/bin
+ doexe usr/bin/*
+ exeinto /usr/lib/blueberry
+ doexe usr/lib/blueberry/*
+ insinto /usr
+ doins -r usr/share
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ gnome2_icon_cache_update
+}
diff --git a/net-wireless/blueberry/metadata.xml b/net-wireless/blueberry/metadata.xml
new file mode 100644
index 00000000..421cd2f
--- /dev/null
+++ b/net-wireless/blueberry/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>olivier.laurantin@laposte.net</email>
+ <name>Olivier Laurantin</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">linuxmint/blueberry</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-11-19 16:03 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-19 16:03 Kristian Fiskerstrand [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-23 21:01 [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/ David Seifert
2017-06-25 19:53 Kristian Fiskerstrand
2017-06-26 18:08 Kristian Fiskerstrand
2017-10-23 11:15 Lars Wendler
2017-10-23 12:47 Lars Wendler
2017-11-26 23:23 David Seifert
2018-05-26 11:32 Mart Raudsepp
2019-10-07 5:20 Joonas Niilola
2020-01-30 6:33 Joonas Niilola
2020-01-30 6:33 Joonas Niilola
2020-02-09 16:34 Michał Górny
2020-04-17 7:36 Joonas Niilola
2020-04-17 7:36 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:11 Joonas Niilola
2020-09-15 14:20 Joonas Niilola
2021-06-10 8:13 Joonas Niilola
2021-06-10 8:13 Joonas Niilola
2022-01-07 5:14 Sam James
2022-01-07 5:14 Sam James
2022-05-20 8:40 Joonas Niilola
2022-05-20 8:40 Joonas Niilola
2022-05-20 8:40 Joonas Niilola
2023-02-26 4:01 Michał Górny
2023-02-26 4:01 Michał Górny
2023-02-26 4:57 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479571394.5df1b83896bc3231c4fd933fada4cf186193a7c1.k_f@gentoo \
--to=k_f@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox