summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-19 18:06:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-19 18:06:27 +0000
commitd2e9ccf1769f38cbd4c5e9d4286f777453bb0572 (patch)
treed2b8c04847a4cb112f17ca2359f57f3e2c2ad4d7 /media-sound/line6usb
parentFix sliders not working properly (bug #359489 by JC Greca), reorder dependenc... (diff)
downloadhistorical-d2e9ccf1769f38cbd4c5e9d4286f777453bb0572.tar.gz
historical-d2e9ccf1769f38cbd4c5e9d4286f777453bb0572.tar.bz2
historical-d2e9ccf1769f38cbd4c5e9d4286f777453bb0572.zip
old
Package-Manager: portage-2.2.0_alpha27/cvs/Linux x86_64
Diffstat (limited to 'media-sound/line6usb')
-rw-r--r--media-sound/line6usb/Manifest2
-rw-r--r--media-sound/line6usb/line6usb-0.7.3.ebuild101
2 files changed, 0 insertions, 103 deletions
diff --git a/media-sound/line6usb/Manifest b/media-sound/line6usb/Manifest
index 492953954065..407e5b7a9534 100644
--- a/media-sound/line6usb/Manifest
+++ b/media-sound/line6usb/Manifest
@@ -1,8 +1,6 @@
AUX line6usb-0.8.1-kernel-2.6.31-fix.patch 739 RMD160 0b70e0098f23f26bdca9a80c8a2abf048100c3da SHA1 4e5e3e8bc961e8c02e6a4c6e0a5a2cbc2fb1046d SHA256 92f6d4b738b638ee14fead27ba8eff38369f86f1c6e7ff076cd1ac1c105fd1fd
DIST driverdocs.pdf 139499 RMD160 71d6a5da001bc726df620b9085f1ef73276493fc SHA1 0119f5925139df29b0df639b0dbbab3f62af6596 SHA256 14cba5afb7bf39ba2dcbf76f095287d35f1542131631d5dc68f6a25648a36a9d
-DIST line6usb-0.7.3.tar.bz2 35600 RMD160 8bd73ec12fd045ec2b956293430edbc800640f54 SHA1 07d223884e69dce7ff0afd2ce640e8ec091ffe19 SHA256 70f66608bee71e6d9b15e9467961cdfa85bacc3616cec7f0b6758d4d1c90e8e4
DIST line6usb-0.8.1.tar.bz2 38623 RMD160 1573c89a2c0579bf4de7add04c4b1c7146e71c0d SHA1 5fd8a0c12d576b60dbff6c0bda446e2604be5022 SHA256 e461035a4f48a09d8000bb9c719d559091cbb6d7db6f22bbb4cfbd8b67301459
-EBUILD line6usb-0.7.3.ebuild 2758 RMD160 f4eaa0c14f0b8b6810a2985ad5f0b146233b7a1a SHA1 561ed390129b42b3af9cf860c89581261905796a SHA256 f1e8dc77a90623a21cde3bea309aa6021e916f53d372a71354e6327d226b7548
EBUILD line6usb-0.8.1-r1.ebuild 4213 RMD160 d960e3f7296d0a2a3df37246f4ff6dc94e86751e SHA1 e80b003a5a10ce228d76d862f06c58490fc2ca40 SHA256 4fc460b50bab6fae75d683593bb9c955db5f6940924ba928a68cc65ceb74b53a
MISC ChangeLog 1499 RMD160 ddb2224ae7086af5fd970742c4bc750f2a482801 SHA1 8bb07483215988ba8d35b7f5c04896b00772400d SHA256 5f84b262c93834a7f31f671011099fdbd7a1218fead8287200c32456fe69dd92
MISC metadata.xml 476 RMD160 fc95f23530882331e9ba2b753415e295c8a17aae SHA1 7fc39d818154998be85419d26534f8ee675f11c5 SHA256 f15e9c7d7b0dfe88b2e19994a427784f00e4e3e759ce4718ab928f690afe474d
diff --git a/media-sound/line6usb/line6usb-0.7.3.ebuild b/media-sound/line6usb/line6usb-0.7.3.ebuild
deleted file mode 100644
index 45ac715158af..000000000000
--- a/media-sound/line6usb/line6usb-0.7.3.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/line6usb/line6usb-0.7.3.ebuild,v 1.6 2009/09/06 21:15:09 robbat2 Exp $
-
-inherit linux-mod eutils multilib
-
-DESCRIPTION="Experimental USB driver for Line6 PODs and the Variax workbench."
-HOMEPAGE="http://www.tanzband-scream.at/line6/"
-SRC_URI="http://www.tanzband-scream.at/line6/download/${P}.tar.bz2
- doc? ( http://www.tanzband-scream.at/line6/driverdocs.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-# needs testing/keywording with 2.6 kernels on ~ppc/ppc64 (should work)
-IUSE="doc"
-
-CONFIG_CHECK="USB SOUND"
-MODULE_NAMES="line6usb(usb:${S}:${S})"
-ERROR_PODXTPRO="${P} requires the podxtpro driver to be removed first."
-
-RDEPEND="virtual/modutils
- dev-lang/perl"
-
-DEPEND="${RDEPEND}
- virtual/alsa
- <virtual/linux-sources-2.6.25
- sys-apps/debianutils"
-
-pkg_setup() {
- ABI="${KERNEL_ABI}"
- linux-mod_pkg_setup
- BUILD_PARAMS="LINUX_DIR=${KV_DIR} OUTPUT_DIR=${KV_OUT_DIR}"
- check_upgrade
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- convert_to_m Makefile
-
- sed -i \
- -e "s:/lib/modules/\$(shell uname -r)/build:${KERNEL_DIR}:g" \
- -e "s:\$(shell uname -r):${KV_FULL}:g" \
- -e "s:\$(shell pwd):${S}:g" \
- Makefile || die "sed failed!"
-}
-
-src_compile() {
- # linux-mod_src_compile doesn't work here
- set_arch_to_kernel
- cd "${S}"
- emake KERNEL_LOCATION="${KERNEL_DIR}" || die "emake failed."
-}
-
-src_install() {
- DESTDIR="${D}" make install-only || die "make install failed"
-
- # remove some cruft
- rm "${D}"usr/bin/remove_old_podxtpro_driver.sh
-
- dodoc INSTALL
- if use doc; then
- insinto /usr/share/doc/${P}
- doins "${DISTDIR}"/driverdocs.pdf
- fi
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- elog
- elog "This is an experimental driver. Not responsible for runaway dogs,"
- elog "hair-loss, or sterility. You have been warned..."
- elog
-}
-
-check_upgrade() {
- local old="podxtpro.${KV_OBJ}"
- local new="line6usb.${KV_OBJ}"
- if [[ -e \
- "/lib/modules/${KV_FULL}/kernel/sound/usb/${old}" ]]; then
- eerror "The previous version of the driver called podxtpro"
- eerror "exists on your system."
- eerror
- eerror "Please completely remove the old driver before trying"
- eerror "to install ${P}."
- eerror
- die "upgrade not possible with existing driver"
- elif [[ -e \
- "/lib/modules/${KV_FULL}/kernel/sound/usb/${new}" ]]; then
- ewarn
- ewarn "Collisions are expected here, if you removed the ebuild"
- ewarn "(because kernel modules are protected by default). Use"
- ewarn "FEATURES=-collision-protect emerge ... for this package,"
- ewarn "or remove the old kernel module (${new}) manually first"
- ewarn "from /lib/modules/${KV_FULL}/kernel/sound/usb/"
- ewarn
- fi
-}