diff --git a/app-admin/metalog/metalog-2.ebuild b/app-admin/metalog/metalog-2.ebuild index 06601f8a83b3..05a5b4ef8a61 100644 --- a/app-admin/metalog/metalog-2.ebuild +++ b/app-admin/metalog/metalog-2.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/app-admin/metalog/metalog-2.ebuild,v 1.1 2011/09/23 03:15:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-2.ebuild,v 1.2 2011/11/10 10:49:51 chainsaw Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="unicode" RDEPEND=">=dev-libs/libpcre-3.4" diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest index 4115915c0ef6..dda88e5e2f5b 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,2 +1 @@ -DIST vice-2.2.tar.gz 9597027 RMD160 d3fb33deb776ffcae297df413849437fb4e49840 SHA1 88ec1f4fefc708957b242805a28ca9b26a3e2738 SHA256 5d581bf817c97f1887651f92e73dd1f5e3c14627fa86fc70732491be7cba1551 DIST vice-2.3.tar.gz 11602378 RMD160 056e48ffedfaecd470892c73b97af89c1e002ff9 SHA1 5e7e1a375a4ca8c4895dc1552162955fdffce296 SHA256 b1817c8dce023069d5c15234c2b4da0a152d297ee8ed01f0b361795c4beeb50e diff --git a/app-emulation/vice/files/vice-2.2-xshm.patch b/app-emulation/vice/files/vice-2.2-xshm.patch deleted file mode 100644 index e0bc39601df6..000000000000 --- a/app-emulation/vice/files/vice-2.2-xshm.patch +++ /dev/null @@ -1,49 +0,0 @@ -Patch from upstream trunk for xextproto >= 7.0.99.1 compability. - ---- configure.in -+++ configure.in -@@ -2192,6 +2192,11 @@ - [ X_LIBS="-lXext $X_LIBS"; - LINK_X_LIBS="-lXext $LINK_X_LIBS"],,$X_LIBS) - -+ PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], -+ HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), -+ HAVE_XEXTPROTO_71="no") -+ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) -+ - AC_MSG_CHECKING(for X11/extensions/Xvlib.h) - AC_TRY_LINK([#include - #include ], -@@ -2391,6 +2396,11 @@ - AC_DEFINE(HAS_TRANSLATION,,[Enable internationalization support]) - fi - -+dnl Handle the xextproto conditinal for the systems that don't use it -+if test x"$is_unix_x11" != "xyes" -o x"$enable_sdlui" = "xyes" -o x"$enable_gnomeui" = "xyes"; then -+ AM_CONDITIONAL(HAVE_XEXTPROTO_71, false) -+fi -+ - dnl CBM4Linux/OpenCBM - AC_MSG_CHECKING([for OpenCBM support]) - if test x"$enable_realdevice" != "xno"; then ---- src/arch/unix/x11/xaw/x11video.c -+++ src/arch/unix/x11/xaw/x11video.c -@@ -56,6 +56,7 @@ - #include "vice.h" - - #include -+#include - #include - #include - #include -@@ -95,6 +96,10 @@ - #endif - - #ifdef USE_MITSHM -+#ifdef HAVE_XEXTPROTO_71 -+#include -+#include -+#endif - extern int shmhandler(Display* display, XErrorEvent* err); - extern int mitshm_failed; /* will be set to true if XShmAttach() failed */ - extern int shmmajor; /* major number of MITSHM error codes */ diff --git a/app-emulation/vice/vice-2.2.ebuild b/app-emulation/vice/vice-2.2.ebuild deleted file mode 100644 index 858e9c29bcd6..000000000000 --- a/app-emulation/vice/vice-2.2.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.7 2011/08/02 05:44:43 mattst88 Exp $ - -EAPI=2 -inherit autotools eutils games - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://vice-emu.sourceforge.net/" -SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libICE - x11-libs/libSM - x11-libs/libXt - x11-libs/libXxf86vm - x11-apps/xset - Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( !gnome? ( x11-libs/libXaw ) ) - alsa? ( media-libs/alsa-lib ) - gnome? ( - x11-libs/gtk+:2 - dev-libs/atk - x11-libs/pango - ) - lame? ( media-sound/lame ) - ffmpeg? ( virtual/ffmpeg ) - ethernet? ( - >=net-libs/libpcap-0.9.8 - >=net-libs/libnet-1.1.2.1 - ) - nls? ( virtual/libintl ) - png? ( media-libs/libpng ) - readline? ( sys-libs/readline ) - sdl? ( media-libs/libsdl ) - gif? ( media-libs/giflib ) - jpeg? ( virtual/jpeg ) - xv? ( x11-libs/libXv ) - dga? ( x11-libs/libXxf86dga ) - xrandr? ( x11-libs/libXrandr )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-apps/bdftopcf - x11-apps/mkfontdir - x11-proto/xproto - x11-proto/xf86vidmodeproto - x11-proto/xextproto - dga? ( x11-proto/xf86dgaproto ) - xv? ( x11-proto/videoproto ) - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-xshm.patch - sed -i \ - -e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \ - man/vice.1 \ - $(grep -rl /usr/local/lib doc) \ - || die "sed failed" - sed -i \ - -e 's:png_check_sig:png_sig_cmp:g' \ - -e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \ - configure.in \ - || die "sed failed" - sed -i \ - -e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \ - -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \ - src/arch/unix/archdep.h \ - src/arch/sdl/archdep_unix.h - AT_NO_RECURSIVE=1 eautoreconf -} - -src_configure() { - # don't try to actually run fc-cache (bug #280976) - FCCACHE=/bin/true \ - PKG_CONFIG=pkg-config \ - egamesconf \ - --disable-dependency-tracking \ - --enable-fullscreen \ - --enable-parsid \ - --with-resid \ - --without-arts \ - --without-esd \ - --without-midas \ - $(use_enable ffmpeg) \ - $(use_enable lame) \ - $(use_enable gnome gnomeui) \ - $(use_enable nls) \ - $(use_with Xaw3d xaw3d) \ - $(use_with alsa) \ - $(use_with pulseaudio pulse) \ - $(use_with png) \ - $(use_with readline) \ - $(use_with sdl sdlsound) \ - $(use_enable ipv6) \ - $(use_enable oss) \ - $(use_enable memmap) \ - $(use_enable ethernet) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog FEEDBACK README - prepgamesdirs -} diff --git a/app-emulation/xen-tools/files/xen-tools-4.1.2-pyxml.patch b/app-emulation/xen-tools/files/xen-tools-4.1.2-pyxml.patch index 099d1f6913aa..5b14e4c410df 100644 --- a/app-emulation/xen-tools/files/xen-tools-4.1.2-pyxml.patch +++ b/app-emulation/xen-tools/files/xen-tools-4.1.2-pyxml.patch @@ -1,18 +1,12 @@ ---- xml/__init__.py -+++ xml/__init__.py -@@ -21,12 +21,14 @@ +--- tools/python/xen/xm/create.py ++++ tools/python/xen/xm/create.py +@@ -1538,6 +1538,9 @@ + SXPPrettyPrint.prettyprint(config) - _MINIMUM_XMLPLUS_VERSION = (0, 8, 4) + if opts.vals.xmldryrun and serverType == SERVER_XEN_API: ++ import xml ++ if hasattr(xml, "use_pyxml"): ++ xml.use_pyxml() + from xml.dom.ext import PrettyPrint as XMLPrettyPrint + XMLPrettyPrint(doc) -+import pprint -+import sys - - def use_pyxml(): -+ pprint.pprint(sys.modules) - import _xmlplus - v = _xmlplus.version_info - if v >= _MINIMUM_XMLPLUS_VERSION: -- import sys - _xmlplus.__path__.extend(__path__) - sys.modules[__name__] = _xmlplus - modules = [] diff --git a/app-forensics/memdump/memdump-1.01.ebuild b/app-forensics/memdump/memdump-1.01.ebuild index c94c34fe3ab9..638ddd52d0bc 100644 --- a/app-forensics/memdump/memdump-1.01.ebuild +++ b/app-forensics/memdump/memdump-1.01.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/app-forensics/memdump/memdump-1.01.ebuild,v 1.1 2011/09/27 08:52:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/memdump/memdump-1.01.ebuild,v 1.2 2011/11/10 10:19:40 chainsaw Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz" LICENSE="IBM" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" src_prepare() { diff --git a/app-misc/hivex/hivex-1.3.2.ebuild b/app-misc/hivex/hivex-1.3.2.ebuild index 13a9dbd83bfa..b58fe668537a 100644 --- a/app-misc/hivex/hivex-1.3.2.ebuild +++ b/app-misc/hivex/hivex-1.3.2.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/app-misc/hivex/hivex-1.3.2.ebuild,v 1.4 2011/11/06 09:09:07 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hivex/hivex-1.3.2.ebuild,v 1.5 2011/11/10 12:53:10 maksbotan Exp $ EAPI=4 @@ -43,6 +43,7 @@ DOCS=(README) pkg_setup() { if use python; then python_set_active_version 2 + python_pkg_setup python_need_rebuild fi } diff --git a/app-office/libreoffice/libreoffice-3.4.4.2-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.4.2-r1.ebuild index 7350a008c7fd..197cd7518bf9 100644 --- a/app-office/libreoffice/libreoffice-3.4.4.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.4.2-r1.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/app-office/libreoffice/libreoffice-3.4.4.2-r1.ebuild,v 1.1 2011/11/09 19:08:40 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.4.2-r1.ebuild,v 1.2 2011/11/10 12:28:02 scarabeus Exp $ EAPI=4 @@ -211,9 +211,9 @@ PATCHES=( ) REQUIRED_USE=" - || ( gtk gnome kde ) gnome? ( gtk ) nsplugin? ( gtk ) + eds? ( gnome ) " # Needs lots and lots of work and compiling diff --git a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild index 2f5100735830..0458ef1eb1d1 100644 --- a/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.9999-r1.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/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild,v 1.20 2011/11/09 19:08:40 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999-r1.ebuild,v 1.21 2011/11/10 12:28:02 scarabeus Exp $ EAPI=4 @@ -211,9 +211,9 @@ PATCHES=( ) REQUIRED_USE=" - || ( gtk gnome kde ) gnome? ( gtk ) nsplugin? ( gtk ) + eds? ( gnome ) " # Needs lots and lots of work and compiling diff --git a/app-office/libreoffice/libreoffice-9999-r1.ebuild b/app-office/libreoffice/libreoffice-9999-r1.ebuild index 9a3d6b88291d..229a58cee3d2 100644 --- a/app-office/libreoffice/libreoffice-9999-r1.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r1.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/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.56 2011/11/09 19:08:40 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.57 2011/11/10 12:28:02 scarabeus Exp $ EAPI=4 @@ -209,8 +209,8 @@ PATCHES=( ) REQUIRED_USE=" - || ( gtk gnome kde ) gnome? ( gtk ) + eds? ( gnome ) " S="${WORKDIR}/${PN}-core-${PV}" diff --git a/dev-haskell/hunit/hunit-1.2.2.3.ebuild b/dev-haskell/hunit/hunit-1.2.2.3.ebuild index 003432b2d630..52bc00fc8c8b 100644 --- a/dev-haskell/hunit/hunit-1.2.2.3.ebuild +++ b/dev-haskell/hunit/hunit-1.2.2.3.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/dev-haskell/hunit/hunit-1.2.2.3.ebuild,v 1.1 2011/08/02 17:56:47 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.2.3.ebuild,v 1.2 2011/11/10 11:03:07 naota Exp $ # ebuild generated by hackport 0.2.9 @@ -16,7 +16,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2" diff --git a/dev-java/ant-swing/ant-swing-1.8.1.ebuild b/dev-java/ant-swing/ant-swing-1.8.1.ebuild index 81d1ce559797..6e8562538579 100644 --- a/dev-java/ant-swing/ant-swing-1.8.1.ebuild +++ b/dev-java/ant-swing/ant-swing-1.8.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/dev-java/ant-swing/ant-swing-1.8.1.ebuild,v 1.5 2011/07/18 06:14:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-swing/ant-swing-1.8.1.ebuild,v 1.6 2011/11/10 08:07:59 grobian Exp $ EAPI="2" # no extra deps @@ -10,5 +10,5 @@ inherit ant-tasks DESCRIPTION="Apache Ant's optional tasks for Swing." -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" diff --git a/dev-libs/libiconv/Manifest b/dev-libs/libiconv/Manifest index 376e5533f39b..e16d259781ee 100644 --- a/dev-libs/libiconv/Manifest +++ b/dev-libs/libiconv/Manifest @@ -1 +1,2 @@ DIST libiconv-1.13.1.tar.gz 4716070 RMD160 a3e4b4d419006447045fde50fef0fe39bed9d501 SHA1 5b0524131cf0d7abd50734077f13aaa5508f6bbe SHA256 55a36168306089009d054ccdd9d013041bfc3ab26be7033d107821f1c4949a49 +DIST libiconv-1.14.tar.gz 4984397 RMD160 87c36ba3f8ad1a49eb0d06f71856c856893bb52e SHA1 be7d67e50d72ff067b2c0291311bc283add36965 SHA256 72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613 diff --git a/dev-libs/libiconv/libiconv-1.14.ebuild b/dev-libs/libiconv/libiconv-1.14.ebuild new file mode 100644 index 000000000000..eb110d29d3e9 --- /dev/null +++ b/dev-libs/libiconv/libiconv-1.14.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.14.ebuild,v 1.1 2011/11/10 11:49:35 naota Exp $ + +inherit eutils multilib flag-o-matic libtool toolchain-funcs + +DESCRIPTION="GNU charset conversion library for libc which doesn't implement it" +HOMEPAGE="http://www.gnu.org/software/libiconv/" +SRC_URI="mirror://gnu/libiconv/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~sparc-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="!sys-libs/glibc + !sys-apps/man-pages" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Make sure that libtool support is updated to link "the linux way" on + # FreeBSD. + elibtoolize +} + +src_compile() { + # Install in /lib as utils installed in /lib like gnutar + # can depend on this + + # Disable NLS support because that creates a circular dependency + # between libiconv and gettext + + econf \ + --disable-nls \ + --enable-shared \ + --enable-static \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed" + + # Move static libs and creates ldscripts into /usr/lib + dodir /$(get_libdir) + mv "${D}"/usr/$(get_libdir)/lib{iconv,charset}*$(get_libname)* "${D}/$(get_libdir)" || die + gen_usr_ldscript libiconv$(get_libname) + gen_usr_ldscript libcharset$(get_libname) +} diff --git a/dev-python/dulwich/dulwich-0.8.1.ebuild b/dev-python/dulwich/dulwich-0.8.1.ebuild index 46cd1e78b952..a9f51b0e7df9 100644 --- a/dev-python/dulwich/dulwich-0.8.1.ebuild +++ b/dev-python/dulwich/dulwich-0.8.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/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.1 2011/10/31 20:52:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.1.ebuild,v 1.2 2011/11/10 10:37:36 grobian Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools diff --git a/dev-ruby/hoe/hoe-2.12.3.ebuild b/dev-ruby/hoe/hoe-2.12.3.ebuild index 62e7c7c8b5dc..9d1ced0f67e6 100644 --- a/dev-ruby/hoe/hoe-2.12.3.ebuild +++ b/dev-ruby/hoe/hoe-2.12.3.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/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.2 2011/09/12 18:38:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.3 2011/11/10 11:56:55 naota Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" diff --git a/dev-ruby/minitest/minitest-2.6.2.ebuild b/dev-ruby/minitest/minitest-2.6.2.ebuild index 2bac52484234..3f69f8f275dc 100644 --- a/dev-ruby/minitest/minitest-2.6.2.ebuild +++ b/dev-ruby/minitest/minitest-2.6.2.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/dev-ruby/minitest/minitest-2.6.2.ebuild,v 1.1 2011/10/25 06:02:17 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-2.6.2.ebuild,v 1.2 2011/11/10 10:45:38 naota Exp $ EAPI=2 # jruby → tests fail, reported upstream @@ -19,7 +19,7 @@ HOMEPAGE="http://rubyforge.org/projects/bfts" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/rdoc/rdoc-3.6.1.ebuild b/dev-ruby/rdoc/rdoc-3.6.1.ebuild index 9a69da43691a..ca960ee269ac 100644 --- a/dev-ruby/rdoc/rdoc-3.6.1.ebuild +++ b/dev-ruby/rdoc/rdoc-3.6.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/dev-ruby/rdoc/rdoc-3.6.1.ebuild,v 1.4 2011/09/09 07:51:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-3.6.1.ebuild,v 1.5 2011/11/10 11:20:06 naota Exp $ EAPI=3 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://rubyforge.org/projects/rdoc/" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild b/dev-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild new file mode 100644 index 000000000000..2451c75471b9 --- /dev/null +++ b/dev-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild,v 1.1 2011/11/10 08:30:42 naota Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +inherit ruby-ng + +DESCRIPTION="Ruby Gnome2 bindings" +HOMEPAGE="http://ruby-gnome2.sourceforge.jp/" +SRC_URI="" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=gnome-base/libgnome-2.2 + >=gnome-base/libgnomeui-2.2" +DEPEND="${DEPEND} + >=gnome-base/libgnome-2.2 + >=gnome-base/libgnomeui-2.2" + +ruby_add_rdepend ">=dev-ruby/ruby-gio2-${PV} + >=dev-ruby/ruby-goocanvas-${PV} + >=dev-ruby/ruby-gstreamer-${PV} + >=dev-ruby/ruby-gtk2-${PV} + >=dev-ruby/ruby-gtksourceview-${PV} + >=dev-ruby/ruby-poppler-${PV} + >=dev-ruby/ruby-rsvg-${PV} + >=dev-ruby/ruby-vte-${PV}" diff --git a/dev-ruby/ruby-goocanvas/Manifest b/dev-ruby/ruby-goocanvas/Manifest index 0ba60caf7ffa..985c4fd90555 100644 --- a/dev-ruby/ruby-goocanvas/Manifest +++ b/dev-ruby/ruby-goocanvas/Manifest @@ -1,3 +1,4 @@ DIST ruby-gnome2-all-0.90.8.tar.gz 2625780 RMD160 7d702a5b594b9bdf9085e346102f03b13622b2e0 SHA1 0982d1d12c87c1008c9930a37ad706ad6d8d8d51 SHA256 93a0d2dd4fdf64260f791bdfd3948a10d8a4ef2fae3b66841ebfa00090235e1f DIST ruby-gnome2-all-0.90.9.tar.gz 1158581 RMD160 7120f3afeae8849fc3de86d1a5fdcc5f4f94070c SHA1 f8d9951f37603720cb4f5d353a9b6b5261f6e56b SHA256 a0f32abb9e93eb39b16cfff6ebf437bd2feeb6b4ee22df6408effd90cfe8fa1e DIST ruby-gnome2-all-1.0.0.tar.gz 1160036 RMD160 4487a3484c77ccee928b45316053938b8a810693 SHA1 28866952d255a6ddae499329daa968def65d876b SHA256 cdfeadcae5cf4b80294bc87c23c71d35fb789ede87dedeed1d52ea176045abf5 +DIST ruby-gnome2-all-1.0.3.tar.gz 1141565 RMD160 bac4a901b3c09f548ced80c2a1cfbea482dc0ead SHA1 2a280760e411e443e4e617ca5345a3301fbd609d SHA256 0303c12096ebd85a633c848d1d5a7e132e1ce7237ad6b9051d2f290590d2c6b4 diff --git a/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild b/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild new file mode 100644 index 000000000000..8017a03159f1 --- /dev/null +++ b/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild,v 1.1 2011/11/10 08:26:21 naota Exp $ + +EAPI=2 +USE_RUBY="ruby18 ruby19" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby binding of GooCanvas" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + x11-libs/goocanvas:0" +DEPEND="${DEPEND} + x11-libs/goocanvas:0" + +ruby_add_bdepend "dev-ruby/pkg-config + dev-ruby/rcairo" diff --git a/dev-ruby/ruby-gstreamer/Manifest b/dev-ruby/ruby-gstreamer/Manifest index 26bbeb32e1c5..7c05d04c3cd1 100644 --- a/dev-ruby/ruby-gstreamer/Manifest +++ b/dev-ruby/ruby-gstreamer/Manifest @@ -2,3 +2,4 @@ DIST ruby-gnome2-all-0.19.4.tar.gz 2401534 RMD160 11a102c28d00f8f5a7b2baeb2370a6 DIST ruby-gnome2-all-0.90.8.tar.gz 2625780 RMD160 7d702a5b594b9bdf9085e346102f03b13622b2e0 SHA1 0982d1d12c87c1008c9930a37ad706ad6d8d8d51 SHA256 93a0d2dd4fdf64260f791bdfd3948a10d8a4ef2fae3b66841ebfa00090235e1f DIST ruby-gnome2-all-0.90.9.tar.gz 1158581 RMD160 7120f3afeae8849fc3de86d1a5fdcc5f4f94070c SHA1 f8d9951f37603720cb4f5d353a9b6b5261f6e56b SHA256 a0f32abb9e93eb39b16cfff6ebf437bd2feeb6b4ee22df6408effd90cfe8fa1e DIST ruby-gnome2-all-1.0.0.tar.gz 1160036 RMD160 4487a3484c77ccee928b45316053938b8a810693 SHA1 28866952d255a6ddae499329daa968def65d876b SHA256 cdfeadcae5cf4b80294bc87c23c71d35fb789ede87dedeed1d52ea176045abf5 +DIST ruby-gnome2-all-1.0.3.tar.gz 1141565 RMD160 bac4a901b3c09f548ced80c2a1cfbea482dc0ead SHA1 2a280760e411e443e4e617ca5345a3301fbd609d SHA256 0303c12096ebd85a633c848d1d5a7e132e1ce7237ad6b9051d2f290590d2c6b4 diff --git a/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild b/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild new file mode 100644 index 000000000000..32b27f8aa841 --- /dev/null +++ b/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild,v 1.1 2011/11/10 07:46:13 naota Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby GStreamer bindings" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + =media-libs/gstreamer-0.10* + =media-libs/gst-plugins-base-0.10*" +DEPEND="${DEPEND} + =media-libs/gstreamer-0.10* + =media-libs/gst-plugins-base-0.10* + dev-util/pkgconfig" diff --git a/dev-ruby/ruby-gtksourceview/Manifest b/dev-ruby/ruby-gtksourceview/Manifest index 0ba60caf7ffa..985c4fd90555 100644 --- a/dev-ruby/ruby-gtksourceview/Manifest +++ b/dev-ruby/ruby-gtksourceview/Manifest @@ -1,3 +1,4 @@ DIST ruby-gnome2-all-0.90.8.tar.gz 2625780 RMD160 7d702a5b594b9bdf9085e346102f03b13622b2e0 SHA1 0982d1d12c87c1008c9930a37ad706ad6d8d8d51 SHA256 93a0d2dd4fdf64260f791bdfd3948a10d8a4ef2fae3b66841ebfa00090235e1f DIST ruby-gnome2-all-0.90.9.tar.gz 1158581 RMD160 7120f3afeae8849fc3de86d1a5fdcc5f4f94070c SHA1 f8d9951f37603720cb4f5d353a9b6b5261f6e56b SHA256 a0f32abb9e93eb39b16cfff6ebf437bd2feeb6b4ee22df6408effd90cfe8fa1e DIST ruby-gnome2-all-1.0.0.tar.gz 1160036 RMD160 4487a3484c77ccee928b45316053938b8a810693 SHA1 28866952d255a6ddae499329daa968def65d876b SHA256 cdfeadcae5cf4b80294bc87c23c71d35fb789ede87dedeed1d52ea176045abf5 +DIST ruby-gnome2-all-1.0.3.tar.gz 1141565 RMD160 bac4a901b3c09f548ced80c2a1cfbea482dc0ead SHA1 2a280760e411e443e4e617ca5345a3301fbd609d SHA256 0303c12096ebd85a633c848d1d5a7e132e1ce7237ad6b9051d2f290590d2c6b4 diff --git a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.0.3.ebuild b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.0.3.ebuild new file mode 100644 index 000000000000..ebd5985a195f --- /dev/null +++ b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.0.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.0.3.ebuild,v 1.1 2011/11/10 01:25:00 naota Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_NAME="gtksourceview2" + +inherit ruby-ng-gnome2 + +S=${WORKDIR}/ruby-gnome2-all-${PV}/gtksourceview2 + +DESCRIPTION="Ruby bindings for gtksourceview" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + x11-libs/gtksourceview:2.0" +DEPEND="${DEPEND} + x11-libs/gtksourceview:2.0 + dev-util/pkgconfig" + +ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" diff --git a/dev-vcs/hg-git/hg-git-0.3.1.ebuild b/dev-vcs/hg-git/hg-git-0.3.1.ebuild index 53dc87a7fd64..380392f81835 100644 --- a/dev-vcs/hg-git/hg-git-0.3.1.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.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/dev-vcs/hg-git/hg-git-0.3.1.ebuild,v 1.1 2011/09/14 07:28:26 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.1.ebuild,v 1.2 2011/11/10 10:36:39 grobian Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.9 diff --git a/dev-vcs/rabbitvcs/Manifest b/dev-vcs/rabbitvcs/Manifest index 28e3a60ba1dc..c285b6e3cc38 100644 --- a/dev-vcs/rabbitvcs/Manifest +++ b/dev-vcs/rabbitvcs/Manifest @@ -1,2 +1,2 @@ -DIST rabbitvcs-0.14.1.1.tar.gz 804872 RMD160 bd4a155596b3b8a14738bb7f4bb6144a13a35ca8 SHA1 6c2b5dd814277b48b9f0d064df976806fc9bfb84 SHA256 7c68a47d471da2582843859fa55e6396734cd73fd61bd74112ca3ac15da56c55 DIST rabbitvcs-0.14.2.1.tar.gz 818105 RMD160 6e35480c8865ad771094b8d2395cae987ee1fe30 SHA1 6a2f7c51a7f484e73ba0dfa9b59924316e322a37 SHA256 e602197e2d13e3dbc04bb3bdfb0ac066b93406ee46c770ff23f0a3e5f835127e +DIST rabbitvcs-0.15.0.5.tar.bz2 536235 RMD160 c1cfd3cd41b38a167ed4fa8638508e26b1585c44 SHA1 a9e1e741a3e665e3ce2769b2730fafde26955b53 SHA256 cdda568e4206490e97c287743b632802c729ad44f70743bc7ab9ddc84ada66b3 diff --git a/dev-vcs/rabbitvcs/rabbitvcs-0.14.1.1.ebuild b/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild similarity index 75% rename from dev-vcs/rabbitvcs/rabbitvcs-0.14.1.1.ebuild rename to dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild index 69f7e1b8cf52..05e08cfec1b4 100644 --- a/dev-vcs/rabbitvcs/rabbitvcs-0.14.1.1.ebuild +++ b/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.14.1.1.ebuild,v 1.3 2011/10/24 05:45:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild,v 1.1 2011/11/10 10:27:24 xmw Exp $ -EAPI=2 +EAPI=4 PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ inherit gnome2-utils distutils DESCRIPTION="Integrated version control support for your desktop" HOMEPAGE="http://rabbitvcs.org" -SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.gz" +SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -48,21 +48,24 @@ src_install() { distutils_src_install if use cli ; then - dobin clients/cli/${PN} || die + dobin clients/cli/${PN} fi if use gedit ; then insinto /usr/$(get_libdir)/gedit-2/plugins - doins clients/gedit/${PN}-plugin.py || die - doins clients/gedit/${PN}.gedit-plugin || die + doins clients/gedit/${PN}-plugin.py + doins clients/gedit/${PN}.gedit-plugin fi if use nautilus ; then insinto /usr/$(get_libdir)/nautilus/extensions-2.0/python - doins clients/nautilus/RabbitVCS.py || die - fi + doins clients/nautilus/RabbitVCS.py + insinto /usr/$(get_libdir)/nautilus/extensions-3.0/python + doins clients/nautilus-3.0/RabbitVCS.py + fi if use thunar ; then - has_version '>=xfce-base/thunar-1.1.0' && tv=2 || tv=1 - insinto "/usr/$(get_libdir)/thunarx-${tv}/python" - doins clients/thunar/RabbitVCS.py || die + insinto "/usr/$(get_libdir)/thunarx-2/python" + doins clients/thunar/RabbitVCS.py + insinto "/usr/$(get_libdir)/thunarx-1/python" + doins clients/thunar/RabbitVCS.py fi } @@ -75,7 +78,7 @@ pkg_postinst() { gnome2_icon_cache_update elog "You should restart file manager to changes take effect:" - use nautilus && elog "\$ nautilus -q && nautilus &" + use nautilus && elog "\$ nautilus -q" use thunar && elog "\$ thunar -q && thunar &" elog "" elog "Also you should really look at known issues page:" diff --git a/dev-vcs/svn2git/Manifest b/dev-vcs/svn2git/Manifest index 13620079aa44..50c2b738634a 100644 --- a/dev-vcs/svn2git/Manifest +++ b/dev-vcs/svn2git/Manifest @@ -6,3 +6,4 @@ DIST svn2git-0_pre20101101.tar.gz 22615 RMD160 2391ee757e786d4ae4bb30e323453f144 DIST svn2git-1.0.2.1.tar.gz 23784 RMD160 e374c0e76e8bd47aa89b03c83e1c787179714afd SHA1 023c361190bdc6bfe98b27564148c46ff46f9de6 SHA256 94e5def41df26c03e63423aba3ee70d3ee3ce21fdedca3ce3cb93ba576170fa2 DIST svn2git-1.0.3.tar.gz 24141 RMD160 afdd1443c4eddd631d0957e346a61bb9dc36b338 SHA1 b309eb0476027c15d34829148c6df493012d92de SHA256 b465bb64028e641ff426aa1055899b43640d394738d8919b9dd4235bf5842886 DIST svn2git-1.0.4.tar.gz 24190 RMD160 f75415b5895a53a08464579168f8c7b116f8ab5b SHA1 7345a5ad74b31ee2bde7987668f18dfaf731a278 SHA256 7fab1935ea7101c1c39085b3333f9d9eaa88e5d3f7edd9a04728e5031199390f +DIST svn2git-1.0.5.tar.gz 25677 RMD160 a93efe2b29416b3ff52534a78dc6bb369374b0be SHA1 58030525b6883fb33d92e55a045856f9578647ed SHA256 e6f4794f5a22044cbbb89feedaf5b1179d94b6b142df5875cdb2876819e47224 diff --git a/dev-vcs/svn2git/files/svn2git-1.0.5-version.patch b/dev-vcs/svn2git/files/svn2git-1.0.5-version.patch new file mode 100644 index 000000000000..7247f4b96e7a --- /dev/null +++ b/dev-vcs/svn2git/files/svn2git-1.0.5-version.patch @@ -0,0 +1,14 @@ +--- src/src.pro 2011-01-11 09:27:21.530166986 +0100 ++++ src/src.pro 2011-01-11 09:30:55.743128934 +0100 +@@ -7,10 +7,7 @@ + APR_INCLUDE = /usr/include/apr-1 + exists(local-config.pri):include(local-config.pri) + +-VERSION = $$system(git --no-pager show --pretty=oneline --no-notes | head -1 | cut -b-40) +- !isEmpty(VERSION){ +- VERSION = $${VERSION} +- } ++VERSION = "1.0.5" + + VERSTR = '\\"$${VERSION}\\"' # place quotes around the version string + DEFINES += VER=\"$${VERSTR}\" # create a VER macro containing the version string diff --git a/dev-vcs/svn2git/svn2git-1.0.5.ebuild b/dev-vcs/svn2git/svn2git-1.0.5.ebuild new file mode 100644 index 000000000000..b931f36cbc6f --- /dev/null +++ b/dev-vcs/svn2git/svn2git-1.0.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.5.ebuild,v 1.1 2011/11/10 11:28:22 sping Exp $ + +EAPI="2" + +inherit eutils qt4-r2 +[ "$PV" == "9999" ] && inherit git + +DESCRIPTION="Tool for one-time conversion from svn to git." +HOMEPAGE="http://gitorious.org/svn2git/svn2git" +if [ "$PV" == "9999" ]; then + EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git" + KEYWORDS="" +else + SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/${PV} -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +# KEYWORDS way up + +DEPEND="dev-vcs/subversion + x11-libs/qt-core" +RDEPEND="${DEPEND} + dev-vcs/git" + +S=${WORKDIR}/${PN}-${PN} + +src_prepare() { + # Note: patching order matters + epatch "${FILESDIR}"/${PN}-1.0.2.1-include-path.patch + if [[ "$PV" != "9999" ]]; then + epatch "${FILESDIR}"/${P}-version.patch + fi + + qt4-r2_src_prepare +} + +src_install() { + insinto /usr/share/${PN}/samples + doins samples/*.rules || die 'doins failed' + dobin svn-all-fast-export || die 'dobin failed' + dosym svn-all-fast-export /usr/bin/svn2git || die 'dosym failed' +} diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 8f3eba1e6d38..a4b6ebeb6705 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-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/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.7 2011/09/21 08:30:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.8 2011/11/10 11:28:22 sping Exp $ EAPI="2" @@ -34,7 +34,7 @@ src_prepare() { # Note: patching order matters epatch "${FILESDIR}"/${PN}-1.0.2.1-include-path.patch if [[ "$PV" != "9999" ]]; then - epatch "${FILESDIR}"/${PN}-1.0.4-version.patch + epatch "${FILESDIR}"/${P}-version.patch fi qt4-r2_src_prepare diff --git a/eclass/ELT-patches/fbsd-conf/00broken-libglade b/eclass/ELT-patches/fbsd-conf/00broken-libglade index d2298be5c049..df3c4384c445 100644 --- a/eclass/ELT-patches/fbsd-conf/00broken-libglade +++ b/eclass/ELT-patches/fbsd-conf/00broken-libglade @@ -2,11 +2,12 @@ Index: tiff-3.8.2/configure =================================================================== --- tiff-3.8.2.orig/configure +++ tiff-3.8.2/configure -@@ -8199,7 +8199,13 @@ freebsd* | dragonfly*) +@@ -8199,7 +8199,14 @@ freebsd* | dragonfly*) *) objformat=elf ;; esac fi - version_type=freebsd-$objformat ++ # Handle Gentoo/FreeBSD as it was Linux + case $host_vendor in + gentoo) + version_type=linux ;; diff --git a/media-fonts/font-util/font-util-1.2.0.ebuild b/media-fonts/font-util/font-util-1.2.0.ebuild index 95475df5063c..36be29148d84 100644 --- a/media-fonts/font-util/font-util-1.2.0.ebuild +++ b/media-fonts/font-util/font-util-1.2.0.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-fonts/font-util/font-util-1.2.0.ebuild,v 1.8 2011/02/14 13:38:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.2.0.ebuild,v 1.9 2011/11/10 08:06:43 grobian Exp $ EAPI=3 inherit xorg-2 @@ -8,7 +8,7 @@ inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/font/util" DESCRIPTION="X.Org font utilities" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch b/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch new file mode 100644 index 000000000000..b25827a0b998 --- /dev/null +++ b/media-gfx/zbar/files/zbar-0.10-no-v4l1-check.patch @@ -0,0 +1,74 @@ +--- zbar-0.10/configure.ac ++++ zbar-0.10/configure.ac +@@ -147,19 +147,13 @@ + with_video="no" + AS_IF([test "x$enable_video" != "xno"], + [AS_IF([test "x$win32" = "xno"], +- [AC_CHECK_HEADERS([linux/videodev.h], [with_video="v4l1"], +- [AC_MSG_FAILURE([test for video support failed! +-rebuild your kernel to include video4linux support or +-configure --disable-video to skip building video support.])]) +- AC_CHECK_HEADERS([linux/videodev2.h], [with_video="v4l2"], ++ [AC_CHECK_HEADERS([linux/videodev2.h], [with_video="v4l2"], + [AC_MSG_WARN([v4l2 API not detected, upgrade your kernel!])])], + [AC_CHECK_HEADERS([vfw.h], [with_video="vfw"], + [AC_MSG_FAILURE([test for VfW video support failed! + configure --disable-video to skip building vidoe support.])])]) + ]) + AM_CONDITIONAL([HAVE_VIDEO], [test "x$enable_video" != "xno"]) +-AM_CONDITIONAL([HAVE_V4L1], +- [test "x$with_video" = "xv4l1" || test "x$with_video" = "xv4l2"]) + AM_CONDITIONAL([HAVE_V4L2], [test "x$with_video" = "xv4l2"]) + + dnl X +--- zbar-0.10/zbar/Makefile.am.inc ++++ zbar-0.10/zbar/Makefile.am.inc +@@ -53,12 +53,9 @@ + zbar_libzbar_la_SOURCES += zbar/processor/posix.h zbar/processor/posix.c + endif + +-if HAVE_V4L1 +-zbar_libzbar_la_SOURCES += zbar/video/v4l1.c + if HAVE_V4L2 + zbar_libzbar_la_SOURCES += zbar/video/v4l2.c + endif +-endif + if WIN32 + if HAVE_VIDEO + zbar_libzbar_la_SOURCES += zbar/video/vfw.c +--- zbar-0.10/zbar/video/v4l2.c ++++ zbar-0.10/zbar/video/v4l2.c +@@ -39,6 +39,9 @@ + # include + #endif + #include ++#include ++#include ++#include + + #include "video.h" + #include "image.h" +@@ -507,3 +507,23 @@ + vdo->dq = v4l2_dq; + return(0); + } ++ ++int _zbar_video_open (zbar_video_t *vdo, ++ const char *dev) ++{ ++ vdo->fd = open(dev, O_RDWR); ++ if(vdo->fd < 0) ++ return(err_capture_str(vdo, SEV_ERROR, ZBAR_ERR_SYSTEM, __func__, ++ "opening video device '%s'", dev)); ++ zprintf(1, "opened camera device %s (fd=%d)\n", dev, vdo->fd); ++ ++ int rc = -1; ++ if(vdo->intf != VIDEO_V4L1) ++ rc = _zbar_v4l2_probe(vdo); ++ ++ if(rc && vdo->fd >= 0) { ++ close(vdo->fd); ++ vdo->fd = -1; ++ } ++ return(rc); ++} diff --git a/media-gfx/zbar/zbar-0.10-r1.ebuild b/media-gfx/zbar/zbar-0.10-r1.ebuild new file mode 100644 index 000000000000..cd5dcbf0c5ec --- /dev/null +++ b/media-gfx/zbar/zbar-0.10-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r1.ebuild,v 1.1 2011/11/10 08:50:44 xmw Exp $ + +EAPI="4" + +PYTHON_DEPEND="2" +inherit autotools eutils python + +DESCRIPTION="Library and tools for reading barcodes from images or video" +HOMEPAGE="http://zbar.sourceforge.net/" +SRC_URI="mirror://sourceforge/zbar/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk imagemagick jpeg python qt4 static-libs +threads v4l X xv" + +RDEPEND="gtk? ( =dev-libs/glib-2* =x11-libs/gtk+-2* ) + imagemagick? ( >=media-gfx/imagemagick-6.2.6 ) + jpeg? ( virtual/jpeg ) + python? ( gtk? ( dev-python/pygtk ) ) + qt4? ( x11-libs/qt-core x11-libs/qt-gui ) + X? ( x11-libs/libXext + xv? ( x11-libs/libXv ) )" + +DEPEND="${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}/${P}-no-v4l1-check.patch" + eautoreconf +} + +src_configure() { + econf \ + $(use_with jpeg) \ + $(use_with gtk) \ + $(use_with imagemagick) \ + $(use_with python) \ + $(use_with qt4 qt) \ + $(use_enable static-libs static) \ + $(use_enable threads pthread) \ + $(use_with X x) \ + $(use_with xv xv) \ + $(use_enable v4l video) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc HACKING NEWS README TODO + rm -r "${D}"/usr/share/doc/${PN} + find "${D}" -nam "*.la" -delete +} diff --git a/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild b/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild index 4636eb80efe8..d46acb7509b8 100644 --- a/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild +++ b/media-sound/aqualung/aqualung-0.9_beta11-r1.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-sound/aqualung/aqualung-0.9_beta11-r1.ebuild,v 1.8 2011/08/07 15:26:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aqualung/aqualung-0.9_beta11-r1.ebuild,v 1.9 2011/11/10 12:18:56 aballier Exp $ EAPI=4 @@ -23,7 +23,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio[-minimal] ) cddb? ( media-libs/libcddb ) flac? ( media-libs/flac ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( >=virtual/ffmpeg-0.6.90 ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/liblrdf ) @@ -47,7 +47,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN}-${MY_PV} src_prepare() { - epatch "${FILESDIR}"/${P}-use_lrdf_cflags.patch + epatch "${FILESDIR}"/${P}-use_lrdf_cflags.patch \ + "${FILESDIR}"/${P}-ffmpeg.patch sed -i \ -e 's:$(pkgdatadir)/doc:/usr/share/doc/${PF}:' \ doc/Makefile.am || die diff --git a/media-sound/aqualung/files/aqualung-0.9_beta11-ffmpeg.patch b/media-sound/aqualung/files/aqualung-0.9_beta11-ffmpeg.patch new file mode 100644 index 000000000000..c8c3ad003be9 --- /dev/null +++ b/media-sound/aqualung/files/aqualung-0.9_beta11-ffmpeg.patch @@ -0,0 +1,22 @@ +Index: aqualung-0.9beta11/src/decoder/dec_lavc.c +=================================================================== +--- aqualung-0.9beta11.orig/src/decoder/dec_lavc.c ++++ aqualung-0.9beta11/src/decoder/dec_lavc.c +@@ -53,7 +53,7 @@ decode_lavc(decoder_t * dec) { + + if (packet.stream_index == pd->audioStream) { + +- avcodec_decode_audio2(pd->avCodecCtx, samples, &n_bytes, packet.data, packet.size); ++ avcodec_decode_audio3(pd->avCodecCtx, samples, &n_bytes, &packet); + if (n_bytes > 0) { + int i; + for (i = 0; i < n_bytes/2; i++) { +@@ -124,7 +124,7 @@ lavc_decoder_open(decoder_t * dec, char + + pd->audioStream = -1; + for (i = 0; i < pd->avFormatCtx->nb_streams; i++) { +- if (pd->avFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO) { ++ if (pd->avFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO) { + pd->audioStream = i; + break; + } diff --git a/media-sound/split2flac/Manifest b/media-sound/split2flac/Manifest index 85ebe7d3eb3e..056392217cc1 100644 --- a/media-sound/split2flac/Manifest +++ b/media-sound/split2flac/Manifest @@ -1,2 +1,2 @@ -DIST split2flac-20110712.sh 22056 RMD160 f9d0deec049bb5479c5830e84390fb46a2800c35 SHA1 44d7abe3d4a7831bcb0da8f61b1198b4463eb6a9 SHA256 a71b0320fb8646651b3f5febbb54ff8321b079c59000fd231a313ea595ba0127 DIST split2flac-20111103.sh 22068 RMD160 3d44c1c96c2bdb7a5024101d2f26e93790e55937 SHA1 98aa4921aa918dc86759f9f7797a3cb927817166 SHA256 354c693c5ae1b74fba42517014d118d1034c35d3d9d4e50f408e862bc59a8cf7 +DIST split2flac-20111110.sh 196034 RMD160 2319ffa4f0a98762e5145ae3a8bf115a423da9d2 SHA1 dfcc2ea1b3f7e397063d047d8a80fa44016e99c7 SHA256 b86e09b7b1e6954d196aafc0d5402aea12804906b34d661e4bfd5a865402ceb5 diff --git a/media-sound/split2flac/split2flac-0.1_pre20110712.ebuild b/media-sound/split2flac/split2flac-0.1_pre20111110.ebuild similarity index 95% rename from media-sound/split2flac/split2flac-0.1_pre20110712.ebuild rename to media-sound/split2flac/split2flac-0.1_pre20111110.ebuild index 778e333f257f..8e0b943aef86 100644 --- a/media-sound/split2flac/split2flac-0.1_pre20110712.ebuild +++ b/media-sound/split2flac/split2flac-0.1_pre20111110.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-sound/split2flac/split2flac-0.1_pre20110712.ebuild,v 1.2 2011/10/13 18:47:09 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/split2flac/split2flac-0.1_pre20111110.ebuild,v 1.1 2011/11/10 12:57:46 maksbotan Exp $ EAPI="4" diff --git a/metadata/cache/app-admin/metalog-2 b/metadata/cache/app-admin/metalog-2 index 2ef80f67dfef..37e3739093b3 100644 --- a/metadata/cache/app-admin/metalog-2 +++ b/metadata/cache/app-admin/metalog-2 @@ -6,7 +6,7 @@ mirror://sourceforge/metalog/metalog-2.tar.xz http://metalog.sourceforge.net/ GPL-2 A highly configurable replacement for syslogd/klogd -~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd eutils multilib portability toolchain-funcs user unicode diff --git a/metadata/cache/app-emulation/vice-2.2 b/metadata/cache/app-emulation/vice-2.2 deleted file mode 100644 index 0ad50e1c0de4..000000000000 --- a/metadata/cache/app-emulation/vice-2.2 +++ /dev/null @@ -1,22 +0,0 @@ -x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libICE x11-libs/libSM x11-libs/libXt x11-libs/libXxf86vm x11-apps/xset Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( !gnome? ( x11-libs/libXaw ) ) alsa? ( media-libs/alsa-lib ) gnome? ( x11-libs/gtk+:2 dev-libs/atk x11-libs/pango ) lame? ( media-sound/lame ) ffmpeg? ( virtual/ffmpeg ) ethernet? ( >=net-libs/libpcap-0.9.8 >=net-libs/libnet-1.1.2.1 ) nls? ( virtual/libintl ) png? ( media-libs/libpng ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) xv? ( x11-libs/libXv ) dga? ( x11-libs/libXxf86dga ) xrandr? ( x11-libs/libXrandr ) dev-util/pkgconfig x11-apps/bdftopcf x11-apps/mkfontdir x11-proto/xproto x11-proto/xf86vidmodeproto x11-proto/xextproto dga? ( x11-proto/xf86dgaproto ) xv? ( x11-proto/videoproto ) nls? ( sys-devel/gettext ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool -x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-libs/libICE x11-libs/libSM x11-libs/libXt x11-libs/libXxf86vm x11-apps/xset Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( !gnome? ( x11-libs/libXaw ) ) alsa? ( media-libs/alsa-lib ) gnome? ( x11-libs/gtk+:2 dev-libs/atk x11-libs/pango ) lame? ( media-sound/lame ) ffmpeg? ( virtual/ffmpeg ) ethernet? ( >=net-libs/libpcap-0.9.8 >=net-libs/libnet-1.1.2.1 ) nls? ( virtual/libintl ) png? ( media-libs/libpng ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) xv? ( x11-libs/libXv ) dga? ( x11-libs/libXxf86dga ) xrandr? ( x11-libs/libXrandr ) -0 -http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.2.tar.gz - -http://vice-emu.sourceforge.net/ -GPL-2 -The Versatile Commodore 8-bit Emulator -~amd64 ~ppc ~sparc x86 -autotools base eutils games libtool multilib portability toolchain-funcs user -Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio - - - -2 - -compile configure install postinst preinst prepare setup unpack - - - - - diff --git a/metadata/cache/app-forensics/memdump-1.01 b/metadata/cache/app-forensics/memdump-1.01 index 6c4725f53831..e7b873443de3 100644 --- a/metadata/cache/app-forensics/memdump-1.01 +++ b/metadata/cache/app-forensics/memdump-1.01 @@ -6,7 +6,7 @@ http://www.porcupine.org/forensics/memdump-1.01.tar.gz http://www.porcupine.org/forensics IBM Simple memory dumper for UNIX-Like systems -~amd64 ~ppc ~x86 +amd64 ~ppc ~x86 eutils multilib portability toolchain-funcs user diff --git a/metadata/cache/app-office/libreoffice-3.4.4.2-r1 b/metadata/cache/app-office/libreoffice-3.4.4.2-r1 index b6731190df17..245d038041cf 100644 --- a/metadata/cache/app-office/libreoffice-3.4.4.2-r1 +++ b/metadata/cache/app-office/libreoffice-3.4.4.2-r1 @@ -9,7 +9,7 @@ LibreOffice, a full office productivity suite. ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux autotools base bash-completion-r1 check-reqs eutils fdo-mime flag-o-matic gnome2-utils java-pkg-opt-2 java-utils-2 kde4-base kde4-functions libtool multilib nsplugins pax-utils portability prefix python toolchain-funcs user versionator virtualx binfilter +branding custom-cflags dbus debug eds gnome graphite gstreamer gtk jemalloc kde mysql nsplugin odk opengl pdfimport python templates test +vba webdav linguas_de linguas_en_GB linguas_en_ZA linguas_es linguas_fr linguas_hu linguas_it elibc_FreeBSD java aqua kde kdeenablefinal -|| ( gtk gnome kde ) gnome? ( gtk ) nsplugin? ( gtk ) +gnome? ( gtk ) nsplugin? ( gtk ) eds? ( gnome ) >=app-office/libreoffice-l10n-3.4 4 diff --git a/metadata/cache/app-office/libreoffice-3.4.9999-r1 b/metadata/cache/app-office/libreoffice-3.4.9999-r1 index 647b1c9d92c0..ad10a81ca443 100644 --- a/metadata/cache/app-office/libreoffice-3.4.9999-r1 +++ b/metadata/cache/app-office/libreoffice-3.4.9999-r1 @@ -9,7 +9,7 @@ LibreOffice, a full office productivity suite. autotools base bash-completion-r1 check-reqs eutils fdo-mime flag-o-matic git-2 gnome2-utils java-pkg-opt-2 java-utils-2 kde4-base kde4-functions libtool multilib nsplugins pax-utils portability prefix python toolchain-funcs user versionator virtualx binfilter +branding custom-cflags dbus debug eds gnome graphite gstreamer gtk jemalloc kde mysql nsplugin odk opengl pdfimport python templates test +vba webdav linguas_de linguas_en_GB linguas_en_ZA linguas_es linguas_fr linguas_hu linguas_it elibc_FreeBSD java aqua kde kdeenablefinal -|| ( gtk gnome kde ) gnome? ( gtk ) nsplugin? ( gtk ) +gnome? ( gtk ) nsplugin? ( gtk ) eds? ( gnome ) >=app-office/libreoffice-l10n-3.4 4 diff --git a/metadata/cache/app-office/libreoffice-9999-r1 b/metadata/cache/app-office/libreoffice-9999-r1 index 8d3dfba29897..416f266f875c 100644 --- a/metadata/cache/app-office/libreoffice-9999-r1 +++ b/metadata/cache/app-office/libreoffice-9999-r1 @@ -9,7 +9,7 @@ LibreOffice, a full office productivity suite. autotools base bash-completion-r1 check-reqs eutils fdo-mime flag-o-matic git-2 gnome2-utils java-pkg-opt-2 java-utils-2 kde4-base kde4-functions libtool multilib nsplugins pax-utils portability prefix python toolchain-funcs user versionator virtualx binfilter +branding dbus debug eds gnome +graphite gstreamer gtk +jemalloc kde mysql odk opengl pdfimport svg templates test +vba +webdav +xmlsec linguas_de linguas_en_GB linguas_en_ZA linguas_es linguas_fr linguas_hu linguas_it elibc_FreeBSD java aqua kde kdeenablefinal -|| ( gtk gnome kde ) gnome? ( gtk ) +gnome? ( gtk ) eds? ( gnome ) >=app-office/libreoffice-l10n-9999 4 diff --git a/metadata/cache/dev-haskell/hunit-1.2.2.3 b/metadata/cache/dev-haskell/hunit-1.2.2.3 index 9a02c3d0eb3e..99ac3bc9a4f1 100644 --- a/metadata/cache/dev-haskell/hunit-1.2.2.3 +++ b/metadata/cache/dev-haskell/hunit-1.2.2.3 @@ -6,7 +6,7 @@ http://hackage.haskell.org/packages/archive/HUnit/1.2.2.3/HUnit-1.2.2.3.tar.gz http://hunit.sourceforge.net/ BSD A unit testing framework for Haskell -~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd eutils ghc-package haskell-cabal multilib portability toolchain-funcs user versionator doc hscolour profile diff --git a/metadata/cache/dev-java/ant-swing-1.8.1 b/metadata/cache/dev-java/ant-swing-1.8.1 index 0f4736d6083f..390efa66e9c3 100644 --- a/metadata/cache/dev-java/ant-swing-1.8.1 +++ b/metadata/cache/dev-java/ant-swing-1.8.1 @@ -6,7 +6,7 @@ test http://ant.apache.org/ Apache-2.0 Apache Ant's optional tasks for Swing. -amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ant-tasks eutils java-ant-2 java-pkg-2 java-utils-2 multilib portability toolchain-funcs user versionator elibc_FreeBSD elibc_FreeBSD diff --git a/metadata/cache/dev-libs/libiconv-1.14 b/metadata/cache/dev-libs/libiconv-1.14 new file mode 100644 index 000000000000..8164b384cb89 --- /dev/null +++ b/metadata/cache/dev-libs/libiconv-1.14 @@ -0,0 +1,22 @@ +!sys-libs/glibc !sys-apps/man-pages +!sys-libs/glibc !sys-apps/man-pages +0 +mirror://gnu/libiconv/libiconv-1.14.tar.gz + +http://www.gnu.org/software/libiconv/ +GPL-3 +GNU charset conversion library for libc which doesn't implement it +~sparc-fbsd ~x86-fbsd +eutils flag-o-matic libtool multilib portability toolchain-funcs user + + + + + + +compile install unpack + + + + + diff --git a/metadata/cache/dev-python/dulwich-0.8.1 b/metadata/cache/dev-python/dulwich-0.8.1 index 593d5ebce2c4..4171329d081a 100644 --- a/metadata/cache/dev-python/dulwich-0.8.1 +++ b/metadata/cache/dev-python/dulwich-0.8.1 @@ -6,7 +6,7 @@ http://samba.org/~jelmer/dulwich/dulwich-0.8.1.tar.gz http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich GPL-2 Dulwich is a pure-Python implementation of the Git file formats and protocols. -~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris distutils eutils multilib portability python toolchain-funcs user test diff --git a/metadata/cache/dev-ruby/hoe-2.12.3 b/metadata/cache/dev-ruby/hoe-2.12.3 index 571ad9dba1b6..cea606c4d49e 100644 --- a/metadata/cache/dev-ruby/hoe-2.12.3 +++ b/metadata/cache/dev-ruby/hoe-2.12.3 @@ -6,7 +6,7 @@ mirror://rubygems/hoe-2.12.3.gem http://seattlerb.rubyforge.org/ MIT Hoe extends rake to provide full project automation. -~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test diff --git a/metadata/cache/dev-ruby/minitest-2.6.2 b/metadata/cache/dev-ruby/minitest-2.6.2 index 445a3b0b1c63..99b5c5197697 100644 --- a/metadata/cache/dev-ruby/minitest-2.6.2 +++ b/metadata/cache/dev-ruby/minitest-2.6.2 @@ -6,7 +6,7 @@ mirror://rubygems/minitest-2.6.2.gem http://rubyforge.org/projects/bfts MIT minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. -~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc doc test test diff --git a/metadata/cache/dev-ruby/rdoc-3.6.1 b/metadata/cache/dev-ruby/rdoc-3.6.1 index 5dcc305f9ed6..e75ddfb82ac8 100644 --- a/metadata/cache/dev-ruby/rdoc-3.6.1 +++ b/metadata/cache/dev-ruby/rdoc-3.6.1 @@ -6,7 +6,7 @@ mirror://rubygems/rdoc-3.6.1.gem http://rubyforge.org/projects/rdoc/ Ruby An extended version of the RDoc library from Ruby 1.8 -~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test diff --git a/metadata/cache/dev-ruby/ruby-gnome2-1.0.3 b/metadata/cache/dev-ruby/ruby-gnome2-1.0.3 new file mode 100644 index 000000000000..96d9fddea725 --- /dev/null +++ b/metadata/cache/dev-ruby/ruby-gnome2-1.0.3 @@ -0,0 +1,22 @@ +>=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 test? ( ruby_targets_ruby18? ( >=dev-ruby/ruby-gio2-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-goocanvas-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gstreamer-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gtksourceview-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-poppler-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-rsvg-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-vte-1.0.3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-gio2-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-goocanvas-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gstreamer-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gtksourceview-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-poppler-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-rsvg-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-vte-1.0.3[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +>=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 ruby_targets_ruby18? ( >=dev-ruby/ruby-gio2-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-goocanvas-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gstreamer-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-gtksourceview-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-poppler-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-rsvg-1.0.3[ruby_targets_ruby18] >=dev-ruby/ruby-vte-1.0.3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-gio2-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-goocanvas-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gstreamer-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-gtksourceview-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-poppler-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-rsvg-1.0.3[ruby_targets_ruby19] >=dev-ruby/ruby-vte-1.0.3[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +0 + + +http://ruby-gnome2.sourceforge.jp/ +Ruby +Ruby Gnome2 bindings +~amd64 ~x86 +eutils java-utils-2 multilib portability ruby-ng toolchain-funcs user versionator +test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 + + + +2 + +compile configure install prepare setup test unpack + + + + + diff --git a/metadata/cache/dev-ruby/ruby-goocanvas-1.0.3 b/metadata/cache/dev-ruby/ruby-goocanvas-1.0.3 new file mode 100644 index 000000000000..cd73271c5311 --- /dev/null +++ b/metadata/cache/dev-ruby/ruby-goocanvas-1.0.3 @@ -0,0 +1,22 @@ +x11-libs/goocanvas:0 ruby_targets_ruby18? ( dev-ruby/pkg-config[ruby_targets_ruby18] dev-ruby/rcairo[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] dev-ruby/rcairo[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) dev-util/pkgconfig ruby_targets_ruby18? ( dev-ruby/pkg-config[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) +x11-libs/goocanvas:0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +0 +mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.0.3.tar.gz + +http://ruby-gnome2.sourceforge.jp/ +Ruby +Ruby binding of GooCanvas +~amd64 ~x86 +eutils java-utils-2 multilib portability ruby-fakegem ruby-ng ruby-ng-gnome2 toolchain-funcs user versionator +elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test + + + +2 + +compile configure install prepare setup test unpack + + + + + diff --git a/metadata/cache/dev-ruby/ruby-gstreamer-1.0.3 b/metadata/cache/dev-ruby/ruby-gstreamer-1.0.3 new file mode 100644 index 000000000000..f932ee1d9ce1 --- /dev/null +++ b/metadata/cache/dev-ruby/ruby-gstreamer-1.0.3 @@ -0,0 +1,22 @@ +=media-libs/gstreamer-0.10* =media-libs/gst-plugins-base-0.10* dev-util/pkgconfig ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) dev-util/pkgconfig ruby_targets_ruby18? ( dev-ruby/pkg-config[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) +=media-libs/gstreamer-0.10* =media-libs/gst-plugins-base-0.10* ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +0 +mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.0.3.tar.gz + +http://ruby-gnome2.sourceforge.jp/ +Ruby +Ruby GStreamer bindings +~amd64 ~x86 +eutils java-utils-2 multilib portability ruby-fakegem ruby-ng ruby-ng-gnome2 toolchain-funcs user versionator +elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test + + + +2 + +compile configure install prepare setup test unpack + + + + + diff --git a/metadata/cache/dev-ruby/ruby-gtksourceview-1.0.3 b/metadata/cache/dev-ruby/ruby-gtksourceview-1.0.3 new file mode 100644 index 000000000000..eec92bf27683 --- /dev/null +++ b/metadata/cache/dev-ruby/ruby-gtksourceview-1.0.3 @@ -0,0 +1,22 @@ +x11-libs/gtksourceview:2.0 dev-util/pkgconfig test? ( ruby_targets_ruby18? ( >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) dev-util/pkgconfig ruby_targets_ruby18? ( dev-ruby/pkg-config[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) +x11-libs/gtksourceview:2.0 ruby_targets_ruby18? ( >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-1.0.3[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +0 +mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.0.3.tar.gz + +http://ruby-gnome2.sourceforge.jp/ +Ruby +Ruby bindings for gtksourceview +~amd64 ~x86 +eutils java-utils-2 multilib portability ruby-fakegem ruby-ng ruby-ng-gnome2 toolchain-funcs user versionator +test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test + + + +2 + +compile configure install prepare setup test unpack + + + + + diff --git a/metadata/cache/dev-vcs/hg-git-0.3.1 b/metadata/cache/dev-vcs/hg-git-0.3.1 index 172485dfd9cb..a1363caffc45 100644 --- a/metadata/cache/dev-vcs/hg-git-0.3.1 +++ b/metadata/cache/dev-vcs/hg-git-0.3.1 @@ -6,7 +6,7 @@ mirror://pypi/h/hg-git/hg-git-0.3.1.tar.gz http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git GPL-2 push and pull from a Git server using Mercurial -~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris distutils eutils multilib portability python toolchain-funcs user diff --git a/metadata/cache/dev-vcs/rabbitvcs-0.14.1.1 b/metadata/cache/dev-vcs/rabbitvcs-0.15.0.5 similarity index 87% rename from metadata/cache/dev-vcs/rabbitvcs-0.14.1.1 rename to metadata/cache/dev-vcs/rabbitvcs-0.15.0.5 index 84c28eda6bad..cb9e2d8c32fe 100644 --- a/metadata/cache/dev-vcs/rabbitvcs-0.14.1.1 +++ b/metadata/cache/dev-vcs/rabbitvcs-0.15.0.5 @@ -1,7 +1,7 @@ >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) dev-python/configobj dev-python/pygobject:2 dev-python/pygtk dev-python/pysvn dev-python/simplejson diff? ( dev-util/meld ) gedit? ( app-editors/gedit ) git? ( dev-python/dulwich ) nautilus? ( >=dev-python/nautilus-python-0.7.0 dev-python/dbus-python dev-python/gnome-vfs-python ) spell? ( dev-python/gtkspell-python ) thunar? ( dev-python/thunarx-python dev-python/dbus-python ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) 0 -http://rabbitvcs.googlecode.com/files/rabbitvcs-0.14.1.1.tar.gz +http://rabbitvcs.googlecode.com/files/rabbitvcs-0.15.0.5.tar.bz2 http://rabbitvcs.org GPL-2 @@ -12,9 +12,9 @@ cli diff gedit git nautilus spell thunar -2 +4 -compile install postinst postrm preinst prepare +compile install postinst postrm preinst prepare setup diff --git a/metadata/cache/dev-vcs/svn2git-1.0.5 b/metadata/cache/dev-vcs/svn2git-1.0.5 new file mode 100644 index 000000000000..48d2290088b2 --- /dev/null +++ b/metadata/cache/dev-vcs/svn2git-1.0.5 @@ -0,0 +1,22 @@ +dev-vcs/subversion x11-libs/qt-core +dev-vcs/subversion x11-libs/qt-core dev-vcs/git +0 +http://gitorious.org/svn2git/svn2git/archive-tarball/1.0.5 -> svn2git-1.0.5.tar.gz + +http://gitorious.org/svn2git/svn2git +GPL-3 +Tool for one-time conversion from svn to git. +~amd64 ~x86 +base eutils multilib portability qt4-r2 toolchain-funcs user + + + + +2 + +compile configure install prepare unpack + + + + + diff --git a/metadata/cache/media-fonts/font-util-1.2.0 b/metadata/cache/media-fonts/font-util-1.2.0 index 84e0a54c3dc4..942c889eb766 100644 --- a/metadata/cache/media-fonts/font-util-1.2.0 +++ b/metadata/cache/media-fonts/font-util-1.2.0 @@ -1,4 +1,4 @@ -|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.14.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.14.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.14.0 ) >=dev-util/pkgconfig-0.23 +|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 ) >=dev-util/pkgconfig-0.23 0 http://xorg.freedesktop.org/releases/individual/font/font-util-1.2.0.tar.bz2 @@ -6,7 +6,7 @@ http://xorg.freedesktop.org/releases/individual/font/font-util-1.2.0.tar.bz2 http://xorg.freedesktop.org/ MIT X.Org font utilities -alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris autotools autotools-utils base eutils flag-o-matic libtool multilib portability toolchain-funcs user xorg-2 diff --git a/metadata/cache/media-gfx/zbar-0.10-r1 b/metadata/cache/media-gfx/zbar-0.10-r1 new file mode 100644 index 000000000000..369005873b77 --- /dev/null +++ b/metadata/cache/media-gfx/zbar-0.10-r1 @@ -0,0 +1,22 @@ +gtk? ( =dev-libs/glib-2* =x11-libs/gtk+-2* ) imagemagick? ( >=media-gfx/imagemagick-6.2.6 ) jpeg? ( virtual/jpeg ) python? ( gtk? ( dev-python/pygtk ) ) qt4? ( x11-libs/qt-core x11-libs/qt-gui ) X? ( x11-libs/libXext xv? ( x11-libs/libXv ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=app-admin/eselect-python-20091230 =dev-lang/python-2* +gtk? ( =dev-libs/glib-2* =x11-libs/gtk+-2* ) imagemagick? ( >=media-gfx/imagemagick-6.2.6 ) jpeg? ( virtual/jpeg ) python? ( gtk? ( dev-python/pygtk ) ) qt4? ( x11-libs/qt-core x11-libs/qt-gui ) X? ( x11-libs/libXext xv? ( x11-libs/libXv ) ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* +0 +mirror://sourceforge/zbar/zbar-0.10.tar.bz2 + +http://zbar.sourceforge.net/ +LGPL-2.1 +Library and tools for reading barcodes from images or video +~amd64 ~x86 +autotools eutils libtool multilib portability python toolchain-funcs user +gtk imagemagick jpeg python qt4 static-libs +threads v4l X xv + + + +4 + +configure install prepare setup + + + + + diff --git a/metadata/cache/media-sound/aqualung-0.9_beta11-r1 b/metadata/cache/media-sound/aqualung-0.9_beta11-r1 index a4d109e0ca38..3c6a4d950f58 100644 --- a/metadata/cache/media-sound/aqualung-0.9_beta11-r1 +++ b/metadata/cache/media-sound/aqualung-0.9_beta11-r1 @@ -1,5 +1,5 @@ -alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio[-minimal] ) cddb? ( media-libs/libcddb ) flac? ( media-libs/flac ) ffmpeg? ( virtual/ffmpeg ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/liblrdf ) lame? ( media-sound/lame ) libsamplerate? ( media-libs/libsamplerate ) lua? ( dev-lang/lua ) mac? ( media-sound/mac ) modplug? ( media-libs/libmodplug ) mp3? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex media-libs/liboggz ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) x11-libs/gtk+:2 dev-libs/libxml2 dev-util/pkgconfig || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool -alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio[-minimal] ) cddb? ( media-libs/libcddb ) flac? ( media-libs/flac ) ffmpeg? ( virtual/ffmpeg ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/liblrdf ) lame? ( media-sound/lame ) libsamplerate? ( media-libs/libsamplerate ) lua? ( dev-lang/lua ) mac? ( media-sound/mac ) modplug? ( media-libs/libmodplug ) mp3? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex media-libs/liboggz ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) x11-libs/gtk+:2 +alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio[-minimal] ) cddb? ( media-libs/libcddb ) flac? ( media-libs/flac ) ffmpeg? ( >=virtual/ffmpeg-0.6.90 ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/liblrdf ) lame? ( media-sound/lame ) libsamplerate? ( media-libs/libsamplerate ) lua? ( dev-lang/lua ) mac? ( media-sound/mac ) modplug? ( media-libs/libmodplug ) mp3? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex media-libs/liboggz ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) x11-libs/gtk+:2 dev-libs/libxml2 dev-util/pkgconfig || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool +alsa? ( media-libs/alsa-lib ) cdda? ( dev-libs/libcdio[-minimal] ) cddb? ( media-libs/libcddb ) flac? ( media-libs/flac ) ffmpeg? ( >=virtual/ffmpeg-0.6.90 ) ifp? ( media-libs/libifp ) jack? ( media-sound/jack-audio-connection-kit ) ladspa? ( media-libs/liblrdf ) lame? ( media-sound/lame ) libsamplerate? ( media-libs/libsamplerate ) lua? ( dev-lang/lua ) mac? ( media-sound/mac ) modplug? ( media-libs/libmodplug ) mp3? ( media-libs/libmad ) musepack? ( >=media-sound/musepack-tools-444 ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex media-libs/liboggz ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) x11-libs/gtk+:2 0 mirror://sourceforge/aqualung/aqualung-0.9beta11.tar.gz diff --git a/metadata/cache/media-sound/split2flac-0.1_pre20110712 b/metadata/cache/media-sound/split2flac-0.1_pre20111110 similarity index 92% rename from metadata/cache/media-sound/split2flac-0.1_pre20110712 rename to metadata/cache/media-sound/split2flac-0.1_pre20111110 index 6daf85d215fc..86d30af9c108 100644 --- a/metadata/cache/media-sound/split2flac-0.1_pre20110712 +++ b/metadata/cache/media-sound/split2flac-0.1_pre20111110 @@ -1,7 +1,7 @@ app-cdr/cuetools media-sound/shntool[mac?] virtual/libiconv media-libs/flac flake? ( media-sound/flake ) mp3? ( media-sound/lame || ( media-libs/mutagen media-libs/id3lib ) ) mp4? ( media-libs/faac media-libs/libmp4v2[utils] ) ogg? ( media-sound/vorbis-tools ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) mp4? ( media-sound/aacgain ) ogg? ( media-sound/vorbisgain ) ) imagemagick? ( media-gfx/imagemagick ) 0 -http://dev.gentoo.org/~maksbotan/split2flac-20110712.sh +http://dev.gentoo.org/~maksbotan/split2flac-20111110.sh https://code.google.com/p/split2flac/ MIT diff --git a/metadata/cache/net-analyzer/tcpdump-4.1.1 b/metadata/cache/net-analyzer/tcpdump-4.1.1 index 785d04c3793a..607407b5284f 100644 --- a/metadata/cache/net-analyzer/tcpdump-4.1.1 +++ b/metadata/cache/net-analyzer/tcpdump-4.1.1 @@ -1,4 +1,4 @@ -net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) test? ( app-arch/sharutils dev-lang/perl ) +net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) test? ( || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) dev-lang/perl ) net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) 0 http://www.tcpdump.org/release/tcpdump-4.1.1.tar.gz http://www.jp.tcpdump.org/release/tcpdump-4.1.1.tar.gz diff --git a/metadata/cache/net-misc/radvd-1.6 b/metadata/cache/net-misc/radvd-1.6 deleted file mode 100644 index 01c923764e34..000000000000 --- a/metadata/cache/net-misc/radvd-1.6 +++ /dev/null @@ -1,22 +0,0 @@ -sys-devel/bison sys-devel/flex - -0 -http://v6web.litech.org/radvd/dist/radvd-1.6.tar.gz - -http://v6web.litech.org/radvd/ -BSD -Linux IPv6 Router Advertisement Daemon -amd64 arm hppa ppc sparc x86 ~x86-fbsd -eutils multilib portability toolchain-funcs user -kernel_FreeBSD - - - -2 - -configure install postinst setup - - - - - diff --git a/metadata/cache/net-misc/radvd-1.7 b/metadata/cache/net-misc/radvd-1.7 deleted file mode 100644 index 2c19dbdd3a02..000000000000 --- a/metadata/cache/net-misc/radvd-1.7 +++ /dev/null @@ -1,22 +0,0 @@ -sys-devel/bison sys-devel/flex - -0 -http://v6web.litech.org/radvd/dist/radvd-1.7.tar.gz - -http://v6web.litech.org/radvd/ -BSD -Linux IPv6 Router Advertisement Daemon -~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd -eutils multilib portability toolchain-funcs user -kernel_FreeBSD - - - -2 - -configure install postinst setup - - - - - diff --git a/metadata/cache/net-misc/radvd-1.8 b/metadata/cache/net-misc/radvd-1.8 deleted file mode 100644 index 84fd3a8a98e6..000000000000 --- a/metadata/cache/net-misc/radvd-1.8 +++ /dev/null @@ -1,22 +0,0 @@ -sys-devel/bison sys-devel/flex - -0 -http://v6web.litech.org/radvd/dist/radvd-1.8.tar.gz - -http://v6web.litech.org/radvd/ -BSD -Linux IPv6 Router Advertisement Daemon -~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd -eutils multilib portability toolchain-funcs user -kernel_FreeBSD - - - -2 - -configure install postinst setup - - - - - diff --git a/metadata/cache/net-misc/radvd-1.8.1 b/metadata/cache/net-misc/radvd-1.8.1 deleted file mode 100644 index efd9621d3fac..000000000000 --- a/metadata/cache/net-misc/radvd-1.8.1 +++ /dev/null @@ -1,22 +0,0 @@ -sys-devel/bison sys-devel/flex - -0 -http://v6web.litech.org/radvd/dist/radvd-1.8.1.tar.gz - -http://v6web.litech.org/radvd/ -BSD -Linux IPv6 Router Advertisement Daemon -~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd -eutils multilib portability toolchain-funcs user -kernel_FreeBSD - - - -2 - -configure install postinst setup - - - - - diff --git a/metadata/cache/net-misc/radvd-1.8.2 b/metadata/cache/net-misc/radvd-1.8.2 index 4c566c5b1473..1697592d592d 100644 --- a/metadata/cache/net-misc/radvd-1.8.2 +++ b/metadata/cache/net-misc/radvd-1.8.2 @@ -6,7 +6,7 @@ http://v6web.litech.org/radvd/dist/radvd-1.8.2.tar.gz http://v6web.litech.org/radvd/ BSD Linux IPv6 Router Advertisement Daemon -amd64 arm hppa ppc ~sparc x86 ~x86-fbsd +amd64 arm hppa ppc sparc x86 ~x86-fbsd eutils multilib portability toolchain-funcs user kernel_FreeBSD diff --git a/metadata/cache/sys-apps/less-444 b/metadata/cache/sys-apps/less-444 index 4be68115ce04..ce1e9fb841c1 100644 --- a/metadata/cache/sys-apps/less-444 +++ b/metadata/cache/sys-apps/less-444 @@ -6,7 +6,7 @@ http://www.greenwoodsoftware.com/less/less-444.tar.gz http://www-zeuthen.desy.de http://www.greenwoodsoftware.com/less/ || ( GPL-3 BSD-2 ) Excellent text file viewer -~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd eutils multilib portability toolchain-funcs user unicode diff --git a/metadata/cache/sys-apps/portage-2.1.10.31 b/metadata/cache/sys-apps/portage-2.1.10.33 similarity index 93% rename from metadata/cache/sys-apps/portage-2.1.10.31 rename to metadata/cache/sys-apps/portage-2.1.10.33 index 5bca2e2e987a..f731bd257a3d 100644 --- a/metadata/cache/sys-apps/portage-2.1.10.31 +++ b/metadata/cache/sys-apps/portage-2.1.10.33 @@ -1,7 +1,7 @@ python3? ( =dev-lang/python-3* ) !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 ) doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) >=app-admin/eselect-python-20091230 python3? ( =dev-lang/python-3* ) !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 >=app-shells/bash-3.2_p17 >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-1.6 ) elibc_uclibc? ( >=sys-apps/sandbox-1.6 ) >=app-misc/pax-utils-0.1.17 selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] =app-admin/eselect-python-20091230 0 -mirror://gentoo/portage-2.1.10.31.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.1.10.31.tar.bz2 linguas_pl? ( mirror://gentoo/portage-man-pl-2.1.2.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-man-pl-2.1.2.tar.bz2 ) +mirror://gentoo/portage-2.1.10.33.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.1.10.33.tar.bz2 linguas_pl? ( mirror://gentoo/portage-man-pl-2.1.2.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-man-pl-2.1.2.tar.bz2 ) http://www.gentoo.org/proj/en/portage/index.xml GPL-2 diff --git a/metadata/cache/sys-apps/portage-2.2.0_alpha71 b/metadata/cache/sys-apps/portage-2.2.0_alpha73 similarity index 87% rename from metadata/cache/sys-apps/portage-2.2.0_alpha71 rename to metadata/cache/sys-apps/portage-2.2.0_alpha73 index b65d07594f4e..0aa1fdc59da1 100644 --- a/metadata/cache/sys-apps/portage-2.2.0_alpha71 +++ b/metadata/cache/sys-apps/portage-2.2.0_alpha73 @@ -1,7 +1,7 @@ python3? ( =dev-lang/python-3* ) !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 ) doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) >=app-admin/eselect-python-20091230 python3? ( =dev-lang/python-3* ) !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 >=app-shells/bash-3.2_p17 >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] =app-admin/eselect-python-20091230 0 -mirror://gentoo/portage-2.2.0_alpha70.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.2.0_alpha70.tar.bz2 linguas_pl? ( mirror://gentoo/portage-man-pl-2.1.2.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-man-pl-2.1.2.tar.bz2 ) mirror://gentoo/portage-2.2.0_alpha71.patch.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.2.0_alpha71.patch.bz2 +mirror://gentoo/portage-2.2.0_alpha72.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.2.0_alpha72.tar.bz2 linguas_pl? ( mirror://gentoo/portage-man-pl-2.1.2.tar.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-man-pl-2.1.2.tar.bz2 ) mirror://gentoo/portage-2.2.0_alpha73.patch.bz2 http://dev.gentoo.org/~zmedico/portage/archives/portage-2.2.0_alpha73.patch.bz2 http://www.gentoo.org/proj/en/portage/index.xml GPL-2 diff --git a/metadata/cache/sys-apps/sandbox-2.5 b/metadata/cache/sys-apps/sandbox-2.5 index 7f7c8a8c4787..51bcc0e92576 100644 --- a/metadata/cache/sys-apps/sandbox-2.5 +++ b/metadata/cache/sys-apps/sandbox-2.5 @@ -6,7 +6,7 @@ mirror://gentoo/sandbox-2.5.tar.xz http://dev.gentoo.org/~vapier/dist/sandbox-2. http://www.gentoo.org/ GPL-2 sandbox'd LD_PRELOAD hack -~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd -x86-fbsd +~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd -x86-fbsd eutils flag-o-matic multilib portability toolchain-funcs user multilib diff --git a/metadata/cache/sys-devel/dragonegg-3.0_rc3 b/metadata/cache/sys-devel/dragonegg-3.0_rc3 new file mode 100644 index 000000000000..99924bc882e2 --- /dev/null +++ b/metadata/cache/sys-devel/dragonegg-3.0_rc3 @@ -0,0 +1,22 @@ +>=sys-devel/gcc-4.5.0[lto] ~sys-devel/llvm-3.0_rc3 +>=sys-devel/gcc-4.5.0[lto] ~sys-devel/llvm-3.0_rc3 +0 +http://llvm.org/pre-releases/3.0/rc3/dragonegg-3.0rc3.src.tar.gz + +http://dragonegg.llvm.org/ +GPL-2 +GCC plugin that uses LLVM for optimization and code generation +~amd64 ~x86 +multilib toolchain-funcs + + + + +4 + +compile install postinst prepare + + + + + diff --git a/metadata/cache/sys-power/phctool-0.5.2.2 b/metadata/cache/sys-power/phctool-0.5.2.2-r2 similarity index 91% rename from metadata/cache/sys-power/phctool-0.5.2.2 rename to metadata/cache/sys-power/phctool-0.5.2.2-r2 index 3f222e21690d..9b3cd4b59d19 100644 --- a/metadata/cache/sys-power/phctool-0.5.2.2 +++ b/metadata/cache/sys-power/phctool-0.5.2.2-r2 @@ -12,9 +12,9 @@ doc sudo -2 +4 -install postinst postrm prepare setup +install postinst prepare setup diff --git a/metadata/cache/sys-process/procps-3.2.8_p11 b/metadata/cache/sys-process/procps-3.2.8_p11 index bb0e884e9440..0a0493e38338 100644 --- a/metadata/cache/sys-process/procps-3.2.8_p11 +++ b/metadata/cache/sys-process/procps-3.2.8_p11 @@ -6,7 +6,7 @@ http://procps.sourceforge.net/procps-3.2.8.tar.gz mirror://debian/pool/main/p/pr http://procps.sourceforge.net/ GPL-2 Standard informational utilities and process-handling tools -~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 eutils flag-o-matic multilib portability toolchain-funcs user unicode diff --git a/metadata/cache/www-client/chromium-16.0.912.32 b/metadata/cache/www-client/chromium-16.0.912.32 index f464555beb9c..8900386884bb 100644 --- a/metadata/cache/www-client/chromium-16.0.912.32 +++ b/metadata/cache/www-client/chromium-16.0.912.32 @@ -1,5 +1,5 @@ -app-arch/bzip2 >=dev-lang/v8-3.6.5.1 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libgcrypt dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex >=net-print/cups-1.3.11 pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) dev-lang/nacl-toolchain-newlib dev-lang/perl dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -app-arch/bzip2 >=dev-lang/v8-3.6.5.1 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libgcrypt dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex >=net-print/cups-1.3.11 pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.6.5.1 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) dev-lang/nacl-toolchain-newlib dev-lang/perl dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.6.5.1 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) 0 http://commondatastorage.googleapis.com/chromium-browser-official/chromium-16.0.912.32.tar.bz2 @@ -8,7 +8,7 @@ BSD Open-source version of Google Chrome web browser ~amd64 ~x86 eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx -bindist gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test +bindist cups gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test diff --git a/metadata/cache/www-client/opera-11.60.1147 b/metadata/cache/www-client/opera-11.60.1147 index ccc89f2f4b03..3b37f5d6481c 100644 --- a/metadata/cache/www-client/opera-11.60.1147 +++ b/metadata/cache/www-client/opera-11.60.1147 @@ -1,7 +1,7 @@ >=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4 media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta ) 0 -amd64? ( http://snapshot.opera.com/unix/betarc1_11.60-1147/opera-11.60-1147.x86_64.linux.tar.xz ) x86? ( http://snapshot.opera.com/unix/betarc1_11.60-1147/opera-11.60-1147.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/betarc1_11.60-1147/opera-11.60-1147.i386.freebsd.tar.xz ) +amd64? ( mirror://opera/linux/1160b1/opera-11.60-1147.x86_64.linux.tar.xz ) x86? ( mirror://opera/linux/1160b1/opera-11.60-1147.i386.linux.tar.xz ) x86-fbsd? ( mirror://opera/unix/1160b1/opera-11.60-1147.i386.freebsd.tar.xz ) http://www.opera.com/ OPERA-11 LGPL-2 LGPL-3 diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index c3b041c586c1..c7cc9311c694 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Thu, 10 Nov 2011 01:06:46 +0000 +Thu, 10 Nov 2011 13:36:45 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 553e4fe79c9a..c324974a3a50 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Thu, 10 Nov 2011 01:06:47 +0000 +Thu, 10 Nov 2011 13:36:46 +0000 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 00c6830056ee..6a3bcfa14eb1 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Thu, 10 Nov 2011 01:06:48 +0000 +Thu, 10 Nov 2011 13:36:47 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 2ddfb3f39d62..924ae5432022 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Thu Nov 10 01:06:46 UTC 2011 +Thu Nov 10 13:36:45 UTC 2011 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index d63668c82b1d..49bb7799f665 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Thu, 10 Nov 2011 01:30:01 +0000 +Thu, 10 Nov 2011 14:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index a19726df6802..794dd7b0a6ca 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1320887101 Thu Nov 10 01:05:01 2011 UTC +1320932101 Thu Nov 10 13:35:01 2011 UTC diff --git a/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild index 0ebee86b9a3a..0a3694c442df 100644 --- a/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.1.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/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.4 2011/07/09 00:20:27 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.5 2011/11/10 13:22:19 naota Exp $ EAPI="2" inherit flag-o-matic toolchain-funcs eutils @@ -19,7 +19,7 @@ RDEPEND="net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m )" DEPEND="${RDEPEND} - test? ( app-arch/sharutils + test? ( || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) dev-lang/perl )" pkg_setup() { diff --git a/net-misc/radvd/Manifest b/net-misc/radvd/Manifest index 030b92703451..951885854075 100644 --- a/net-misc/radvd/Manifest +++ b/net-misc/radvd/Manifest @@ -1,5 +1 @@ -DIST radvd-1.6.tar.gz 150545 RMD160 7715de55d2915e21610c8c60eb61509056899d9c SHA1 3f6f1afeab6bfc35a464e6ef6f76ae00cc285d32 SHA256 59c20e31a0085ded29a7a6ea9479170d72fdfb4902c878ee8144127dd77a2102 -DIST radvd-1.7.tar.gz 171536 RMD160 6584a1a9a80e57d3e53ef4c19f1a1f276dc8befb SHA1 3a41fa681c409160eb767d60cbb8038f84b3f8af SHA256 f8e737638f9de6e7363374b4c354f47d0f1d60c28c8b51658b39ab0b5df93413 -DIST radvd-1.8.1.tar.gz 176674 RMD160 f5d329cc89b622e87fa2d7a6120a7881872a3397 SHA1 c7e8ac6222099c62519b9893f833440037352971 SHA256 6c31f139474428e1fc742a5b3c2da1fc375bcf6e6c518432dfe3af7ba982e3e9 DIST radvd-1.8.2.tar.gz 177357 RMD160 502d1b5aa084ca76e682f26d3b11493df85e678c SHA1 9a396ab58216c87308bc86a18864f84aeeba38a9 SHA256 fff5ecb391aa5c054b4ebc14ec2c3d8b7494d065fb00c2bf772ae81e8114cf55 -DIST radvd-1.8.tar.gz 173761 RMD160 74e2d74636f4050a90a39d4706759688ba33b777 SHA1 56d76a9c88ffd58bfa3c853cb26dd85cebcff5f1 SHA256 158a21f7bf5ae480c0f7ae1c0a734aeaa233659ad58ef2f392cb1c064cbfdad0 diff --git a/net-misc/radvd/radvd-1.6.ebuild b/net-misc/radvd/radvd-1.6.ebuild deleted file mode 100644 index 1f8f527c99d2..000000000000 --- a/net-misc/radvd/radvd-1.6.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.6.ebuild,v 1.6 2011/03/06 10:36:45 xmw Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Linux IPv6 Router Advertisement Daemon" -HOMEPAGE="http://v6web.litech.org/radvd/" -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm hppa ppc sparc x86 ~x86-fbsd" -IUSE="kernel_FreeBSD" - -DEPEND="sys-devel/bison - sys-devel/flex" -RDEPEND="" - -pkg_setup() { - enewgroup radvd - enewuser radvd -1 -1 /dev/null radvd - - # force ownership of radvd user and group (bug #19647) - [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd "${ROOT}"/var/run/radvd -} - -src_configure() { - econf \ - --with-pidfile=/var/run/radvd/radvd.pid \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc CHANGES README TODO radvd.conf.example || die - dohtml INTRO.html || die - - newinitd "${FILESDIR}/${PN}".init "${PN}" || die - newconfd "${FILESDIR}/${PN}".conf "${PN}" || die - - # location of radvd.pid needs to be writeable by the radvd user - keepdir /var/run/radvd - chown -R radvd:radvd "${D}"/var/run/radvd || die - fperms 755 /var/run/radvd - - if use kernel_FreeBSD ; then - sed -i -e \ - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ - "${D}"/etc/init.d/"${PN}" || die - fi -} - -pkg_postinst() { - elog - elog "To use ${PN} you must create the configuration file" - elog "${ROOT}etc/radvd.conf" - elog - elog "An example configuration file has been installed under" - elog "${ROOT}usr/share/doc/${PF}" - elog - elog "grsecurity users should allow a specific group to read /proc" - elog "and add the radvd user to that group, otherwise radvd may" - elog "segfault on startup." -} diff --git a/net-misc/radvd/radvd-1.7.ebuild b/net-misc/radvd/radvd-1.7.ebuild deleted file mode 100644 index 53e91a150396..000000000000 --- a/net-misc/radvd/radvd-1.7.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.7.ebuild,v 1.1 2011/06/16 22:42:39 xmw Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Linux IPv6 Router Advertisement Daemon" -HOMEPAGE="http://v6web.litech.org/radvd/" -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="kernel_FreeBSD" - -DEPEND="sys-devel/bison - sys-devel/flex" -RDEPEND="" - -pkg_setup() { - enewgroup radvd - enewuser radvd -1 -1 /dev/null radvd - - # force ownership of radvd user and group (bug #19647) - [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd "${ROOT}"/var/run/radvd -} - -src_configure() { - econf \ - --with-pidfile=/var/run/radvd/radvd.pid \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc CHANGES README TODO radvd.conf.example || die - dohtml INTRO.html || die - - newinitd "${FILESDIR}/${PN}".init "${PN}" || die - newconfd "${FILESDIR}/${PN}".conf "${PN}" || die - - # location of radvd.pid needs to be writeable by the radvd user - keepdir /var/run/radvd - chown -R radvd:radvd "${D}"/var/run/radvd || die - fperms 755 /var/run/radvd - - if use kernel_FreeBSD ; then - sed -i -e \ - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ - "${D}"/etc/init.d/"${PN}" || die - fi -} - -pkg_postinst() { - elog - elog "To use ${PN} you must create the configuration file" - elog "${ROOT}etc/radvd.conf" - elog - elog "An example configuration file has been installed under" - elog "${ROOT}usr/share/doc/${PF}" - elog - elog "grsecurity users should allow a specific group to read /proc" - elog "and add the radvd user to that group, otherwise radvd may" - elog "segfault on startup." -} diff --git a/net-misc/radvd/radvd-1.8.1.ebuild b/net-misc/radvd/radvd-1.8.1.ebuild deleted file mode 100644 index 117c9b6bb450..000000000000 --- a/net-misc/radvd/radvd-1.8.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.8.1.ebuild,v 1.1 2011/08/29 10:46:49 xmw Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Linux IPv6 Router Advertisement Daemon" -HOMEPAGE="http://v6web.litech.org/radvd/" -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="kernel_FreeBSD" - -DEPEND="sys-devel/bison - sys-devel/flex" -RDEPEND="" - -pkg_setup() { - enewgroup radvd - enewuser radvd -1 -1 /dev/null radvd - - # force ownership of radvd user and group (bug #19647) - [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd "${ROOT}"/var/run/radvd -} - -src_configure() { - econf \ - --with-pidfile=/var/run/radvd/radvd.pid \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc CHANGES README TODO radvd.conf.example || die - dohtml INTRO.html || die - - newinitd "${FILESDIR}/${PN}".init "${PN}" || die - newconfd "${FILESDIR}/${PN}".conf "${PN}" || die - - # location of radvd.pid needs to be writeable by the radvd user - keepdir /var/run/radvd - chown -R radvd:radvd "${D}"/var/run/radvd || die - fperms 755 /var/run/radvd - - if use kernel_FreeBSD ; then - sed -i -e \ - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ - "${D}"/etc/init.d/"${PN}" || die - fi -} - -pkg_postinst() { - elog - elog "To use ${PN} you must create the configuration file" - elog "${ROOT}etc/radvd.conf" - elog - elog "An example configuration file has been installed under" - elog "${ROOT}usr/share/doc/${PF}" - elog - elog "grsecurity users should allow a specific group to read /proc" - elog "and add the radvd user to that group, otherwise radvd may" - elog "segfault on startup." -} diff --git a/net-misc/radvd/radvd-1.8.2.ebuild b/net-misc/radvd/radvd-1.8.2.ebuild index 50de84ce2c31..b7b16703f337 100644 --- a/net-misc/radvd/radvd-1.8.2.ebuild +++ b/net-misc/radvd/radvd-1.8.2.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/net-misc/radvd/radvd-1.8.2.ebuild,v 1.6 2011/11/07 12:43:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.8.2.ebuild,v 1.7 2011/11/10 08:23:12 xmw Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm hppa ppc sparc x86 ~x86-fbsd" IUSE="kernel_FreeBSD" DEPEND="sys-devel/bison diff --git a/net-misc/radvd/radvd-1.8.ebuild b/net-misc/radvd/radvd-1.8.ebuild deleted file mode 100644 index d4e9aeefc001..000000000000 --- a/net-misc/radvd/radvd-1.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.8.ebuild,v 1.1 2011/06/16 22:42:39 xmw Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Linux IPv6 Router Advertisement Daemon" -HOMEPAGE="http://v6web.litech.org/radvd/" -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="kernel_FreeBSD" - -DEPEND="sys-devel/bison - sys-devel/flex" -RDEPEND="" - -pkg_setup() { - enewgroup radvd - enewuser radvd -1 -1 /dev/null radvd - - # force ownership of radvd user and group (bug #19647) - [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd "${ROOT}"/var/run/radvd -} - -src_configure() { - econf \ - --with-pidfile=/var/run/radvd/radvd.pid \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc CHANGES README TODO radvd.conf.example || die - dohtml INTRO.html || die - - newinitd "${FILESDIR}/${PN}".init "${PN}" || die - newconfd "${FILESDIR}/${PN}".conf "${PN}" || die - - # location of radvd.pid needs to be writeable by the radvd user - keepdir /var/run/radvd - chown -R radvd:radvd "${D}"/var/run/radvd || die - fperms 755 /var/run/radvd - - if use kernel_FreeBSD ; then - sed -i -e \ - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ - "${D}"/etc/init.d/"${PN}" || die - fi -} - -pkg_postinst() { - elog - elog "To use ${PN} you must create the configuration file" - elog "${ROOT}etc/radvd.conf" - elog - elog "An example configuration file has been installed under" - elog "${ROOT}usr/share/doc/${PF}" - elog - elog "grsecurity users should allow a specific group to read /proc" - elog "and add the radvd user to that group, otherwise radvd may" - elog "segfault on startup." -} diff --git a/profiles/package.mask b/profiles/package.mask index 186b5b684b63..1cccbd0d20ec 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13220 2011/11/09 19:03:55 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13222 2011/11/10 12:32:27 voyageur Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -35,6 +35,7 @@ # Mask release candidates =sys-devel/llvm-3.0_rc* =sys-devel/clang-3.0_rc* +=sys-devel/dragonegg-3.0_rc* # Andreas K. Huettel (8 Nov 2011) # Dead project, and has started crashing KDE apps, see bug 388261 and @@ -75,7 +76,10 @@ x11-themes/polyester # Jeroen Roovers (04 Nov 2011) # Masked www-client/opera snapshots # http://my.opera.com/desktopteam/blog/2011/11/04/opera-11-60 ->=www-client/opera-11.60 +=www-client/opera-11.60.1134 +=www-client/opera-11.60.1139 +=www-client/opera-11.60.1144 +=www-client/opera-11.60.1145 # Alexis Ballier (04 Nov 2011) # Pre-releases of vlc 1.2. Mask it until final version is out diff --git a/sys-apps/less/less-444.ebuild b/sys-apps/less/less-444.ebuild index f01bcef25ce3..b02d4cb4a545 100644 --- a/sys-apps/less/less-444.ebuild +++ b/sys-apps/less/less-444.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/sys-apps/less/less-444.ebuild,v 1.1 2011/06/09 18:37:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-444.ebuild,v 1.2 2011/11/10 10:52:11 chainsaw Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz LICENSE="|| ( GPL-3 BSD-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="unicode" DEPEND=">=sys-libs/ncurses-5.2" diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index f8492b442fa7..22d9e176c3d8 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,12 +1,11 @@ DIST portage-2.1.10.11.tar.bz2 849505 RMD160 ae1fae8df7e42978a988ae7f66c3bb335bfd31b4 SHA1 a0c35facd342cc32a4e713925809e72530b98ec9 SHA256 c9d47d2211fa5feec398bc155cf64ec911fb30eb11a32a9ae7ca38dbeb9b37de -DIST portage-2.1.10.31.tar.bz2 901742 RMD160 0b18560b2f8e03ff25fc4e18fc21a9305949a5b5 SHA1 3a1c8a2ab562dda02eb235be728d335154e515a7 SHA256 043e5a027d3041dcaca672943b0f96b60e5c25b856525e5ecdb4ec609745ead4 DIST portage-2.1.10.32.tar.bz2 907107 RMD160 69f6b34d051a1ba3bafe8c80b3cb4d376e334475 SHA1 ff1d7a47a6fc11f4ad95b11744decb8ebb523e00 SHA256 d67b3b9ae868e8e8087f43f146ae41431604cf0fcbd3a0495bd8167239c62da2 +DIST portage-2.1.10.33.tar.bz2 909680 RMD160 d58a3af629fafed4aff2c4e0eade59898cffd9cf SHA1 c01bffeb96c7d401d0d2a152fcc34bb785c2d307 SHA256 0c30a4e5b5ba3807998b5d2444cdf8a94860f15cc5377da63de87acbbc89b773 DIST portage-2.1.6.13.patch.bz2 177383 RMD160 ef6388ca4a55a7defb319d54c9d80625cb8e12dc SHA1 5298feb6f881c25abdbde4a353d341fd36fdee51 SHA256 2cc897b6fa43b3329ef51f6304c064237be6bc326f1f0c221a19c0f96b69cd9c DIST portage-2.1.6.7.patch.bz2 50118 RMD160 cc0a322570829c8dec9aa4886deb5741f0efb489 SHA1 02021be38b0f829d45b342483834652a1985a952 SHA256 5f0605b51a24d23703330b040d2f7154322284db3e0cefa7499002ff1fa733c0 DIST portage-2.1.6.tar.bz2 518771 RMD160 766ff4eb92497894f4c8678a9c4bc2756e4d9c63 SHA1 a28b191904296b551b22a7af83dacd1c336340a5 SHA256 b1c507445b3858449c861568f477e1cfab8b2326ded906b852c5193fb3839647 DIST portage-2.1.9.42.tar.bz2 764537 RMD160 7bfef7fb167c986e36532416a0ed4b914f0a9809 SHA1 d5593b09781dae537198197adc3c1d7f7fb466f7 SHA256 1bd238065eca36aaae11607482ae43b20c64f338db7401a46c11ab56d6ff72ba DIST portage-2.2.0_alpha51.tar.bz2 848918 RMD160 84c771624d4f89d7017fd90d522a008e47b68345 SHA1 b8f09497e49af0e669014332511179c305fb4782 SHA256 3b695242c4a7f69d1b0863a82220ccd17512e018e404f279e2ddba7b7d29deb5 -DIST portage-2.2.0_alpha70.tar.bz2 901411 RMD160 3142f7cea259262b0af273b003b4219f80c96c0c SHA1 279b127420a390296f7c429e447ec0e0e01f58c1 SHA256 ffccddf079e69159e92993537738cccb7f20fb5711f15de6f4f23c40eb2308c0 -DIST portage-2.2.0_alpha71.patch.bz2 2031 RMD160 d8257b1c1f54d2c18e254384bff5fd3e30c644d3 SHA1 a07713ee5d4fde12dc5023166f8c8c37621e461b SHA256 f27272a6ba1991cbc2fced114051c0e3176ee4d9c523ab6ab52f4f52148bd90c DIST portage-2.2.0_alpha72.tar.bz2 906984 RMD160 d7af4b5e566d2706fc5bb6334de0cde1d8b3adb1 SHA1 cd1ffa7b5a50a6b6f747cb238c1535530b08d061 SHA256 ca30c06aa33be96d67a05032e6cf0a34fee4454d5e5bc525e18e96fc764be9a3 +DIST portage-2.2.0_alpha73.patch.bz2 24261 RMD160 438328cac093ceb040c85f2c674c0f7ba0cc49ed SHA1 119b9ed6171cfcc9c8db512a5b8852e2a5d51d52 SHA256 aa92008aea1f268225fecc6b5c53a9ce5ecd815ce650d3f7c0b2e51bc78ad62f DIST portage-man-pl-2.1.2.tar.bz2 53893 RMD160 46c3656b40bf4ad2530ab2b5fbc563708b86748c SHA1 c3151e0b330c589625830e54053fbc676b2c64de SHA256 960eaa7c6f3a2af44bdc665266a8e884628a562373cc477d301597ecc5ef961f diff --git a/sys-apps/portage/portage-2.1.10.31.ebuild b/sys-apps/portage/portage-2.1.10.33.ebuild similarity index 99% rename from sys-apps/portage/portage-2.1.10.31.ebuild rename to sys-apps/portage/portage-2.1.10.33.ebuild index 00e91b966b55..9cf390db2296 100644 --- a/sys-apps/portage/portage-2.1.10.31.ebuild +++ b/sys-apps/portage/portage-2.1.10.33.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/sys-apps/portage/portage-2.1.10.31.ebuild,v 1.1 2011/10/23 22:56:06 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.10.33.ebuild,v 1.1 2011/11/10 06:05:49 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. diff --git a/sys-apps/portage/portage-2.2.0_alpha71.ebuild b/sys-apps/portage/portage-2.2.0_alpha73.ebuild similarity index 99% rename from sys-apps/portage/portage-2.2.0_alpha71.ebuild rename to sys-apps/portage/portage-2.2.0_alpha73.ebuild index 816879f286b2..2e406eb9f7c2 100644 --- a/sys-apps/portage/portage-2.2.0_alpha71.ebuild +++ b/sys-apps/portage/portage-2.2.0_alpha73.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/sys-apps/portage/portage-2.2.0_alpha71.ebuild,v 1.1 2011/10/23 22:57:36 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha73.ebuild,v 1.1 2011/11/10 06:07:09 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -61,7 +61,7 @@ prefix_src_archives() { PV_PL="2.1.2" PATCHVER_PL="" -TARBALL_PV=2.2.0_alpha70 +TARBALL_PV=2.2.0_alpha72 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2) linguas_pl? ( mirror://gentoo/${PN}-man-pl-${PV_PL}.tar.bz2 diff --git a/sys-apps/sandbox/sandbox-2.5.ebuild b/sys-apps/sandbox/sandbox-2.5.ebuild index 559b7fef7e7c..ab19d6a6ebdd 100644 --- a/sys-apps/sandbox/sandbox-2.5.ebuild +++ b/sys-apps/sandbox/sandbox-2.5.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/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.2 2011/05/10 16:00:47 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.3 2011/11/10 10:43:45 chainsaw Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd -x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd -x86-fbsd" IUSE="multilib" DEPEND="app-arch/xz-utils diff --git a/sys-devel/dragonegg/Manifest b/sys-devel/dragonegg/Manifest new file mode 100644 index 000000000000..b5dba8d4474c --- /dev/null +++ b/sys-devel/dragonegg/Manifest @@ -0,0 +1 @@ +DIST dragonegg-3.0rc3.src.tar.gz 435565 RMD160 2b385f5a032eb1533320e6953541772b52fdfa60 SHA1 ca341aee1cac5d0bf8c68e459046054a15288ab1 SHA256 d7b6b0d85e122b0fda724ee8f9ca9037ba9cb63796e60c2cd00e6d3d58cded6f diff --git a/sys-devel/dragonegg/dragonegg-3.0_rc3.ebuild b/sys-devel/dragonegg/dragonegg-3.0_rc3.ebuild new file mode 100644 index 000000000000..ad9d7c446164 --- /dev/null +++ b/sys-devel/dragonegg/dragonegg-3.0_rc3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.0_rc3.ebuild,v 1.1 2011/11/10 12:35:56 voyageur Exp $ + +EAPI=4 +inherit multilib + +DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation" +HOMEPAGE="http://dragonegg.llvm.org/" +SRC_URI="http://llvm.org/pre-releases/${PV/_rc*}/${PV/3.0_}/${P/_}.src.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sys-devel/gcc-4.5.0[lto] + ~sys-devel/llvm-${PV}" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/_}.src + +src_prepare() { + # Remove in final 3.0 + sed -e "s/\(^REVISION:=\).*/\1${P}/" \ + -i Makefile || die "Setting revision failed" +} + +src_compile() { + # GCC: compiler to use plugin with + emake CC="$(tc-getCC)" GCC="$(tc-getCC)" CXX="$(tc-getCXX)" VERBOSE=1 +} + +src_install() { + # Install plugin in llvm lib directory + exeinto /usr/$(get_libdir)/llvm + doexe dragonegg.so + + dodoc README +} + +pkg_postinst() { + elog "To use dragonegg, run gcc as usual, with an extra command line argument:" + elog " -fplugin=/usr/$(get_libdir)/llvm/dragonegg.so" + elog "If you change the active gcc profile, or update gcc to a new version," + elog "you will have to remerge this package to update the plugin" +} diff --git a/sys-devel/dragonegg/metadata.xml b/sys-devel/dragonegg/metadata.xml new file mode 100644 index 000000000000..6b1e8db2293f --- /dev/null +++ b/sys-devel/dragonegg/metadata.xml @@ -0,0 +1,9 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + DragonEgg is a sys-devel/gcc plugin (dragonegg.so) that replaces gcc's optimizers and code generators with those from the LLVM project. It is a reimplementation of llvm-gcc that works with gcc-4.5 or later. + diff --git a/sys-power/phctool/files/phctool-0.5.2.2_gui_kernel_2.6.38.patch b/sys-power/phctool/files/phctool-0.5.2.2_gui_kernel_2.6.38.patch new file mode 100644 index 000000000000..db33396e3d17 --- /dev/null +++ b/sys-power/phctool/files/phctool-0.5.2.2_gui_kernel_2.6.38.patch @@ -0,0 +1,21 @@ +--- phctool/inc/libs/cpuinfo.py ++++ phctool/inc/libs/cpuinfo.py +@@ -1,6 +1,7 @@ + #cpuinfo.py + #This is a function library to get + #informations about CPUs and its PHC data ++#Modified by Fabio Veronese fveronese85*at*gmail.com 22 Mar 2011 + + + import os, string +@@ -30,6 +31,10 @@ + if os.path.exists('/proc/acpi/processor/CPU'+cpunr): + ##remember ACPI Pathname + self.data[cpunr]['acpi']['acpiname']='/proc/acpi/processor/CPU'+cpunr ++ elif os.path.exists('/sys/devices/system/cpu/cpu'+cpunr+'/thermal_throttle'): ++ ##here some throttling infos for 2.6.38 and maybe laters ++ #self.data[cpunr]['acpi']['acpiname']='/sys/devices/system/cpu/cpu'+cpunr+'/thermal_throttle' ++ self.data[cpunr]['acpi']['acpiname']='' + else: + self.data[cpunr]['acpi']['exist']=False + # For some reason we have to fallback on the old function... diff --git a/sys-power/phctool/files/phctool-0.5.2.2_kernel_2.6.36.patch b/sys-power/phctool/files/phctool-0.5.2.2_kernel_2.6.36.patch index b8ce5baeddc3..beb9efa7e5c5 100644 --- a/sys-power/phctool/files/phctool-0.5.2.2_kernel_2.6.36.patch +++ b/sys-power/phctool/files/phctool-0.5.2.2_kernel_2.6.36.patch @@ -1,5 +1,5 @@ ---- ./phctool/inc/libs/cpuinfo.py 2007-10-17 18:08:27.000000000 +0200 -+++ attachment.cgi?id=260511 2011-02-06 18:40:56.746419981 +0100 +--- phctool-0.5.2-2/phctool/inc/libs/cpuinfo.py ++++ phctool-0.5.2-2/phctool/inc/libs/cpuinfo.py @@ -14,33 +14,49 @@ diff --git a/sys-power/phctool/phctool-0.5.2.2.ebuild b/sys-power/phctool/phctool-0.5.2.2-r2.ebuild similarity index 56% rename from sys-power/phctool/phctool-0.5.2.2.ebuild rename to sys-power/phctool/phctool-0.5.2.2-r2.ebuild index 77e8b8103c3c..88eaefdd4ed2 100644 --- a/sys-power/phctool/phctool-0.5.2.2.ebuild +++ b/sys-power/phctool/phctool-0.5.2.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2.ebuild,v 1.2 2011/11/02 21:42:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild,v 1.1 2011/11/10 09:55:40 xmw Exp $ -EAPI=2 +EAPI=4 PYTHON_DEPEND="2" inherit eutils python @@ -28,35 +28,42 @@ pkg_setup() { MY_GROUPNAME="phcusers" enewgroup ${MY_GROUPNAME} fi + python_pkg_setup } src_prepare() { - epatch "${FILESDIR}/${PF}_all_paths_tray.patch" - if use sudo; then - epatch "${FILESDIR}/${PF}_all_paths_tool_sudo.patch" + epatch "${FILESDIR}"/${P}_all_paths_tray.patch + if use sudo ; then + epatch "${FILESDIR}"/${P}_all_paths_tool_sudo.patch else - epatch "${FILESDIR}/${PF}_all_paths_tool_no_sudo.patch" + epatch "${FILESDIR}"/${P}_all_paths_tool_no_sudo.patch fi - find . -name "*.pyc" -exec rm {} + + epatch "${FILESDIR}"/${P}_kernel_2.6.36.patch + epatch "${FILESDIR}"/${P}_gui_kernel_2.6.38.patch + find . -name "*.pyc" -delete || die } src_install() { - newbin phctool.sh phctool || die - newbin phctray.sh phctray || die + newbin phctool.sh phctool + newbin phctray.sh phctray exeinto ${MY_PROGDIR} - doexe phc{tool,tray}.py subphctool.sh || die + doexe phc{tool,tray}.py subphctool.sh insinto ${MY_PROGDIR} - doins -r inc || die + doins -r inc if use sudo ; then - fowners -R :${MY_GROUPNAME} "${MY_PROGDIR}" || die - fperms g+rX "${MY_PROGDIR}" || die + fowners -R ":${MY_GROUPNAME}" "${MY_PROGDIR}" + fperms g+rX "${MY_PROGDIR}" + dodir /etc/sudoers.d + echo "#%${MY_GROUPNAME} ALL=(root) NOPASSWD:${MY_PROGDIR}/subphctool.sh" \ + > "${ED}"/etc/sudoers.d/${PN} || die + fperms a-w,o-r /etc/sudoers.d/${PN} fi - dodoc CHANGELOG || die + dodoc CHANGELOG if use doc; then - dohtml -r doc/docfiles doc/index.htm || die + dohtml -r doc/docfiles doc/index.htm fi } @@ -64,15 +71,8 @@ pkg_postinst() { if use sudo; then einfo "You have to add a line to /etc/sudoers to get access to" einfo "/sys/devices/system/cpu/cpu1/cpufreq/phc_controls from the phctool/phctray" - einfo "Please check following line and add it to /etc/sudoser using visudo:" - einfo " %${MY_GROUPNAME} ALL=(root) NOPASSWD:${MY_PROGDIR}/subphctool.sh" + einfo "Please check and uncomment the content of /etc/sudoers.d/${PN}" else einfo "Group not automatically added. Please run phctool as root." fi - - python_mod_optimize ${MY_PROGDIR} -} - -pkg_postrm() { - python_mod_cleanup ${MY_PROGDIR} } diff --git a/sys-process/procps/procps-3.2.8_p11.ebuild b/sys-process/procps/procps-3.2.8_p11.ebuild index 4ddfe5ac14ec..650a3461726c 100644 --- a/sys-process/procps/procps-3.2.8_p11.ebuild +++ b/sys-process/procps/procps-3.2.8_p11.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/sys-process/procps/procps-3.2.8_p11.ebuild,v 1.1 2011/09/26 23:09:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.8_p11.ebuild,v 1.2 2011/11/10 10:14:47 chainsaw Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://procps.sourceforge.net/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="unicode" RDEPEND=">=sys-libs/ncurses-5.2-r2[unicode?]" diff --git a/www-client/chromium/chromium-16.0.912.32.ebuild b/www-client/chromium/chromium-16.0.912.32.ebuild index 822b27c67ec2..c4bcc946bf68 100644 --- a/www-client/chromium/chromium-16.0.912.32.ebuild +++ b/www-client/chromium/chromium-16.0.912.32.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/www-client/chromium/chromium-16.0.912.32.ebuild,v 1.1 2011/11/09 02:59:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-16.0.912.32.ebuild,v 1.2 2011/11/10 07:53:44 phajdan.jr Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}. LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bindist gnome gnome-keyring kerberos pulseaudio" +IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio" # en_US is ommitted on purpose from the list below. It must always be available. LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr @@ -26,12 +26,15 @@ for lang in ${LANGS}; do done RDEPEND="app-arch/bzip2 + cups? ( + dev-libs/libgcrypt + >=net-print/cups-1.3.11 + ) >=dev-lang/v8-3.6.5.1 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 - dev-libs/libgcrypt dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 @@ -43,7 +46,6 @@ RDEPEND="app-arch/bzip2 media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex - >=net-print/cups-1.3.11 pulseaudio? ( media-sound/pulseaudio ) sys-libs/zlib x11-libs/gtk+:2 @@ -174,6 +176,8 @@ src_prepare() { third_party/zlib/contrib/minizip/{ioapi,{,un}zip}.c \ chrome/common/zip.cc || die + epatch "${FILESDIR}/${PN}-cups-r0.patch" + epatch_user # Remove most bundled libraries. Some are still needed. @@ -269,6 +273,7 @@ src_configure() { # Optional dependencies. # TODO: linux_link_kerberos, bug #381289. myconf+=" + $(gyp_use cups use_cups) $(gyp_use gnome use_gconf) $(gyp_use gnome-keyring use_gnome_keyring) $(gyp_use gnome-keyring linux_link_gnome_keyring) diff --git a/www-client/chromium/files/chromium-cups-r0.patch b/www-client/chromium/files/chromium-cups-r0.patch new file mode 100644 index 000000000000..7d534480a3c1 --- /dev/null +++ b/www-client/chromium/files/chromium-cups-r0.patch @@ -0,0 +1,20 @@ +Index: chrome/browser/printing/print_dialog_gtk.cc +=================================================================== +--- chrome/browser/printing/print_dialog_gtk.cc (revision 108912) ++++ chrome/browser/printing/print_dialog_gtk.cc (working copy) +@@ -191,6 +191,7 @@ + gtk_print_settings_set_n_copies(gtk_settings_, copies); + gtk_print_settings_set_collate(gtk_settings_, collate); + ++#if defined(USE_CUPS) + std::string color_value; + std::string color_setting_name; + printing::GetColorModelForMode(color, &color_setting_name, &color_value); +@@ -214,6 +215,7 @@ + break; + } + gtk_print_settings_set(gtk_settings_, kCUPSDuplex, cups_duplex_mode); + } ++#endif + } + if (!page_setup_) diff --git a/www-client/opera/opera-11.60.1147.ebuild b/www-client/opera/opera-11.60.1147.ebuild index 20d0ed84191c..4c8500894fea 100644 --- a/www-client/opera/opera-11.60.1147.ebuild +++ b/www-client/opera/opera-11.60.1147.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/www-client/opera/opera-11.60.1147.ebuild,v 1.1 2011/11/09 16:09:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.60.1147.ebuild,v 1.2 2011/11/10 11:25:13 jer Exp $ EAPI="4" @@ -17,14 +17,14 @@ IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer" O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00 O_B="$(get_version_component_range 3)" # Build version, i.e. 1156 -O_D="betarc1_${O_V}-${O_B}" +O_D="${O_V/.}b1" O_P="${PN}-${O_V}-${O_B}" -O_U="http://snapshot.opera.com/unix/" +O_U="mirror://opera/" SRC_URI=" - amd64? ( ${O_U}${O_D}/${O_P}.x86_64.linux.tar.xz ) - x86? ( ${O_U}${O_D}/${O_P}.i386.linux.tar.xz ) - x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz ) + amd64? ( ${O_U}linux/${O_D}/${O_P}.x86_64.linux.tar.xz ) + x86? ( ${O_U}linux/${O_D}/${O_P}.i386.linux.tar.xz ) + x86-fbsd? ( ${O_U}unix/${O_D}/${O_P}.i386.freebsd.tar.xz ) " OPREFIX="/usr/$(get_libdir)"