summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-02-19 14:23:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-02-19 14:23:07 +0000
commit1b4f154b306489391440ebd10ac52815a5eee5aa (patch)
treec220d6713911c802973a507254c1fac4fe701f9c /media-libs/libshout/libshout-1.0.9.ebuild
parentversion bump (diff)
downloadhistorical-1b4f154b306489391440ebd10ac52815a5eee5aa.tar.gz
historical-1b4f154b306489391440ebd10ac52815a5eee5aa.tar.bz2
historical-1b4f154b306489391440ebd10ac52815a5eee5aa.zip
remove old
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libshout/libshout-1.0.9.ebuild')
-rw-r--r--media-libs/libshout/libshout-1.0.9.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/libshout/libshout-1.0.9.ebuild b/media-libs/libshout/libshout-1.0.9.ebuild
deleted file mode 100644
index c6611f83241c..000000000000
--- a/media-libs/libshout/libshout-1.0.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-1.0.9.ebuild,v 1.13 2007/07/12 03:10:24 mr_bones_ Exp $
-
-IUSE=""
-
-DESCRIPTION="libshout is a library for connecting and sending data to icecast servers."
-SRC_URI="http://developer.icecast.org/libshout/releases/${P}.tar.gz"
-HOMEPAGE="http://developer.icecast.org/libshout/"
-
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-LICENSE="GPL-2"
-
-src_compile() {
- ./configure --prefix=/usr \
- --mandir=/usr/share/man || die
-
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-}