summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-19 18:19:38 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-03-20 09:22:10 +0100
commite3e4a8772858333925a38a9317fc344d18e2894d (patch)
tree4127477c4e56d7eea73739de0673024449b319ff /media-sound/tk707
parentmedia-sound/fluidsynth: use HTTPS (diff)
downloadgentoo-e3e4a8772858333925a38a9317fc344d18e2894d.tar.gz
gentoo-e3e4a8772858333925a38a9317fc344d18e2894d.tar.bz2
gentoo-e3e4a8772858333925a38a9317fc344d18e2894d.zip
media-sound/tk707: use HTTPS, fix LICENSE
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20009 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/tk707')
-rw-r--r--media-sound/tk707/tk707-0.8-r2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-sound/tk707/tk707-0.8-r2.ebuild b/media-sound/tk707/tk707-0.8-r2.ebuild
index 03b31573728b..a8319e27411d 100644
--- a/media-sound/tk707/tk707-0.8-r2.ebuild
+++ b/media-sound/tk707/tk707-0.8-r2.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools desktop
-DESCRIPTION=" An 7x7 type midi drum sequencer for Linux"
-HOMEPAGE="http://www-ljk.imag.fr/membres/Pierre.Saramito/tk707/"
+DESCRIPTION="An 7x7 type midi drum sequencer for Linux"
+HOMEPAGE="https://www-ljk.imag.fr/membres/Pierre.Saramito/tk707/"
SRC_URI="mirror://gentoo/${P}.tar.gz
mirror://gentoo/${P}-updated_tcl2c.patch.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
RDEPEND="
>=media-libs/alsa-lib-0.9.0
>=dev-lang/tcl-8.4:0=