diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
commit | 3ce8ed6ed02cf2981ee1c00575c2063a63c5697c (patch) | |
tree | ab886dec7b4086b5afee91418497e5dff5321b91 /media-sound/ezstream | |
parent | Manifest, network crashed. (diff) | |
download | historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.gz historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.bz2 historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101_p8/cvs/Linux x86_64
Diffstat (limited to 'media-sound/ezstream')
-rw-r--r-- | media-sound/ezstream/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/ezstream/ezstream-0.5.3.ebuild | 6 | ||||
-rw-r--r-- | media-sound/ezstream/ezstream-0.5.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/ezstream/ChangeLog b/media-sound/ezstream/ChangeLog index 3b66f079a31d..d9abcd05adc0 100644 --- a/media-sound/ezstream/ChangeLog +++ b/media-sound/ezstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ezstream -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.10 2011/03/28 14:56:56 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ChangeLog,v 1.11 2012/05/05 08:20:42 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> ezstream-0.5.3.ebuild, + ezstream-0.5.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ezstream-0.5.6 (28 Mar 2011) diff --git a/media-sound/ezstream/ezstream-0.5.3.ebuild b/media-sound/ezstream/ezstream-0.5.3.ebuild index fe819a660f01..4cdc39b6dd23 100644 --- a/media-sound/ezstream/ezstream-0.5.3.ebuild +++ b/media-sound/ezstream/ezstream-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild,v 1.3 2009/07/23 08:15:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.3.ebuild,v 1.4 2012/05/05 08:20:42 mgorny Exp $ EAPI=2 inherit eutils @@ -23,7 +23,7 @@ COMMON_DEPEND="media-libs/libvorbis RDEPEND="${COMMON_DEPEND} net-misc/icecast" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ diff --git a/media-sound/ezstream/ezstream-0.5.6.ebuild b/media-sound/ezstream/ezstream-0.5.6.ebuild index 31c9cd038df4..eee779e1093d 100644 --- a/media-sound/ezstream/ezstream-0.5.6.ebuild +++ b/media-sound/ezstream/ezstream-0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.6.ebuild,v 1.1 2011/03/28 14:56:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ezstream/ezstream-0.5.6.ebuild,v 1.2 2012/05/05 08:20:42 mgorny Exp $ EAPI=4 @@ -20,7 +20,7 @@ COMMON_DEPEND="dev-libs/libxml2 RDEPEND="${COMMON_DEPEND} net-misc/icecast" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { local docdir=/usr/share/doc/${PF} |