From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/
Date: Sun, 18 Dec 2022 15:50:19 +0000 (UTC) [thread overview]
Message-ID: <1671378591.eaa9003fed83c285eadb515d7fa8108fd6f6fc47.asturm@gentoo> (raw)
commit: eaa9003fed83c285eadb515d7fa8108fd6f6fc47
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:20:35 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 15:49:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa9003f
app-mobilephone/gammu: drop 1.41.0
Closes: https://bugs.gentoo.org/886633
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-mobilephone/gammu/Manifest | 1 -
app-mobilephone/gammu/gammu-1.41.0.ebuild | 61 -------------------------------
2 files changed, 62 deletions(-)
diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest
index 471863d305f6..6a177effc321 100644
--- a/app-mobilephone/gammu/Manifest
+++ b/app-mobilephone/gammu/Manifest
@@ -1,2 +1 @@
-DIST gammu-1.41.0.tar.bz2 2167233 BLAKE2B 4b0bf77246cc6a07a52457cff2bae44e63ebfe2715cb0c0b7d89c3d6352bb2df4cd5e7fd9b62d316e316fb1e73108fe561e030b7444eccd601cd0d2541b9f0e9 SHA512 f2c2534d3827216bf015607431938e0cf2524d5f2c670a5f76bb5ab7928962d22de981bbbf2dfa7af833c7903b60a775242048210bac6c35b1a9ee7668db4543
DIST gammu-1.42.0.tar.bz2 2193946 BLAKE2B 074f870624efbd28aaf9ecb445063ff7ec070cd1498c00a2e93a8842ed2afd5a0bc6475d950885eec883bed158528dda0588809c2d55ef78c83f0eed3e1b4aff SHA512 f440df357578ce7f5ddd17f2f0f6405b4dacbca3e5da65a469f3f1e92c71bf899a7ef0977438c803ed9b1d7d15324d4a43bd9d97d986119a522243e2e6304971
diff --git a/app-mobilephone/gammu/gammu-1.41.0.ebuild b/app-mobilephone/gammu/gammu-1.41.0.ebuild
deleted file mode 100644
index 67a45a3dae6a..000000000000
--- a/app-mobilephone/gammu/gammu-1.41.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A tool to handle your cellular phone"
-HOMEPAGE="https://wammu.eu/gammu/"
-SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth curl dbi debug irda mysql nls odbc postgres usb"
-
-DEPEND="
- dev-libs/glib:2=
- dev-libs/libgudev:=
- virtual/libiconv
- bluetooth? ( net-wireless/bluez:= )
- curl? ( net-misc/curl:= )
- dbi? ( >=dev-db/libdbi-0.8.3:= )
- irda? ( virtual/os-headers )
- mysql? ( dev-db/mysql-connector-c:= )
- nls? ( sys-devel/gettext )
- odbc? ( dev-db/unixODBC )
- postgres? ( dev-db/postgresql:= )
- usb? ( virtual/libusb:1= )
-"
-
-RDEPEND="
- ${DEPEND}
- dev-util/dialog
-"
-src_configure() {
- local mycmakeargs=(
- -DWITH_BLUETOOTH=$(usex bluetooth)
- -DWITH_CURL=$(usex curl)
- -DWITH_Gettext=$(usex nls)
- -DWITH_Iconv=$(usex nls)
- -DWITH_IRDA=$(usex irda)
- -DWITH_LibDBI=$(usex dbi)
- -DWITH_MySQL=$(usex mysql)
- -DWITH_ODBC=$(usex odbc)
- -DWITH_Postgres=$(usex postgres)
- -DWITH_USB=$(usex usb)
- -DINSTALL_DOC_DIR="share/doc/${PF}"
- )
- cmake_src_configure
-}
-
-src_test() {
- addwrite "/run/lock/LCK..bar"
- LD_LIBRARY_PATH="${BUILD_DIR}/libgammu" cmake_src_test -j1
-}
-
-src_install() {
- cmake_src_install
- docompress -x /usr/share/doc/${PF}/examples/
-}
next reply other threads:[~2022-12-18 15:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-18 15:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/ Sam James
2022-12-18 10:50 Sam James
2022-12-18 10:41 Sam James
2022-05-18 15:14 Joonas Niilola
2022-04-10 21:11 Jonas Stein
2021-03-06 11:10 Andreas Sturmlechner
2021-03-01 9:20 Agostino Sarubbo
2021-02-25 13:54 Agostino Sarubbo
2020-12-30 12:50 Michał Górny
2019-11-06 14:35 Joonas Niilola
2019-03-18 20:13 Craig Andrews
2019-03-04 11:52 Andreas Sturmlechner
2018-03-22 16:17 Michał Górny
2018-03-22 16:17 Michał Górny
2018-01-26 19:54 Thomas Deutschmann
2018-01-06 23:32 Ulrich Müller
2017-11-25 21:59 Jonas Stein
2017-11-18 23:20 Jonas Stein
2017-10-16 11:13 Michael Palimaka
2017-06-12 8:58 Michael Palimaka
2017-02-07 16:58 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=1671378591.eaa9003fed83c285eadb515d7fa8108fd6f6fc47.asturm@gentoo \
--to=asturm@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