From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/joystick/
Date: Thu, 21 Dec 2017 01:57:43 +0000 (UTC) [thread overview]
Message-ID: <1513821415.b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d.soap@gentoo> (raw)
commit: b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:56:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b779eaf2
games-util/joystick: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-util/joystick/Manifest | 2 --
games-util/joystick/joystick-1.4.8.ebuild | 28 ---------------------
games-util/joystick/joystick-1.5.1.ebuild | 42 -------------------------------
3 files changed, 72 deletions(-)
diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 732df555ea1..3f78eb0abea 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1 @@
-DIST linuxconsoletools-1.4.8.tar.bz2 43964 BLAKE2B 78aa5587a23f08794b66392463b0fd25540b2508675e0bd1062a34d619341b97e0cbe631f4f75fe1acfd4b46a838838165520ed1f1e7c6fde03b8d40d6ece4c1 SHA512 ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
-DIST linuxconsoletools-1.5.1.tar.bz2 50015 BLAKE2B 9ade2a213da21a876205e97e51fdb0e65c8eddc682a37468896efac969301319ef277e64b3652d8cdd275f89426e94c6d1748e17429e39fa59be6eff730c1e5a SHA512 41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb SHA512 35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
diff --git a/games-util/joystick/joystick-1.4.8.ebuild b/games-util/joystick/joystick-1.4.8.ebuild
deleted file mode 100644
index 16f14148a0e..00000000000
--- a/games-util/joystick/joystick-1.4.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
- !<x11-libs/tslib-1.0-r2"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- export PREFIX=/usr
- tc-export CC PKG_CONFIG
- export USE_SDL=$(usex sdl)
-}
diff --git a/games-util/joystick/joystick-1.5.1.ebuild b/games-util/joystick/joystick-1.5.1.ebuild
deleted file mode 100644
index 4fce88c7f1e..00000000000
--- a/games-util/joystick/joystick-1.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ http://atrey.karlin.mff.cuni.cz/~vojtech/input/"
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
- !<x11-libs/tslib-1.0-r2"
-RDEPEND="${DEPEND}
- udev? ( virtual/udev )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5.1-build.patch
- "${FILESDIR}"/${PN}-1.4.8-udev.patch
-)
-
-src_prepare() {
- default
-
- export PREFIX=/usr
- tc-export CC PKG_CONFIG
- export USE_SDL=$(usex sdl)
-}
-
-src_install() {
- default
- if use !udev ; then
- rm "${D}"/usr/bin/jscal-{re,}store || die
- fi
-}
next reply other threads:[~2017-12-21 1:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-21 1:57 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-24 17:52 [gentoo-commits] repo/gentoo:master commit in: games-util/joystick/ Ionen Wolkens
2021-08-09 7:12 Ionen Wolkens
2021-08-09 7:12 Ionen Wolkens
2019-10-14 13:59 Lars Wendler
2019-02-22 0:57 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-06-06 14:31 Agostino Sarubbo
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=1513821415.b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d.soap@gentoo \
--to=soap@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