From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpg123: ChangeLog mpg123-1.12.1.ebuild
Date: Sat, 24 Apr 2010 17:19:21 +0000 (UTC) [thread overview]
Message-ID: <20100424171921.CD14B2C04C@corvid.gentoo.org> (raw)
ssuominen 10/04/24 17:19:21
Modified: ChangeLog mpg123-1.12.1.ebuild
Log:
Remove USE network from this release wrt #315139.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.222 media-sound/mpg123/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/ChangeLog?rev=1.222&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/ChangeLog?rev=1.222&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/ChangeLog?r1=1.221&r2=1.222
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog 12 Apr 2010 16:48:58 -0000 1.221
+++ ChangeLog 24 Apr 2010 17:19:21 -0000 1.222
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpg123
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.221 2010/04/12 16:48:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.222 2010/04/24 17:19:21 ssuominen Exp $
+
+ 24 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> mpg123-1.12.1.ebuild:
+ Remove USE network from this release wrt #315139.
*mpg123-1.12.1 (12 Apr 2010)
1.2 media-sound/mpg123/mpg123-1.12.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild?r1=1.1&r2=1.2
Index: mpg123-1.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpg123-1.12.1.ebuild 12 Apr 2010 16:48:58 -0000 1.1
+++ mpg123-1.12.1.ebuild 24 Apr 2010 17:19:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild,v 1.1 2010/04/12 16:48:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.12.1.ebuild,v 1.2 2010/04/24 17:19:21 ssuominen Exp $
EAPI=2
@@ -12,7 +12,8 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="3dnow 3dnowext alsa altivec ipv6 jack mmx nas +network oss portaudio pulseaudio sdl sse"
+IUSE="3dnow 3dnowext alsa altivec ipv6 jack mmx nas oss portaudio pulseaudio sdl sse"
+# +network
RDEPEND="alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )
@@ -61,7 +62,7 @@
--with-audio="${_audio}" \
--with-default-audio=${_output} \
--with-cpu=${_cpu} \
- $(use_enable network) \
+ --enable-network \
--${_ipv6}-ipv6
}
next reply other threads:[~2010-04-24 17:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 17:19 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-06-24 16:36 [gentoo-commits] gentoo-x86 commit in media-sound/mpg123: ChangeLog mpg123-1.12.1.ebuild Raul Porcel (armin76)
2010-05-14 15:26 Jeroen Roovers (jer)
2010-05-12 23:47 Joseph Jezak (josejx)
2010-05-11 21:24 Brent Baude (ranger)
2010-05-10 12:25 PaweA Hajdan (phajdan.jr)
2010-05-02 19:47 Samuli Suominen (ssuominen)
2010-04-25 13:33 Samuli Suominen (ssuominen)
2010-04-12 16:48 Samuli Suominen (ssuominen)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100424171921.CD14B2C04C@corvid.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox