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
commit6dc61594d2102d46db7f4595e53d3307cd0c3b16 (patch)
tree2a539713b87de1abc911dc5070d26d0419a1b4b2 /media-libs/libshout
parentalpha/ia64/s390/sh/sparc stable wrt #394393 (diff)
downloadgentoo-2-6dc61594d2102d46db7f4595e53d3307cd0c3b16.tar.gz
gentoo-2-6dc61594d2102d46db7f4595e53d3307cd0c3b16.tar.bz2
gentoo-2-6dc61594d2102d46db7f4595e53d3307cd0c3b16.zip
remove old
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libshout')
-rw-r--r--media-libs/libshout/ChangeLog8
-rw-r--r--media-libs/libshout/libshout-1.0.9.ebuild24
-rw-r--r--media-libs/libshout/libshout-2.0.ebuild27
3 files changed, 6 insertions, 53 deletions
diff --git a/media-libs/libshout/ChangeLog b/media-libs/libshout/ChangeLog
index c553c8851757..aaf77ceb3289 100644
--- a/media-libs/libshout/ChangeLog
+++ b/media-libs/libshout/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libshout
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.27 2012/02/19 14:20:45 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.28 2012/02/19 14:23:07 aballier Exp $
+
+ 19 Feb 2012; Alexis Ballier <aballier@gentoo.org> -libshout-1.0.9.ebuild,
+ -libshout-2.0.ebuild:
+ remove old
*libshout-2.3.0 (19 Feb 2012)
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
-}
diff --git a/media-libs/libshout/libshout-2.0.ebuild b/media-libs/libshout/libshout-2.0.ebuild
deleted file mode 100644
index 0df824ce2af3..000000000000
--- a/media-libs/libshout/libshout-2.0.ebuild
+++ /dev/null
@@ -1,27 +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-2.0.ebuild,v 1.13 2006/03/07 11:15:41 flameeyes Exp $
-
-IUSE=""
-
-DESCRIPTION="libshout is a library for connecting and sending data to icecast servers."
-SRC_URI="http://downloads.xiph.org/releases/libshout/${P}.tar.gz"
-HOMEPAGE="http://www.icecast.org"
-
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ~ppc ppc64"
-LICENSE="GPL-2"
-
-RDEPEND="media-libs/libogg
- media-libs/libvorbis"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-
- dodoc README examples/example.c
-
- rm -rf ${D}/usr/share/doc/libshout
-}