summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-13 14:29:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-13 14:29:55 +0000
commit878f3b639f5a08a11c63fb83fefb13c4e9bad091 (patch)
treece4d2a08ef1350aeff0099181b1e1b43042e5ca6 /media-sound/lash
parentinitial ebuild; moved from vdr-testing overlay; Thanks to T.Kost for this ebuild (diff)
downloadgentoo-2-878f3b639f5a08a11c63fb83fefb13c4e9bad091.tar.gz
gentoo-2-878f3b639f5a08a11c63fb83fefb13c4e9bad091.tar.bz2
gentoo-2-878f3b639f5a08a11c63fb83fefb13c4e9bad091.zip
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/lash')
-rw-r--r--media-sound/lash/ChangeLog8
-rw-r--r--media-sound/lash/files/digest-lash-0.5.23
-rw-r--r--media-sound/lash/files/digest-lash-0.5.33
-rw-r--r--media-sound/lash/lash-0.5.2.ebuild40
-rw-r--r--media-sound/lash/lash-0.5.3.ebuild57
5 files changed, 6 insertions, 105 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog
index df5017f45aa3..161083811616 100644
--- a/media-sound/lash/ChangeLog
+++ b/media-sound/lash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lash
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.14 2007/12/16 16:07:20 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.15 2008/01/13 14:29:54 aballier Exp $
+
+ 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> -lash-0.5.2.ebuild,
+ -lash-0.5.3.ebuild:
+ remove old
*lash-0.5.4 (16 Dec 2007)
diff --git a/media-sound/lash/files/digest-lash-0.5.2 b/media-sound/lash/files/digest-lash-0.5.2
deleted file mode 100644
index 1c6bf0b55c23..000000000000
--- a/media-sound/lash/files/digest-lash-0.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 75ab0c28ce294543e8e0f636c3a209a1 lash-0.5.2.tar.gz 534176
-RMD160 111623271c4d6916d075fafa93057d8820f1ce78 lash-0.5.2.tar.gz 534176
-SHA256 ebc9f1b5b551cacf261299977068ce1547c13174fb6258d1ef8d2bfeb346794c lash-0.5.2.tar.gz 534176
diff --git a/media-sound/lash/files/digest-lash-0.5.3 b/media-sound/lash/files/digest-lash-0.5.3
deleted file mode 100644
index ca1d8cad8905..000000000000
--- a/media-sound/lash/files/digest-lash-0.5.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a9ed9f839a191ba7fd4b376b9cb24f31 lash-0.5.3.tar.gz 618942
-RMD160 52128688c0c18782b72daae57b8e50355e6ba43b lash-0.5.3.tar.gz 618942
-SHA256 de6b1a76e79f2e1d8b6aefe33432ff2914940bab467a2fa127f7993753e182ce lash-0.5.3.tar.gz 618942
diff --git a/media-sound/lash/lash-0.5.2.ebuild b/media-sound/lash/lash-0.5.2.ebuild
deleted file mode 100644
index 078ce7ec9b7e..000000000000
--- a/media-sound/lash/lash-0.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.2.ebuild,v 1.1 2006/11/25 14:59:46 aballier Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="LASH Audio Session Handler"
-HOMEPAGE="http://www.nongnu.org/lash/"
-SRC_URI="http://download.savannah.gnu.org/releases/lash/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- dev-libs/libxml2
- >=x11-libs/gtk+-2.0"
-
-src_compile() {
- econf --disable-serv-inst || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- # Add to /etc/services
- if ! grep -q ^lash /etc/services; then
- dodir /etc
- insinto /etc
- doins /etc/services
- echo -e "\nlash\t\t14541/tcp\t\t\t# LASH client/server protocol" >> ${D}/etc/services
- fi
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-sound/lash/lash-0.5.3.ebuild b/media-sound/lash/lash-0.5.3.ebuild
deleted file mode 100644
index 4fa33a8a4655..000000000000
--- a/media-sound/lash/lash-0.5.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.3.ebuild,v 1.5 2007/11/01 20:56:02 armin76 Exp $
-
-inherit eutils libtool
-
-DESCRIPTION="LASH Audio Session Handler"
-HOMEPAGE="http://www.nongnu.org/lash/"
-SRC_URI="http://download.savannah.gnu.org/releases/lash/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="alsa debug gtk python"
-
-DEPEND="alsa? ( media-libs/alsa-lib )
- media-sound/jack-audio-connection-kit
- dev-libs/libxml2
- gtk? ( >=x11-libs/gtk+-2.0 )
- python? ( dev-lang/python )
- || ( sys-libs/readline sys-libs/libedit )"
-
-pkg_setup() {
- if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
- eerror ""
- eerror "To be able to build ${CATEGORY}/${PN} with ALSA support you"
- eerror "need to have built media-libs/alsa-lib with midi USE flag."
- die "Missing midi USE flag on media-libs/alsa-lib"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- elibtoolize
-}
-
-src_compile() {
- local myconf
-
- # Yet-another-broken-configure: --enable-pylash would disable it.
- use python || myconf="${myconf} --disable-pylash"
-
- econf \
- $(use_enable alsa alsa-midi) \
- $(use_enable gtk gtk2) \
- $(use_enable debug) \
- ${myconf} \
- --disable-dependency-tracking \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}