From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/
Date: Sun, 4 Apr 2021 18:35:37 +0000 (UTC) [thread overview]
Message-ID: <1617561310.a38b42da8348655f5b0cae0db41ee78c54092609.tamiko@gentoo> (raw)
commit: a38b42da8348655f5b0cae0db41ee78c54092609
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 18:16:48 2021 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:35:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38b42da
sys-apps/usbredir: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sys-apps/usbredir/Manifest | 3 --
sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 44 -----------------------
sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild | 44 -----------------------
3 files changed, 91 deletions(-)
diff --git a/sys-apps/usbredir/Manifest b/sys-apps/usbredir/Manifest
index 4765906a53e..2706e26ec30 100644
--- a/sys-apps/usbredir/Manifest
+++ b/sys-apps/usbredir/Manifest
@@ -1,4 +1 @@
-DIST usbredir-0.7.1.tar.bz2 329895 BLAKE2B 7017b1441c2265c9e58532bcc8718844e6f64c7272ad599a8cf5f6e21f694524e05da2d8672c4892faa7b744be46bdfff521dbcb4944715d45b24d5925972ac4 SHA512 f8d26d59d5a530aa413fabe2402fbbd9662760453c2b4e83d34f2e5287c188114ea870f15ae1bc910297649986315be965f0d23d0a2b7b0cec2f207fc65d7598
-DIST usbredir-0.7.1_p20170503-patches.tar.xz 8120 BLAKE2B 21c7a853b3d5329fcca45169e22135bce615c9422f314f680f1087014d64179bf26f07bdb377bcff48155f28a37dec82b0bee8bce4d868e41614b128fe61b95a SHA512 b281d7a1ee191746e5fbe655b21c0cd9b2cf9cd69d5f28d91ab41de2d62a7f3c5c2a42f3f9c40c73d61a57d89423d996f4a779ebdff8f9d088030c2a4c2a24a7
-DIST usbredir-0.7.1_p20180211-patches.tar.xz 12508 BLAKE2B 57479444752070147583a0cc2f6651a32c8a618756638ae04928dda7082214d501fb5122a0f5d02aca994be0a386a8e493628faa240f61987dbd02d2fcfa679a SHA512 993c7ad5faf66f249546e1a631a10cd842439486de029ed2fff049b70967cb0a6ad45fb773a1c97fd6811e246f4cc4c7482522393dcc74b26ba2646a83ac70c8
DIST usbredir-0.8.0.tar.bz2 331349 BLAKE2B 0190b4ab35cd554c13b65d30756b7b018e7ce82c72e7dddbaf05b8a704bd8a25724c4ac4759e1b86dfadb64ad7ade75c05365ab9ae3152f8fa60e909bc5e183b SHA512 976274adf08f8691b0961f5238021e988a4347873d0c67576038f44cbdaf25c2bb325d8cede0a507933b719f9715b1508ccd1d8f52fccd36f13a7640553dc108
diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
deleted file mode 100644
index 5b382fb4c5c..00000000000
--- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic ltprune
-
-MY_PV=${PV/_p*/}
-
-DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="https://www.spice-space.org/usbredir.html"
-SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2
- https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-PATCHES=(
- "${S}_p20170503-patches"
-)
-
-DOCS="ChangeLog README* TODO *.txt"
-
-src_configure() {
- # https://bugs.freedesktop.org/show_bug.cgi?id=54643
- append-cflags -Wno-error
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- # noinst_PROGRAMS
- dobin usbredirtestclient/usbredirtestclient
-}
diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
deleted file mode 100644
index c939b6bf7ee..00000000000
--- a/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic ltprune
-
-MY_PV=${PV/_p*/}
-
-DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="https://www.spice-space.org/usbredir.html"
-SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2
- https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="static-libs"
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-PATCHES=(
- "${S}_p20180211-patches"
-)
-
-DOCS="ChangeLog README* TODO *.txt"
-
-src_configure() {
- # https://bugs.freedesktop.org/show_bug.cgi?id=54643
- append-cflags -Wno-error
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- # noinst_PROGRAMS
- dobin usbredirtestclient/.libs/usbredirtestclient
-}
next reply other threads:[~2021-04-04 18:35 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 18:35 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 1:11 [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/ Sam James
2025-03-13 1:09 Sam James
2025-03-13 1:09 Sam James
2025-03-13 0:53 Sam James
2025-02-09 6:23 Sam James
2024-04-29 13:42 Sam James
2024-04-29 13:42 Sam James
2024-03-12 4:04 Sam James
2024-03-12 4:04 Sam James
2023-10-04 15:28 Sam James
2023-08-27 14:13 David Seifert
2023-05-05 10:14 Sam James
2022-12-25 21:24 Sam James
2022-12-25 20:31 Arthur Zamarin
2022-12-25 20:19 Arthur Zamarin
2022-12-25 20:13 Sam James
2022-12-25 20:13 Sam James
2022-12-25 20:07 Arthur Zamarin
2022-10-29 21:39 Sam James
2022-09-23 5:41 Sam James
2022-02-26 8:33 Joonas Niilola
2022-02-25 21:43 Sam James
2022-02-25 20:44 Arthur Zamarin
2022-02-25 18:32 Sam James
2022-02-25 18:32 Sam James
2022-02-25 10:11 Joonas Niilola
2022-02-25 10:11 Joonas Niilola
2022-02-17 12:17 Joonas Niilola
2022-02-17 12:17 Joonas Niilola
2022-01-23 8:05 Yixun Lan
2021-05-26 8:33 David Seifert
2021-05-26 8:11 Sam James
2021-05-26 8:04 Sam James
2021-05-24 0:12 Sam James
2021-05-24 0:12 Sam James
2021-05-23 23:05 Agostino Sarubbo
2021-05-23 22:28 Agostino Sarubbo
2021-04-21 19:02 Sam James
2021-04-04 18:35 Matthias Maier
2021-04-04 18:35 Matthias Maier
2020-08-19 22:40 Sam James
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-15 18:29 Agostino Sarubbo
2020-03-15 18:27 Agostino Sarubbo
2020-03-15 18:26 Agostino Sarubbo
2020-02-15 10:03 David Seifert
2019-07-28 19:39 Matthias Maier
2018-06-10 3:41 Matthias Maier
2018-04-18 18:15 David Seifert
2018-02-12 3:05 Matthias Maier
2018-02-12 3:05 Matthias Maier
2017-08-17 17:06 Michał Górny
2017-05-22 1:21 Michael Weber
2017-05-17 19:20 Markus Meier
2017-05-12 17:56 Tobias Klausmann
2017-05-04 13:07 Agostino Sarubbo
2017-05-03 12:55 Matthias Maier
2017-05-03 12:55 Matthias Maier
2017-05-03 12:55 Matthias Maier
2017-05-03 12:55 Matthias Maier
2015-12-07 18:17 Robin H. Johnson
2015-12-07 18:17 Robin H. Johnson
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=1617561310.a38b42da8348655f5b0cae0db41ee78c54092609.tamiko@gentoo \
--to=tamiko@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