summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-10-21 17:13:23 +0200
committerPacho Ramos <pacho@gentoo.org>2018-10-21 17:17:29 +0200
commit6369154027f20b5137b7a59d6b1d89a2bac0f7c7 (patch)
tree56dac4df1f491a70091d09354e99927dbbd962c2 /media-sound
parentmedia-sound/tk707: Fix build with glibc-2.27 (diff)
downloadgentoo-6369154027f20b5137b7a59d6b1d89a2bac0f7c7.tar.gz
gentoo-6369154027f20b5137b7a59d6b1d89a2bac0f7c7.tar.bz2
gentoo-6369154027f20b5137b7a59d6b1d89a2bac0f7c7.zip
media-sound/tk707: Drop old
Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/tk707/tk707-0.8-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/tk707/tk707-0.8-r1.ebuild b/media-sound/tk707/tk707-0.8-r1.ebuild
deleted file mode 100644
index 10c5456ac6c5..000000000000
--- a/media-sound/tk707/tk707-0.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils autotools
-
-DESCRIPTION=" An \"7x7\" type midi drum sequencer for Linux"
-HOMEPAGE="http://www-lmc.imag.fr/lmc-edp/Pierre.Saramito/tk707"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gentoo/${P}-updated_tcl2c.patch.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-RDEPEND=">=media-libs/alsa-lib-0.9.0
- >=dev-lang/tcl-8.4
- >=dev-lang/tk-8.4"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- EPATCH_SOURCE=${S} epatch ${P}-*.patch
-
- cd "${S}"
- epatch "${FILESDIR}/${P}-asneeded.patch"
- epatch "${FILESDIR}/${P}-nostrip.patch"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}