diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-19 17:06:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-19 17:06:51 +0000 |
commit | 5b12640ef5a49417023f6e6f02d2d7194444ed68 (patch) | |
tree | 65cdb2589f2727acb69243cecdecd58625a9150c /media-libs | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-5b12640ef5a49417023f6e6f02d2d7194444ed68.tar.gz gentoo-2-5b12640ef5a49417023f6e6f02d2d7194444ed68.tar.bz2 gentoo-2-5b12640ef5a49417023f6e6f02d2d7194444ed68.zip |
removed the RESTRICT since upstream is down
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11-r1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index f3693f5ebadd..bd1314c318bb 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.120 2007/01/05 10:04:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.121 2007/01/19 17:06:51 mr_bones_ Exp $ + + 19 Jan 2007; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.11.ebuild, + libsdl-1.2.11-r1.ebuild: + removed the RESTRICT since upstream is down 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> libsdl-1.2.7-r3.ebuild: Remove gnuconfig_update usage, leave it to econf. diff --git a/media-libs/libsdl/libsdl-1.2.11-r1.ebuild b/media-libs/libsdl/libsdl-1.2.11-r1.ebuild index 7a6ada35d739..53344ba79a42 100644 --- a/media-libs/libsdl/libsdl-1.2.11-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11-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/media-libs/libsdl/libsdl-1.2.11-r1.ebuild,v 1.2 2007/01/04 07:09:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r1.ebuild,v 1.3 2007/01/19 17:06:51 mr_bones_ Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -16,7 +16,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86- # in USE and something breaks, you pick up the pieces. Be prepared for # bug reports to be marked INVALID. IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip" -RESTRICT="mirror" #147253 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 ) alsa? ( media-libs/alsa-lib ) diff --git a/media-libs/libsdl/libsdl-1.2.11.ebuild b/media-libs/libsdl/libsdl-1.2.11.ebuild index b73343d26965..0b8db394429a 100644 --- a/media-libs/libsdl/libsdl-1.2.11.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.20 2006/10/27 19:36:52 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.21 2007/01/19 17:06:51 mr_bones_ Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -16,7 +16,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" # in USE and something breaks, you pick up the pieces. Be prepared for # bug reports to be marked INVALID. IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip" -RESTRICT="mirror" #147253 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 ) alsa? ( media-libs/alsa-lib ) |