diff options
-rw-r--r-- | media-tv/xbmc/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-10.1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index e51394fbd8c8..afade56531c9 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.103 2011/10/09 17:46:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.104 2011/10/12 22:53:27 vapier Exp $ + + 12 Oct 2011; Mike Frysinger <vapier@gentoo.org> xbmc-10.1.ebuild, + xbmc-9999.ebuild: + Now that gettext itself takes care of the internal vcs dep, drop the cvs + workaround #386635 by BT. 09 Oct 2011; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild, metadata.xml: diff --git a/media-tv/xbmc/xbmc-10.1.ebuild b/media-tv/xbmc/xbmc-10.1.ebuild index 907c85cdc137..5c98295e9c70 100644 --- a/media-tv/xbmc/xbmc-10.1.ebuild +++ b/media-tv/xbmc/xbmc-10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-10.1.ebuild,v 1.7 2011/09/18 01:37:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-10.1.ebuild,v 1.8 2011/10/12 22:53:27 vapier Exp $ EAPI="2" @@ -84,12 +84,10 @@ COMMON_DEPEND="virtual/opengl x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender" -# The cpluff bundled addon uses gettext which needs CVS ... RDEPEND="${COMMON_DEPEND} udev? ( sys-fs/udisks sys-power/upower )" DEPEND="${COMMON_DEPEND} dev-util/gperf - dev-vcs/cvs x11-proto/xineramaproto dev-util/cmake x86? ( dev-lang/nasm )" diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index f62f9dcf6e28..16224a6b7347 100644 --- a/media-tv/xbmc/xbmc-9999.ebuild +++ b/media-tv/xbmc/xbmc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.92 2011/10/09 17:46:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.93 2011/10/12 22:53:27 vapier Exp $ EAPI="2" @@ -85,12 +85,10 @@ COMMON_DEPEND="virtual/opengl x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender" -# The cpluff bundled addon uses gettext which needs CVS ... RDEPEND="${COMMON_DEPEND} udev? ( sys-fs/udisks sys-power/upower )" DEPEND="${COMMON_DEPEND} dev-util/gperf - dev-vcs/cvs x11-proto/xineramaproto dev-util/cmake x86? ( dev-lang/nasm )" |