From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/sobexsrv/
Date: Fri, 9 Oct 2020 08:53:18 +0000 (UTC) [thread overview]
Message-ID: <1602232989.f6dabef6c44fbb99e0d478b395540ffd065d73bd.mgorny@gentoo> (raw)
commit: f6dabef6c44fbb99e0d478b395540ffd065d73bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 08:21:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 08:43:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dabef6
app-mobilephone/sobexsrv: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild | 93 -----------------------
1 file changed, 93 deletions(-)
diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild
deleted file mode 100644
index 442f57871b0..00000000000
--- a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 toolchain-funcs user
-
-MY_P="${P/_pre/pre}"
-
-DESCRIPTION="Scripting/Secure OBEX Server (for BlueZ Linux)"
-SRC_URI="http://www.mulliner.org/bluetooth/${MY_P}.tar.gz
- https://dev.gentoo.org/~joker/${P}-fix64.patch"
-HOMEPAGE="http://www.mulliner.org/bluetooth/sobexsrv.php"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="gtk"
-
-DEPEND="
- >=dev-libs/openobex-1.7.2-r1
- net-wireless/bluez
- gtk? ( ${PYTHON_DEPS} )"
-RDEPEND="${DEPEND}
- gtk? (
- ${PYTHON_DEPS}
- >=dev-python/pygtk-2.2
- )"
-REQUIRED_USE="
- gtk? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${DISTDIR}/${P}"-fix64.patch
- "${FILESDIR}/${P}"-openobex16.patch
-)
-
-pkg_setup() {
- use gtk && python-single-r1_pkg_setup
-
- enewgroup sobexsrv
- enewuser sobexsrv -1 -1 /var/spool/sobexsrv sobexsrv
-}
-
-src_prepare() {
- default
-
- sed -e 's:/usr/man/man8:/usr/share/man/man8:' \
- -e 's/install: all/install:/' \
- -i Makefile || die
-
- sed -e 's/^CFLAGS =/CFLAGS +=/' \
- -e 's/^CC =/CC ?=/' \
- -e 's/$(CC) $(CFLAGS)/$(CC) $(LDFLAGS) $(CFLAGS)/' \
- -i src/Makefile || die
-}
-
-src_compile() {
- tc-export CC
- emake -C src
-}
-
-src_install() {
- default
- dodoc AUTHOR CONFIG SECURITY THANKS
-
- if use gtk; then
- python_doscript "${D}/usr/bin/sobexsrv_handler"
- newdoc "${S}/scripts/test" sobexsrv_handler.sample_script
- else
- rm "${D}/usr/bin/sobexsrv_handler" || die
- fi
-
- newinitd "${FILESDIR}/init.d_sobexsrv" sobexsrv
- newconfd "${FILESDIR}/conf.d_sobexsrv" sobexsrv
-
- keepdir /var/spool/sobexsrv
- fowners sobexsrv:sobexsrv /var/spool/sobexsrv
-}
-
-pkg_postinst() {
- elog
- elog "/usr/bin/sobexsrv is *NOT* installed set-uid root by"
- elog "default. suid is required for the chroot option (-R)."
- elog
- elog "Execute the following commands to enable suid:"
- elog
- elog "chown root:sobexsrv /usr/bin/sobexsrv"
- elog "chmod 4710 /usr/bin/sobexsrv"
- elog
-}
next reply other threads:[~2020-10-09 8:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-09 8:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-23 10:24 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/sobexsrv/ Agostino Sarubbo
2020-09-06 9:57 Andrew Savchenko
2018-11-12 10:41 Andrew Savchenko
2018-11-07 22:59 Sergei Trofimovich
2018-11-05 18:18 Mikle Kolyada
2018-11-04 19:14 Thomas Deutschmann
2018-10-27 18:40 Andrew Savchenko
2016-12-25 22:45 Andrew Savchenko
2016-12-25 10:23 Agostino Sarubbo
2016-12-24 10:18 Agostino Sarubbo
2016-06-12 8:00 Andrew Savchenko
2016-06-11 20:39 Pacho Ramos
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=1602232989.f6dabef6c44fbb99e0d478b395540ffd065d73bd.mgorny@gentoo \
--to=mgorny@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