From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/
Date: Thu, 23 Feb 2017 09:56:34 +0000 (UTC) [thread overview]
Message-ID: <1487843784.336fcb8efc8dbe69b30bff30b713ed18b04c9d92.kensington@gentoo> (raw)
commit: 336fcb8efc8dbe69b30bff30b713ed18b04c9d92
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:56:13 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:56:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336fcb8e
dev-libs/openobex: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/openobex/Manifest | 1 -
dev-libs/openobex/openobex-1.5.ebuild | 43 -----------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-libs/openobex/Manifest b/dev-libs/openobex/Manifest
index e011096075..783887f8ff 100644
--- a/dev-libs/openobex/Manifest
+++ b/dev-libs/openobex/Manifest
@@ -1,2 +1 @@
-DIST openobex-1.5.tar.gz 400876 SHA256 e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422935e65 SHA512 a9b8a49a1146c4aa69eb2e1ccc56a2c7ad7e70762c51f66f2009c6711699dd16ffe2efd47ac372f5a4ce947e3ef8ffd646206d75e55899294b43c062e23faa25 WHIRLPOOL ea0453f54ae1e81504ea3308de1b2a169b11f148678b769357b723209f545090d04610dd2fcc4f22b48b2c207f4bcbd1475636694d2d2d310fc3ca9300a58c7b
DIST openobex-1.7.1-Source.tar.gz 131091 SHA256 3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57 SHA512 df38b363bd4c6eb6c0181fc7858fb03ac2bdfa85d8496faaa514d5cc4473b33c883956d4e1c94c3fefa5e44e5eed35a8dfcab889ce6ca8c29694f2b18334754e WHIRLPOOL 26728f0bd9186d69bff408372db40f62dc1230772ebaea70892e91095d043526adf71d97b6fe2c9736256214cc969ead91df9f1c22247a6a137e9ec950ada57d
diff --git a/dev-libs/openobex/openobex-1.5.ebuild b/dev-libs/openobex/openobex-1.5.ebuild
deleted file mode 100644
index 7c40e75d31..0000000000
--- a/dev-libs/openobex/openobex-1.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices"
-HOMEPAGE="https://sourceforge.net/projects/openobex/"
-SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="bluetooth debug irda syslog usb"
-
-RDEPEND="bluetooth? ( net-wireless/bluez )
- usb? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-use-flags.patch
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-apps \
- $(use_enable irda) \
- $(use_enable bluetooth) \
- $(use_enable usb) \
- $(use_enable debug) \
- $(use_enable debug dump) \
- $(use_enable syslog)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README AUTHORS NEWS ChangeLog
-}
next reply other threads:[~2017-02-23 9:56 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-23 9:56 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 18:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/ Andreas Sturmlechner
2022-04-01 5:50 Arthur Zamarin
2022-03-31 18:45 Jakov Smolić
2022-03-31 18:45 Jakov Smolić
2022-03-31 9:04 Agostino Sarubbo
2022-03-31 9:01 Agostino Sarubbo
2022-03-11 14:50 Sam James
2021-04-18 21:27 Andreas Sturmlechner
2019-07-28 20:25 Mikle Kolyada
2019-06-08 18:13 Agostino Sarubbo
2019-06-06 6:58 Agostino Sarubbo
2019-06-06 6:51 Agostino Sarubbo
2019-06-05 13:47 Agostino Sarubbo
2019-03-22 11:24 Andrew Savchenko
2018-12-12 4:54 Andrew Savchenko
2018-12-08 12:19 Mikle Kolyada
2018-11-07 22:59 Sergei Trofimovich
2018-11-05 18:18 Mikle Kolyada
2018-11-05 7:51 Sergei Trofimovich
2018-11-04 19:14 Thomas Deutschmann
2018-10-27 18:40 Andrew Savchenko
2018-08-25 21:30 Andreas Sturmlechner
2018-08-22 5:12 Markus Meier
2018-08-21 0:13 Sergei Trofimovich
2018-08-16 23:42 Mikle Kolyada
2018-08-16 0:39 Thomas Deutschmann
2018-08-13 21:20 Sergei Trofimovich
2018-06-28 18:49 Andreas Sturmlechner
2017-02-23 8:59 Michael Weber
2016-12-03 8:58 Hans de Graaff
2016-10-02 6:52 Jeroen Roovers
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=1487843784.336fcb8efc8dbe69b30bff30b713ed18b04c9d92.kensington@gentoo \
--to=kensington@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