summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-04-18 10:59:49 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-04-18 10:59:49 +0000
commitb0dbf6d4629c0fd0a25eba85c85825119a36e916 (patch)
treedf7501a610e5cfc57752fb09f4199f677952e67c /net-misc/icecast
parentCleaning of maxima, committing gentooscience overlay changes. (diff)
downloadgentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.tar.gz
gentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.tar.bz2
gentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.zip
<icecast-2.3.1-r1 depend on <curl-7.16.0 in preparation for >curl-7.16.0 unmask.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog8
-rw-r--r--net-misc/icecast/icecast-2.0.1-r1.ebuild6
-rw-r--r--net-misc/icecast/icecast-2.0.2.ebuild6
-rw-r--r--net-misc/icecast/icecast-2.1.0.ebuild6
-rw-r--r--net-misc/icecast/icecast-2.2.0.ebuild4
-rw-r--r--net-misc/icecast/icecast-2.3.1-r1.ebuild4
-rw-r--r--net-misc/icecast/icecast-2.3.1.ebuild6
7 files changed, 23 insertions, 17 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index 1238e96d84fb..fa4a4bdbd9e3 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.64 2007/04/17 14:11:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.65 2007/04/18 10:59:49 dragonheart Exp $
+
+ 18 Apr 2007; Daniel Black <dragonheart@gentoo.org>
+ icecast-2.0.1-r1.ebuild, icecast-2.0.2.ebuild, icecast-2.1.0.ebuild,
+ icecast-2.2.0.ebuild, icecast-2.3.1.ebuild, icecast-2.3.1-r1.ebuild:
+ <icecast-2.3.1-r1 depend on <curl-7.16.0 in preparation for >curl-7.16.0
+ unmask. Permission thanks to Alexis Ballier <aballier@gentoo.org>
17 Apr 2007; Alexis Ballier <aballier@gentoo.org>
+files/icecast-2.3.1-nocurlpassword.patch, icecast-2.3.1-r1.ebuild:
diff --git a/net-misc/icecast/icecast-2.0.1-r1.ebuild b/net-misc/icecast/icecast-2.0.1-r1.ebuild
index e4702304c3bf..9f4151e0e892 100644
--- a/net-misc/icecast/icecast-2.0.1-r1.ebuild
+++ b/net-misc/icecast/icecast-2.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.1-r1.ebuild,v 1.8 2005/02/26 21:56:58 jnc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.1-r1.ebuild,v 1.9 2007/04/18 10:59:49 dragonheart Exp $
inherit eutils
@@ -18,7 +18,7 @@ DEPEND="virtual/libc
dev-libs/libxslt
>=media-libs/libvorbis-1.0
>=media-libs/libogg-1.0
- curl? ( net-misc/curl )"
+ curl? ( <net-misc/curl-7.16.0 )"
src_compile() {
local myconf=""
diff --git a/net-misc/icecast/icecast-2.0.2.ebuild b/net-misc/icecast/icecast-2.0.2.ebuild
index b0d563449ef2..83574e138d3c 100644
--- a/net-misc/icecast/icecast-2.0.2.ebuild
+++ b/net-misc/icecast/icecast-2.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.2.ebuild,v 1.6 2005/02/26 21:56:58 jnc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.2.ebuild,v 1.7 2007/04/18 10:59:49 dragonheart Exp $
inherit eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64"
DEPEND="dev-libs/libxslt
media-libs/libogg
media-libs/libvorbis
- curl? ( net-misc/curl )"
+ curl? ( <net-misc/curl-7.16.0 )"
src_compile() {
local myconf=""
diff --git a/net-misc/icecast/icecast-2.1.0.ebuild b/net-misc/icecast/icecast-2.1.0.ebuild
index e1c2077b85b9..c6d7109f9b09 100644
--- a/net-misc/icecast/icecast-2.1.0.ebuild
+++ b/net-misc/icecast/icecast-2.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.1.0.ebuild,v 1.11 2005/08/07 13:28:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.1.0.ebuild,v 1.12 2007/04/18 10:59:49 dragonheart Exp $
IUSE="doc yp"
@@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
DEPEND="dev-libs/libxslt
media-libs/libogg
media-libs/libvorbis
- yp? ( net-misc/curl )"
+ yp? ( <net-misc/curl-7.16.0 )"
src_compile() {
diff --git a/net-misc/icecast/icecast-2.2.0.ebuild b/net-misc/icecast/icecast-2.2.0.ebuild
index 57eb2c80d9e7..2c63feab720e 100644
--- a/net-misc/icecast/icecast-2.2.0.ebuild
+++ b/net-misc/icecast/icecast-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.10 2007/02/01 18:28:18 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.11 2007/04/18 10:59:49 dragonheart Exp $
IUSE="yp"
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
DEPEND="dev-libs/libxslt
media-libs/libogg
media-libs/libvorbis
- yp? ( net-misc/curl )"
+ yp? ( <net-misc/curl-7.16.0 )"
src_unpack() {
unpack ${A}
diff --git a/net-misc/icecast/icecast-2.3.1-r1.ebuild b/net-misc/icecast/icecast-2.3.1-r1.ebuild
index 20c48decf9e8..50351aedcbee 100644
--- a/net-misc/icecast/icecast-2.3.1-r1.ebuild
+++ b/net-misc/icecast/icecast-2.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.7 2007/04/17 14:11:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.8 2007/04/18 10:59:49 dragonheart Exp $
inherit eutils
@@ -17,7 +17,7 @@ DEPEND="dev-libs/libxslt
media-libs/libogg
media-libs/libvorbis
theora? ( media-libs/libtheora )
- yp? ( >=net-misc/curl-7.10.0 )"
+ yp? ( net-misc/curl )"
src_unpack() {
unpack ${A}
diff --git a/net-misc/icecast/icecast-2.3.1.ebuild b/net-misc/icecast/icecast-2.3.1.ebuild
index be7c9e730c9c..a03593197259 100644
--- a/net-misc/icecast/icecast-2.3.1.ebuild
+++ b/net-misc/icecast/icecast-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1.ebuild,v 1.1 2005/12/16 20:54:31 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1.ebuild,v 1.2 2007/04/18 10:59:49 dragonheart Exp $
IUSE="yp theora"
@@ -18,7 +18,7 @@ DEPEND="dev-libs/libxslt
media-libs/libogg
media-libs/libvorbis
theora? ( media-libs/libtheora )
- yp? ( >=net-misc/curl-7.10.0 )"
+ yp? ( <net-misc/curl-7.16.0 )"
src_compile() {
econf \