diff --git a/app-arch/lbzip2/lbzip2-2.3-r1.ebuild b/app-arch/lbzip2/lbzip2-2.3-r1.ebuild new file mode 100644 index 000000000000..5e2a75c35f73 --- /dev/null +++ b/app-arch/lbzip2/lbzip2-2.3-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/lbzip2-2.3-r1.ebuild,v 1.1 2013/11/10 09:50:22 jlec Exp $ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Parallel bzip2 utility" +HOMEPAGE="https://github.com/kjn/lbzip2/" +SRC_URI="http://archive.lbzip2.org/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug symlink" + +PATCHES=( "${FILESDIR}"/${P}-s_isreg.patch ) + +RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )" +DEPEND="" + +src_configure() { + local myeconfargs=( + --disable-silent-rules + $(use_enable debug tracing) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + + if use symlink; then + dosym ${PN} /usr/bin/bzip2 + dosym lbunzip2 /usr/bin/bunzip2 + fi +} diff --git a/app-emulation/libvirt/libvirt-1.1.4.ebuild b/app-emulation/libvirt/libvirt-1.1.4.ebuild index 68bc21424e9d..f699fe1ba9fc 100644 --- a/app-emulation/libvirt/libvirt-1.1.4.ebuild +++ b/app-emulation/libvirt/libvirt-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.4.ebuild,v 1.1 2013/11/04 14:34:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.4.ebuild,v 1.2 2013/11/11 03:41:44 floppym Exp $ EAPI=5 @@ -177,7 +177,7 @@ pkg_setup() { gpasswd -a qemu kvm fi - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup # Handle specific kernel versions for different features kernel_is lt 3 6 && LXC_CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR" diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 1e78714a43d8..1197728fbc76 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.52 2013/09/05 18:20:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.53 2013/11/11 03:41:44 floppym Exp $ EAPI=5 @@ -165,7 +165,7 @@ pkg_setup() { gpasswd -a qemu kvm fi - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup # Handle specific kernel versions for different features kernel_is lt 3 6 && LXC_CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR" diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest index 616c5347e534..140d37609b28 100644 --- a/app-forensics/afflib/Manifest +++ b/app-forensics/afflib/Manifest @@ -1 +1,2 @@ DIST afflib-3.7.1.tar.gz 779366 SHA256 7759a36259a070ae087da43a94f23d4026de871e16144d8c32d7b446f5155db2 SHA512 695b5535b7cbe6e1f9b702b40f8606e2dbb604761e2617cc88a61d99f7e296f0dccdf8f21c03bdb79ce5d1fcce543b3d5d23e6bb5c99e31d094e838c16a9443b WHIRLPOOL e6b8c8022cf1405bc4db8697fb20b2e4e21d7b90a3d035acfc56cc6afd742af86d1cffa998903af6ec53b6e370fe8c87e1fcf3188d005c6a7dd56b1cff3ec591 +DIST afflib-3.7.3.tar.gz 569264 SHA256 0bc786efbe4443ee0935eaedf8813d5ba00194dbe8c3340923cb7e38a3120978 SHA512 6c626c01aa8a8a0df47d7a34f14ad25ae818fdf49f142d36a624f747a54cbba88cbf32b8fdb541b37e41b5c28549343e81b4c26b4802299bc6111c6c04cdf6f9 WHIRLPOOL 8775f5e5be09673315002fe5ae74d277c049b109d0d35a2f40af84f68c54d8a9a1b2865e2f792394cbdd403af55e0d7e21f9b3a725d9796d01c855d6c8b26447 diff --git a/app-forensics/afflib/afflib-3.7.3.ebuild b/app-forensics/afflib/afflib-3.7.3.ebuild new file mode 100644 index 000000000000..1fdbcbb8d017 --- /dev/null +++ b/app-forensics/afflib/afflib-3.7.3.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.7.3.ebuild,v 1.1 2013/11/10 07:31:14 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_{6,7} ) +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=modules + +inherit autotools-utils python-single-r1 + +MY_PN=AFFLIBv3 +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Library that implements the AFF image standard" +HOMEPAGE="https://github.com/simsong/AFFLIBv3/" +SRC_URI="https://github.com/simsong/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="fuse ncurses python qemu readline s3 static-libs threads" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="dev-libs/expat + dev-libs/openssl + sys-libs/zlib + fuse? ( sys-fs/fuse ) + ncurses? ( sys-libs/ncurses ) + python? ( ${PYTHON_DEPS} ) + readline? ( sys-libs/readline ) + s3? ( net-misc/curl )" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-3.7.1-python-module.patch + "${FILESDIR}"/${PN}-3.6.12-pyaff-header.patch +) + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + sed -i '/FLAGS/s: -g::' configure.ac || die + sed -i '/-static/d' tools/Makefile.am || die + + autotools-utils_src_prepare +} + +src_configure() { + # Hacks for automagic dependencies + use ncurses || export ac_cv_lib_ncurses_initscr=no + use readline || export ac_cv_lib_readline_readline=no + + local myeconfargs=( + $(use_enable fuse) + $(use_enable python) + $(use_enable qemu) + $(use_enable s3) + $(use_enable threads threading) + ) + autotools-utils_src_configure +} diff --git a/app-forensics/sleuthkit/Manifest b/app-forensics/sleuthkit/Manifest index 8b02a7d8ab35..248678ecaaad 100644 --- a/app-forensics/sleuthkit/Manifest +++ b/app-forensics/sleuthkit/Manifest @@ -1,3 +1,4 @@ DIST sleuthkit-4.0.1.tar.gz 7488397 SHA256 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 SHA512 34de46671c575a61e169af524a8c92701731b58a3f9717a22639b99cab6fd5ac84fe912e699169b5a8bb546816d464370d0e3fa55e714898dd4ca94c7fa907fe WHIRLPOOL df41455499a4a29ffd1efa61925b7d491d1e253c2761e1d8026df41d6620719269954f7fd851a30744ed90816e1ec9e7ccec6dc8d46990e9b20177fb1b6116a1 DIST sleuthkit-4.0.2.tar.gz 7577570 SHA256 112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62 SHA512 acf1d6006db3e75675eb769034ea78fd78133ac0f83c9caa74ec720c0dd25f95fb1a5df2c652027eeeac53e1fca6a3096b5248db95e3a01ce95e72e779e44f37 WHIRLPOOL 72ba21e2b89c6b06974612041c9374e3f306237312328c375d012197409a02fcaa1abc120189d28a8261cabbbd1d6c37b3b14431c47b008f06d43a7c6d9ea612 DIST sleuthkit-4.1.0.tar.gz 7974564 SHA256 b410428df2e1b253fa23ce6a299d059d8c2650bf9c602f7b80c0f4ce1368c36a SHA512 1cfa96bd3746c59c92c3e3f07f5f3f0f6896239bcaec012c43958654bb63794ecf9d7bd28bb9b4ab939558f4b27f03cd87f645ea91a8f9cfbb9037df93ef5223 WHIRLPOOL 20856982b77ecbdd1ed3b7c147e4340461830f0238ba7cdc17da3159f5a666df5b3d490760699d25d2896289c811f615ffb4160d163f9917f09e57a37ff26a21 +DIST sleuthkit-4.1.2.tar.gz 7990136 SHA256 58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3 SHA512 1f64acf42e86adf275bcd86c63c097210a498ac34ce69e64b3c120d86dffae65b5d57ed9618692dd510f637e940a48a60912dd57c8de840bf3a2b4428baabab8 WHIRLPOOL 1298a345416bec11564007c41474010cbddc26289aee025f31ecd2b7069f0d16ca81eeb07a292e38d91d6b34c3a891fad8a2f4b42bfd4df96053469d25dc8c65 diff --git a/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild b/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild new file mode 100644 index 000000000000..0b0635a8625e --- /dev/null +++ b/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild,v 1.1 2013/11/10 07:54:59 radhermit Exp $ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit autotools-utils + +DESCRIPTION="A collection of file system and media management forensic analysis tools" +HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 IBM" +SLOT="0/10" # subslot = major soname version +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="aff ewf static-libs" + +DEPEND="dev-db/sqlite:3 + ewf? ( app-forensics/libewf ) + aff? ( app-forensics/afflib )" +RDEPEND="${DEPEND} + dev-perl/DateManip" + +DOCS=( NEWS.txt README.txt ) + +PATCHES=( + "${FILESDIR}"/${PN}-4.1.0-system-sqlite.patch + "${FILESDIR}"/${PN}-4.1.0-tools-shared-libs.patch +) + +src_configure() { + local myeconfargs=( + $(use_with aff afflib) + $(use_with ewf libewf) + ) + autotools-utils_src_configure +} diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest index f8ab08d960a6..00ecbf5c60b2 100644 --- a/app-misc/tracker/Manifest +++ b/app-misc/tracker/Manifest @@ -1,3 +1,2 @@ -DIST tracker-0.14.5.tar.xz 6065728 SHA256 cabef75eb18ad35208000dc472bdc20a74269799414527ee6e1c1c1cfb28eec8 SHA512 ab65d5618ef51d23b65e3d6972834e573415dba52e7bb9f20f8f9d4d4aab467b667301e6540083401d91c9e36cb63fdb2259f6dd9e975e9ff60bf1f83245b777 WHIRLPOOL 4c2c5ad9ff0d7a35c5e9c6bc42b354b9967a436cb1a8b2b640ca09e102a428e268bd011e0405a2b331f80df5a69dcd7e0afc693ae4969604ee41088e5da0c25b -DIST tracker-0.16.1.tar.xz 5970452 SHA256 fbb94144826b00da0b427dc6f37d2679bd8dfec1dc992e857a47a0b453f0b771 SHA512 f980bf4558f3a69bc6044e6315c213e4413325364f3e2dcf11d92a9d7e11d61d179c6a4648769b8c5441869df242fd451d769672a6bfba79e2f311fb77e664e3 WHIRLPOOL 0a88138aa24aecd21329a35db611e9ccbea07c8e81f45c94511106232fa468ee9df75e7e20162a35b90ebae299e1a9ee7f6373420dfe6f58296416d98754f255 DIST tracker-0.16.2.tar.xz 5984656 SHA256 033394636835628e01eb90efb55883fd88ec581910915b5948081f8f41df7409 SHA512 e43b219aa42a48f123d58dcbc4e4f54fa3e75ea17726337a7b380dfd048c4301a5ec12ad672c7a84f611206771b471337d9bb33c5bffa70c9b0d3303e3829dd4 WHIRLPOOL bd13451ebac1520a94ad22d3de0961c7c7795280f76efc4a26ae883c0dad49462fc1a7f3e207c514f2d302d6b0b511d85d3a02b6bc501cd5a80434a8649c9abf +DIST tracker-0.16.3.tar.xz 5995068 SHA256 c5299cbfb2b33f62f06afeb2ebca5b7095b77438fc6c8db6a24dc2ef649537ba SHA512 621cc79b705ba1d6ccf3a3206e41049bd3b9f066f1e1f090b0d046014ec5d652267d3536da5bd5f3a66ce0ed484f8432043e7b053c6665687b4cf1ae76e04325 WHIRLPOOL 67950e435901105ea97f82b99219362d596908e3c1143caf195323322def9814996a388ac7ee12fadeec3ee7f04255575b9cf0fdf6c246fd3f8d11f46af51c7a diff --git a/app-misc/tracker/metadata.xml b/app-misc/tracker/metadata.xml index faf5e6900f5a..1d3ff932c65b 100644 --- a/app-misc/tracker/metadata.xml +++ b/app-misc/tracker/metadata.xml @@ -1,16 +1,14 @@ -freedesktop +gnome - Build tracker monitor applet Enable cue sheet parsing Install bookmark data miner plugin for www-client/firefox and www-client/firefox-bin - Build flickr data miner Enable gnome-extra/libgsf based data extractor and for ODT. Enable extraction of IPTC data from pictures diff --git a/app-misc/tracker/tracker-0.14.5.ebuild b/app-misc/tracker/tracker-0.14.5.ebuild deleted file mode 100644 index 4ddbc9a4b8e4..000000000000 --- a/app-misc/tracker/tracker-0.14.5.ebuild +++ /dev/null @@ -1,274 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-0.14.5.ebuild,v 1.8 2013/05/14 21:37:42 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) -VALA_MIN_API_VERSION="0.14" - -inherit autotools gnome2 linux-info multilib python-any-r1 vala versionator virtualx - -DESCRIPTION="A tagging metadata database, search tool and indexer" -HOMEPAGE="http://projects.gnome.org/tracker/" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0/14" -IUSE="applet cue eds elibc_glibc exif firefox-bookmarks flac flickr gif gnome-keyring gsf gstreamer gtk iptc +iso +jpeg laptop +miner-fs mp3 nautilus networkmanager pdf playlist rss test thunderbird +tiff upnp-av +vorbis xine +xml xmp xps" # qt4 strigi -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -REQUIRED_USE=" - ^^ ( gstreamer xine ) - cue? ( gstreamer ) - upnp-av? ( gstreamer ) - !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) -" - -# According to NEWS, introspection is non-optional -# glibc-2.12 needed for SCHED_IDLE (see bug #385003) -RDEPEND=" - >=app-i18n/enca-1.9 - >=dev-db/sqlite-3.7.14:=[fts3(+),threadsafe(+)] - >=dev-libs/glib-2.28:2 - >=dev-libs/gobject-introspection-0.9.5 - >=dev-libs/icu-4:= - || ( - >=media-gfx/imagemagick-5.2.1[png,jpeg=] - media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) - >=media-libs/libpng-1.2:0= - >=x11-libs/pango-1:= - sys-apps/util-linux - - applet? ( - >=gnome-base/gnome-panel-2.91.6 - >=x11-libs/gdk-pixbuf-2.12:2 - >=x11-libs/gtk+-3:3 ) - cue? ( media-libs/libcue ) - eds? ( - >=mail-client/evolution-3.3.5:= - >=gnome-extra/evolution-data-server-3.3.5:= - =sys-libs/glibc-2.12 ) - exif? ( >=media-libs/libexif-0.6 ) - firefox-bookmarks? ( || ( - >=www-client/firefox-4.0 - >=www-client/firefox-bin-4.0 ) ) - flac? ( >=media-libs/flac-1.2.1 ) - flickr? ( net-libs/rest:0.7 ) - gif? ( media-libs/giflib ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.26 ) - gsf? ( >=gnome-extra/libgsf-1.13 ) - gstreamer? ( - >=media-libs/gstreamer-0.10.31:0.10 - >=media-libs/gst-plugins-base-0.10.31:0.10 ) - gtk? ( - >=dev-libs/libgee-0.3:0.8 - >=x11-libs/gtk+-3:3 ) - iptc? ( media-libs/libiptcdata ) - iso? ( >=sys-libs/libosinfo-0.0.2:= ) - jpeg? ( virtual/jpeg:0 ) - laptop? ( >=sys-power/upower-0.9 ) - mp3? ( - >=media-libs/taglib-1.6 - gtk? ( x11-libs/gdk-pixbuf:2 ) ) - networkmanager? ( >=net-misc/networkmanager-0.8 ) - pdf? ( - >=x11-libs/cairo-1:= - >=app-text/poppler-0.16:=[cairo,utils] - >=x11-libs/gtk+-2.12:2 ) - playlist? ( >=dev-libs/totem-pl-parser-3 ) - rss? ( net-libs/libgrss:0 ) - thunderbird? ( || ( - >=mail-client/thunderbird-5.0 - >=mail-client/thunderbird-bin-5.0 ) ) - tiff? ( media-libs/tiff ) - upnp-av? ( >=media-libs/gupnp-dlna-0.5:1.0 ) - vorbis? ( >=media-libs/libvorbis-0.22 ) - xine? ( >=media-libs/xine-lib-1 ) - xml? ( >=dev-libs/libxml2-2.6 ) - xmp? ( >=media-libs/exempi-2.1 ) - xps? ( app-text/libgxps ) - !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) -" -# strigi? ( >=app-misc/strigi-0.7 ) -# mp3? ( qt4? ( >=dev-qt/qtgui-4.7.1:4 ) ) -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - $(vala_depend) - >=dev-util/gtk-doc-am-1.8 - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - gtk? ( >=dev-libs/libgee-0.3 ) - test? ( - >=dev-libs/dbus-glib-0.82-r1 - >=sys-apps/dbus-1.3.1[X] ) -" -PDEPEND="nautilus? ( >=gnome-extra/nautilus-tracker-tags-0.14 )" - -function inotify_enabled() { - if linux_config_exists; then - if ! linux_chkconfig_present INOTIFY_USER; then - ewarn "You should enable the INOTIFY support in your kernel." - ewarn "Check the 'Inotify support for userland' under the 'File systems'" - ewarn "option. It is marked as CONFIG_INOTIFY_USER in the config" - die 'missing CONFIG_INOTIFY' - fi - else - einfo "Could not check for INOTIFY support in your kernel." - fi -} - -pkg_setup() { - linux-info_pkg_setup - inotify_enabled - - python-any-r1_pkg_setup -} - -src_prepare() { - # Don't run 'firefox --version' or 'thunderbird --version'; it results in - # access violations on some setups (bug #385347, #385495). - create_version_script "www-client/firefox" "Mozilla Firefox" firefox-version.sh - create_version_script "mail-client/thunderbird" "Mozilla Thunderbird" thunderbird-version.sh - - # FIXME: report broken tests - sed -e '\%"/libtracker-common/tracker-dbus/request"%,+1 d' \ - -i tests/libtracker-common/tracker-dbus-test.c || die - sed -e '\%/libtracker-common/file-utils/has_write_access_or_was_created%,+1 d' \ - -i tests/libtracker-common/tracker-file-utils-test.c || die - sed -e '\%/libtracker-miner/tracker-password-provider/setting%,+1 d' \ - -e '\%/libtracker-miner/tracker-password-provider/getting%,+1 d' \ - -i tests/libtracker-miner/tracker-password-provider-test.c || die - sed -e '\%"datetime/functions-localtime-1"%,\%"datetime/functions-timezone-1"% d' \ - -i tests/libtracker-data/tracker-sparql-test.c || die - sed -e '/#if HAVE_TRACKER_FTS/,/#endif/ d' \ - -i tests/libtracker-sparql/tracker-test.c || die - sed -e 's/\({ "本州最主流的风味",.*TRUE, \) 8/\1 5/' \ - -e 's/\({ "ホモ・サピエンス.*TRUE, \) 13/\1 10/' \ - -i tests/libtracker-fts/tracker-parser-test.c || die - # Fails inside portage, not outside - sed -e '\%/steroids/tracker/tracker_sparql_update_async%,+1 d' \ - -i tests/tracker-steroids/tracker-test.c || die - - eautoreconf # See bug #367975 - gnome2_src_prepare -} - -src_configure() { - local myconf="" - - if use gstreamer ; then - myconf="${myconf} --enable-generic-media-extractor=gstreamer" - if use upnp-av; then - myconf="${myconf} --with-gstreamer-backend=gupnp-dlna" - else - myconf="${myconf} --with-gstreamer-backend=discoverer" - fi - elif use xine ; then - myconf="${myconf} --enable-generic-media-extractor=xine" - else - myconf="${myconf} --enable-generic-media-extractor=external" - fi - - # if use mp3 && (use gtk || use qt4); then - if use mp3 && use gtk; then - #myconf="${myconf} $(use_enable !qt4 gdkpixbuf) $(use_enable qt4 qt)" - myconf="${myconf} --enable-gdkpixbuf" - fi - - # unicode-support: libunistring, libicu or glib ? - # According to NEWS, introspection is required - # FIXME: disabling streamanalyzer for now since tracker-sparql-builder.h - # is not being generated - # XXX: disabling qt since tracker-albumart-qt is unstable; bug #385345 - # nautilus extension is in a separate package, nautilus-tracker-tags - gnome2_src_configure \ - --disable-hal \ - --disable-libstreamanalyzer \ - --disable-nautilus-extension \ - --disable-qt \ - --enable-guarantee-metadata \ - --enable-introspection \ - --enable-tracker-fts \ - --with-enca \ - --with-unicode-support=libicu \ - $(use_enable applet tracker-search-bar) \ - $(use_enable cue libcue) \ - $(use_enable eds miner-evolution) \ - $(use_enable exif libexif) \ - $(use_enable firefox-bookmarks miner-firefox) \ - $(use_with firefox-bookmarks firefox-plugin-dir "${EPREFIX}"/usr/$(get_libdir)/firefox/extensions) \ - FIREFOX="${S}"/firefox-version.sh \ - $(use_enable flac libflac) \ - $(use_enable flickr miner-flickr) \ - $(use_enable gif libgif) \ - $(use_enable gnome-keyring) \ - $(use_enable gsf libgsf) \ - $(use_enable gtk tracker-explorer) \ - $(use_enable gtk tracker-needle) \ - $(use_enable gtk tracker-preferences) \ - $(use_enable iptc libiptcdata) \ - $(use_enable iso libosinfo) \ - $(use_enable jpeg libjpeg) \ - $(use_enable laptop upower) \ - $(use_enable miner-fs) \ - $(use_enable mp3 taglib) \ - $(use_enable networkmanager network-manager) \ - $(use_enable pdf poppler) \ - $(use_enable playlist) \ - $(use_enable rss miner-rss) \ - $(use_enable test functional-tests) \ - $(use_enable test unit-tests) \ - $(use_enable thunderbird miner-thunderbird) \ - $(use_with thunderbird thunderbird-plugin-dir "${EPREFIX}"/usr/$(get_libdir)/thunderbird/extensions) \ - THUNDERBIRD="${S}"/thunderbird-version.sh \ - $(use_enable tiff libtiff) \ - $(use_enable vorbis libvorbis) \ - $(use_enable xml libxml2) \ - $(use_enable xmp exempi) \ - $(use_enable xps libgxps) \ - ${myconf} - # $(use_enable strigi libstreamanalyzer) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - Xemake check XDG_DATA_HOME="${T}" XDG_CONFIG_HOME="${T}" -} - -src_install() { - gnome2_src_install - - # Manually symlink extensions for {firefox,thunderbird}-bin - if use firefox-bookmarks; then - dosym /usr/share/xul-ext/trackerfox \ - /usr/$(get_libdir)/firefox-bin/extensions/trackerfox@bustany.org - fi - - if use thunderbird; then - dosym /usr/share/xul-ext/trackerbird \ - /usr/$(get_libdir)/thunderbird-bin/extensions/trackerbird@bustany.org - fi -} - -create_version_script() { - # Create script $3 that prints "$2 MAX(VERSION($1), VERSION($1-bin))" - - local v=$(best_version ${1}) - v=${v#${1}-} - local vbin=$(best_version ${1}-bin) - vbin=${vbin#${1}-bin-} - - if [[ -z ${v} ]]; then - v=${vbin} - else - version_compare ${v} ${vbin} - [[ $? -eq 1 ]] && v=${vbin} - fi - - echo -e "#!/bin/sh\necho $2 $v" > "$3" || die - chmod +x "$3" || die -} diff --git a/app-misc/tracker/tracker-0.16.1.ebuild b/app-misc/tracker/tracker-0.16.3.ebuild similarity index 95% rename from app-misc/tracker/tracker-0.16.1.ebuild rename to app-misc/tracker/tracker-0.16.3.ebuild index a38fdfe60754..0b30f88787fb 100644 --- a/app-misc/tracker/tracker-0.16.1.ebuild +++ b/app-misc/tracker/tracker-0.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-0.16.1.ebuild,v 1.4 2013/05/14 21:37:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-0.16.3.ebuild,v 1.1 2013/11/10 11:06:26 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -54,7 +54,7 @@ RDEPEND=" >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) - gsf? ( >=gnome-extra/libgsf-1.13 ) + gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) @@ -104,6 +104,10 @@ DEPEND="${RDEPEND} " PDEPEND="nautilus? ( ~gnome-extra/nautilus-tracker-tags-${PV} )" +# configure mixes enable-compile-warnings and with-compile-warnings +# See upstream bug #705315 +QA_CONFIGURE_OPTIONS="--enable-compile-warnings" + function inotify_enabled() { if linux_config_exists; then if ! linux_chkconfig_present INOTIFY_USER; then @@ -147,7 +151,7 @@ src_prepare() { -i tests/libtracker-fts/tracker-parser-test.c || die # Fails inside portage, not outside # https://bugzilla.gnome.org/show_bug.cgi?id=699413 - sed -e '\%/steroids/tracker/tracker_sparql_update_async%,+1 d' \ + sed -e '\%/steroids/tracker/tracker_sparql_update_async%,+3 d' \ -i tests/tracker-steroids/tracker-test.c || die eautoreconf # See bug #367975 @@ -188,8 +192,15 @@ src_configure() { --disable-libstreamanalyzer \ --disable-nautilus-extension \ --disable-qt \ + --enable-abiword \ + --enable-artwork \ + --enable-dvi \ + --enable-icon \ + --enable-ps \ + --enable-text \ --enable-guarantee-metadata \ --enable-introspection \ + --enable-libpng \ --enable-tracker-fts \ --with-enca \ --with-unicode-support=libicu \ @@ -211,6 +222,7 @@ src_configure() { $(use_enable libsecret) \ $(use_enable miner-fs) \ $(use_enable mp3 taglib) \ + $(use_enable mp3) \ $(use_enable networkmanager network-manager) \ $(use_enable pdf poppler) \ $(use_enable playlist) \ diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest index abe19c5b8a28..7125a0ef5e01 100644 --- a/app-office/glabels/Manifest +++ b/app-office/glabels/Manifest @@ -1 +1,2 @@ DIST glabels-3.0.1.tar.xz 3310944 SHA256 99810705b9fcb234f085ed4ac6dbea50cc5b232c6d8ca05ab2c0634673fb9bd2 SHA512 810898741724e0f51e83387f9db17958b000703932d7d52105520f06940036944fbb239b5ef0720175f50ff5af7dac418c6040e3f7baa23268ad7b31ec8aaaaf WHIRLPOOL 44f3bed4a3761c4bcb0c822b755e1ca180ef2a75550857a5e726b8f2ca655fb0a94c932330eb15e47a0630f5ef36475d762f32b59e75ea568260c7d69932095c +DIST glabels-3.2.0.tar.xz 3359392 SHA256 c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9 SHA512 67faab8eb9f4128b532bce55a9fab34462c008d0990ba87e4d555359bec1bb162489d4bdf5efbb86c4fcfc708c92da4d88a91dd2a85f0989c9133af6b011c3ff WHIRLPOOL f79e3d15ba32041133654fd67c7e05c4bba9e8d899344c52b503c1232ddc5cce8efcec20937c2d21d4f7fa3164a6d4c5ff8f1d9a770dea59c24fcc524b460673 diff --git a/app-office/glabels/glabels-3.2.0.ebuild b/app-office/glabels/glabels-3.2.0.ebuild new file mode 100644 index 000000000000..6785a39a355f --- /dev/null +++ b/app-office/glabels/glabels-3.2.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/glabels-3.2.0.ebuild,v 1.1 2013/11/10 08:43:25 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="Program for creating labels and business cards" +HOMEPAGE="http://www.glabels.org/" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="barcode eds" + +RDEPEND=" + >=dev-libs/glib-2.28.2:2 + >=x11-libs/gtk+-3.0.9:3 + >=dev-libs/libxml2-2.7.8:2 + >=gnome-base/librsvg-2.32.0:2 + >=x11-libs/cairo-1.10.0 + >=x11-libs/pango-1.28.1 + barcode? ( + >=app-text/barcode-0.98 + >=media-gfx/qrencode-3.1 ) + eds? ( >=gnome-extra/evolution-data-server-2.30.3 ) +" +DEPEND="${RDEPEND} + app-text/scrollkeeper + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools + dev-util/gtk-doc-am + >=dev-util/intltool-0.28 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_with eds libebook) \ + --disable-static +} diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest index 4d585ba1c9f6..166e753adca5 100644 --- a/app-portage/eix/Manifest +++ b/app-portage/eix/Manifest @@ -1,3 +1,4 @@ DIST eix-0.25.5.tar.xz 487608 SHA256 bc0ff803063e7a20ad6cd24763808f5a2b95600bf2b6525fff402e4e430606c6 SHA512 3a7898c5f320bfd52e606eb732701301c96bd63fb143c4a195343efdf4abb354fd6b20cdfa6d0a72fcb39b60bfe6f7a4fe7135c908b5464952f01f965820a7a0 WHIRLPOOL dd9d5a996506b2575754969117fce09539ecba41e925f17c330aa5ff22dd6e12d1908104000d9ce109151d8caf214c9eec46b85292456d7526ecbc4d98b91db4 DIST eix-0.29.3.tar.xz 549636 SHA256 23b0aa7b8a4ed576318ab418b86eb85fa7858744ab61fb900aed83d2499b04d0 SHA512 ab865de8a960ad3c8745b9c6d871dfe29f378740a46919fa4521414c2444ccf9585aae8426db2a44967b5f987a2e7a9a0a09a6a8c82c071c30b520ef18e425bd WHIRLPOOL 5f1c898d359b6f4c10c9f43d278fc68be2ea26465e2eae9672e9e7dce14ce1703733873fad53f356879990ebcf69c8d1e7639bc2ef375b68a8e7d339349deb17 DIST eix-0.29.6.tar.xz 552108 SHA256 9f028ef34a573ca6f57192ee2415e123f34e7ddd69f4310add532dbb3a7c00cf SHA512 63703c76a04819cd33ebd8cf3e6e4a456bee4a5a23bd00e91b9ded8fdb893fe789a141fb0048943421fa9ea79af7d8375696576f09318ed84fe8f992680be866 WHIRLPOOL 9ee89b491e8bbebc53f4861d070d1578410f83139b1e811b14249801e4d5ad7c660515b04ebf438c89de397a0a5a9d311bcd9c26aa67dbdf4741162bc866ac83 +DIST eix-0.30.0.tar.xz 553388 SHA256 b74c56b81809fea360a0fbfc4ea03195a91242816deaa0bc36bb0ba97df99c23 SHA512 bc2061ef43a3d182523b1c9e1adefde1743c905e8103b63a989b9fe9a0660e190a94cf5aa732682a6f61786f8879d755b9d6313fa4af5501c02d744503825be0 WHIRLPOOL b89e8bed9858fc326e23d1a6c2d1e05e639f5101a3eeff2ba0facb55d42feb035b2d9b7d0f2e80bc09cab1e99fb1efc3a6631518c294f43b1256b1863e03a01d diff --git a/app-portage/eix/eix-0.30.0.ebuild b/app-portage/eix/eix-0.30.0.ebuild new file mode 100644 index 000000000000..ecf8c61c30f0 --- /dev/null +++ b/app-portage/eix/eix-0.30.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.30.0.ebuild,v 1.1 2013/11/10 13:44:26 axs Exp $ + +EAPI=5 + +PLOCALES="de ru" +inherit bash-completion-r1 eutils multilib l10n + +DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" +HOMEPAGE="http://eix.berlios.de" +SRC_URI="mirror://berlios/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools" + +BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 ) + nls? ( virtual/libintl )" +RDEPEND="${BOTHDEPEND} + app-shells/push" +DEPEND="${BOTHDEPEND} + app-arch/xz-utils + nls? ( sys-devel/gettext )" + +pkg_setup() { + case " ${REPLACING_VERSIONS}" in + *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*) + local eixcache="${EROOT}/var/cache/${PN}" + test -f "${eixcache}" && rm -f -- "${eixcache}";; + esac +} + +src_prepare() { + epatch_user +} + +src_configure() { + econf $(use_with sqlite) $(use_with doc extra-doc) \ + $(use_enable nls) $(use_enable tools separate-tools) \ + $(use_enable security) $(use_enable optimization) \ + $(use_enable strong-security) \ + $(use_enable strong-optimization) $(use_enable debug debugging) \ + $(use_enable swap-remote) \ + $(use_with prefix always-accept-keywords) \ + $(use_with dep dep-default) \ + --with-zsh-completion \ + --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \ + --with-portage-rootpath="${ROOTPATH}" \ + --with-eprefix-default="${EPREFIX}" \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" +} + +src_install() { + default + dobashcomp bash/eix + keepdir "/var/cache/${PN}" + fowners portage:portage "/var/cache/${PN}" + fperms 775 "/var/cache/${PN}" +} + +pkg_postinst() { + # fowners in src_install doesn't work for owner/group portage: + # merging changes this owner/group back to root. + use prefix || chown portage:portage "${EROOT}var/cache/${PN}" + local obs="${EROOT}var/cache/eix.previous" + ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it" +} diff --git a/dev-games/gigi/Manifest b/dev-games/gigi/Manifest deleted file mode 100644 index 18e495e234a4..000000000000 --- a/dev-games/gigi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gigi-0.8_pre20121225.tar.bz2 1910269 SHA256 0a2bc7beeaea3614b4caa9317b51b410bb4a8d77025ed8ca4f98fc207b9fe4e0 SHA512 51d0b7cae4b46b973830cfe2ea7b60d82b99ca398e3d120171eb523c738d977c365be211373cf0d1ee21d760d373772666867bb2864dabaa435e91878e8124ea WHIRLPOOL 9490dbeb0747f875dbe5065a00e8fe76b3f6ced9b8f3618a7c12fd05dc36005335c8093bbb972df35868d8ef4b8d383d1b65ce4bd5cb5dbe40776bc30766d016 -DIST gigi-0.8_pre20130312.tar.bz2 1909976 SHA256 c20779039e2a2adfece8b0cc6396803a81584cb6779b6b951d366027061bb79a SHA512 d73cc634144436076f1e8458afdfcebd0160b1e061d507152c41902866c1fc6d48d0811324bae6bca9b54227893a9dc1cf192a580354d6daede7b2c4b4d959af WHIRLPOOL 48ffa8a822b9151ef1759fbaa2f0f90a7eb94cb7eb3fa078f3e7d256e31949ffcb0bde94e472fe747092a39bf955873830dc01f40bcb911eaa8fb33a307d3d2b diff --git a/dev-games/gigi/files/gigi-0.8_pre20120910-devil.patch b/dev-games/gigi/files/gigi-0.8_pre20120910-devil.patch deleted file mode 100644 index 1b2ac31dd566..000000000000 --- a/dev-games/gigi/files/gigi-0.8_pre20120910-devil.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: hasufell -Date: Sun Apr 22 23:43:33 UTC 2012 - -fix devil library variables - -!! applied on top of libtool.patch !! - ---- src/CMakeLists.txt -+++ src/CMakeLists.txt -@@ -176,7 +176,7 @@ - - set(THIS_LIB_LINK_LIBS ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${FREETYPE_LIBRARIES} ${LIBTOOL_LIB}) - if (USE_DEVIL) -- list(APPEND THIS_LIB_LINK_LIBS ${IL_LIBRARY} ${ILUT_LIBRARY}) -+ list(APPEND THIS_LIB_LINK_LIBS ${IL_LIBRARIES} ${ILU_LIBRARIES} ${ILUT_LIBRARIES}) - else () - if (JPEG_FOUND) - list(APPEND THIS_LIB_LINK_LIBS ${JPEG_LIBRARIES}) diff --git a/dev-games/gigi/files/gigi-0.8_pre20120910-docdir.patch b/dev-games/gigi/files/gigi-0.8_pre20120910-docdir.patch deleted file mode 100644 index cd4635faac44..000000000000 --- a/dev-games/gigi/files/gigi-0.8_pre20120910-docdir.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: hasufell -Date: Thu Apr 19 19:26:44 UTC 2012 - -fixed hardcoded DOCDIR - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -332,8 +332,8 @@ - endif () - if (BUILD_DOCUMENTATION AND NOT NO_DOCS_PACKAGE) - install( -- DIRECTORY ${CMAKE_BINARY_DIR}/doc/GG -- DESTINATION doc -+ DIRECTORY ${CMAKE_BINARY_DIR}/doc/GG/ -+ DESTINATION ${DOCDIR} - ) - endif () - elseif (BUILD_DOCUMENTATION) diff --git a/dev-games/gigi/files/gigi-0.8_pre20120910-libtool.patch b/dev-games/gigi/files/gigi-0.8_pre20120910-libtool.patch deleted file mode 100644 index 29a7a4071eeb..000000000000 --- a/dev-games/gigi/files/gigi-0.8_pre20120910-libtool.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff -U 3 -dHrN gigi-0.8_pre20120910.orig/CMakeLists.txt gigi-0.8_pre20120910/CMakeLists.txt ---- gigi-0.8_pre20120910.orig/CMakeLists.txt 2012-09-10 18:48:32.272877323 -0700 -+++ gigi-0.8_pre20120910/CMakeLists.txt 2012-09-10 18:48:49.759553898 -0700 -@@ -228,36 +228,6 @@ - ######################################## - # Header Generation # - ######################################## --if (NOT EXISTS ${CMAKE_HOME_DIRECTORY}/libltdl/config.h) -- if (UNIX) -- message("-- Configuring libltdl using \"libltdl/configure\" ...") -- execute_process( -- COMMAND ${CMAKE_HOME_DIRECTORY}/libltdl/configure -- WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/libltdl -- OUTPUT_QUIET -- ) -- else () -- file(WRITE ${CMAKE_HOME_DIRECTORY}/libltdl/config.h -- "/* WARNING: Generated by GG's build system. All local changes will be lost! */ --#define error_t int --#define HAVE_STDIO_H 1 --#define HAVE_STDLIB_H 1 --#define HAVE_STRING_H 1 --#define HAVE_CTYPE_H 1 --#define HAVE_MEMORY_H 1 --#define HAVE_ERRNO_H 1 --#define __WIN32__ --#define HAVE_MEMCPY 1 --#define HAVE_MEMMOVE 1 --#define LTDL_OBJDIR \".libs\" --#define LTDL_DLOPEN_DEPLIBS 1 --#define LTDL_SHLIBPATH_VAR \"PATH\" --#define LTDL_SHLIB_EXT \".dll\" --" -- ) -- endif () --endif () -- - configure_file( - ${CMAKE_HOME_DIRECTORY}/cmake/Config.h.in - ${CMAKE_HOME_DIRECTORY}/GG/Config.h -diff -U 3 -dHrN gigi-0.8_pre20120910.orig/GG/PluginInterface.h gigi-0.8_pre20120910/GG/PluginInterface.h ---- gigi-0.8_pre20120910.orig/GG/PluginInterface.h 2012-09-10 18:48:32.301876786 -0700 -+++ gigi-0.8_pre20120910/GG/PluginInterface.h 2012-09-10 18:49:02.264322634 -0700 -@@ -35,7 +35,7 @@ - #if defined(__APPLE__) && defined(__MACH__) - # include "../libltdl/ltdl.h" - #else --# include -+# include - #endif - - #include -diff -U 3 -dHrN gigi-0.8_pre20120910.orig/src/CMakeLists.txt gigi-0.8_pre20120910/src/CMakeLists.txt ---- gigi-0.8_pre20120910.orig/src/CMakeLists.txt 2012-09-10 18:48:32.327876305 -0700 -+++ gigi-0.8_pre20120910/src/CMakeLists.txt 2012-09-10 18:48:49.759553898 -0700 -@@ -50,8 +50,6 @@ - dialogs/FileDlg.cpp - dialogs/ThreeButtonDlg.cpp - -- ../libltdl/ltdl.c -- - adobe/adam.cpp - adobe/adam_evaluate.cpp - adobe/adam_parser.cpp -@@ -162,14 +160,21 @@ - ) - endif () - --set_source_files_properties(${CMAKE_HOME_DIRECTORY}/libltdl/ltdl.c PROPERTIES COMPILE_DEFINITIONS HAVE_CONFIG_H=1) --execute_process( -- COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_HOME_DIRECTORY}/libltdl/ltdl.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl.h -- COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_HOME_DIRECTORY}/libltdl/config.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl_config.h --) --set_source_files_properties(${CMAKE_HOME_DIRECTORY}/GG/ltdl.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl_config.h PROPERTIES GENERATED true) -+find_library(LIBTOOL_LIB ltdl) -+if (LIBTOOL_LIB) -+ MESSAGE(STATUS " libtool-libraries : ${LIBTOOL_LIB}") -+else (LIBTOOL_LIB) -+ MESSAGE(FATAL_ERROR "libtool library not found!") -+endif (LIBTOOL_LIB) - --set(THIS_LIB_LINK_LIBS ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${FREETYPE_LIBRARIES}) -+find_file(LIBTOOL_HEADER ltdl.h PATHS ${CMAKE_INCLUDE_PATH}) -+if (LIBTOOL_HEADER) -+ MESSAGE(STATUS " libtool-header : ${LIBTOOL_HEADER}") -+else (LIBTOOL_HEADER) -+ MESSAGE(FATAL_ERROR "libtool header not found!") -+endif (LIBTOOL_HEADER) -+ -+set(THIS_LIB_LINK_LIBS ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${FREETYPE_LIBRARIES} ${LIBTOOL_LIB}) - if (USE_DEVIL) - list(APPEND THIS_LIB_LINK_LIBS ${IL_LIBRARY} ${ILUT_LIBRARY}) - else () diff --git a/dev-games/gigi/gigi-0.8_pre20121225.ebuild b/dev-games/gigi/gigi-0.8_pre20121225.ebuild deleted file mode 100644 index e2b25c57800e..000000000000 --- a/dev-games/gigi/gigi-0.8_pre20121225.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/gigi/gigi-0.8_pre20121225.ebuild,v 1.1 2012/12/25 20:25:18 tomka Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" - -inherit cmake-utils eutils python - -DESCRIPTION="An OpenGL interface library" -HOMEPAGE="http://gigi.sourceforge.net" -SRC_URI="http://dev.gentoo.org/~tomka/files/${PF}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="devil doc eve ogre ois sdl static-libs threads" -RESTRICT="test" # fails for unknown reasons - -RDEPEND=" - >=dev-libs/boost-1.47 - media-libs/freetype:2 - sys-devel/libtool - sys-libs/zlib - x11-libs/libX11 - virtual/opengl - devil? ( >=media-libs/devil-1.6.1 ) - !devil? ( - media-libs/libpng:0 - media-libs/tiff:0 - virtual/jpeg - ) - ogre? ( - >=dev-games/ogre-1.7.4[ois?] - ois? ( dev-games/ois ) - ) - sdl? ( media-libs/libsdl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" -REQUIRED_USE="ois? ( ogre )" - -CMAKE_USE_DIR="${S}" - -# For segfaults during compile see https://qa.mandriva.com/show_bug.cgi?id=62558" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-docdir.patch - - # use systems ltdl - rm -r "${CMAKE_USE_DIR}"/libltdl || die - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-libtool.patch - - # fix devil (apply after libtool.patch) - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-devil.patch - - python_convert_shebangs 2 GG/gen_signals.py -} - -src_configure() { - # USE_DEVIL broken - # BUILD_TUTORIALS incomplete - local mycmakeargs=( - -DDOCDIR=/usr/share/doc/${PF}/html - -DRELEASE_COMPILE_FLAGS="" - $(cmake-utils_use_use devil DEVIL) - $(cmake-utils_use_build eve EXPERIMENTAL_EVE_SUPPORT) - $(cmake-utils_use_build ogre OGRE_DRIVER) - $(cmake-utils_use_build ois OGRE_OIS_PLUGIN) - $(cmake-utils_use_build sdl SDL_DRIVER) - $(cmake-utils_use_build doc DOCUMENTATION) - $(cmake-utils_use_build static-libs STATIC) - $(cmake-utils_use_build threads MULTI_THREADED) - ) - - cmake-utils_src_configure -} diff --git a/dev-games/gigi/gigi-0.8_pre20130312.ebuild b/dev-games/gigi/gigi-0.8_pre20130312.ebuild deleted file mode 100644 index 3d2116a27209..000000000000 --- a/dev-games/gigi/gigi-0.8_pre20130312.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/gigi/gigi-0.8_pre20130312.ebuild,v 1.1 2013/03/12 16:59:11 tomka Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" - -inherit cmake-utils eutils python - -DESCRIPTION="An OpenGL interface library" -HOMEPAGE="http://gigi.sourceforge.net" -SRC_URI="http://dev.gentoo.org/~tomka/files/${PF}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="devil doc eve ogre ois sdl static-libs threads" -RESTRICT="test" # fails for unknown reasons - -RDEPEND=" - >=dev-libs/boost-1.47 - media-libs/freetype:2 - sys-devel/libtool - sys-libs/zlib - x11-libs/libX11 - virtual/opengl - devil? ( >=media-libs/devil-1.6.1 ) - !devil? ( - media-libs/libpng:0 - media-libs/tiff:0 - virtual/jpeg - ) - ogre? ( - >=dev-games/ogre-1.7.4[ois?] - ois? ( dev-games/ois ) - ) - sdl? ( media-libs/libsdl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" -REQUIRED_USE="ois? ( ogre )" - -CMAKE_USE_DIR="${S}" - -# For segfaults during compile see https://qa.mandriva.com/show_bug.cgi?id=62558" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-docdir.patch - - # use systems ltdl - rm -r "${CMAKE_USE_DIR}"/libltdl || die - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-libtool.patch - - # fix devil (apply after libtool.patch) - epatch "${FILESDIR}"/${PN}-0.8_pre20120910-devil.patch - - python_convert_shebangs 2 GG/gen_signals.py -} - -src_configure() { - # USE_DEVIL broken - # BUILD_TUTORIALS incomplete - local mycmakeargs=( - -DDOCDIR=/usr/share/doc/${PF}/html - -DRELEASE_COMPILE_FLAGS="" - $(cmake-utils_use_use devil DEVIL) - $(cmake-utils_use_build eve EXPERIMENTAL_EVE_SUPPORT) - $(cmake-utils_use_build ogre OGRE_DRIVER) - $(cmake-utils_use_build ois OGRE_OIS_PLUGIN) - $(cmake-utils_use_build sdl SDL_DRIVER) - $(cmake-utils_use_build doc DOCUMENTATION) - $(cmake-utils_use_build static-libs STATIC) - $(cmake-utils_use_build threads MULTI_THREADED) - ) - - cmake-utils_src_configure -} diff --git a/dev-games/gigi/metadata.xml b/dev-games/gigi/metadata.xml deleted file mode 100644 index c5f7afa2d6aa..000000000000 --- a/dev-games/gigi/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - tomka@gentoo.org - Thomas Kahle - - - Use DevIL instead of libpng/libjpeg/libtiff - Add experimental eve support - Add support for dev-games/ogre - Add support for dev-games/ois - - -GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent -(it runs at least on Linux and Windows, and probably more), -compiler-independent (it compiles under at GCC 3.4 or higher and -MSVC++ 8.0 SP1 or higher, and probably more), and -driver-independent. Reference drivers for SDL and Ogre are provided, -and it is straightforward to write one for yourself should you decide -to do so. - -The Gentoo version is slightly patched by the makers of -games-strategy/freeorion. - - - diff --git a/dev-lang/v8/Manifest b/dev-lang/v8/Manifest index 886b0721aaa4..ac7ee3e1e889 100644 --- a/dev-lang/v8/Manifest +++ b/dev-lang/v8/Manifest @@ -1,4 +1,3 @@ -DIST v8-3.18.5.14.tar.bz2 10545347 SHA256 abd1d6fe04cbe36b6d315ae3c20a1c35ca61f9460969d269606782a124a10b91 SHA512 4a04d2fa7e90da7509dac1f136019647d545524018a0f96f582289179c09fc81ebaacf62abbf946d254ef94e4fe9ea43b09092dd9a9ac9da96012efec27df027 WHIRLPOOL e212f4b694dfccd89251a20763958da72cc1f50503d93c7a445db7cab757531893d8b8e1c5a601a5206324872fadea31fa769f8952d69dd32440c1fb20e71e27 DIST v8-3.19.18.19.tar.bz2 10621763 SHA256 4230036b4e64d0a03dc3ab913ac0eb8c73b87c62cec9694de37dfd41a3fece8f SHA512 dfb385452acbf82bad046437605c42259b5df0d1a7c0019e3997f7f4e491e1384860e14aa7c561a0d8a0485c4fa934c4a026befc5197100f88560bea05082400 WHIRLPOOL 705f82a3a69a02c8f754075f88885bb85321fe1586937484b584eeda575ad5e7b712d642c4cbdef2ee77feb5b04f82510b3d0bd7f7a98ed4d4723dede5aae05e DIST v8-3.20.17.13.tar.bz2 46755305 SHA256 472dcceb944685243b405ec131e3205ef5754110b0031c2cb135a44db6fa8755 SHA512 141503b11c2d966d9e575bdd3703ac00aeef581c649493c0b9ead39218ac0b5a272bc253b0e5a21838398d3ecd1aa1cb70da1841d746cb3b201d94c5316ac8e8 WHIRLPOOL 66d1666feebe06c19bd583c951b3041270cb70cf6677ef4b5652f9a90c177cf5013af6e1ebbabed1b94c5bcf4cc829718474fea33bbc40a40df756bc53a3f60d DIST v8-3.20.17.15.tar.bz2 46752400 SHA256 3472726f4de152aeb7ea7c382d770f0fcb808c28d74660a58eaa230a7ce32285 SHA512 f819c89b500065622a291edafb9b3932c28a81cde6b4e1ac73b9f3280a34bfac7fe799bbf710fbeb519cab99e3ee47ab065050d806a0bce206e7855c503a07ae WHIRLPOOL 066eee830c04f396ea2ddd5c2ee62e841b9dd416e20bc44beb38fab0d953df40775dee4380886f905fb9c6eb53107f971065b4aaf7c668c09079b8d363faa342 diff --git a/dev-lang/v8/v8-3.18.5.14.ebuild b/dev-lang/v8/v8-3.18.5.14.ebuild deleted file mode 100644 index 743bfd8c9168..000000000000 --- a/dev-lang/v8/v8-3.18.5.14.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild,v 1.4 2013/08/18 03:12:49 steev Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_{6,7} ) - -inherit chromium eutils multilib multiprocessing pax-utils python-any-r1 \ - toolchain-funcs versionator - -DESCRIPTION="Google's open source JavaScript engine" -HOMEPAGE="http://code.google.com/p/v8" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2" -LICENSE="BSD" - -soname_version="${PV}" -SLOT="0/${soname_version}" -KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~x64-macos ~x86-macos" -IUSE="neon readline" - -RDEPEND="readline? ( sys-libs/readline:0 )" -DEPEND="${PYTHON_DEPS} - ${RDEPEND}" - -src_configure() { - tc-export AR CC CXX RANLIB - export LINK=${CXX} - - local myconf="" - - # Always build v8 as a shared library with proper SONAME. - myconf+=" -Dcomponent=shared_library -Dsoname_version=${soname_version}" - - # Use target arch detection logic from bug #354601. - case ${CHOST} in - i?86-*) - myarch="ia32" - myconf+=" -Dv8_target_arch=ia32" ;; - x86_64-*) - if [[ $ABI = x86 ]] ; then - myarch="ia32" - myconf+=" -Dv8_target_arch=ia32" - else - myarch="x64" - myconf+=" -Dv8_target_arch=x64" - fi ;; - arm*-*) - myarch="arm" - myconf+=" -Dv8_target_arch=arm -Darm_fpu=default" - if [[ ${CHOST} == *-hardfloat-* ]] ; then - myconf+=" -Dv8_use_arm_eabi_hardfloat=true" - else - myconf+=" -Dv8_use_arm_eabi_hardfloat=false" - fi - if [[ ${CHOST} == armv7*-* ]] ; then - myconf+=" -Darmv7=1" - else - myconf+=" -Darmv7=0" - fi - myconf+=" $(gyp_use neon arm_neon)" ;; - *) die "Unrecognized CHOST: ${CHOST}" - esac - - myconf+=" $(gyp_use readline console readline dumb)" - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't - # want the build to fail because of that. - myconf+=" -Dwerror=" - - # gyp does this only for linux, but we always want to use "out" dir, or - # all else below fails due to not finding "out" dir - myconf+=" --generator-output=out" - # gyp defaults to whatever makes the most sense on the platform at hand, - # but we want to build using Makefiles, so force that - myconf+=" -f make" - - EGYP_CHROMIUM_COMMAND=build/gyp_v8 egyp_chromium ${myconf} || die -} - -src_compile() { - local makeargs=( - -C out - builddir="${S}/out/Release" - V=1 - BUILDTYPE=Release - ) - - # Build mksnapshot so we can pax-mark it. - emake "${makeargs[@]}" mksnapshot.${myarch} - pax-mark m out/Release/mksnapshot.${myarch} - - # Build everything else. - emake "${makeargs[@]}" - pax-mark m out/Release/{cctest,d8,preparser} -} - -src_test() { - LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py \ - -j$(makeopts_jobs) \ - --no-presubmit \ - --outdir=out \ - --buildbot \ - --arch=native \ - --mode=Release \ - --progress=dots || die -} - -src_install() { - insinto /usr - doins -r include - - if [[ ${CHOST} == *-darwin* ]] ; then - # buildsystem is too horrific to get this built correctly - mkdir -p out/Release/lib.target || die - mv out/Release/libv8.so.${soname_version} \ - out/Release/lib.target/libv8$(get_libname ${soname_version}) || die - install_name_tool \ - -id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \ - out/Release/lib.target/libv8$(get_libname ${soname_version}) \ - || die - install_name_tool \ - -change \ - /usr/local/lib/libv8.so.${soname_version} \ - "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \ - out/Release/d8 || die - fi - - dobin out/Release/d8 - pax-mark m "${ED}usr/bin/d8" - - dolib out/Release/lib.target/libv8$(get_libname ${soname_version}) - dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname) - - dodoc AUTHORS ChangeLog -} - -# TODO: remove functions below after they are removed from chromium.eclass' -# EXPORT_FUNCTIONS . - -pkg_preinst() { - return -} - -pkg_postinst() { - return -} - -pkg_postrm() { - return -} diff --git a/dev-lang/yap/Manifest b/dev-lang/yap/Manifest index 2940b47713fa..f034d278eb66 100644 --- a/dev-lang/yap/Manifest +++ b/dev-lang/yap/Manifest @@ -6,3 +6,5 @@ DIST yap-6.3.1-gentoo-patchset-0.tar.gz 2229 SHA256 e6bfb2869475bd62207038ce2015 DIST yap-6.3.1.tar.gz 7868709 SHA256 70b779b40a3a9d4401c0ca21081c6b3034d77212d6a8892bd23bb63236ebc720 DIST yap-6.3.2-gentoo-patchset-6.tar.gz 4138 SHA256 a5691612842b89e8dc3f5755fe076f3203574da34256bcba78ce282451cfde27 SHA512 c2dc49c0e185e6b6d7bdae175d470926f7b072dad1e46d30e36e885ca4d0abc8a7908b3abc946b1d7c77006973f8ef9e7dc862ecc4ef756eff5d83a06674e5a7 WHIRLPOOL 7046a9d74d34e9f561f71b762f81ae208784eb6daccb4e0bfe7980729bd5094d34858f7d88b54c9d4589e6b835707a0150fd0a6c2b98d41d9238efbc1badb805 DIST yap-6.3.2.tar.gz 6447312 SHA256 876a31a05a8e50a32bda8597d3381953e3ed99f37f06e7075209a501b8e2d1ed SHA512 8fd93d4e448e92f5dfd4b0dd18e0ce988766d99b3bf7a72bce3931d551c873a11468764bef6bbb132a5518870f2bce0a00658536614db3cdc6586af27d56555d WHIRLPOOL f4507cb41735f40bf343b608a443f017e118c2b99da38e8a59e630b397c4812ce087ce097e85d5af9552191b5f77559609b22f446d05a3513fec08582ea43804 +DIST yap-6.3.3-gentoo-patchset-0.tar.gz 2372 SHA256 2752235be51212cd11e127ff9bdc64ac944b3fa2ddfe498ecbee275880bc1acd SHA512 36712ab54ba2370a666ad326dddeb1699e9ff2cab1d9f02ba085e8fc946b74b368697d6926bfc56f10cf62f30609cbd582bfbb9bc520d313b7c62e6c09dd8a33 WHIRLPOOL 8fc06bc5ec7ced6d544bc5b63f19e749d198393e4319305bcd59667ecace5299d030ecd7cf54900276ec1a3574343bff7bfa88d89978d5e220f29ef32d277d63 +DIST yap-6.3.3.tar.gz 7879301 SHA256 aee3b449b1669af07a8291ce6e7fb0a9b35e1343e2ab96fadb1a37552397fa78 SHA512 4ef45277ec84b6e072fa54afc7d6c18f11c3a0cdf477e35e35a0ce2181c9ff2e693f8735f63a1899373f6baf79ce0a972b37e1ae6ed8271bec60663f477bbe80 WHIRLPOOL 3b4095ff9ecbd532d2211e9158f6bd400248b43386027894c08754aadc14712a60325aeb950b361f14b2bc105053ff8a70b025e305fb79003a68f4226a39b724 diff --git a/dev-lang/yap/yap-6.3.3.ebuild b/dev-lang/yap/yap-6.3.3.ebuild new file mode 100644 index 000000000000..dfd92c1f1b95 --- /dev/null +++ b/dev-lang/yap/yap-6.3.3.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.3.3.ebuild,v 1.1 2013/11/10 14:31:11 keri Exp $ + +EAPI=2 + +inherit eutils flag-o-matic java-pkg-opt-2 multilib + +PATCHSET_VER="0" + +DESCRIPTION="YAP is a high-performance Prolog compiler." +HOMEPAGE="http://www.dcc.fc.up.pt/~vsc/Yap/" +SRC_URI="http://www.dcc.fc.up.pt/~vsc/Yap/${P}.tar.gz + mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" + +LICENSE="Artistic LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="R debug doc examples gmp java mpi mysql odbc readline static threads" + +RDEPEND="sys-libs/zlib + gmp? ( dev-libs/gmp ) + java? ( >=virtual/jdk-1.4 ) + mpi? ( virtual/mpi ) + mysql? ( virtual/mysql ) + odbc? ( dev-db/unixODBC ) + readline? ( sys-libs/readline sys-libs/ncurses ) + R? ( dev-lang/R )" + +DEPEND="${RDEPEND} + doc? ( app-text/texi2html )" + +src_prepare() { + cd "${WORKDIR}" + EPATCH_FORCE=yes + EPATCH_SUFFIX=patch + epatch "${WORKDIR}"/${PV} + rm -rf "${S}"/yap || die "failed to remove yap xcode project" +} + +src_configure() { + append-flags -fno-strict-aliasing + + local myddas_conf + if use mysql || use odbc; then + myddas_conf="--enable-myddas" + else + myddas_conf="--disable-myddas" + fi + + econf \ + --libdir=/usr/$(get_libdir) \ + $(use_enable !static dynamic-loading) \ + $(use_enable threads) \ + $(use_enable threads pthread-locking) \ + $(use_enable debug debug-yap) \ + $(use_enable debug low-level-tracer) \ + $(use_with gmp) \ + $(use_with readline) \ + $(use_with mpi) \ + $(use_with mpi mpe) \ + $(use_with java) \ + $(use_with R) \ + ${myddas_conf} +} + +src_compile() { + emake || die "emake failed" + + if use doc ; then + emake html || die "emake html failed" + fi +} + +src_test() { + # libtai package contains check.c which confuses the default + # src_test() function + true +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed." + + dodoc changes*.html README || die + + if use doc ; then + dodoc yap.html || die + fi + + if use examples ; then + insinto /usr/share/doc/${PF}/examples/chr + doins packages/chr/Examples/* || die + insinto /usr/share/doc/${PF}/examples/clib + doins packages/clib/demo/* || die + insinto /usr/share/doc/${PF}/examples/http + doins -r packages/http/examples/* || die + insinto /usr/share/doc/${PF}/examples/plunit + doins packages/plunit/examples/* || die + if use java ; then + insinto /usr/share/doc/${PF}/examples/jpl/prolog + doins packages/jpl/examples/prolog/* || die + insinto /usr/share/doc/${PF}/examples/jpl/java + doins packages/jpl/examples/java/README || die + doins -r packages/jpl/examples/java/*/*.{java,pl} || die + fi + if use mpi ; then + insinto /usr/share/doc/${PF}/examples/mpi + doins library/mpi/examples/*.pl || die + fi + fi +} diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest index e99ab0f3c9db..8e033124be99 100644 --- a/dev-libs/softhsm/Manifest +++ b/dev-libs/softhsm/Manifest @@ -1,2 +1,2 @@ -DIST softhsm-1.3.3.tar.gz 434872 SHA256 da49d971f971ef35f420da7ccf4f3213c7266f61b1fcdf41e09d8886cfb7804c SHA512 76f14264424f34f2bfb131c2d62050bd8df0d74ce9df40bf2ae51301b929e126d27608af331af66b1f1000e85f2ca95c9ef7b72d972c0513c7fbe767630e515d WHIRLPOOL 27b2897feafbdd0b14fcca19f9d20c158dab163b5545eaf79b5509d6fd4270114a1ddb0749a179447c13724c077038ade583a0c13a915103d855c61fd439e2ec DIST softhsm-1.3.4.tar.gz 440004 SHA256 f10319dfa651023dad3d0845d284ec08ef982c1fc1bdb55cf8a725f762961e97 SHA512 4bb86a32793752bb2b90d82e9ac28b05698d954740d71d6ab5c30bfdd13e840cfc81104cc7c0db0734d10a0da1c912ec40c4d94a63c6abbb69dceb32ead53fa6 WHIRLPOOL 3b96e067eb26c3a8e5d38a923635a26b6695917f2f50234bf914d229cd5241db845066f41d8a40cb6fa0c176799a162a4c6f7c2a652672b10b849ca55d295cf9 +DIST softhsm-1.3.5.tar.gz 440157 SHA256 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd SHA512 8da873d84ce3f554ff90975f2c37750c24ee4b254b480a203bfe600d2314ae1aba4d67b96bc9c5cb6787f592e597551e850a84ee36046f408aea7d5d5d7c8787 WHIRLPOOL d01878dbf17d4e06305df23826bc07fff535c9e9734be376ef2d0a99891ddca0bdd1689285e199a6f81143d38c55334c8df9969470cc0098724fb5d24871ad92 diff --git a/dev-libs/softhsm/softhsm-1.3.3.ebuild b/dev-libs/softhsm/softhsm-1.3.5.ebuild similarity index 84% rename from dev-libs/softhsm/softhsm-1.3.3.ebuild rename to dev-libs/softhsm/softhsm-1.3.5.ebuild index 8db6f2d45752..8ad0cd47497a 100644 --- a/dev-libs/softhsm/softhsm-1.3.3.ebuild +++ b/dev-libs/softhsm/softhsm-1.3.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/softhsm-1.3.3.ebuild,v 1.1 2012/08/14 19:43:10 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/softhsm-1.3.5.ebuild,v 1.1 2013/11/10 09:59:47 mschiff Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="A software PKCS#11 implementation" HOMEPAGE="http://www.opendnssec.org/" @@ -24,6 +24,7 @@ DOCS=( AUTHORS NEWS README ) src_configure() { econf \ --disable-static \ + --localstatedir=/var \ --with-botan="${EPREFIX}/usr/" \ $(use_enable amd64 64bit) \ $(use debug && echo "--with-loglevel=4") diff --git a/dev-python/CoverageTestRunner/CoverageTestRunner-1.9.ebuild b/dev-python/CoverageTestRunner/CoverageTestRunner-1.10.ebuild similarity index 66% rename from dev-python/CoverageTestRunner/CoverageTestRunner-1.9.ebuild rename to dev-python/CoverageTestRunner/CoverageTestRunner-1.10.ebuild index 10c40b2db9d9..7623284d789d 100644 --- a/dev-python/CoverageTestRunner/CoverageTestRunner-1.9.ebuild +++ b/dev-python/CoverageTestRunner/CoverageTestRunner-1.10.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/CoverageTestRunner/CoverageTestRunner-1.9.ebuild,v 1.1 2012/10/06 23:28:09 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/CoverageTestRunner/CoverageTestRunner-1.10.ebuild,v 1.1 2013/11/10 10:26:01 mschiff Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.6:2.7" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils python +inherit distutils-r1 python-r1 MY_PN="python-coverage-test-runner" DESCRIPTION="fail Python program unit tests unless they test everything" @@ -18,5 +18,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/coverage" +DEPEND="${PYTHON_DEPS} + dev-python/coverage" RDEPEND="${DEPEND}" diff --git a/dev-python/CoverageTestRunner/CoverageTestRunner-1.8.ebuild b/dev-python/CoverageTestRunner/CoverageTestRunner-1.8.ebuild deleted file mode 100644 index 86a8d8e0e504..000000000000 --- a/dev-python/CoverageTestRunner/CoverageTestRunner-1.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/CoverageTestRunner/CoverageTestRunner-1.8.ebuild,v 1.1 2012/06/24 15:09:38 mschiff Exp $ - -EAPI=4 - -PYTHON_DEPEND="2:2.6:2.7" - -inherit distutils python - -MY_PN="python-coverage-test-runner" -DESCRIPTION="fail Python program unit tests unless they test everything" -HOMEPAGE="http://liw.fi/coverage-test-runner/" -SRC_URI="http://code.liw.fi/debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/coverage" -RDEPEND="${DEPEND}" diff --git a/dev-python/CoverageTestRunner/Manifest b/dev-python/CoverageTestRunner/Manifest index 9c0fb45f5f53..63e1ff54e6af 100644 --- a/dev-python/CoverageTestRunner/Manifest +++ b/dev-python/CoverageTestRunner/Manifest @@ -1,2 +1,2 @@ -DIST python-coverage-test-runner_1.8.orig.tar.gz 19475 SHA256 89088a491dac7edd522c00f45263abefc7f9f12c0fca1c122c2c5585573649dc SHA512 bb11e583f07bcdcefeec4ba76024cecb4670d2693571fa45a7c9eab289b56aa7e2baf844cd694d25864b8b6cbe508a050b2705e7de9927cf56aefef63501f732 WHIRLPOOL 8acdfd3e4aacd6245fb3753f47e18c42bd72be3f07d64a21edc18f9315a1331aa74f1c6a7daaa66116a99cbe146499248e04fd6042e1e9726dbf20da3e08cfc2 +DIST python-coverage-test-runner_1.10.orig.tar.gz 19149 SHA256 550fbffe220007608e6aa41904134321d2fb32af11078cc280fe39d84b251300 SHA512 041896468863d1f06a932da4a4113d9afe952ca88004feb3ac872cc8352a94e5f4b5d7444f8b5dce49e5dc3ccfc727553d540b9865e8bf00724ae312ff1be2e6 WHIRLPOOL 3d11391e7624e8e3743d3d01cfb915523361f9cae3dbae1709eb45b6c467f4bbbbe83eacb7f093e74b25f82c2ce6e982bf921c748b73a233e96bc19cd99a4eae DIST python-coverage-test-runner_1.9.orig.tar.gz 19175 SHA256 d3bf062e6f7797a71e8958f2cf1b879e2037c0b2cb9b4deb73c769bafe295437 SHA512 7793fc4eed0eb92a53a4dd1662a92dc131ebefe1194196f9a8e022d8d63da779aa8f978c056e981629324465f919869b5dc31cc9b31fe5e3173f1ac3f3f5c83e WHIRLPOOL f54e309fd0526740c8b580ac2d1eea4858af313564fa59ce92b812f771199a5b6b8dc4b36d235554939db45d18d4671287e1ab7bace37fdce136c0c52c215931 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest index 8523327685b1..9d63cf5d8f9a 100644 --- a/dev-python/oslo-config/Manifest +++ b/dev-python/oslo-config/Manifest @@ -1,3 +1,4 @@ DIST oslo.config-1.1.0.tar.gz 74650 SHA256 fe5dedb9b47c508eb886a7b9b96eb7667597af407ff42853db82b4b9e949ea82 SHA512 22eb8eb1f1e84cb7227ca4d269af52b54859eeb442a3c74466c907759c9b6cc9ddd90ec2103295fd0403e99231531c296ee5e09fe24b613b93c5bdb22abe012a WHIRLPOOL 58893e926f99b814b0f8ff4279c9f37323f9985cc3741d693006b00e123279c16a01003e772f6f9b1d6e48d2c7a900d7aadf9c0d29f27b34c46ca9890e5db532 DIST oslo.config-1.1.1.tar.gz 75310 SHA256 5c5f3a178fe158b828885729e7e15471e6f095471a15ca69834c114353478e70 SHA512 7b38b24c246e31824736d5743d5566816744801f84425814a93c23d6aaf274f4100768a75d3d8eea5602bed6a03dbad10d8bf2ffd776221b820a3ca94758b2ed WHIRLPOOL 51e0b51b1afade75d392e3207f54a3d0b80fd4c642f7c6402abe51170bf288ba8f34521aa23e21af7c3cec51d17af59a35f4470b75ffb020ad437ffae16bd8b0 DIST oslo.config-1.2.0.tar.gz 74645 SHA256 9016dd8ed81dc52b6d417bafc2d294fe66cf14b28055638c76a0ad5f44437795 SHA512 c6efeb68dfdc07256853bbeebe8686c25c6d775b75c7a3215faa498a99ffdfb0a5810ecedd65b1f58f46853f490d6e42661a6de6b4cf4055d14326d31e78c933 WHIRLPOOL 327597097846eda8a353511f4ebb2af434e8e4d505f47671de7293de5bc7af6b952e970675b99558edae3438213319edc37dfd9de5605e7acfa8e56f0709cb41 +DIST oslo.config-1.2.1.tar.gz 75580 SHA256 e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2 SHA512 aee216ed38b08823fa8d29f5a0bca470914cd860643fe518c5cd5bb6843962bd39d8ee5c89da8c6398ae88aa4f651a98e58cd384c6ada4b669706ba9eda30ae6 WHIRLPOOL b56fb64e997d094cada77aaae67b3c421ba82ad431c64bd8ec96354339d8bfe23fc403f749291db9fe933744be5f0eac22ea7b70396d0cbc9b4f51d0e99375cc diff --git a/dev-python/oslo-config/oslo-config-1.2.1.ebuild b/dev-python/oslo-config/oslo-config-1.2.1.ebuild new file mode 100644 index 000000000000..1f7170302aa7 --- /dev/null +++ b/dev-python/oslo-config/oslo-config-1.2.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild,v 1.1 2013/11/11 04:04:26 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="The Oslo configuration API supports parsing command line arguments +and ini style configuration files" +HOMEPAGE="https://pypi.python.org/pypi/oslo.config" +SRC_URI="mirror://pypi/${PN:0:1}/oslo.config/oslo.config-${PV}.tar.gz" +S="${WORKDIR}/oslo.config-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] + dev-python/oslo-sphinx[${PYTHON_USEDEP}] + >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}] + =dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] + dev-python/subunit[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + >=dev-python/coverage-3.6[${PYTHON_USEDEP}] + >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] )" +RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +# This time half the doc files are missing; Do you want them? + +python_test() { + nosetests tests/ || die "test failed under ${EPYTHON}" +} diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest index 3bc2b40a8c49..838bb89104d0 100644 --- a/dev-python/psutil/Manifest +++ b/dev-python/psutil/Manifest @@ -4,3 +4,4 @@ DIST psutil-1.0.0.tar.gz 159463 SHA256 8ca2b61e7a2d2d4cbfbbbda71b293b9a353f5cffb DIST psutil-1.0.1.tar.gz 159515 SHA256 2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff SHA512 9b834b94b81a7058d42271cf13e87d7676153528c83778ad43cb54ab893c8b7268506f56b280e598d6edb9d3e9b7c4c7b2ff1f0d4b4aaa6c802fdc4ce7e546af WHIRLPOOL c167cf9c9fdc223e6ca144b431c002659a5f7a47f8d97cfffaa2b2168ffaea59eb0712210d9962ce27744ad0144a676ea71c347d41ea40df116c25a2c5772bff DIST psutil-1.1.0.tar.gz 163785 SHA256 31b4b411d3f6960d26dac1f075709ff6d36f60216bf1f2b47fc4dc62a2d0aa6f SHA512 5c1a6bf3b1e0fc17c1a65f09597f8cb6d503f35811781ab9baa55615117a87d172ad998a1e267eef1f68d74d9ad373d9a1a900ea8fa7b38abdfb4fa7eceb03d6 WHIRLPOOL ef883d6e94265c06ea56c51dd5b13db05b27baa31874d5bf483c6150c439c092879b26cd70f06eec84d8e4f2d230fb94e00ac53cb10f86a0fa925530a9952fe5 DIST psutil-1.1.1.tar.gz 165467 SHA256 a5201e4c2a9b57e9e5d8de92b3a4006d093eedd9b56915b8279f365aaedd0f48 SHA512 b611e6674b7270752188e53e5d1f4bc2e2b629cd73e025ebbe4d938af9deb94e4a5fed9fab21b554051ce1206866b2ed7d0474325134a612fd2c60bd16b16ca0 WHIRLPOOL de5ab234ddf37846a4a84c7a7aabb478d195720cf23fc2ed9b1e42e9a0cf358b73aadd3db76a3a0da8e4b2f0f93774bc56f0623fcebba91f03767b45a94882cc +DIST psutil-1.1.3.tar.gz 165550 SHA256 5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c SHA512 038e53185854b0c31cc37ad8f0518c80e46a4abfc7be91f04cac86b01feb7320eb59fd00dd4b32ccf0c381218b07c93bd9ba9335e7b2383898cd87b4a705674f WHIRLPOOL 9a53af3f2b7f9c93f99b10a8f5ffebca61814aee257a58090a027a79dbd82ab5179de97662932a4f4c02f5105400a8158bd9c38dd7151f04ccad465335e5b592 diff --git a/dev-python/psutil/psutil-1.1.3.ebuild b/dev-python/psutil/psutil-1.1.3.ebuild new file mode 100644 index 000000000000..1f684633f9fa --- /dev/null +++ b/dev-python/psutil/psutil-1.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild,v 1.1 2013/11/10 02:38:17 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Retrieve information on running processes and system utilization" +HOMEPAGE="http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +RESTRICT="test" + +python_test() { + esetup.py test +} diff --git a/dev-python/pympler/Manifest b/dev-python/pympler/Manifest index fe40d700dd15..26b92d8ba58e 100644 --- a/dev-python/pympler/Manifest +++ b/dev-python/pympler/Manifest @@ -1,2 +1 @@ DIST Pympler-0.3.1.tar.gz 382158 SHA256 8cb170fddfe592342856590e2239e8c20ac61eacf18bc4f65a95ccaf74475e3e SHA512 0863f754edcd80375128f54d443974ef9933c203658d3215b8e98b53c8a1a36db199e309412c5b9f2d886e515ddd4d93c65035feb2c2fcaee4d6dc549e0e0b3c WHIRLPOOL 9e2c6a6c5c28040a4e3b712cf6ec58a8b0040a5092498e4d1958684966ce7d42b3de5a25588a6a0b62a27f24ef8e834bd13189bbb75b5a8b1958802e31f4adbc -DIST pympler-0.2.0.tar.xz 206996 SHA256 c2c52a7f6126a11b982d4fb6096f261c4aea6a1f38e4ab36329d025d3eeac56e SHA512 6e16c2fef892cd61562fcf8ba9f0c62d5a3d34ababa14348b56f4e1734673a0df57523dd53251603f479e73f82d30601bbc6420c13269d2b01a7871cfcdd8f3e WHIRLPOOL fe0f9a7e15d9a07ed215c4e2cd2e618a0aa23dd8c9d6dd629c268a31980d1d0ccb055e7b425b0669de76a06d7f5ff416916b574a720f090c581d7b4d84917efb diff --git a/dev-python/pympler/pympler-0.2.0.ebuild b/dev-python/pympler/pympler-0.2.0.ebuild deleted file mode 100644 index 7040c5e81241..000000000000 --- a/dev-python/pympler/pympler-0.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.2.0.ebuild,v 1.8 2013/02/02 22:29:56 ago Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="memory profiling for Python applications" -HOMEPAGE="http://code.google.com/p/pympler/" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -LICENSE="Apache-2.0" -IUSE="" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py test - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" run.py --test --clean - } - python_execute_function testing -} diff --git a/dev-python/pympler/pympler-0.3.1.ebuild b/dev-python/pympler/pympler-0.3.1.ebuild index 0c09f1c0206e..50b20c7ced37 100644 --- a/dev-python/pympler/pympler-0.3.1.ebuild +++ b/dev-python/pympler/pympler-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.9 2013/09/23 17:42:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.10 2013/11/10 09:43:59 jlec Exp $ EAPI=5 @@ -25,8 +25,9 @@ DEPEND="test? ( ${RDEPEND} )" S="${WORKDIR}"/${MY_P} +DISTUTILS_NO_PARALLEL_BUILD=true + python_prepare_all() { - use test && DISTUTILS_NO_PARALLEL_BUILD=true rm pympler/util/bottle.py || die sed \ -e '/import bottle/s:^.*$:import bottle:g' \ diff --git a/dev-python/turbolift/metadata.xml b/dev-python/turbolift/metadata.xml index f587a9d86a84..9b98526af1d8 100644 --- a/dev-python/turbolift/metadata.xml +++ b/dev-python/turbolift/metadata.xml @@ -7,6 +7,6 @@ Matthew Thode - Rackspace Cloud files sync/backup utility + Openstack Swift sync/backup utility diff --git a/dev-python/turbolift/turbolift-2.0.3.ebuild b/dev-python/turbolift/turbolift-2.0.3.ebuild index 1ec3d990af6b..0867db88f149 100644 --- a/dev-python/turbolift/turbolift-2.0.3.ebuild +++ b/dev-python/turbolift/turbolift-2.0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbolift/turbolift-2.0.3.ebuild,v 1.1 2013/11/08 00:43:58 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbolift/turbolift-2.0.3.ebuild,v 1.2 2013/11/10 23:11:36 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 -DESCRIPTION="Rackspace Cloud files sync/backup utility" +DESCRIPTION="Openstack Swift sync/backup utility" HOMEPAGE="https://github.com/cloudnull/turbolift/wiki" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 0b86111c926a..83aa1740205b 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,6 +1,4 @@ DIST actionmailer-2.3.18.gem 273920 SHA256 cbb44db58ca8ef03d9758af5ea80229317db678bb4a6b8bfe65a7c6f32b563d9 SHA512 93ac7d613faa80d083e13094aa7a9e9abf2a89461964a3dabb9ac5ba828eb91458fc7d7056c928ed6fae2ee75c18f5078620e1e43e1300a264ab28b0e5bfb27a WHIRLPOOL 039eb1b19bb840c80b1da8aeb9d96de8b73edb12ed07c432f12d3112a422d34ff6ff802c6aa028e11d895eee2dc614ce8c073fbf5c76e44308f229ebb2380e7a DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/actionmailer/actionmailer-3.2.13.ebuild b/dev-ruby/actionmailer/actionmailer-3.2.13.ebuild deleted file mode 100644 index 78aaf601b48e..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.2.13.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.13.ebuild,v 1.1 2013/03/31 07:44:14 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.5.3:2.5" -ruby_add_bdepend "test? ( - >=dev-ruby/mocha-0.12.1 =dev-ruby/mocha-0.12* -)" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" -} diff --git a/dev-ruby/actionmailer/actionmailer-3.2.14.ebuild b/dev-ruby/actionmailer/actionmailer-3.2.14.ebuild deleted file mode 100644 index 0a96cad73fb8..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.2.14.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.14.ebuild,v 1.1 2013/08/17 10:32:07 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Framework for designing email-service layers" -HOMEPAGE="http://rubyforge.org/projects/actionmailer/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/actionpack-${PV} - >=dev-ruby/mail-2.5.4:2.5" -ruby_add_bdepend "test? ( - dev-ruby/test-unit:2 - dev-ruby/mocha:0.13 -)" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die -} diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 20b9af211138..d206dfce3a75 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,6 +1,4 @@ DIST actionpack-2.3.18.gem 749568 SHA256 304a9759801fe00928c14991e6ab252dbbbfa560e41ff9e5fdc66a65a2cf2ebd SHA512 d08af1e8a15b4b16f2160fe431b41b081f9442d0680bd30af20075186cec07febff85ac467924fd65cf8ed4f2fb808c5dd2e8f7d50c9e24d12e177659f30c3ce WHIRLPOOL 8d8aade452b5e715060ef327f41f78677624134ec0a9953a61dbf26ed0ab54bfdc7ed4f43e19f5ea190038c997cf25146912349bd35a1840c635d7713bfdfd1e DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/actionpack/actionpack-3.2.13.ebuild b/dev-ruby/actionpack/actionpack-3.2.13.ebuild deleted file mode 100644 index 3a65cf46a75e..000000000000 --- a/dev-ruby/actionpack/actionpack-3.2.13.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.13.ebuild,v 1.2 2013/10/13 16:02:43 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -# The default test task tries to test activerecord with SQLite as well. -RUBY_FAKEGEM_TASK_TEST="test_action_pack" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activemodel-${PV} - ~dev-ruby/activesupport-${PV} - >=dev-ruby/rack-cache-1.2 - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/erubis-2.7.0 - >=dev-ruby/i18n-0.6.1:0.6 - >=dev-ruby/rack-1.4.5:1.4 - >=dev-ruby/rack-test-0.6.1:0.6 - >=dev-ruby/journey-1.0.4:1.0 - >=dev-ruby/sprockets-2.2.1:2.2" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.12.1 - dev-ruby/bundler - ~dev-ruby/activerecord-${PV} - ~dev-ruby/actionmailer-${PV} - >=dev-ruby/tzinfo-0.3.29:0 - >=dev-ruby/uglifier-1.0.3 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\)/d" ../Gemfile || die - - sed -i -e '/rack-ssl/d' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - sed -i -e 's/= 0.6.1/~> 0.6.1/' ../activesupport/activesupport.gemspec || die - - # Avoid fragile tests depending on hash ordering - sed -i -e '/cookie_3=chocolate/ s:^:#:' test/controller/integration_test.rb || die - sed -i -e '/test_to_s/,/end/ s:^:#:' test/template/html-scanner/tag_node_test.rb || die - sed -i -e '/"name":"david"/ s:^:#:' test/controller/mime_responds_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - - # Avoid fragile test that gets more output than it expects. - sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die -} diff --git a/dev-ruby/actionpack/actionpack-3.2.14.ebuild b/dev-ruby/actionpack/actionpack-3.2.14.ebuild deleted file mode 100644 index d9b43742912e..000000000000 --- a/dev-ruby/actionpack/actionpack-3.2.14.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.2.14.ebuild,v 1.2 2013/10/13 16:02:43 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -# The default test task tries to test activerecord with SQLite as well. -RUBY_FAKEGEM_TASK_TEST="test_action_pack" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activemodel-${PV} - ~dev-ruby/activesupport-${PV} - >=dev-ruby/rack-cache-1.2 - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/rack-1.4.5:1.4 - >=dev-ruby/rack-test-0.6.1:0.6 - >=dev-ruby/journey-1.0.4:1.0 - >=dev-ruby/sprockets-2.2.1:2.2 - >=dev-ruby/erubis-2.7.0" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - dev-ruby/bundler - ~dev-ruby/activerecord-${PV} - ~dev-ruby/actionmailer-${PV} - >=dev-ruby/tzinfo-0.3.29:0 - >=dev-ruby/uglifier-1.0.3 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\)/d" ../Gemfile || die - - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Avoid fragile tests depending on hash ordering - sed -i -e '/cookie_3=chocolate/ s:^:#:' test/controller/integration_test.rb || die - sed -i -e '/test_to_s/,/end/ s:^:#:' test/template/html-scanner/tag_node_test.rb || die - sed -i -e '/"name":"david"/ s:^:#:' test/controller/mime_responds_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die - - # Avoid fragile test that gets more output than it expects. - sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die -} diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest index ee0c97787499..ecb8fbca2a51 100644 --- a/dev-ruby/activemodel/Manifest +++ b/dev-ruby/activemodel/Manifest @@ -1,5 +1,3 @@ DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/activemodel/activemodel-3.2.13.ebuild b/dev-ruby/activemodel/activemodel-3.2.13.ebuild deleted file mode 100644 index 3a341ad9ae91..000000000000 --- a/dev-ruby/activemodel/activemodel-3.2.13.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.13.ebuild,v 1.1 2013/03/31 07:43:13 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource." -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/bcrypt-ruby-3.0.0" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.5 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" -} diff --git a/dev-ruby/activemodel/activemodel-3.2.14.ebuild b/dev-ruby/activemodel/activemodel-3.2.14.ebuild deleted file mode 100644 index bd41f18ed610..000000000000 --- a/dev-ruby/activemodel/activemodel-3.2.14.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.14.ebuild,v 1.1 2013/08/17 10:31:06 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource." -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - >=dev-ruby/builder-3.0.0:3 - >=dev-ruby/bcrypt-ruby-3.0.0" - -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - >=dev-ruby/mocha-0.13.0:0.13 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/cases/helper.rb || die - - # Fix bcrypt dependency since bcrypt uses semantic versioning. - sed -i -e '/bcrypt-ruby/ s/3.0.0/3.0/' lib/active_model/secure_password.rb || die -} diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index 2d05db28bee7..ddf9d02653a9 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -1,6 +1,4 @@ DIST activerecord-2.3.18.gem 541696 SHA256 09aec34a541e01c53b3e9bf0057a4306fa6ad394753cc21a7cbd3e8b8ab969bb SHA512 4446ff38d0dbbae4e01ca043f5fcf2facd7907946cfca17b2043557c9cb8cad7ca41c17f9b3de7e5a764315c6ab3a53a8c56781927a057e1ee69531574c34719 WHIRLPOOL ecb741c39efa23f1e0f29386471b81475e0581378e48bd70eb3ffd4a0ba9726358d6fc6cf11cb76057d9210e95654468a1cef40d4daf0900b11558aa06a25224 DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/activerecord/activerecord-3.2.13.ebuild b/dev-ruby/activerecord/activerecord-3.2.13.ebuild deleted file mode 100644 index 3072fc7e4f2b..000000000000 --- a/dev-ruby/activerecord/activerecord-3.2.13.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.13.ebuild,v 1.2 2013/10/13 16:04:35 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -# this is not null so that the dependencies will actually be filled -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="mysql postgres sqlite3" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/arel-3.0.2:3.0 - >=dev-ruby/tzinfo-0.3.29:0 - sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) - mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) - postgres? ( >=dev-ruby/pg-0.11.0 )" - -ruby_add_bdepend " - test? ( - dev-ruby/bundler - ~dev-ruby/actionpack-${PV} - >=dev-ruby/sqlite3-1.3.5 - >=dev-ruby/mocha-0.12.1 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - sed -i -e 's/= 0.6.1/~> 0.6.1/' ../activesupport/activesupport.gemspec || die - - # Avoid tests depending on hash ordering - sed -i -e '/test_should_automatically_build_new_associated/,/ end/ s:^:#:' test/cases/nested_attributes_test.rb || die - - # Avoid test depending on mysql adapter which we don't support for - # this Rails version to simplify our dependencies. - rm test/cases/connection_specification/resolver_test.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; - *) - if use sqlite3; then - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" - fi - ;; - esac -} diff --git a/dev-ruby/activerecord/activerecord-3.2.14.ebuild b/dev-ruby/activerecord/activerecord-3.2.14.ebuild deleted file mode 100644 index 223800a80805..000000000000 --- a/dev-ruby/activerecord/activerecord-3.2.14.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.14.ebuild,v 1.2 2013/10/13 16:04:35 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -# this is not null so that the dependencies will actually be filled -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="mysql postgres sqlite3" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/arel-3.0.2:3.0 - >=dev-ruby/tzinfo-0.3.29:0 - sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) - mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) - postgres? ( >=dev-ruby/pg-0.11.0 )" - -ruby_add_bdepend " - test? ( - dev-ruby/bundler - ~dev-ruby/actionpack-${PV} - >=dev-ruby/sqlite3-1.3.5 - dev-ruby/mocha:0.13 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\)/d" ../Gemfile || die - sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die - sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - - sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die - - # Avoid tests depending on hash ordering - sed -i -e '/test_should_automatically_build_new_associated/,/ end/ s:^:#:' test/cases/nested_attributes_test.rb || die - - # Avoid test depending on mysql adapter which we don't support for - # this Rails version to simplify our dependencies. - rm test/cases/connection_specification/resolver_test.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ;; - *rubyee18) - # Turn on travis support to avoid tripping bugs in ree18. - TRAVIS=true ${RUBY} -S rake test_sqlite3 - ;; - *) - if use sqlite3; then - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" - fi - ;; - esac -} diff --git a/dev-ruby/activeresource/Manifest b/dev-ruby/activeresource/Manifest index 17f66d24743c..77648496b693 100644 --- a/dev-ruby/activeresource/Manifest +++ b/dev-ruby/activeresource/Manifest @@ -1,5 +1,3 @@ DIST activeresource-2.3.18.gem 47104 SHA256 f0a7db71e592f721dd33867b104a5f6e60f11671ac8c7dafa9786b5256514812 SHA512 aae382f2057c4491fe1ba229fa7a9470c8fe36374cb83741aae2e2f4a86149937b046e620f8d901d4f3b2db80db024137e32587d984fa91a6626048bb390d8de WHIRLPOOL 58d675e0883d4ff91e5b603a6f1e8f62919fe899bf0d70715c126876d6576d7518972d9ecc62eaed0c536ef213d8dd76b9ecb7caec909af98a648973d1cfb1cc DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd diff --git a/dev-ruby/activeresource/activeresource-3.2.13.ebuild b/dev-ruby/activeresource/activeresource-3.2.13.ebuild deleted file mode 100644 index cdb72f04ae5b..000000000000 --- a/dev-ruby/activeresource/activeresource-3.2.13.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.2.13.ebuild,v 1.1 2013/03/31 07:43:36 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Think Active Record for web resources.." -HOMEPAGE="http://rubyforge.org/projects/activeresource/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV}" -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.5 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Avoid test broken by security fixes. - sed -i -e '/test_load_yaml_array/,/^ end/ s:^:#:' test/cases/base_test.rb || die -} diff --git a/dev-ruby/activeresource/activeresource-3.2.14.ebuild b/dev-ruby/activeresource/activeresource-3.2.14.ebuild deleted file mode 100644 index 387d8b846c00..000000000000 --- a/dev-ruby/activeresource/activeresource-3.2.14.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.2.14.ebuild,v 1.1 2013/08/17 10:31:25 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Think Active Record for web resources.." -HOMEPAGE="http://rubyforge.org/projects/activeresource/" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - dev-ruby/builder:3" -ruby_add_bdepend " - test? ( - dev-ruby/test-unit:2 - >=dev-ruby/mocha-0.13.0:0.13 - )" - -all_ruby_prepare() { - # Set test environment to our hand. - rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die -} diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 2689ad684fa6..27571db388dc 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -1,6 +1,4 @@ DIST activesupport-2.3.18.gem 434688 SHA256 65b009c10c9c1fe298b04dfc428db7311f1dfbdcafc6c9429517651a679dd36b SHA512 47fa41bb13b8c1bc34133c0adcce5275f977a2148964f3c81da83dc69fea8cd81f3af181606a2a9c047107f2ce7cc6dd6290efa66acf68f6573d482bc6359fa4 WHIRLPOOL 34317e22696d29fe2389a66161dcb7348ea1528f82f120b39a1a7ce1f5d6135c50c0a7ea82ce90c9fd4bc8a8ed3e257efd7ed31fb7b5afce94d0323f28509eea DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/activesupport/activesupport-3.2.13.ebuild b/dev-ruby/activesupport/activesupport-3.2.13.ebuild deleted file mode 100644 index a07fd7997d56..000000000000 --- a/dev-ruby/activesupport/activesupport-3.2.13.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.13.ebuild,v 1.1 2013/03/31 07:42:49 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - >=dev-ruby/multi_json-1.0 - >=dev-ruby/i18n-0.6.1:0.6 - !!=dev-ruby/memcache-client-1.5.8 - dev-ruby/nokogiri - >=dev-ruby/builder-3.0.3:3 - >=dev-ruby/tzinfo-0.3.29 - )" - -# libxml is not strictly needed, there are tests using this code. jruby -# uses a different xml implementation. -USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )" - -all_ruby_prepare() { - # Set test environment to our hand. -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Ignore failing tests on jruby in the interest of a security update - sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^ end/ s:^:#:' \ - -e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \ - test/xml_mini/jdom_engine_test.rb || die - - # Make i18n dependency more lenient since we don't have broken versions - # 0.6.2/0.6.3. - sed -i -e 's/= 0.6.1/~> 0.6.1/' ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/activesupport/activesupport-3.2.14.ebuild b/dev-ruby/activesupport/activesupport-3.2.14.ebuild deleted file mode 100644 index 30b09f3bc0c2..000000000000 --- a/dev-ruby/activesupport/activesupport-3.2.14.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.14.ebuild,v 1.1 2013/08/17 10:30:43 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -ruby_add_rdepend " - >=dev-ruby/multi_json-1.0 - >=dev-ruby/i18n-0.6.4:0.6 - !!=dev-ruby/memcache-client-1.5.8 - dev-ruby/nokogiri - >=dev-ruby/builder-3.0.3:3 - >=dev-ruby/tzinfo-0.3.29 - )" - -# libxml is not strictly needed, there are tests using this code. jruby -# uses a different xml implementation. -USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )" - -all_ruby_prepare() { - # Set test environment to our hand. -# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" - - # Make sure we use the test-unit gem since ruby18 does not provide - # all the test-unit features needed. - sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die - - # Ignore failing tests on jruby in the interest of a security update - sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^ end/ s:^:#:' \ - -e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \ - test/xml_mini/jdom_engine_test.rb || die -} - -each_ruby_prepare() { - case ${RUBY} in - *ruby18) - # Skip failing ruby18 tests related to JSON serialization - rm test/message_encryptor_test.rb test/message_verifier_test.rb || die - ;; - esac -} diff --git a/dev-ruby/builder/builder-2.1.2-r3.ebuild b/dev-ruby/builder/builder-2.1.2-r3.ebuild index 57fb8e17eb0a..70932863ec6f 100644 --- a/dev-ruby/builder/builder-2.1.2-r3.ebuild +++ b/dev-ruby/builder/builder-2.1.2-r3.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild,v 1.8 2012/11/06 16:59:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-2.1.2-r3.ebuild,v 1.9 2013/11/10 08:31:46 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 ree18 jruby" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_TEST="test_all" +RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README CHANGES" diff --git a/dev-ruby/childlabor/Manifest b/dev-ruby/childlabor/Manifest index a8816435bb65..974701ce61dd 100644 --- a/dev-ruby/childlabor/Manifest +++ b/dev-ruby/childlabor/Manifest @@ -1 +1,2 @@ DIST childlabor-0.0.3.gem 5120 SHA256 eae56c14b1e580074c52249263d94afe821faf9661e70277942bc09028041efe SHA512 35ab2030f6203f743cc9b2fc7e0d5990d585096434fec10073981fc61907ca94ba4f6a061f9c649a4bec95fdc1fe9050e29392065d9fa08ab5540d865f9b0321 WHIRLPOOL 38611f026da51f36b1496be832297a384919938cdb040a8226b7a4c4af964bb74fdce752cec4c5621fa2d68a3af56f383e8527b9c8700015974c5437a0e7b7eb +DIST childlabor-0.0.3.tar.gz 3120 SHA256 95dbc1d5127545e44eddefd973c9285208da8bdffca7a59300cee6e882847e8c SHA512 d18f3f90204b12e3b4a21be1439fcf44a4eb9f905402633966e6ab2a3cc9412a28c502a8c78487834a82e1de24f0f905691f33f443de930f670c70b17288fb6e WHIRLPOOL 9938bc47695fa7d77b3155c1ea5a8c663488efc5e2419a823f6238b0a8181a23f26d789e1b497a2ff8f39b36fe5232e2eca6de1e677caf141ea82cf0b9eea9d5 diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild new file mode 100644 index 000000000000..6f098903181b --- /dev/null +++ b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v 1.1 2013/11/09 19:40:01 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A scripting framework that replaces rake and sake" +HOMEPAGE="https://github.com/carllerche/childlabor" +COMMIT_ID="6518b939dddbad20c7f05aa075d76e3ca6e70447" +SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm" +IUSE="test" + +RUBY_S="${PN}-${COMMIT_ID}" + +ruby_add_bdepend "test? ( dev-ruby/rspec )" + +each_ruby_test() { + ${RUBY} -I. -Ilib -S rspec spec/task_spec.rb || die +} diff --git a/dev-ruby/configliere/Manifest b/dev-ruby/configliere/Manifest index 30d225a57ece..712a4277d08c 100644 --- a/dev-ruby/configliere/Manifest +++ b/dev-ruby/configliere/Manifest @@ -1,2 +1 @@ -DIST configliere-0.4.17.gem 52736 SHA256 56dbe5eaa413db31f6ffc7563a71a5f2d0ab667028451e3f493bba3e474393e1 SHA512 7986ab776ce3ebcff229db8d715764015a1c12bdd4be983837c1f75e2070e8123403d5d1b4a7f7193a106c9da69cf212ae78d86ed5abedd1a74562b538b59ae4 WHIRLPOOL 7df4a2848918ae3f6a9227bc376b49d84165dbb2e4152a27fe0e82db8273cac9783939ed96b683672a212e01a66ff91df242e533168b000f98bd3c34e823ebe6 DIST configliere-0.4.18.gem 52736 SHA256 3d0769ecbb28111b162c704c4bb3c6d3926b6ba2dd609a481d5d4b6e355cdee2 SHA512 b958002290c8e10d562ccc1b5ec33f116d0d87620ef72c6789e9cca5552bee4f74a63949c8f3c11c709098ae2cc23bcb1c423c3a043472b95035056d848f015b WHIRLPOOL 2492c396067a34d5ba00300be8a523069facd364de621c3487cc214b88c27442f74714c8d908c84f06ff37aec73f3336516a863a08366cc7de7632494ed1281e diff --git a/dev-ruby/configliere/configliere-0.4.17.ebuild b/dev-ruby/configliere/configliere-0.4.17.ebuild deleted file mode 100644 index a5b9f89229fd..000000000000 --- a/dev-ruby/configliere/configliere-0.4.17.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.17.ebuild,v 1.1 2012/09/29 06:17:36 flameeyes Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt" - -inherit ruby-fakegem - -DESCRIPTION="Settings manager for Ruby scripts" -HOMEPAGE="https://github.com/infochimps-labs/configliere" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/highline-1.5.2 - >=dev-ruby/multi_json-1.1" - -RUBY_PATCHES=( ${P}-nobundler.patch ) - -all_ruby_prepare() { - rm Gemfile* || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-ruby/configliere/configliere-0.4.18.ebuild b/dev-ruby/configliere/configliere-0.4.18-r1.ebuild similarity index 83% rename from dev-ruby/configliere/configliere-0.4.18.ebuild rename to dev-ruby/configliere/configliere-0.4.18-r1.ebuild index 011b85edebd4..ff375c32b85d 100644 --- a/dev-ruby/configliere/configliere-0.4.18.ebuild +++ b/dev-ruby/configliere/configliere-0.4.18-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.18.ebuild,v 1.1 2012/12/16 09:34:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/configliere/configliere-0.4.18-r1.ebuild,v 1.1 2013/11/09 19:42:59 mrueg Exp $ -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18 jruby" +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/file-tail/file-tail-1.0.12.ebuild b/dev-ruby/file-tail/file-tail-1.0.12.ebuild deleted file mode 100644 index 4182ac3458d7..000000000000 --- a/dev-ruby/file-tail/file-tail-1.0.12.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/file-tail-1.0.12.ebuild,v 1.1 2012/10/05 10:07:55 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOC_SOURCES="lib README.rdoc" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby" -HOMEPAGE="http://flori.github.com/file-tail" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/tins-0.5" -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib tests/*_test.rb -} diff --git a/dev-ruby/maruku/Manifest b/dev-ruby/maruku/Manifest index c34216ca9323..e4d9b59369ec 100644 --- a/dev-ruby/maruku/Manifest +++ b/dev-ruby/maruku/Manifest @@ -1 +1,2 @@ DIST maruku-0.6.1.gem 150528 SHA256 ffd973a8017ecb26606e1c1628b3d58db4ba523b4382cce292e94c800825ac07 SHA512 7264df34970b5fc53a53ba617358b4be428323438ad5eaeec70f93d100eee62ae18c8784da95a8bbc41cf36e19d4afd3d318731a991faa6276c7483b8c329cd7 WHIRLPOOL b08723fdf11507a360f92c99d57c4aad2900f2579343f214a25aa1174865b61f627cd028c7b3681ee7fc9386db0887a41e5f981eba2cc6b6d2256fe1a33ac592 +DIST maruku-0.7.0.gem 139776 SHA256 b768e5c68ad2d4d6139fa38577a4f37ba25e2881cf30106975c636c293de5b0b SHA512 24d875bddf804b1d323afc3baec004c236c0f5cae16d1f6222881de978ec5c49c04b7ed369397de6dbdefb15c1a2dbd09efcfb9244f5aa765c594a812e82f46c WHIRLPOOL 2967376125511bf298af6f3f1f4aad4db176616e022c3b723078e93d2228549f54a7581c7e07ad22f2ecf2f85905ba55d66610f11ce981039bca287221cb70c1 diff --git a/dev-ruby/maruku/maruku-0.7.0.ebuild b/dev-ruby/maruku/maruku-0.7.0.ebuild new file mode 100644 index 000000000000..6890dc135b90 --- /dev/null +++ b/dev-ruby/maruku/maruku-0.7.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/maruku/maruku-0.7.0.ebuild,v 1.1 2013/11/10 07:36:28 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="docs/div_syntax.md docs/entity_test.md + docs/markdown_syntax.md docs/maruku.md docs/math.md docs/other_stuff.md + docs/proposal.md" + +inherit ruby-fakegem + +DESCRIPTION="A Markdown-superset interpreter written in Ruby." +HOMEPAGE="http://maruku.rubyforge.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="highlight" + +ruby_add_rdepend "highlight? ( dev-ruby/syntax )" + +all_ruby_prepare() { + sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die +} + +pkg_postinst() { + elog + elog "You need to emerge app-text/texlive and dev-tex/latex-unicode if" + elog "you want to use --pdf with Maruku. You may also want to emerge" + elog "dev-tex/listings to enable LaTeX syntax highlighting." + elog +} diff --git a/dev-ruby/maruku/metadata.xml b/dev-ruby/maruku/metadata.xml index 852136183369..1f76c910bfed 100644 --- a/dev-ruby/maruku/metadata.xml +++ b/dev-ruby/maruku/metadata.xml @@ -2,4 +2,7 @@ ruby + + Enable source code highlighting via dev-ruby/syntax + diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest index f6f586ef29ea..8d7e4efc39eb 100644 --- a/dev-ruby/rails/Manifest +++ b/dev-ruby/rails/Manifest @@ -1,6 +1,4 @@ DIST rails-2.3.18.gem 211968 SHA256 f92ee63fdb481d5d0758db6a955f850d44f525558ccc5ad7ce4367220a72314d SHA512 c7eeeeba60473cae3cf06410745ca5f24758bb4b0bf449a8fc80310299957af572cce4e781390aa92953169f907c0fafe8b2a31c83d6494d3a98c35eb5654365 WHIRLPOOL 31d89ff9a115355f1d3fc55183228dafccf2afe95a62478392e57adb2f50c52465439a95433f167459474319f8ed5a636defdad2820fc24c2d50c12d6455e071 DIST rails-3.1.12.gem 4608 SHA256 8e6ce8ddb8b69051ec8109d0439c622a986aa4da47f5156141e7a936656f958c SHA512 75c04002215b4d8fd031533dde9bfdd8b0884e5a42b5944d52669b27eff1224c38e6c318cb03bfaba2c2da1eb65d59f50059b743dae425abc813b7b13b69f928 WHIRLPOOL c524b9b0c8ccc02fa43c8e023b688bbd726b80cb98f07dc4f768123ae57a6cfa62882177841cfb0be2b141884c1837a29477daca0f7cd16401e087064eaab9b4 -DIST rails-3.2.13.gem 4608 SHA256 dfc57cb7d289513dd89a99db6f714fbdb407223160abf98293b74be07724bcb8 SHA512 108629f1328800b52e9036734c1b2ea1a8ee2f971fea2819417761adccedeb95a2e3ce7d5c99b9afdc8c713343b676d29aeff13be3c7ea8a7d29c2df04b10294 WHIRLPOOL ed5afbb6c8bb58ffbb3f84a9fbf7ce9a51fe7ff5dfef0ff24a48ceb77b8a65957e00e63b66b4a59c2978d8dedc82060bbd4e817bc8d2d9b6e02baca5480e1e76 -DIST rails-3.2.14.gem 3584 SHA256 d63321eb0231dbf576ba19017cf87b3e2d8b863dd6402f26f198455fd1377963 SHA512 8c0255d05be09d260d5d50ea03872d1b532962b9000b1dd556cc769f17bd784082bce92471f20c5cc667f8dffe96a6ad55ab429665028f4a37aa25ccff3bfee6 WHIRLPOOL 834cd99e110484049ffcabdaf95904c2f91f0a24428cede5146efe8b0ab7d8305a76e46b237ae258acaf91e65fb896b1202355f9020ecdacb4ef561b86d82a78 DIST rails-3.2.15.gem 4608 SHA256 9ed01092cb939f8c9be82138a8ba83df45260d544f86a0465893491dbdc2794c SHA512 e2f4267a4e64fdddde1932ad9e8fd71653ffb03dceb9a291756dd497636ab4cec104e829ad8142acf524d6155f3a11c6d691f35b97625e0e9888d246f09cd6f3 WHIRLPOOL 5b95313a1d733e2868061c8d0a56c5ff97974eeede20552713001c39d843d6ff8cfcb384d3f8eb35ddcc3eb4391b88e1e2d5e860736b8538eec8095b691ff559 DIST rails-4.0.0.gem 1542656 SHA256 6eabebfbe7dcdabeddf69356f84cec3d78e395b08aa1de700e265f7cbff8028b SHA512 0ba7cff750ba6c1b307f58e3ec45f097a46a6fd4f96b8619e7ad9d7db39f20a6693b93aff56a3f36493daa39103cc5091fa0262b77e93445e6556044e6c0a7ce WHIRLPOOL cd743bf0b6e04a37c851cdcce8638b62fe91dd00220c558e24f2702e8ebb6905117762c05b50dbb07e071653cc71c36e0387c7dff42df9f0f82ba7ebc1867381 diff --git a/dev-ruby/rails/rails-3.2.13.ebuild b/dev-ruby/rails/rails-3.2.13.ebuild deleted file mode 100644 index b35a1c34399e..000000000000 --- a/dev-ruby/rails/rails-3.2.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.13.ebuild,v 1.1 2013/03/31 07:45:01 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="+asset-pipeline" - -ruby_add_rdepend " - ~dev-ruby/actionmailer-${PV} - ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/activeresource-${PV} - ~dev-ruby/activesupport-${PV} - =dev-ruby/bundler-1* - ~dev-ruby/railties-${PV} - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-3.2.3:3.2 - >=dev-ruby/uglifier-1.0.3 - >=dev-ruby/coffee-rails-3.2.1:3.2 - )" diff --git a/dev-ruby/rails/rails-3.2.14.ebuild b/dev-ruby/rails/rails-3.2.14.ebuild deleted file mode 100644 index e0edda419f32..000000000000 --- a/dev-ruby/rails/rails-3.2.14.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.14.ebuild,v 1.1 2013/08/17 10:32:59 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="+asset-pipeline" - -ruby_add_rdepend " - ~dev-ruby/actionmailer-${PV} - ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} - ~dev-ruby/activeresource-${PV} - ~dev-ruby/activesupport-${PV} - =dev-ruby/bundler-1* - ~dev-ruby/railties-${PV} - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-3.2.3:3.2 - >=dev-ruby/uglifier-1.0.3 - >=dev-ruby/coffee-rails-3.2.1:3.2 - )" diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest index ee0c97787499..ecb8fbca2a51 100644 --- a/dev-ruby/railties/Manifest +++ b/dev-ruby/railties/Manifest @@ -1,5 +1,3 @@ DIST rails-3.1.12.tgz 3394369 SHA256 2321d18cd5b5c4929f09472d17fd05e21cc6470d7efd2886bfcf52bb89dbdfcc SHA512 49b886bf05c1c51b67cdf4a7ad688e633bdd0b180ef328f18c942cd13095668ed70cfe3b40ed2d77a2c8ca8c3d8474413dfa25c282afabe21ce790567874716f WHIRLPOOL 66e9d9709b7e8b00b096c43a5c5703fd20addf020c10df5764457ebf6ac515451f9e6db93a4925da9ab88e6942427f5a7fc0d20cf6381e8530f830605db7503e -DIST rails-3.2.13.tgz 3555972 SHA256 2dfc2f80d40854c765da07306dfca6a7a4db34588d1fa2265e2312bcd00df1b8 SHA512 8123838a8bb169a78aeebf3cb85df7f1a8e99b04656354c6270a3251b92c9fee62e030052d829322cad5d85b093b1b6114718ea00bb5e37e98a10eac74dad23c WHIRLPOOL 5ee2200082abc36729d4343e0620eb24298260c80ec6f3fef07766a273ada6603b7885a9ada0cefbf5b2435fb4b1484ca60fda0a26e945318d20f9812ed834b2 -DIST rails-3.2.14.tgz 3565569 SHA256 1acc8b591d72488c5171f059ae08b201db754bc9d65c95ce9cdd956fd59e038e SHA512 a5c4f0ff326e048b7c3ed3b45278141787c352959602330f4028d74b517634fcd2d2fc9928c350a39a8c42bd98b21271f51a9b306ce26dcbd078c29d0dea4c56 WHIRLPOOL 9117d9cb0e03116c322f13738532c2412a895c1681c305510ec4f20a15b12c5f89e15b0bab2497d01b8b68994efc9946466f02ff828911e2da8b8be853e09db1 DIST rails-3.2.15.tgz 3566493 SHA256 6fc98f28742e6423efd151d4a0005c10cdf83bf1cef3350042f305d15474b286 SHA512 c2fa25a81b5c77a9054fc8b42a9fdc0733ef175a981ccdbff77eb33a08aa299c3a3ca9469ab80234b01fbc4eef7ccf09c4b3f55dd04e81bf4f8cbfc7eaf58719 WHIRLPOOL 18e8f8b2b90886bca4572efe24508fb77f5a227fd3f3d4732da68f52baea9a2fdf7b620023c8cf229354e4fca85eb9f28886b7b27f862693dbd383a063e961cd DIST rails-4.0.0.tgz 3705371 SHA256 644601ae66881313346ffeacd9ea372d249df55aa7abe853acdcb231fffe6bbf SHA512 3e03f25de83ff894a7affdebe948fd151cff81c8ec906692119036633d891c9ba5cbb312e3ab32f1e62f4a383fcfc2e878daeb62fc04336e932b2e2bda63f7cf WHIRLPOOL 792513f2fdfcbc2a57633e3ef344943948e5614c638b06cae1245fd84716d84b5391a7906123a94a1a325ad789bdc465a4f7e2b774924bd0f18d341c29109a82 diff --git a/dev-ruby/railties/railties-3.2.13-r1.ebuild b/dev-ruby/railties/railties-3.2.13-r1.ebuild deleted file mode 100644 index e31a633a64ed..000000000000 --- a/dev-ruby/railties/railties-3.2.13-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.2.13-r1.ebuild,v 1.2 2013/06/04 18:19:03 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="generate_guides" -RUBY_FAKEGEM_DOCDIR="guides/output" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications." -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.18" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/rdoc-3.4 - >=dev-ruby/thor-0.14.6 - >=dev-ruby/rack-ssl-1.3.2:1.3 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.5 - ) - doc? ( - >=dev-ruby/redcloth-4.1.1 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die - - # Also allow rdoc 4.x - sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - if use doc ; then - mv guides/output guides/guides || die - dohtml -r guides/guides - fi - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-ruby/railties/railties-3.2.13.ebuild b/dev-ruby/railties/railties-3.2.13.ebuild deleted file mode 100644 index 055326725cf3..000000000000 --- a/dev-ruby/railties/railties-3.2.13.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.2.13.ebuild,v 1.1 2013/03/31 07:44:46 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="generate_guides" -RUBY_FAKEGEM_DOCDIR="guides/output" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications." -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.18" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/rdoc-3.4 - >=dev-ruby/thor-0.14.6 - >=dev-ruby/rack-ssl-1.3.2:1.3 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.5 - ) - doc? ( - >=dev-ruby/redcloth-4.1.1 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die -} - -all_ruby_install() { - all_fakegem_install - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-ruby/railties/railties-3.2.14.ebuild b/dev-ruby/railties/railties-3.2.14.ebuild deleted file mode 100644 index 5915c9dd0ef5..000000000000 --- a/dev-ruby/railties/railties-3.2.14.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.2.14.ebuild,v 1.1 2013/08/17 10:32:43 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_TEST="test:regular" -RUBY_FAKEGEM_TASK_DOC="generate_guides" -RUBY_FAKEGEM_DOCDIR="guides/output" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="railties.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem versionator - -DESCRIPTION="Tools for creating, working with, and running Rails applications." -HOMEPAGE="http://github.com/rails/rails" -SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_S="rails-${PV}/${PN}" - -# The test suite has many failures, most likely due to a mismatch in -# exact dependencies or environment specifics. Needs further -# investigation. -RESTRICT="test" - -RDEPEND+=">=app-admin/eselect-rails-0.18" - -ruby_add_rdepend " - ~dev-ruby/activesupport-${PV} - ~dev-ruby/actionpack-${PV} - >=dev-ruby/rdoc-3.4 - >=dev-ruby/thor-0.14.6 - >=dev-ruby/rack-ssl-1.3.2:1.3 - >=dev-ruby/rake-0.8.7" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha:0.13 - ) - doc? ( - >=dev-ruby/redcloth-4.1.1 - )" - -all_ruby_prepare() { - # Remove items from the common Gemfile that we don't need for this - # test run. This also requires handling some gemspecs. - sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die - - # Also allow rdoc 4.x - sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - if use doc ; then - mv guides/output guides/guides || die - dohtml -r guides/guides - fi - - ruby_fakegem_binwrapper rails rails-${PV} -} - -pkg_postinst() { - elog "To select between slots of rails, use:" - elog "\teselect rails" - - eselect rails update -} - -pkg_postrm() { - eselect rails update -} diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest index 9e600e12b8c7..c1cea0075581 100644 --- a/dev-ruby/tins/Manifest +++ b/dev-ruby/tins/Manifest @@ -1,3 +1,4 @@ DIST tins-0.11.0.gem 34304 SHA256 cd24a2489655eb5eb4bedacece100eb0ff748cd4ec469eb4309e13a48df2fbd0 SHA512 a25d9626f0fa80ad8ac0b9ac27d880c5e2edf2b9f18f828072f822593e872154708f9dae358bc5a9b784c897269a482af0a3c882e3100da14cf5397375ec00db WHIRLPOOL f4935db1e188983dc044ffcff14bc172095806ce68a370895577f942fd8cab9f9f9d4e4306c02f845bc5956cd3b4a92fe19bf59ee6dea654d2957d83056e361f DIST tins-0.12.0.gem 34304 SHA256 7b7bc9943605f700d8b0a0abc5055d9c9e893ff54de38afb58acf46a6b4bae5c SHA512 a79ccf06585267c27fea326003e2571f91a15288998cddc3412fa6cfa9f75b828d18ec1f865fa5265ea4c01864729e46cdb279b5ec8c3aa35314baa76712b8b5 WHIRLPOOL 8d9846dfd6a3fbe5de81d4a3ca2502f67876ce7646ffe2224d192f0f30c97a6ef1969d886f95ba31f12a4ec4e731d20452c82807395d0d0a7e5c0dd56d469410 +DIST tins-0.13.0.gem 35328 SHA256 9a123ddb27a8ced14ca46bea4c78ad058b832e92e42a3f73a1f2346acfd0f359 SHA512 b946b1d018a001ff5af7c2e84da70fa4f9e3f29c43a70d587310d7369d000126d3dae5503e20df105ff84cc6aebb0c5c9345ccd186d51aa29ba3958443f868e6 WHIRLPOOL 8fbb16703c41c962c13453fe3e8b11bfd08f2794f3c8f1766adcfc4ad6223e5c0b5f558e7c303388482681bd3a3f4f8add0faa6909342cd0dd95a7ec34d96072 DIST tins-0.6.0.gem 29696 SHA256 dc8ac56d37ec8a71786361fa8b2840ca032856b91cb279f06c542fdc3b4cb479 SHA512 79318f7b08b4478d1aa8f7d8dd86be377ec9655e5a6e62d0d193b7f1db6925c578cfb3fbc54efd76e7be54eaec22986bf79612bd2f4b6eb59934ecfddddcc4be WHIRLPOOL 1b8031c7342c6ea6e93b627c975dfef2d0941dd05118c21f3c97d7924f29d9913b33e7fe95fcd2d6c8e5165f88183d480acd23fa2179efe66d753c36997728e3 diff --git a/dev-ruby/tins/tins-0.13.0.ebuild b/dev-ruby/tins/tins-0.13.0.ebuild new file mode 100644 index 000000000000..f4746353e42f --- /dev/null +++ b/dev-ruby/tins/tins-0.13.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.13.0.ebuild,v 1.1 2013/11/09 19:27:22 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="All the stuff that isn't good enough for a real library." +HOMEPAGE="http://github.com/flori/tins" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 ) " + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib tests/*_test.rb +} diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest index 5d584098ed37..03fc1182c3dd 100644 --- a/dev-ruby/uglifier/Manifest +++ b/dev-ruby/uglifier/Manifest @@ -1,2 +1,3 @@ DIST uglifier-2.2.1.gem 73216 SHA256 9b1413ba2379456fc97490d4a1b81200722c73ea204073301ed88c9024b053d3 SHA512 0c198f8528943031cb82384401965041acb6ae541e175e8a0c9c26162134c5f4fd347b05ed42d476d8ab4d46139e5bdc6e32f36ae2ff17b9fcf6fc2e90077f55 WHIRLPOOL 71b2bfc97544696ca3b7a699dcfe63b4e7f322d4ce9edab7e76a166020d3e3190394a593c2e83907dcf194239730f8d164e9d9e0716633b83d485ca68ee92a08 DIST uglifier-2.3.0.gem 74240 SHA256 07b0b623d0f81b2eb1855b3531aa1e10b36797e3a86f9f25e14eed1e7aca5cd7 SHA512 b9f3bd1f4a2dc52cbe3d4d1c08967f759f1672be8d3f70c668e9bbbae171e467d1d5ffef1ba3bc7283798a68ebcf20536f967ef4bdf443f250873da369db2d2d WHIRLPOOL 7effeb0a330812377d8fd51d0c227475572bd4a4855d7ac284bda7b2496c50f369b0a060b0671bb01c616f141c47fcb66db43e85f3c3f5be1adedd392f9749aa +DIST uglifier-2.3.1.gem 75264 SHA256 e5328d79e5094b6984f415ddfc910247ef53868ea0008b6b841b6afea8161adb SHA512 4558c2207e562661b339ae1e640e4103844be557c17f5f0a6b8faab260fdb4140d9f3410f7726ed208d7c35db9ab3f6ad55a665de3dd96c605c28b2f720ad99e WHIRLPOOL 49869f77fe77a4f2927bf07120c8abec16db3f261e56e8c81c276b0b861316ed49a111559964d33dc8ea980e267df525026a626fa52c6583e91f4f5a2792a00c diff --git a/dev-ruby/uglifier/uglifier-2.3.1.ebuild b/dev-ruby/uglifier/uglifier-2.3.1.ebuild new file mode 100644 index 000000000000..d1880e5e3180 --- /dev/null +++ b/dev-ruby/uglifier/uglifier-2.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uglifier/uglifier-2.3.1.ebuild,v 1.1 2013/11/09 19:30:29 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor." +HOMEPAGE="https://github.com/lautis/uglifier" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/execjs-0.3.0 >=dev-ruby/json-1.8.0" + +ruby_add_bdepend "test? ( dev-ruby/source_map )" diff --git a/dev-util/cdiff/cdiff-0.9.2.ebuild b/dev-util/cdiff/cdiff-0.9.2.ebuild index cde6c3abb1ed..7817095f9ca9 100644 --- a/dev-util/cdiff/cdiff-0.9.2.ebuild +++ b/dev-util/cdiff/cdiff-0.9.2.ebuild @@ -1,31 +1,39 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.6 2013/10/13 08:33:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.7 2013/11/10 15:03:54 tomwij Exp $ -EAPI=5 +EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 +if [[ "${PV}" != *"9999"* ]] ; then + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +else + KEYWORDS="" + EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" + inherit git-r3 +fi + DESCRIPTION="Colored, side-by-side diff terminal viewer." HOMEPAGE="https://github.com/ymattw/${PN}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" DEPEND="!app-misc/colordiff dev-python/setuptools[${PYTHON_USEDEP}] sys-apps/less" + RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-disable-unimportant-failing-test.patch ) -src_test() { +python_test() { python_export_best ${PYTHON} tests/test_cdiff.py || die "Unit tests failed." ./tests/regression.sh || die "Regression tests failed." -} \ No newline at end of file +} diff --git a/dev-util/cdiff/cdiff-0.9.3.ebuild b/dev-util/cdiff/cdiff-0.9.3.ebuild index 85b7fb9f574a..2b7256a916f0 100644 --- a/dev-util/cdiff/cdiff-0.9.3.ebuild +++ b/dev-util/cdiff/cdiff-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.2 2013/10/13 08:33:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.3 2013/11/10 15:03:54 tomwij Exp $ EAPI="5" @@ -9,13 +9,20 @@ DOCS=( CHANGES README.rst ) inherit distutils-r1 +if [[ "${PV}" != *"9999"* ]] ; then + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +else + KEYWORDS="" + EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" + inherit git-r3 +fi + DESCRIPTION="Colored, side-by-side diff terminal viewer." HOMEPAGE="https://github.com/ymattw/${PN}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND="!app-misc/colordiff dev-python/setuptools[${PYTHON_USEDEP}] @@ -25,10 +32,10 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-unimportant-failing-test.patch ) -src_test() { +python_test() { python_export_best ${PYTHON} tests/test_cdiff.py || die "Unit tests failed." ./tests/regression.sh || die "Regression tests failed." -} \ No newline at end of file +} diff --git a/dev-util/cdiff/cdiff-9999.ebuild b/dev-util/cdiff/cdiff-9999.ebuild index 5d1c4eb67022..c9a64ae94793 100644 --- a/dev-util/cdiff/cdiff-9999.ebuild +++ b/dev-util/cdiff/cdiff-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-9999.ebuild,v 1.1 2013/10/12 12:49:18 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-9999.ebuild,v 1.2 2013/11/10 15:03:54 tomwij Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 @@ -29,3 +29,13 @@ DEPEND="!app-misc/colordiff sys-apps/less" RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-unimportant-failing-test.patch ) + +python_test() { + python_export_best + + ${PYTHON} tests/test_cdiff.py || die "Unit tests failed." + + ./tests/regression.sh || die "Regression tests failed." +} diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest index 7fe89a49ae5d..d0966276b4c0 100644 --- a/dev-util/cmdtest/Manifest +++ b/dev-util/cmdtest/Manifest @@ -1,2 +1,2 @@ -DIST cmdtest_0.5.orig.tar.gz 18713 SHA256 5fd28c5b0b2b6cfffc0398324cd9df9100ae1cbdf729c31fc9de6ebfe2199bf2 SHA512 aa9d3ec0cd523598b54cfc96d1381452be162bfda7ef5763f2936f3724c29aa8662de3e283c813a292074cd4a113ba867dbf306574dd81501af4b9d3a0109ae3 WHIRLPOOL 1f8c99de2281aa8fe3c447a640a7258f3e5363f4cf5d0a3cedee5a35f52327d75fe48afc063e5554d35a8151de4de6d4619fa547e43e268270d8a8ce76ad321a +DIST cmdtest_0.10.orig.tar.gz 34152 SHA256 d9a421ed916213c5c6660a1057a560afff6e5c7606fe0e1cba3a359f66f23068 SHA512 da3e042c1c7d4379316fb6e3bc642a2e57fa12004434296c30f77debc7662bed49726057eb280461d18308739e86082fd96efe1642d1c531321b1c10f06d3595 WHIRLPOOL eadb47185a977d74ff046654b9845be9e49b859a88d10001f6eb809b1de8cb7697f840942dca100007ef00c98faafc9d7f127c9359108148372fd7175b88c509 DIST cmdtest_0.6.orig.tar.gz 18603 SHA256 7367d4c6db3b84f6c74209fed179749434ac84dfe6e039fc1a58dd99a5048802 SHA512 67ef446034890bd93e66b8577a5d1f70e490550e9e72204225eff0d91f15c8610c4d7b7167461c08b070ed108d8326e3c9ef87cfc339fbe320c17c2be87ed429 WHIRLPOOL ac57c94497b6da5740435f513112574bc41e152605ecce89e9cd5a788f656c49ec8a5a318eef536754bdd8ec5a9bc204032ed1b4ffb847462ffe52eeb1dca5a9 diff --git a/dev-util/cmdtest/cmdtest-0.5.ebuild b/dev-util/cmdtest/cmdtest-0.10.ebuild similarity index 53% rename from dev-util/cmdtest/cmdtest-0.5.ebuild rename to dev-util/cmdtest/cmdtest-0.10.ebuild index 30226448bc7f..1a2304b4a736 100644 --- a/dev-util/cmdtest/cmdtest-0.5.ebuild +++ b/dev-util/cmdtest/cmdtest-0.10.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.5.ebuild,v 1.1 2012/10/07 00:35:56 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.1 2013/11/10 10:32:06 mschiff Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2:2.6:2.7" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils python +inherit distutils-r1 DESCRIPTION="black box tests Unix command line tools" HOMEPAGE="http://liw.fi/cmdtest/" @@ -17,11 +17,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" + ${PYTHON_DEPS} dev-python/cliapp dev-python/ttystatus " -pkg_setup() { - python_set_active_version 2 - python_pkg_setup +src_compile() { + addwrite /proc/self/comm + distutils-r1_src_compile } diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest index 7caf6e9141a9..8ae1adc67363 100644 --- a/dev-util/debhelper/Manifest +++ b/dev-util/debhelper/Manifest @@ -2,3 +2,4 @@ DIST debhelper_9.20130630.tar.gz 474476 SHA256 fca28ff0dac3fdb21eb6ed154acc3cc39 DIST debhelper_9.20130720.tar.gz 471494 SHA256 4128575e19c2a6dbe8bfe2af591976b6bc737bb9b5d89e91492c6d72c487b01f SHA512 3eebd766b22e28b0491e7f849a7f7b9cff323f6ab70fec97f62d5e3651aab199c3ecab7f5cc6543d024dcca55b99245db0085169d2bacb71169c984132f5155b WHIRLPOOL b339fc8a30bad83dbcf6137d419e9950a5dec823986e712a5b5cc8a19a379265d07e97b1ecde7b6a339cccf42522416ac88b0aa737db2b563f91c5093de33aa3 DIST debhelper_9.20130921.tar.gz 471484 SHA256 c97315ee9781122ab1ed0fe247b7fc75067c2c31c24fda6f9cb6ef78e243a139 SHA512 f2daef5e6fcc1babc135a8375bef256ddbd78ce70a2a063d5c863469067b36f8210c5ac099d6778b0f5113c6916250e71beb067b25b80ee51c381bd95c2a55c0 WHIRLPOOL 897d00398c122c18876b853f479b57a747fd0ac2ed8f45c0ff0e898dd53a1f42e53966d71b958fb050252c4118f9458151d4103d3ef96d351f843e846eb4d8d9 DIST debhelper_9.20131105.tar.gz 472348 SHA256 ddd0571a96db08dee1f8e624f8919d3487cc901eec25dbdec5c954ca3b8b5921 SHA512 6cb818d33b97e7fe625e3ecabf7ce8223b962474bd964d6a454d9350621d669f8952a47672b6a62e2cc7c0261191f1b5d536ff8944d4571e8bd891d2f3eec4f3 WHIRLPOOL d6f3e850fd6647b8584d703ba23d48d7addb06945729d1bb8423555137b0f99873659c995e55be0cbae381c21782e02108ed1b4f120879038349406feb3397be +DIST debhelper_9.20131110.tar.gz 472583 SHA256 f331baa25763ac768a6994bf55e8c018225e89431913ffc91adc78845b960d3e SHA512 00ef78ac0c7c96469346bb182b83d39495dfeda66c30c4cf3c5814ffcf3a3bd65e34a183389c33aea6c72bf3d65a807478fb03727fd00f8f8077280c017f2d53 WHIRLPOOL 57b20895b73fd3a3e353dc721e7d57efabaec6e923726d97783af3b335a9c778855e9791e420c991b4fb7c76ff0c7942ec39fe7855512e1e1bd20c5cd20ca399 diff --git a/dev-util/debhelper/debhelper-9.20131110.ebuild b/dev-util/debhelper/debhelper-9.20131110.ebuild new file mode 100644 index 000000000000..630fc0b623c0 --- /dev/null +++ b/dev-util/debhelper/debhelper-9.20131110.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131110.ebuild,v 1.1 2013/11/10 23:10:07 jer Exp $ + +EAPI=5 +inherit eutils toolchain-funcs + +DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" +HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/" +SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +IUSE="test" +DH_LINGUAS=( de es fr ) +IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" + +NLS_DEPEND=$( + printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]} +) + +RDEPEND=" + >=dev-lang/perl-5.10 + app-arch/dpkg + dev-perl/TimeDate + virtual/perl-Getopt-Long +" +DEPEND="${RDEPEND} + ${NLS_DEPEND} + test? ( dev-perl/Test-Pod ) +" + +S=${WORKDIR}/${PN} + +src_compile() { + tc-export CC + + local LANGS="" USE_NLS=no lingua + for lingua in ${DH_LINGUAS[@]}; do + if use linguas_${lingua}; then + LANGS+=" ${lingua}" + USE_NLS=yes + fi + done + + emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + dodoc doc/* debian/changelog + docinto examples + dodoc examples/* + local lingua + for manfile in *.1 *.7 ; do + for lingua in ${DH_LINGUAS[@]}; do + case ${manfile} in + *.${lingua}.?) + use linguas_${lingua} \ + && cp ${manfile} "${T}"/${manfile/.${lingua}/} \ + && doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/} + ;; + *) + doman ${manfile} + ;; + esac + done + done +} diff --git a/games-engines/renpy/Manifest b/games-engines/renpy/Manifest index 363d532294cb..8c4112e7477e 100644 --- a/games-engines/renpy/Manifest +++ b/games-engines/renpy/Manifest @@ -2,3 +2,4 @@ DIST renpy-6.14.1-source.tar.bz2 9806538 SHA256 18be3630d1956131a1f010732d15292c DIST renpy-6.15.4-source.tar.bz2 10393987 SHA256 1c32fef5fda6f14134ea5e18f4754934644f86bdd968b4600b03b373f2d8e9cb SHA512 d68d5d64b29bf3eb19a38aa9dc540278e0b054dc2629aaa01866fbf2976cc6a5ffb0027706004526112782b25d0a8aae76a6b3958b5bfdac8a62841ba223554a WHIRLPOOL 008e1e3986d97d24256b6438de00be7ae676c893a67d975037c8bbfc5bfbdb886cb70d28bed3dfbec5c6529906b66071cc990fc617c1b579f8d2f9f9afe20ca8 DIST renpy-6.15.7-source.tar.bz2 10421736 SHA256 b4280b62f7c8f730a37c7e567b16216b4578fc3640fbcdf5df7c65a73ae52e52 SHA512 d79b1d6b931f281ff208b8ece3889c116ceb05c58fe115e9f7f470788e74e63cfeb3df4f804b4a37a4f1da6ba194c883023808fafc8e8beddf864424958204e6 WHIRLPOOL 202ddb045f440f9abd06f5ac02ebd92a7b0300b14f4755271f1fc4e91bdea21cda19a432f45516f68ba3ad7ead98d7491382ad5c633da277a674f799458795f3 DIST renpy-6.16.0-source.tar.bz2 10505396 SHA256 82765970429be581a514609826d83bf1d9c6a9a3a497ed00a7b07db51ee10a2c SHA512 3391f147d2ab49024f1ebedbfac5d857ad52d8a50290c06d0679c35b39712372756e8e95ccdc9ad9a1392cf8ef03a0c8c90a1df9094d522faad457e8c9dc040e WHIRLPOOL 383ee91ade2d2dbab483d7c20f4cfef5fea85231d193d6a7edcc95323dcf5ba225f5064e613131cc9e664b410fdf9edaa385a211fa68fcf06fa8674d038a7b4f +DIST renpy-6.16.1-source.tar.bz2 14425111 SHA256 74c062b57afc33938f196a0a9f78c5de75def93f2750dbef2585fd048b2df089 SHA512 8a25e46fe94a1517ff2ab1c105f1bd368f4f9926ccd594a6e93e1e97d72fef8a82ff67d3c07b36f596a2cb890fda9b77dbd7f46dfea5bfcca981833bbab46a06 WHIRLPOOL e15d42f741865bffd0ea3213b806dc4980fcd2b04c5180d107a7728f83e0ee131707d67bda83c8564d614ac1957fb162ebf95ef3a33b43d8d0cb383a25870ed0 diff --git a/games-engines/renpy/files/renpy-6.16.1-multiple-abi.patch b/games-engines/renpy/files/renpy-6.16.1-multiple-abi.patch new file mode 100644 index 000000000000..a1c54901ac60 --- /dev/null +++ b/games-engines/renpy/files/renpy-6.16.1-multiple-abi.patch @@ -0,0 +1,245 @@ +commit 23f67fe23d7b51e352a500a0e005ae3ef4dbc097 +Author: hasufell +Date: Sat Oct 26 22:17:31 2013 +0200 + + fix multiple abi support + +diff --git a/renpy.py b/renpy.py +index 9f2977f..394e4e1 100644 +--- a/renpy.py ++++ b/renpy.py +@@ -28,82 +28,9 @@ + import os + import sys + import warnings +- +-# Functions to be customized by distributors. ################################ +- +-# Given the Ren'Py base directory (usually the directory containing +-# this file), this is expected to return the path to the common directory. +-def path_to_common(renpy_base): +- return renpy_base + "/renpy/common" +- +-# Given a directory holding a Ren'Py game, this is expected to return +-# the path to a directory that will hold save files. +-def path_to_saves(gamedir): +- import renpy #@UnresolvedImport +- +- # Android. +- if renpy.android: +- paths = [ +- os.path.join(os.environ["ANDROID_OLD_PUBLIC"], "game/saves"), +- os.path.join(os.environ["ANDROID_PRIVATE"], "saves"), +- os.path.join(os.environ["ANDROID_PUBLIC"], "saves"), +- ] +- +- for rv in paths: +- if os.path.isdir(rv): +- break +- +- print "Using savedir", rv +- +- # We return the last path as the default. +- +- return rv +- +- +- # No save directory given. +- if not renpy.config.save_directory: +- return gamedir + "/saves" +- +- # Search the path above Ren'Py for a directory named "Ren'Py Data". +- # If it exists, then use that for our save directory. +- path = renpy.config.renpy_base +- +- while True: +- if os.path.isdir(path + "/Ren'Py Data"): +- return path + "/Ren'Py Data/" + renpy.config.save_directory +- +- newpath = os.path.dirname(path) +- if path == newpath: +- break +- path = newpath +- +- # Otherwise, put the saves in a platform-specific location. +- if renpy.macintosh: +- rv = "~/Library/RenPy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- elif renpy.windows: +- if 'APPDATA' in os.environ: +- return os.environ['APPDATA'] + "/RenPy/" + renpy.config.save_directory +- else: +- rv = "~/RenPy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- else: +- rv = "~/.renpy/" + renpy.config.save_directory +- return os.path.expanduser(rv) +- +- +-# Returns the path to the Ren'Py base directory (containing common and +-# the launcher, usually.) +-def path_to_renpy_base(): +- renpy_base = os.path.dirname(os.path.realpath(sys.argv[0])) +- renpy_base = os.environ.get('RENPY_BASE', renpy_base) +- renpy_base = os.path.abspath(renpy_base) +- +- return renpy_base +- +-############################################################################## ++from distutils.sysconfig import get_python_lib ++sys.path.append(get_python_lib() + "/renpy@SLOT@") ++import renpy.common as common + + # The version of the Mac Launcher and py4renpy that we require. + macos_version = (6, 14, 0) +@@ -131,7 +58,7 @@ if android: + + def main(): + +- renpy_base = path_to_renpy_base() ++ renpy_base = common.path_to_renpy_base() + + # Add paths. + if os.path.exists(renpy_base + "/module"): +diff --git a/renpy/common.py b/renpy/common.py +new file mode 100644 +index 0000000..1f15b3c +--- /dev/null ++++ b/renpy/common.py +@@ -0,0 +1,103 @@ ++# This file is part of Ren'Py. The license below applies to Ren'Py only. ++# Games and other projects that use Ren'Py may use a different license. ++ ++# Copyright 2004-2012 Tom Rothamel ++# ++# Permission is hereby granted, free of charge, to any person ++# obtaining a copy of this software and associated documentation files ++# (the "Software"), to deal in the Software without restriction, ++# including without limitation the rights to use, copy, modify, merge, ++# publish, distribute, sublicense, and/or sell copies of the Software, ++# and to permit persons to whom the Software is furnished to do so, ++# subject to the following conditions: ++# ++# The above copyright notice and this permission notice shall be ++# included in all copies or substantial portions of the Software. ++# ++# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ++# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++import os ++import sys ++import warnings ++from distutils.sysconfig import get_python_lib ++ ++# Functions to be customized by distributors. ################################ ++ ++# Given the Ren'Py base directory (usually the directory containing ++# this file), this is expected to return the path to the common directory. ++def path_to_common(renpy_base): ++ return renpy_base + "/renpy/common" ++ ++# Given a directory holding a Ren'Py game, this is expected to return ++# the path to a directory that will hold save files. ++def path_to_saves(gamedir): ++ import renpy #@UnresolvedImport ++ ++ # Android. ++ if renpy.android: ++ paths = [ ++ os.path.join(os.environ["ANDROID_OLD_PUBLIC"], "game/saves"), ++ os.path.join(os.environ["ANDROID_PRIVATE"], "saves"), ++ os.path.join(os.environ["ANDROID_PUBLIC"], "saves"), ++ ] ++ ++ for rv in paths: ++ if os.path.isdir(rv): ++ break ++ ++ print "Using savedir", rv ++ ++ # We return the last path as the default. ++ ++ return rv ++ ++ ++ # No save directory given. ++ if not renpy.config.save_directory: ++ return gamedir + "/saves" ++ ++ # Search the path above Ren'Py for a directory named "Ren'Py Data". ++ # If it exists, then use that for our save directory. ++ path = renpy.config.renpy_base ++ ++ while True: ++ if os.path.isdir(path + "/Ren'Py Data"): ++ return path + "/Ren'Py Data/" + renpy.config.save_directory ++ ++ newpath = os.path.dirname(path) ++ if path == newpath: ++ break ++ path = newpath ++ ++ # Otherwise, put the saves in a platform-specific location. ++ if renpy.macintosh: ++ rv = "~/Library/RenPy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ elif renpy.windows: ++ if 'APPDATA' in os.environ: ++ return os.environ['APPDATA'] + "/RenPy/" + renpy.config.save_directory ++ else: ++ rv = "~/RenPy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ else: ++ rv = "~/.renpy/" + renpy.config.save_directory ++ return os.path.expanduser(rv) ++ ++ ++# Returns the path to the Ren'Py base directory (containing common and ++# the launcher, usually.) ++def path_to_renpy_base(): ++ renpy_base = os.path.dirname(os.path.realpath(sys.argv[0])) ++ renpy_base = get_python_lib() + "/renpy@SLOT@" ++ renpy_base = os.environ.get('RENPY_BASE', renpy_base) ++ renpy_base = os.path.abspath(renpy_base) ++ ++ return renpy_base +diff --git a/renpy/main.py b/renpy/main.py +index d15eefc..b11bba9 100644 +--- a/renpy/main.py ++++ b/renpy/main.py +@@ -26,7 +26,7 @@ import sys + import time + import zipfile + import subprocess +-import __main__ ++import renpy.common as common + + + def run(restart): +@@ -166,7 +166,7 @@ def main(): + renpy.config.searchpath = [ renpy.config.gamedir ] + + # Find the common directory. +- commondir = __main__.path_to_common(renpy.config.renpy_base) # E1101 @UndefinedVariable ++ commondir = common.path_to_common(renpy.config.renpy_base) # E1101 @UndefinedVariable + + if os.path.isdir(commondir): + renpy.config.searchpath.append(commondir) +@@ -229,7 +229,7 @@ def main(): + + # Find the save directory. + if renpy.config.savedir is None: +- renpy.config.savedir = __main__.path_to_saves(renpy.config.gamedir) # E1101 @UndefinedVariable ++ renpy.config.savedir = common.path_to_saves(renpy.config.gamedir) # E1101 @UndefinedVariable + + if renpy.game.args.savedir: #@UndefinedVariable + renpy.config.savedir = renpy.game.args.savedir #@UndefinedVariable diff --git a/games-engines/renpy/renpy-6.16.1.ebuild b/games-engines/renpy/renpy-6.16.1.ebuild new file mode 100644 index 000000000000..0a8875dc69ca --- /dev/null +++ b/games-engines/renpy/renpy-6.16.1.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/renpy/renpy-6.16.1.ebuild,v 1.1 2013/11/10 20:27:02 hasufell Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_6 python2_7 ) +DISTUTILS_IN_SOURCE_BUILD=1 +inherit eutils toolchain-funcs python-r1 versionator gnome2-utils games distutils-r1 + +DESCRIPTION="Visual novel engine written in python" +HOMEPAGE="http://www.renpy.org" +SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +MYSLOT=$(delete_all_version_separators ${SLOT}) +KEYWORDS="~amd64 ~x86" +IUSE="development doc examples" +REQUIRED_USE="examples? ( development )" + +RDEPEND=" + >=app-admin/eselect-renpy-0.3 + dev-libs/fribidi + dev-python/pygame[X,${PYTHON_USEDEP}] + >=dev-python/python-exec-0.3[${PYTHON_USEDEP}] + media-libs/glew + media-libs/libpng:0 + media-libs/libsdl[X,video] + media-libs/freetype:2 + sys-libs/zlib + virtual/ffmpeg + virtual/python-argparse[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${P}-source + +pkg_setup() { + games_pkg_setup + export CFLAGS="${CFLAGS} $($(tc-getPKG_CONFIG) --cflags fribidi)" +} + +python_prepare_all() { + # wooosh! this should fix multiple abi + epatch "${FILESDIR}"/${P}-multiple-abi.patch + + einfo "Deleting precompiled python files" + find . -name '*.py[co]' -print -delete || die + + sed -i \ + -e "s/@SLOT@/${MYSLOT}/" \ + renpy.py renpy/common.py || die "setting slot failed!" + + distutils-r1_python_prepare_all +} + +python_compile() { + cd "${S}"/module || die + distutils-r1_python_compile +} + +python_install() { + cd "${S}"/module || die + distutils-r1_python_install --install-lib="$(python_get_sitedir)/renpy${MYSLOT}" + + cd "${S}" || die + python_scriptinto "${GAMES_BINDIR}" + python_newscript renpy.py ${PN}-${SLOT} + + python_moduleinto renpy${MYSLOT} + python_domodule renpy + if use development ; then + python_domodule launcher template + fi + if use examples ; then + python_domodule the_question tutorial + fi +} + +python_install_all() { + if use development; then + newicon -s 32 launcher/game/logo32.png ${P}.png + make_desktop_entry ${PN}-${SLOT} "Ren'Py ${PV}" ${P} + fi + + if use doc; then + dohtml -r doc + fi + + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + use development && gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + use development && gnome2_icon_cache_update + + einfo "running: eselect renpy update --if-unset" + eselect renpy update --if-unset +} + +pkg_postrm() { + use development && gnome2_icon_cache_update + + einfo "running: eselect renpy update --if-unset" + eselect renpy update --if-unset +} diff --git a/games-misc/bsd-games/bsd-games-2.17-r5.ebuild b/games-misc/bsd-games/bsd-games-2.17-r5.ebuild index aa7ec6e7201e..37a2bce79450 100644 --- a/games-misc/bsd-games/bsd-games-2.17-r5.ebuild +++ b/games-misc/bsd-games/bsd-games-2.17-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild,v 1.1 2013/05/13 23:17:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.17-r5.ebuild,v 1.4 2013/11/10 19:38:57 zlogene Exp $ EAPI=2 inherit eutils toolchain-funcs games @@ -13,7 +13,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~ppc ~sparc x86" IUSE="" RDEPEND="!games-misc/wtf diff --git a/games-misc/doge/Manifest b/games-misc/doge/Manifest index 2e3c542ae72a..8d975ddaf8d7 100644 --- a/games-misc/doge/Manifest +++ b/games-misc/doge/Manifest @@ -1 +1 @@ -DIST doge-0.9.0.tar.gz 7464 SHA256 fcce97f3a6349deed4251c328dcc8e756d50ebcc9681e752b3fbe8375c9b6390 SHA512 773c53d43659178fc8daab04629c7257d3672900f0f55bd6b8b0291e7b01a8f3816d6c53204a047d26e0e676572fbb9c7ee0a2e93d8f3f7cdb95a41dc4114aa7 WHIRLPOOL ed045bc6c7b4c20bae98937245b3321bef74415a2f9a3b493392d912e57b337ad84c4a49c45d39f3f0b89212bf161c6c523ed5359165eff054eb7b85b39ca793 +DIST doge-1.0.0.tar.gz 7654 SHA256 f0e42be64c749aa87ee541420c0275e0d28df4e4acb7e8cb4bc69892f3227825 SHA512 5e0a85b46d07fc718185bca09f564a1cf75c874b0a3ff28da6161a4e0dd0f0ede3e973bb8a11769e41de033a90289d667d9f86badd260607356bb7b86e1d4d58 WHIRLPOOL eac02fc9839a3c6a4d0102834dcce8913fe71c951cb1bc4b26edec384ec557575aafec747e635087d8e2146871688ee37fc06209881bd778de84e76e34a2546c diff --git a/games-misc/doge/doge-0.9.0.ebuild b/games-misc/doge/doge-1.0.0.ebuild similarity index 73% rename from games-misc/doge/doge-0.9.0.ebuild rename to games-misc/doge/doge-1.0.0.ebuild index ade80d9485e3..21215cb0a45c 100644 --- a/games-misc/doge/doge-0.9.0.ebuild +++ b/games-misc/doge/doge-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/doge/doge-0.9.0.ebuild,v 1.1 2013/11/05 18:14:44 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/doge/doge-1.0.0.ebuild,v 1.1 2013/11/10 19:58:48 vikraman Exp $ EAPI=5 @@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} sys-process/procps" diff --git a/games-strategy/seven-kingdoms-data/Manifest b/games-strategy/seven-kingdoms-data/Manifest deleted file mode 100644 index e3e923cc06eb..000000000000 --- a/games-strategy/seven-kingdoms-data/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 7kaa-data-2.13.tar.bz2 37107989 SHA256 b02052502b382dd78fdabaef0b378c0a3e85d91fe21fb067d47d1ebfe02d4294 SHA512 4aab4e7a75c5824e3312444f2b8135c92d6bfe5a280e7e39a8b2e76871c7bd21dea2342f72d54326360e91c370449ab61c422179e16bb7c623260e006494bdbc WHIRLPOOL 043fe879b567546dcf146d8f5a0a2538397b7cecf21bba66e4190995b56bf4281f482066bdee410448b48b49fcf59f2a094edf5863ce35ed8b92912e3a04e243 diff --git a/games-strategy/seven-kingdoms-data/metadata.xml b/games-strategy/seven-kingdoms-data/metadata.xml deleted file mode 100644 index b6b8956cde34..000000000000 --- a/games-strategy/seven-kingdoms-data/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - pinkbyte@gentoo.org - Sergey Popov - - diff --git a/games-strategy/seven-kingdoms-data/seven-kingdoms-data-2.13.ebuild b/games-strategy/seven-kingdoms-data/seven-kingdoms-data-2.13.ebuild deleted file mode 100644 index 10fd029152af..000000000000 --- a/games-strategy/seven-kingdoms-data/seven-kingdoms-data-2.13.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms-data/seven-kingdoms-data-2.13.ebuild,v 1.1 2012/11/19 14:39:43 pinkbyte Exp $ - -EAPI=4 - -inherit games - -MY_PN="7kaa" - -DESCRIPTION="Seven Kingdoms: Ancient Adversaries game data files" -HOMEPAGE="http://7kfans.com/" -SRC_URI="mirror://sourceforge/skfans/${MY_PN}-data-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}" - -src_install() { - # Install readme and remove unneeded files - newdoc README-GameData README - rm README-GameData COPYING || die 'rm failed' - - # Install game data - insinto "${GAMES_DATADIR}/${MY_PN}" - doins -r * - - prepgamesdirs -} - -pkg_postinst() { - elog - elog 'This tarball does not contain music files for Seven Kingodoms, as said on 7kfans.com:' - elog '"The music is the work of Bjorn Lynne Copyright (c) 1997, and is not provided under the GPL.' - elog 'It may be freely downloaded and used with Seven Kingdoms, but not modified or repurposed into derivative works."' - elog - games_pkg_postinst -} diff --git a/games-strategy/seven-kingdoms/Manifest b/games-strategy/seven-kingdoms/Manifest index 83d420138d75..d6e0336059c7 100644 --- a/games-strategy/seven-kingdoms/Manifest +++ b/games-strategy/seven-kingdoms/Manifest @@ -1,3 +1,2 @@ -DIST 7kaa-source-2.14.3.tar.bz2 1181479 SHA256 9d3ba6e4d72495cf83eec922714f818c68974e9ad62e934608676d93a4b48aef SHA512 68ac040f8c9a717337a68e066ea54ce5448df04ecae7721e3b5f94a35871ab973a609e851b44cc73d212ff487e4eca4a2e1980eab7fd0ca92ad08c481ec808cc WHIRLPOOL f01a0bc3c7524d6532bdc4167c7ce3babe15b0092d0721a0b5d5793cb93c473ae2fe8e2f2adb663847f0060ebe27d2568928e72ce4f5bd9e3d0ad0a3b4803fd9 DIST 7kaa-source-2.14.4.tar.bz2 27366752 SHA256 60b61f321db6c295330fb3fb21894bc41cb6e0bd797aff9abe45cf2392b49fa1 SHA512 7ee39aba89993d9f0041ab991e053069e0c3ab4298f74c0ec95e3f30f49a71731ef37d8870b1ab9afd97b1c4618a879492976006b8a513bfc4bc44dfac591bf0 WHIRLPOOL 4568d36278d4a286e0395b79ec06c03905b5e69be827faa80f4808c8b8fa097a65ac69ee5c58020dfcf21aa00649eaab2a3ac87a636b680167b4c83b3d3e5f73 DIST 7kaa.png 559 SHA256 354f64479b55df2021ca67366abb4724218ca3676fde9e735bfb2218bc1559f4 SHA512 0ec1ba67107a7823943704879efaf12297c5441c43b54f49684550927b10dc40c657fe93eb7c4cc85208d08194f179c9602fd8df6545776f3e1b4481803b16e6 WHIRLPOOL cb896939453d8ed6fc425931bb1f5b74c62aeea67e71e4645fe79fc69fb13fae89d4959651fd95dcbb416c378b4ef44873dc6ebdabc1f2bb1fed3753332209da diff --git a/games-strategy/seven-kingdoms/seven-kingdoms-2.14.3.ebuild b/games-strategy/seven-kingdoms/seven-kingdoms-2.14.3.ebuild deleted file mode 100644 index 414e0891b487..000000000000 --- a/games-strategy/seven-kingdoms/seven-kingdoms-2.14.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.3.ebuild,v 1.2 2012/11/20 05:56:10 pinkbyte Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_IN_SOURCE_BUILD=1 - -inherit autotools-utils games - -MY_PN="7kaa" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Seven Kingdoms: Ancient Adversaries" -HOMEPAGE="http://7kfans.com/" -SRC_URI="mirror://sourceforge/skfans/${MY_PN}-source-${PV}.tar.bz2 - http://dev.gentoo.org/~pinkbyte/distfiles/${MY_PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[X,video] - media-libs/sdl-net - media-libs/openal" -RDEPEND="${DEPEND}" -PDEPEND="games-strategy/seven-kingdoms-data" - -S="${WORKDIR}/${MY_P}" - -DOCS=( README ) - -src_configure() { - # In current state debugging works only on Windows :-/ - egamesconf \ - --disable-debug \ - --without-directx \ - --without-wine \ - --program-suffix=".bin" \ - --datadir="${GAMES_DATADIR}/${MY_PN}" -} - -src_install() { - autotools-utils_src_install - - doicon "${DISTDIR}/${MY_PN}.png" - games_make_wrapper "${MY_PN}" "${GAMES_BINDIR}/${MY_PN}.bin" "${GAMES_DATADIR}/${MY_PN}" - make_desktop_entry "${MY_PN}" "Seven Kingdoms: Ancient Adversaries" "${MY_PN}" "Game;StrategyGame" - - prepgamesdirs -} diff --git a/gnome-base/gnome-control-center/Manifest b/gnome-base/gnome-control-center/Manifest index 6e799a4ab04e..bf68d7ff8c79 100644 --- a/gnome-base/gnome-control-center/Manifest +++ b/gnome-base/gnome-control-center/Manifest @@ -1,3 +1,3 @@ DIST gnome-control-center-2.32.1.tar.bz2 2280217 SHA256 7c568b57358e5c08f4d8dd76dbac7df2539135ad081872b60514b7a8ac797e66 SHA512 dc84bd222d1a2db0c4d10c56739e1d9da18945c579ae184f69080aa4b6fa0f0b908c5beafe82a82b6277630d685bed98fe8418421db4275653afbe302d810872 WHIRLPOOL 9b0fe4ed2bb741496642a57e178ca43049d53c71d9a82d311dc5a3ab6dfaf28019a8fa1b41a218b2ede11b4d0ac735034604dd9d952cb215e12327e71d0e69f4 -DIST gnome-control-center-3.6.3.tar.xz 4877812 SHA256 2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb SHA512 77cd68349dc7f58714fbd121a34ec73a5c3e67c7a42a08c20a8dfdcfc9cefdec47af0f09130b7e3f0407cb7a786234b2619fdb76462c3bdb2bbc548294bfd444 WHIRLPOOL bf4ba1b6c9cb17f6b5f22003ee89af051ad152dd5671ffe01ba5cc0339d51659a8af7c629755726d305caf75c1fe4629b268fc269862751bc24317d323395697 DIST gnome-control-center-3.8.5.tar.xz 6925968 SHA256 efb9fb47aaa9a308aed3064efc39356db05d71ddb0374561eeccc57c122212e2 SHA512 5023a859756fe94334632ee2cf6206fbaed5c612d30ba230da52e7d62d95b94002f03adf0b39af18b5489428d559cc9ec6baf95698b894f275a5eaa86ff670b5 WHIRLPOOL 9ae8d2971ea793533bd3a2875f39b33b123a83c25ced2a241e8a7cdc4dd9f34f4547472e60bdffbdad34e09ca7867441a2a2fcd841b2ebbbcf45734a36607944 +DIST gnome-control-center-3.8.6.tar.xz 6723440 SHA256 8dba7eb3fa720580e84bb1a8241c745abacaa8999bbf9c28902819d5584fa42a SHA512 7c917d9527b178352148eb746a4e99aa154d3c2aa13973e0e638cd4a6d977b1f4448ee010897617d4d06faa568c6cda43bcd334c014352b3d8f68df75cdb880a WHIRLPOOL bc8de5b336862640f66c883e0da8e02c8bb4f16b6557ce351e27c9e10d93dcfd449bf33d0c1d6ce09c4cd6f19b50c9b8478bc1143ccce61418bb1ec2c2ff7e24 diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-gentoo-paths.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-gentoo-paths.patch deleted file mode 100644 index 64b992db6616..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-gentoo-paths.patch +++ /dev/null @@ -1,116 +0,0 @@ -Use Gentoo-appropriate absolute paths - -Original author: Alexandre Rostovtsev ---- ---- a/panels/common/Makefile.am -+++ b/panels/common/Makefile.am -@@ -9,7 +9,7 @@ - $(LIBLANGUAGE_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" \ - -DUIDIR=\""$(pkgdatadir)/ui"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""$(libdir)/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DUM_PIXMAP_DIR=\""$(pkgdatadir)/pixmaps"\" - ---- a/panels/datetime/Makefile.am -+++ b/panels/datetime/Makefile.am -@@ -72,6 +72,7 @@ - -DGNOMELOCALEDIR="\"$(datadir)/locale\"" \ - -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \ - -DDATADIR="\"$(uidir)\"" \ -+ -DREALDATADIR="\"$(datadir)\"" \ - $(NULL) - - noinst_PROGRAMS = test-timezone-gfx test-endianess test-timezone ---- a/panels/datetime/test-endianess.c -+++ b/panels/datetime/test-endianess.c -@@ -38,11 +38,11 @@ - return 0; - } - -- dir = g_dir_open ("/usr/share/i18n/locales/", 0, NULL); -+ dir = g_dir_open (REALDATADIR "/i18n/locales/", 0, NULL); - if (dir == NULL) { - /* Try with /usr/share/locale/ - * https://bugzilla.gnome.org/show_bug.cgi?id=646780 */ -- dir = g_dir_open ("/usr/share/locale/", 0, NULL); -+ dir = g_dir_open (REALDATADIR "/locale/", 0, NULL); - if (dir == NULL) { - return 1; - } ---- a/panels/datetime/test-timezone.c -+++ b/panels/datetime/test-timezone.c -@@ -1,7 +1,7 @@ - #include - #include "cc-timezone-map.h" - --#define TZ_DIR "/usr/share/zoneinfo/" -+#define TZ_DIR REALDATADIR "/zoneinfo/" - - static GList * - get_timezone_list (GList *tzs, ---- a/panels/datetime/tz.h -+++ b/panels/datetime/tz.h -@@ -29,9 +29,9 @@ - #include - - #ifndef __sun --# define TZ_DATA_FILE "/usr/share/zoneinfo/zone.tab" -+# define TZ_DATA_FILE REALDATADIR "/zoneinfo/zone.tab" - #else --# define TZ_DATA_FILE "/usr/share/lib/zoneinfo/tab/zone_sun.tab" -+# define TZ_DATA_FILE REALDATADIR "/lib/zoneinfo/tab/zone_sun.tab" - #endif - - typedef struct _TzDB TzDB; ---- a/panels/printers/Makefile.am -+++ b/panels/printers/Makefile.am -@@ -12,6 +12,9 @@ - -DGNOMELOCALEDIR="\"$(datadir)/locale\"" \ - -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \ - -DDATADIR="\"$(uidir)\"" \ -+ -DREALDATADIR="\"$(datadir)\"" \ -+ -DPREFIX="\"$(prefix)\"" \ -+ -DLIBEXECDIR="\"$(libexecdir)\"" \ - $(NULL) - - ccpanelsdir = $(PANELS_DIR) ---- a/panels/printers/cc-printers-panel.c -+++ b/panels/printers/cc-printers-panel.c -@@ -2199,8 +2199,8 @@ - - if (printer_name) - { -- const gchar *const dirs[] = { "/usr/share/cups", -- "/usr/local/share/cups", -+ const gchar *const dirs[] = { REALDATADIR "/cups", -+ PREFIX "/local/share/cups", - NULL }; - const gchar *testprint[] = { "%s/data/testprint", - "%s/data/testprint.ps", ---- a/panels/printers/pp-host.c -+++ b/panels/printers/pp-host.c -@@ -251,7 +251,7 @@ - data->devices->devices = NULL; - - argv = g_new0 (gchar *, 3); -- argv[0] = g_strdup ("/usr/lib/cups/backend/snmp"); -+ argv[0] = g_strdup (LIBEXECDIR "/cups/backend/snmp"); - argv[1] = g_strdup (priv->hostname); - - /* Use SNMP to get printer's informations */ ---- a/panels/user-accounts/Makefile.am -+++ b/panels/user-accounts/Makefile.am -@@ -10,7 +10,7 @@ - AM_CPPFLAGS = \ - -DDATADIR=\""$(datadir)"\" \ - -DUIDIR=\""$(pkgdatadir)/ui/user-accounts"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""$(libdir)/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DUM_PIXMAP_DIR=\""$(pkgdatadir)/pixmaps"\" \ - -I$(srcdir)/../common/ \ --- -1.7.8.6 - diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-bt-colord-goa-wacom.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-bt-colord-goa-wacom.patch deleted file mode 100644 index aab50aa0d3ea..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-bt-colord-goa-wacom.patch +++ /dev/null @@ -1,183 +0,0 @@ -Make wacom, colord, goa optional - -Original author: Alexandre Rostovtsev ---- configure.ac -+++ configure.ac -@@ -137,10 +137,48 @@ - PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2 - gnome-settings-daemon >= $GSD_REQUIRED_VERSION x11) - PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES) --PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION) -+ -+build_online_accounts=false -+AC_ARG_ENABLE(goa, -+ AC_HELP_STRING([--disable-goa], -+ [disable online accounts management panel]), -+ [case "${enableval}" in -+ yes) WANT_ONLINE_ACCOUNTS=yes ;; -+ no) WANT_ONLINE_ACCOUNTS=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-goa) ;; -+ esac], -+ [WANT_ONLINE_ACCOUNTS=yes]) dnl Default value -+ -+if test x$WANT_ONLINE_ACCOUNTS = xyes; then -+ PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION) -+ build_online_accounts=true -+fi -+AM_CONDITIONAL(BUILD_ONLINE_ACCOUNTS, test "x$build_online_accounts" = "xtrue") -+AC_SUBST(ONLINE_ACCOUNTS_PANEL_CFLAGS) -+AC_SUBST(ONLINE_ACCOUNTS_PANEL_LIBS) -+ - PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1 - gnome-settings-daemon >= $GSD_REQUIRED_VERSION) --PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES colord >= 0.1.8) -+ -+build_color=false -+AC_ARG_ENABLE(color, -+ AC_HELP_STRING([--disable-color], -+ [disable color management panel]), -+ [case "${enableval}" in -+ yes) WANT_COLOR=yes ;; -+ no) WANT_COLOR=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-color) ;; -+ esac], -+ [WANT_COLOR=yes]) dnl Default value -+ -+if test x$WANT_COLOR = xyes; then -+ PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES colord >= 0.1.8) -+ build_color=true -+fi -+AM_CONDITIONAL(BUILD_COLOR, test "x$build_color" = "xtrue") -+AC_SUBST(COLOR_PANEL_CFLAGS) -+AC_SUBST(COLOR_PANEL_LIBS) -+ - PKG_CHECK_MODULES(PRINTERS_PANEL, $COMMON_MODULES - polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION) - PKG_CHECK_MODULES(REGION_PANEL, $COMMON_MODULES -@@ -174,10 +212,24 @@ - fi - AM_CONDITIONAL(BUILD_NETWORK, [test x$have_networkmanager = xyes]) - --# Check for gnome-bluetooth --PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5, -- [have_bluetooth=yes], have_bluetooth=no) --AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xyes]) -+have_bluetooth=false -+AC_ARG_ENABLE(bluetooth, -+ AC_HELP_STRING([--disable-bluetooth], -+ [disable bluetooth management panel]), -+ [case "${enableval}" in -+ yes) WANT_BLUETOOTH=yes ;; -+ no) WANT_BLUETOOTH=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-bluetooth) ;; -+ esac], -+ [WANT_BLUETOOTH=yes]) dnl Default value -+ -+if test x$WANT_BLUETOOTH = xyes; then -+ # Check for gnome-bluetooth -+ PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5) -+ have_bluetooth=true -+fi -+ -+AM_CONDITIONAL(BUILD_BLUETOOTH, [test x$have_bluetooth = xtrue]) - - # Check for CUPS 1.4 or newer - AC_ARG_ENABLE([cups], -@@ -237,11 +289,23 @@ - if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then - have_wacom=no - else -- PKG_CHECK_MODULES(WACOM_PANEL, $COMMON_MODULES -- gnome-settings-daemon >= $GSD_REQUIRED_VERSION -- xi >= 1.2 x11 libwacom >= $LIBWACOM_REQUIRED_VERSION -- gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -- have_wacom=yes -+ AC_ARG_ENABLE(wacom, -+ AC_HELP_STRING([--disable-wacom], -+ [disable wacom management panel]), -+ [case "${enableval}" in -+ yes) WANT_WACOM=yes ;; -+ no) WANT_WACOM=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-wacom) ;; -+ esac], -+ [WANT_WACOM=yes]) dnl Default value -+ -+ if test x$WANT_WACOM = xyes; then -+ PKG_CHECK_MODULES(WACOM_PANEL, $COMMON_MODULES -+ gnome-settings-daemon >= $GSD_REQUIRED_VERSION -+ xi >= 1.2 x11 libwacom >= $LIBWACOM_REQUIRED_VERSION -+ gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -+ have_wacom=yes -+ fi - fi - ;; - *) -@@ -509,6 +573,11 @@ - else - AC_MSG_NOTICE([ Bluetooth panel disabled]) - fi -+if test "x$build_color" = "xtrue"; then -+ AC_MSG_NOTICE([** colord (Color panel)]) -+else -+ AC_MSG_NOTICE([ Color panel disabled]) -+fi - if test "x$enable_cups" = "xyes"; then - AC_MSG_NOTICE([** CUPS (Printers panel)]) - else -@@ -519,6 +588,11 @@ - else - AC_MSG_NOTICE([ Users panel webcam support disabled]) - fi -+if test "x$build_online_accounts" = "xtrue"; then -+ AC_MSG_NOTICE([** gnome-online-accounts (Online Accounts panel)]) -+else -+ AC_MSG_NOTICE([ Online Accounts panel disabled]) -+fi - if test "x$with_libsocialweb" = "xyes"; then - AC_MSG_NOTICE([** libsocialweb (Background panel Flickr support)]) - else -@@ -529,6 +603,11 @@ - else - AC_MSG_NOTICE([ Using ConsoleKit for session tracking]) - fi -+if test "x$build_wacom" = "xtrue"; then -+ AC_MSG_NOTICE([** libwacom (Wacom Graphics Tablet panel)]) -+else -+ AC_MSG_NOTICE([ Wacom Graphics Tablet panel disabled]) -+fi - if test "x$have_wacom" = "xyes"; then - AC_MSG_NOTICE([** wacom (Wacom tablet panel)]) - else ---- panels/Makefile.am -+++ panels/Makefile.am -@@ -3,10 +3,8 @@ - background \ - screen \ - power \ -- color \ - display \ - mouse \ -- online-accounts \ - region \ - info \ - sound \ -@@ -15,6 +13,10 @@ - user-accounts \ - datetime - -+if BUILD_COLOR -+SUBDIRS += color -+endif -+ - if BUILD_WACOM - SUBDIRS += wacom - endif -@@ -31,4 +33,8 @@ - SUBDIRS += bluetooth - endif - -+if BUILD_ONLINE_ACCOUNTS -+SUBDIRS += online-accounts -+endif -+ - -include $(top_srcdir)/git.mk diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-kerberos.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-kerberos.patch deleted file mode 100644 index aba709475c52..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.5.91-optional-kerberos.patch +++ /dev/null @@ -1,239 +0,0 @@ -From 88e3f2146b0740161dc3b2095dcf05c538b67e36 Mon Sep 17 00:00:00 2001 -From: Priit Laes -Date: Mon, 10 Sep 2012 18:49:43 +0300 -Subject: [PATCH] Crappy patch to allow disabling kerberos requirement - -https://bugzilla.gnome.org/show_bug.cgi?id=686840 ---- - configure.ac | 22 ++++++++++++++-------- - panels/user-accounts/um-account-dialog.c | 30 ++++++++++++++++++++++++++---- - panels/user-accounts/um-realm-manager.c | 2 ++ - 3 files changed, 42 insertions(+), 12 deletions(-) - -diff --git a/configure.ac b/configure.ac -index fa4b12f..c1e188f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -321,16 +321,22 @@ AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes - ISO_CODES=iso-codes - - # Kerberos kerberos support --AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) --if test "$KRB5_CONFIG" = "no"; then -- AC_MSG_ERROR([krb5-config executable not found in your path - should be installed with the kerberos libraries]) --fi - --AC_MSG_CHECKING(for krb5 libraries and flags) --KRB5_CFLAGS="`$KRB5_CONFIG --cflags`" --KRB5_LIBS="`$KRB5_CONFIG --libs`" --AC_MSG_RESULT($KRB5_CFLAGS $KRB5_LIBS) -+AC_ARG_ENABLE([kerberos], -+ AS_HELP_STRING([--disable-kerberos], [disable kerberos support (default: enabled)]),, -+ [enable_kerberos=yes]) -+ -+if test x"$enable_kerberos" != x"no" ; then -+ AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) -+ if test "$KRB5_CONFIG" = "no"; then -+ AC_MSG_ERROR([krb5-config executable not found in your path - should be installed with the kerberos libraries]) -+ fi - -+ AC_MSG_CHECKING(for krb5 libraries and flags) -+ KRB5_CFLAGS="`$KRB5_CONFIG --cflags`" -+ KRB5_LIBS="`$KRB5_CONFIG --libs`" -+ AC_MSG_RESULT($KRB5_CFLAGS $KRB5_LIBS) -+fi - AC_SUBST(KRB5_CFLAGS) - AC_SUBST(KRB5_LIBS) - -diff --git a/panels/user-accounts/um-account-dialog.c b/panels/user-accounts/um-account-dialog.c -index 9dbda5c..6b82980 100644 ---- a/panels/user-accounts/um-account-dialog.c -+++ b/panels/user-accounts/um-account-dialog.c -@@ -26,10 +26,13 @@ - #include - - #include "um-account-dialog.h" --#include "um-realm-manager.h" - #include "um-user-manager.h" - #include "um-utils.h" - -+#ifdef KERBEROS -+#include "um-realm-manager.h" -+#endif -+ - typedef enum { - UM_LOCAL, - UM_ENTERPRISE, -@@ -41,6 +44,7 @@ static void mode_change (UmAccountDialog *self, - - static void dialog_validate (UmAccountDialog *self); - -+#ifdef KERBEROS - static void on_join_login (GObject *source, - GAsyncResult *result, - gpointer user_data); -@@ -48,6 +52,7 @@ static void on_join_login (GObject *source, - static void on_realm_joined (GObject *source, - GAsyncResult *result, - gpointer user_data); -+#endif - - #define UM_ACCOUNT_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UM_TYPE_ACCOUNT_DIALOG, \ - UmAccountDialogClass)) -@@ -83,6 +88,7 @@ struct _UmAccountDialog { - gboolean enterprise_domain_chosen; - GtkEntry *enterprise_login; - GtkEntry *enterprise_password; -+#ifdef KERBEROS - UmRealmManager *realm_manager; - UmRealmObject *selected_realm; - -@@ -92,6 +98,7 @@ struct _UmAccountDialog { - GtkEntry *join_name; - GtkEntry *join_password; - gboolean join_prompted; -+#endif - }; - - struct _UmAccountDialogClass { -@@ -292,6 +299,7 @@ local_prepare (UmAccountDialog *self) - gtk_combo_box_set_active (GTK_COMBO_BOX (self->local_account_type), 0); - } - -+#ifdef KERBEROS - static gboolean - enterprise_validate (UmAccountDialog *self) - { -@@ -461,7 +469,6 @@ on_join_response (GtkDialog *dialog, - on_join_login, - g_object_ref (self)); - } -- - static void - join_show_prompt (UmAccountDialog *self, - GError *error) -@@ -839,6 +846,7 @@ enterprise_prepare (UmAccountDialog *self) - gtk_entry_set_text (GTK_ENTRY (self->enterprise_login), ""); - gtk_entry_set_text (GTK_ENTRY (self->enterprise_password), ""); - } -+#endif - - static void - dialog_validate (UmAccountDialog *self) -@@ -849,9 +857,11 @@ dialog_validate (UmAccountDialog *self) - case UM_LOCAL: - valid = local_validate (self); - break; -+#ifdef KERBEROS - case UM_ENTERPRISE: - valid = enterprise_validate (self); - break; -+#endif - default: - valid = FALSE; - break; -@@ -937,12 +947,14 @@ on_local_toggle (GtkToggleButton *toggle, - mode_toggled (UM_ACCOUNT_DIALOG (user_data), toggle, UM_LOCAL); - } - -+#ifdef KERBEROS - static void - on_enterprise_toggle (GtkToggleButton *toggle, - gpointer user_data) - { - mode_toggled (UM_ACCOUNT_DIALOG (user_data), toggle, UM_ENTERPRISE); - } -+#endif - - static void - mode_init (UmAccountDialog *self, -@@ -954,15 +966,18 @@ mode_init (UmAccountDialog *self, - - widget = (GtkWidget *) gtk_builder_get_object (builder, "local-area"); - self->mode_areas[UM_LOCAL] = widget; -+#ifdef KERBEROS - widget = (GtkWidget *) gtk_builder_get_object (builder, "enterprise-area"); - self->mode_areas[UM_ENTERPRISE] = widget; -- -+#endif - widget = (GtkWidget *) gtk_builder_get_object (builder, "local-button"); - g_signal_connect (widget, "toggled", G_CALLBACK (on_local_toggle), self); - self->mode_buttons[UM_LOCAL] = widget; -+#ifdef KERBEROS - widget = (GtkWidget *) gtk_builder_get_object (builder, "enterprise-button"); - g_signal_connect (widget, "toggled", G_CALLBACK (on_enterprise_toggle), self); - self->mode_buttons[UM_ENTERPRISE] = widget; -+#endif - } - - static void -@@ -1022,8 +1037,10 @@ um_account_dialog_init (UmAccountDialog *self) - self->container_widget = widget; - - local_init (self, builder); -+#ifdef KERBEROS - enterprise_init (self, builder); - join_init (self, builder); -+#endif - mode_init (self, builder); - - g_object_unref (builder); -@@ -1041,9 +1058,11 @@ um_account_dialog_response (GtkDialog *dialog, - case UM_LOCAL: - local_create_user (self); - break; -+#ifdef KERBEROS - case UM_ENTERPRISE: - enterprise_add_user (self); - break; -+#endif - default: - g_assert_not_reached (); - } -@@ -1064,6 +1083,7 @@ um_account_dialog_dispose (GObject *obj) - if (self->cancellable) - g_cancellable_cancel (self->cancellable); - -+#ifdef KERBEROS - if (self->realmd_watch) - g_bus_unwatch_name (self->realmd_watch); - self->realmd_watch = 0; -@@ -1075,7 +1095,7 @@ um_account_dialog_dispose (GObject *obj) - g_object_unref (self->realm_manager); - self->realm_manager = NULL; - } -- -+#endif - G_OBJECT_CLASS (um_account_dialog_parent_class)->dispose (obj); - } - -@@ -1128,7 +1148,9 @@ um_account_dialog_show (UmAccountDialog *self, - self->cancellable = g_cancellable_new (); - - local_prepare (self); -+#ifdef KERBEROS - enterprise_prepare (self); -+#endif - mode_change (self, UM_LOCAL); - dialog_validate (self); - -diff --git a/panels/user-accounts/um-realm-manager.c b/panels/user-accounts/um-realm-manager.c -index 301c905..25c055c 100644 ---- a/panels/user-accounts/um-realm-manager.c -+++ b/panels/user-accounts/um-realm-manager.c -@@ -22,6 +22,7 @@ - - #include "config.h" - -+#ifdef KERBEROS - #include "um-realm-manager.h" - - #include -@@ -826,3 +827,4 @@ um_realm_login_finish (GAsyncResult *result, - - return TRUE; - } -+#endif --- -1.7.12 - diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.6.3-pulseaudio-3-fix.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.6.3-pulseaudio-3-fix.patch deleted file mode 100644 index 80dc65315783..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.6.3-pulseaudio-3-fix.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 10a0c18b8e3058144586880019b68ab4ea40ce78 Mon Sep 17 00:00:00 2001 -From: David Henningsson -Date: Fri, 7 Dec 2012 16:22:09 +0530 -Subject: [PATCH] sound: Fix port handling for the unknown availability case - -The current code assumes that port availability transitions will be -between YES and NO, and doesn't account for the fact that it may also be -UNKNOWN. This causes spurious entries if the port availability -transitions between YES and UNKNOWN. ---- - panels/sound/gvc-mixer-control.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/panels/sound/gvc-mixer-control.c b/panels/sound/gvc-mixer-control.c -index 34ddc0c..2f6cf34 100644 ---- a/panels/sound/gvc-mixer-control.c -+++ b/panels/sound/gvc-mixer-control.c -@@ -2138,7 +2138,7 @@ update_card (GvcMixerControl *control, - else { - for (i = 0; i < info->n_ports; i++) { - if (g_strcmp0 (card_port->port, info->ports[i]->name) == 0) { -- if (card_port->available != info->ports[i]->available) { -+ if ((card_port->available == PA_PORT_AVAILABLE_NO) != (info->ports[i]->available == PA_PORT_AVAILABLE_NO)) { - card_port->available = info->ports[i]->available; - g_debug ("sync port availability on card %i, card port name '%s', new available value %i", - gvc_mixer_card_get_index (card), --- -1.8.0 - diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.7.4-optional-kerberos.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.7.4-optional-kerberos.patch deleted file mode 100644 index 38088aa2425d..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.7.4-optional-kerberos.patch +++ /dev/null @@ -1,203 +0,0 @@ -From 75c944a788beb749a28086025876406b7864baf5 Mon Sep 17 00:00:00 2001 -From: Sobhan Mohammadpour -Date: Tue, 19 Feb 2013 16:40:37 +0330 -Subject: [PATCH] gnome-control-center-3.7.4-optional-kerberos -originaly by Priit Laes -Crappy patch to allow disabling kerberos requirement -https://bugzilla.gnome.org/show_bug.cgi?id=686840 ---- - panels/user-accounts/um-account-dialog.c | 30 ++++++++++++++++++++++++++---- - panels/user-accounts/um-realm-manager.c | 2 ++ - 2 files changed, 28 insertions(+), 4 deletions(-) - -diff --git a/panels/user-accounts/um-account-dialog.c b/panels/user-accounts/um-account-dialog.c -index 88dff99..5f50087 100644 ---- a/panels/user-accounts/um-account-dialog.c -+++ b/panels/user-accounts/um-account-dialog.c -@@ -27,9 +27,12 @@ - #include - - #include "um-account-dialog.h" --#include "um-realm-manager.h" - #include "um-utils.h" - -+#ifdef KERBEROS -+#include "um-realm-manager.h" -+#endif -+ - typedef enum { - UM_LOCAL, - UM_ENTERPRISE, -@@ -41,6 +44,7 @@ static void mode_change (UmAccountDialog *self, - - static void dialog_validate (UmAccountDialog *self); - -+#ifdef KERBEROS - static void on_join_login (GObject *source, - GAsyncResult *result, - gpointer user_data); -@@ -48,6 +52,7 @@ static void on_join_login (GObject *source, - static void on_realm_joined (GObject *source, - GAsyncResult *result, - gpointer user_data); -+#endif - - #define UM_ACCOUNT_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UM_TYPE_ACCOUNT_DIALOG, \ - UmAccountDialogClass)) -@@ -83,6 +88,7 @@ struct _UmAccountDialog { - gboolean enterprise_domain_chosen; - GtkEntry *enterprise_login; - GtkEntry *enterprise_password; -+#ifdef KERBEROS - UmRealmManager *realm_manager; - UmRealmObject *selected_realm; - -@@ -92,6 +98,7 @@ struct _UmAccountDialog { - GtkEntry *join_name; - GtkEntry *join_password; - gboolean join_prompted; -+#endif - }; - - struct _UmAccountDialogClass { -@@ -300,6 +307,7 @@ local_prepare (UmAccountDialog *self) - gtk_combo_box_set_active (GTK_COMBO_BOX (self->local_account_type), 0); - } - -+#ifdef KERBEROS - static gboolean - enterprise_validate (UmAccountDialog *self) - { -@@ -504,7 +512,6 @@ on_join_response (GtkDialog *dialog, - on_join_login, - g_object_ref (self)); - } -- - static void - join_show_prompt (UmAccountDialog *self, - GError *error) -@@ -892,6 +899,7 @@ enterprise_prepare (UmAccountDialog *self) - gtk_entry_set_text (GTK_ENTRY (self->enterprise_login), ""); - gtk_entry_set_text (GTK_ENTRY (self->enterprise_password), ""); - } -+#endif - - static void - dialog_validate (UmAccountDialog *self) -@@ -902,9 +910,11 @@ dialog_validate (UmAccountDialog *self) - case UM_LOCAL: - valid = local_validate (self); - break; -+#ifdef KERBEROS - case UM_ENTERPRISE: - valid = enterprise_validate (self); - break; -+#endif - default: - valid = FALSE; - break; -@@ -990,12 +1000,14 @@ on_local_toggle (GtkToggleButton *toggle, - mode_toggled (UM_ACCOUNT_DIALOG (user_data), toggle, UM_LOCAL); - } - -+#ifdef KERBEROS - static void - on_enterprise_toggle (GtkToggleButton *toggle, - gpointer user_data) - { - mode_toggled (UM_ACCOUNT_DIALOG (user_data), toggle, UM_ENTERPRISE); - } -+#endif - - static void - mode_init (UmAccountDialog *self, -@@ -1007,15 +1019,18 @@ mode_init (UmAccountDialog *self, - - widget = (GtkWidget *) gtk_builder_get_object (builder, "local-area"); - self->mode_areas[UM_LOCAL] = widget; -+#ifdef KERBEROS - widget = (GtkWidget *) gtk_builder_get_object (builder, "enterprise-area"); - self->mode_areas[UM_ENTERPRISE] = widget; -- -+#endif - widget = (GtkWidget *) gtk_builder_get_object (builder, "local-button"); - g_signal_connect (widget, "toggled", G_CALLBACK (on_local_toggle), self); - self->mode_buttons[UM_LOCAL] = widget; -+#ifdef KERBEROS - widget = (GtkWidget *) gtk_builder_get_object (builder, "enterprise-button"); - g_signal_connect (widget, "toggled", G_CALLBACK (on_enterprise_toggle), self); - self->mode_buttons[UM_ENTERPRISE] = widget; -+#endif - } - - static void -@@ -1073,8 +1088,10 @@ um_account_dialog_init (UmAccountDialog *self) - self->container_widget = widget; - - local_init (self, builder); -+#ifdef KERBEROS - enterprise_init (self, builder); - join_init (self, builder); -+#endif - mode_init (self, builder); - - g_object_unref (builder); -@@ -1092,9 +1109,11 @@ um_account_dialog_response (GtkDialog *dialog, - case UM_LOCAL: - local_create_user (self); - break; -+#ifdef KERBEROS - case UM_ENTERPRISE: - enterprise_add_user (self); - break; -+#endif - default: - g_assert_not_reached (); - } -@@ -1115,6 +1134,7 @@ um_account_dialog_dispose (GObject *obj) - if (self->cancellable) - g_cancellable_cancel (self->cancellable); - -+#ifdef KERBEROS - if (self->realmd_watch) - g_bus_unwatch_name (self->realmd_watch); - self->realmd_watch = 0; -@@ -1126,7 +1146,7 @@ um_account_dialog_dispose (GObject *obj) - g_object_unref (self->realm_manager); - self->realm_manager = NULL; - } -- -+#endif - G_OBJECT_CLASS (um_account_dialog_parent_class)->dispose (obj); - } - -@@ -1179,7 +1199,9 @@ um_account_dialog_show (UmAccountDialog *self, - self->cancellable = g_cancellable_new (); - - local_prepare (self); -+#ifdef KERBEROS - enterprise_prepare (self); -+#endif - mode_change (self, UM_LOCAL); - dialog_validate (self); - -diff --git a/panels/user-accounts/um-realm-manager.c b/panels/user-accounts/um-realm-manager.c -index 59d57b3..d3390f4 100644 ---- a/panels/user-accounts/um-realm-manager.c -+++ b/panels/user-accounts/um-realm-manager.c -@@ -21,6 +21,7 @@ - - #include "config.h" - -+#ifdef KERBEROS - #include "um-realm-manager.h" - - #include -@@ -899,3 +900,4 @@ um_realm_login_finish (GAsyncResult *result, - - return TRUE; - } -+#endif --- -1.8.1.2 - diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.0-optional-r1.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.8.0-optional-r1.patch deleted file mode 100644 index e7fe8dc8d776..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.0-optional-r1.patch +++ /dev/null @@ -1,271 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index b3df2dd..6b10ce4 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -143,13 +143,57 @@ PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2 - gnome-settings-daemon >= $GSD_REQUIRED_VERSION x11) - PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES gmodule-2.0) - PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES libgnome-menu-3.0) --PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION) -+ -+build_online_accounts=false -+AC_ARG_ENABLE(goa, -+ AC_HELP_STRING([--disable-goa], -+ [disable online accounts management panel]), -+ [case "${enableval}" in -+ yes) WANT_ONLINE_ACCOUNTS=yes ;; -+ no) WANT_ONLINE_ACCOUNTS=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-goa) ;; -+ esac], -+ [WANT_ONLINE_ACCOUNTS=yes]) dnl Default value -+ -+if test x$WANT_ONLINE_ACCOUNTS = xyes; then -+ PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION) -+ build_online_accounts=true -+fi -+if test "x$build_online_accounts" = xtrue ; then -+ AC_DEFINE(BUILD_ONLINE_ACCOUNTS, 1, [Define to 1 to build the Online Accounts panel]) -+fi -+AM_CONDITIONAL(BUILD_ONLINE_ACCOUNTS, test "x$build_online_accounts" = "xtrue") -+AC_SUBST(ONLINE_ACCOUNTS_PANEL_CFLAGS) -+AC_SUBST(ONLINE_ACCOUNTS_PANEL_LIBS) -+ - PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1 - gnome-settings-daemon >= $GSD_REQUIRED_VERSION) --PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES -- colord >= $COLORD_REQUIRED_VERSION -- colord-gtk >= $COLORD_GTK_REQUIRED_VERSION -- gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -+ -+build_color=false -+AC_ARG_ENABLE(color, -+ AC_HELP_STRING([--disable-color], -+ [disable color management panel]), -+ [case "${enableval}" in -+ yes) WANT_COLOR=yes ;; -+ no) WANT_COLOR=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-color) ;; -+ esac], -+ [WANT_COLOR=yes]) dnl Default value -+ -+if test x$WANT_COLOR = xyes; then -+ PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES -+ colord >= $COLORD_REQUIRED_VERSION -+ colord-gtk >= $COLORD_GTK_REQUIRED_VERSION -+ gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -+ build_color=true -+fi -+if test "x$build_color" = xtrue ; then -+ AC_DEFINE(BUILD_COLOR, 1, [Define to 1 to build the Color panel]) -+fi -+AM_CONDITIONAL(BUILD_COLOR, test "x$build_color" = "xtrue") -+AC_SUBST(COLOR_PANEL_CFLAGS) -+AC_SUBST(COLOR_PANEL_LIBS) -+ - PKG_CHECK_MODULES(PRINTERS_PANEL, $COMMON_MODULES - polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION) - PKG_CHECK_MODULES(PRIVACY_PANEL, $COMMON_MODULES) -@@ -210,9 +254,22 @@ else - fi - AM_CONDITIONAL(HAVE_MM_GLIB, test "x$have_libmm_glib" = "xyes") - --# Check for gnome-bluetooth --PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5, -- [have_bluetooth=yes], have_bluetooth=no) -+have_bluetooth=no -+AC_ARG_ENABLE(bluetooth, -+ AC_HELP_STRING([--disable-bluetooth], -+ [disable bluetooth management panel]), -+ [case "${enableval}" in -+ yes) WANT_BLUETOOTH=yes ;; -+ no) WANT_BLUETOOTH=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-bluetooth) ;; -+ esac], -+ [WANT_BLUETOOTH=yes]) dnl Default value -+ -+if test x$WANT_BLUETOOTH = xyes; then -+ # Check for gnome-bluetooth -+ PKG_CHECK_MODULES(BLUETOOTH, $COMMON_MODULES gnome-bluetooth-1.0 >= 3.5.5) -+ have_bluetooth=yes -+fi - if test "x$have_bluetooth" = xyes ; then - AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel]) - fi -@@ -289,12 +346,23 @@ case $host_os in - if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then - have_wacom=no - else -- PKG_CHECK_MODULES(WACOM_PANEL, $COMMON_MODULES -- gnome-settings-daemon >= $GSD_REQUIRED_VERSION -- xi >= 1.2 x11 libwacom >= $LIBWACOM_REQUIRED_VERSION -- gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -- AC_DEFINE(BUILD_WACOM, 1, [Define to 1 to build the Wacom panel]) -- have_wacom=yes -+ AC_ARG_ENABLE(wacom, -+ AC_HELP_STRING([--disable-wacom], -+ [disable wacom management panel]), -+ [case "${enableval}" in -+ yes) WANT_WACOM=yes ;; -+ no) WANT_WACOM=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-wacom) ;; -+ esac], -+ [WANT_WACOM=yes]) dnl Default value -+ -+ if test x$WANT_WACOM = xyes; then -+ PKG_CHECK_MODULES(WACOM_PANEL, $COMMON_MODULES -+ gnome-settings-daemon >= $GSD_REQUIRED_VERSION -+ xi >= 1.2 x11 libwacom >= $LIBWACOM_REQUIRED_VERSION -+ gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) -+ have_wacom=yes -+ fi - fi - ;; - *) -@@ -555,6 +623,11 @@ if test "x$have_bluetooth" = "xyes"; then - else - AC_MSG_NOTICE([ Bluetooth panel disabled]) - fi -+if test "x$build_color" = "xtrue"; then -+ AC_MSG_NOTICE([** colord (Color panel)]) -+else -+ AC_MSG_NOTICE([ Color panel disabled]) -+fi - if test "x$enable_cups" = "xyes"; then - AC_MSG_NOTICE([** CUPS (Printers panel)]) - else -@@ -565,11 +638,21 @@ if test "x$have_cheese" = "xyes"; then - else - AC_MSG_NOTICE([ Users panel webcam support disabled]) - fi -+if test "x$build_online_accounts" = "xtrue"; then -+ AC_MSG_NOTICE([** gnome-online-accounts (Online Accounts panel)]) -+else -+ AC_MSG_NOTICE([ Online Accounts panel disabled]) -+fi - if test "x$with_libsocialweb" = "xyes"; then - AC_MSG_NOTICE([** libsocialweb (Background panel Flickr support)]) - else - AC_MSG_NOTICE([ Background panel Flickr support disabled]) - fi -+if test "x$build_wacom" = "xtrue"; then -+ AC_MSG_NOTICE([** libwacom (Wacom Graphics Tablet panel)]) -+else -+ AC_MSG_NOTICE([ Wacom Graphics Tablet panel disabled]) -+fi - if test "x$have_wacom" = "xyes"; then - AC_MSG_NOTICE([** wacom (Wacom tablet panel)]) - else -diff --git a/panels/Makefile.am b/panels/Makefile.am -index 9961c25..0c54622 100644 ---- a/panels/Makefile.am -+++ b/panels/Makefile.am -@@ -2,11 +2,9 @@ SUBDIRS= \ - common \ - background \ - power \ -- color \ - display \ - mouse \ - notifications \ -- online-accounts \ - region \ - info \ - sound \ -@@ -18,6 +16,10 @@ SUBDIRS= \ - privacy \ - sharing - -+if BUILD_COLOR -+SUBDIRS += color -+endif -+ - if BUILD_WACOM - SUBDIRS += wacom - endif -@@ -34,4 +36,8 @@ if BUILD_BLUETOOTH - SUBDIRS += bluetooth - endif - -+if BUILD_ONLINE_ACCOUNTS -+SUBDIRS += online-accounts -+endif -+ - -include $(top_srcdir)/git.mk -diff --git a/shell/Makefile.am b/shell/Makefile.am -index f9f9070..094aca1 100644 ---- a/shell/Makefile.am -+++ b/shell/Makefile.am -@@ -51,14 +51,12 @@ gnome_control_center_LDADD = \ - $(top_builddir)/libgd/libgd.la \ - $(top_builddir)/panels/common/liblanguage.la \ - $(top_builddir)/panels/background/libbackground.la \ -- $(top_builddir)/panels/color/libcolor.la \ - $(top_builddir)/panels/datetime/libdate_time.la \ - $(top_builddir)/panels/display/libdisplay.la \ - $(top_builddir)/panels/info/libinfo.la \ - $(top_builddir)/panels/keyboard/libkeyboard.la \ - $(top_builddir)/panels/mouse/libmouse-properties.la \ - $(top_builddir)/panels/notifications/libnotifications.la \ -- $(top_builddir)/panels/online-accounts/libonline-accounts.la \ - $(top_builddir)/panels/power/libpower.la \ - $(top_builddir)/panels/privacy/libprivacy.la \ - $(top_builddir)/panels/region/libregion.la \ -@@ -84,6 +82,14 @@ if BUILD_BLUETOOTH - gnome_control_center_LDADD += $(top_builddir)/panels/bluetooth/libbluetooth.la - endif - -+if BUILD_COLOR -+gnome_control_center_LDADD += $(top_builddir)/panels/color/libcolor.la -+endif -+ -+if BUILD_ONLINE_ACCOUNTS -+gnome_control_center_LDADD += $(top_builddir)/panels/online-accounts/libonline-accounts.la -+endif -+ - AM_CPPFLAGS = -DGNOMELOCALEDIR="\"$(datadir)/locale\"" - - sysdir = $(datadir)/applications -diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c -index 20a5262..1cef85d 100644 ---- a/shell/cc-panel-loader.c -+++ b/shell/cc-panel-loader.c -@@ -33,7 +33,9 @@ extern GType cc_background_panel_get_type (void); - #ifdef BUILD_BLUETOOTH - extern GType cc_bluetooth_panel_get_type (void); - #endif /* BUILD_BLUETOOTH */ -+#ifdef BUILD_COLOR - extern GType cc_color_panel_get_type (void); -+#endif /* BUILD_COLOR */ - extern GType cc_date_time_panel_get_type (void); - extern GType cc_display_panel_get_type (void); - extern GType cc_info_panel_get_type (void); -@@ -43,7 +45,9 @@ extern GType cc_mouse_panel_get_type (void); - extern GType cc_network_panel_get_type (void); - #endif /* BUILD_NETWORK */ - extern GType cc_notifications_panel_get_type (void); -+#ifdef BUILD_ONLINE_ACCOUNTS - extern GType cc_goa_panel_get_type (void); -+#endif /* BUILD_ONLINE_ACCOUNTS */ - extern GType cc_power_panel_get_type (void); - #ifdef BUILD_PRINTERS - extern GType cc_printers_panel_get_type (void); -@@ -77,7 +81,9 @@ static struct { - #ifdef BUILD_BLUETOOTH - PANEL_TYPE("bluetooth", cc_bluetooth_panel_get_type ), - #endif -+#ifdef BUILD_COLOR - PANEL_TYPE("color", cc_color_panel_get_type ), -+#endif - PANEL_TYPE("datetime", cc_date_time_panel_get_type ), - PANEL_TYPE("display", cc_display_panel_get_type ), - PANEL_TYPE("info", cc_info_panel_get_type ), -@@ -87,7 +93,9 @@ static struct { - PANEL_TYPE("network", cc_network_panel_get_type ), - #endif - PANEL_TYPE("notifications", cc_notifications_panel_get_type), -+#ifdef BUILD_ONLINE_ACCOUNTS - PANEL_TYPE("online-accounts", cc_goa_panel_get_type ), -+#endif - PANEL_TYPE("power", cc_power_panel_get_type ), - #ifdef BUILD_PRINTERS - PANEL_TYPE("printers", cc_printers_panel_get_type ), diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.1.5-optional-modemmanager.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.8.1.5-optional-modemmanager.patch deleted file mode 100644 index cf40dca5004a..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.1.5-optional-modemmanager.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- gnome-control-center-3.8.1.5-orig/configure.ac 2013-05-06 18:32:26.000000000 +0200 -+++ gnome-control-center-3.8.1.5-dev/configure.ac 2013-05-11 22:57:47.955153458 +0200 -@@ -200,8 +200,25 @@ - fi - - # Check for libmm-glib for ModemManager1 support --PKG_CHECK_MODULES(MM_GLIB, mm-glib, -- [have_libmm_glib=yes], have_libmm_glib=no) -+build_modemmanager=false -+AC_ARG_ENABLE(modemmanager, -+ AC_HELP_STRING([--disable-modemmanager], -+ [disable modemmanager support]), -+ [case "${enableval}" in -+ yes) WANT_MODEMMANAGER=yes ;; -+ no) WANT_MODEMMANAGER=no ;; -+ *) AC_MSG_ERROR(bad value ${enableval} for --disable-modemmanager) ;; -+ esac], -+ [WANT_MODEMMANAGER=no]) dnl Default value -+ -+if test "x$WANT_MODEMMANAGER" = xyes ; then -+ PKG_CHECK_MODULES(MM_GLIB, mm-glib, -+ [have_libmm_glib=yes], -+ AC_MSG_ERROR(No ModemManager1 support (libmm-glib) not found)) -+else -+ have_libmm_glib=no -+fi -+ - if test "x$have_libmm_glib" = xno ; then - AC_MSG_WARN(*** Network panel will not be built with ModemManager1 support (libmm-glib not found) ***) - else diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.4-optional-kerberos.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.8.4-optional-kerberos.patch deleted file mode 100644 index 16c5b42e5c91..000000000000 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.4-optional-kerberos.patch +++ /dev/null @@ -1,98 +0,0 @@ -From fd99663ac20c7c09517a316197f16fc1e2564d1b Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev -Date: Sun, 28 Jul 2013 14:23:39 -0400 -Subject: [PATCH] Make kerberos optional - -https://bugzilla.gnome.org/show_bug.cgi?id=686840 ---- - configure.ac | 24 +++++++++++++++--------- - panels/user-accounts/um-realm-manager.c | 9 +++++++++ - 2 files changed, 24 insertions(+), 9 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 0c0098c..7d09daf 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -312,16 +312,22 @@ esac - AM_CONDITIONAL(BUILD_WACOM, [test x"$have_wacom" = x"yes"]) - - # Kerberos kerberos support --AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) --if test "$KRB5_CONFIG" = "no"; then -- AC_MSG_ERROR([krb5-config executable not found in your path - should be installed with the kerberos libraries]) --fi -- --AC_MSG_CHECKING(for krb5 libraries and flags) --KRB5_CFLAGS="`$KRB5_CONFIG --cflags`" --KRB5_LIBS="`$KRB5_CONFIG --libs`" --AC_MSG_RESULT($KRB5_CFLAGS $KRB5_LIBS) -+AC_ARG_ENABLE([kerberos], -+ AS_HELP_STRING([--disable-kerberos], [disable kerberos support (default: enabled)]),, -+ [enable_kerberos=yes]) -+ -+if test x"$enable_kerberos" != x"no" ; then -+ AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) -+ if test "$KRB5_CONFIG" = "no"; then -+ AC_MSG_ERROR([krb5-config executable not found in your path - should be installed with the kerberos libraries]) -+ fi - -+ AC_MSG_CHECKING(for krb5 libraries and flags) -+ KRB5_CFLAGS="`$KRB5_CONFIG --cflags`" -+ KRB5_LIBS="`$KRB5_CONFIG --libs`" -+ AC_MSG_RESULT($KRB5_CFLAGS $KRB5_LIBS) -+ AC_DEFINE(HAVE_KERBEROS, 1, [defined if krb5 is available]) -+fi - AC_SUBST(KRB5_CFLAGS) - AC_SUBST(KRB5_LIBS) - -diff --git a/panels/user-accounts/um-realm-manager.c b/panels/user-accounts/um-realm-manager.c -index 1fd41ad..ce0988e 100644 ---- a/panels/user-accounts/um-realm-manager.c -+++ b/panels/user-accounts/um-realm-manager.c -@@ -23,7 +23,9 @@ - - #include "um-realm-manager.h" - -+#ifdef HAVE_KERBEROS - #include -+#endif - - #include - #include -@@ -697,6 +699,7 @@ login_closure_free (gpointer data) - g_slice_free (LoginClosure, login); - } - -+#ifdef HAVE_KERBEROS - static krb5_error_code - login_perform_kinit (krb5_context k5, - const gchar *realm, -@@ -760,12 +763,14 @@ login_perform_kinit (krb5_context k5, - - return code; - } -+#endif /* HAVE_KERBEROS */ - - static void - kinit_thread_func (GSimpleAsyncResult *async, - GObject *object, - GCancellable *cancellable) - { -+#ifdef HAVE_KERBEROS - LoginClosure *login = g_simple_async_result_get_op_res_gpointer (async); - krb5_context k5 = NULL; - krb5_error_code code; -@@ -843,6 +848,10 @@ kinit_thread_func (GSimpleAsyncResult *async, - - if (k5) - krb5_free_context (k5); -+#else /* HAVE_KERBEROS */ -+ g_simple_async_result_set_error (async, UM_REALM_ERROR, UM_REALM_ERROR_GENERIC, -+ _("gnome-control-center was built without kerberos support")); -+#endif - } - - void --- -1.8.3.2 - diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.8.6-flickr-linking.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.8.6-flickr-linking.patch new file mode 100644 index 000000000000..aac9c529b4ca --- /dev/null +++ b/gnome-base/gnome-control-center/files/gnome-control-center-3.8.6-flickr-linking.patch @@ -0,0 +1,22 @@ +diff -burN gnome-control-center-3.10.1/panels/background/Makefile.am gnome-control-center-3.10.1.new/panels/background/Makefile.am +--- gnome-control-center-3.10.1/panels/background/Makefile.am 2013-10-11 06:19:22.000000000 -0500 ++++ gnome-control-center-3.10.1.new/panels/background/Makefile.am 2013-10-24 13:38:07.801957723 -0500 +@@ -38,7 +38,9 @@ + bg-wallpapers-source.c \ + bg-wallpapers-source.h \ + bg-colors-source.c \ +- bg-colors-source.h ++ bg-colors-source.h \ ++ bg-flickr-source.c \ ++ bg-flickr-source.h + + libbackground_la_SOURCES = \ + cc-background-panel.c \ +@@ -47,6 +49,7 @@ + libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) libbackground-chooser.la + + if WITH_LIBSOCIALWEB ++libbackground_chooser_la_LIBADD = $(SOCIALWEB_LIBS) + libbackground_la_SOURCES += bg-flickr-source.c bg-flickr-source.h + INCLUDES += $(SOCIALWEB_CFLAGS) + libbackground_la_LIBADD += $(SOCIALWEB_LIBS) diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild deleted file mode 100644 index 742ced54044e..000000000000 --- a/gnome-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.6.3-r1.ebuild,v 1.8 2013/02/02 22:33:47 ago Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen - -inherit autotools eutils gnome2 - -DESCRIPTION="GNOME Desktop Configuration Tool" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2+" -SLOT="2" -IUSE="+bluetooth +colord +cups +gnome-online-accounts +i18n input_devices_wacom kerberos +networkmanager +socialweb systemd v4l" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" - -# XXX: NetworkManager-0.9 support is automagic, make hard-dep once it's released -# -# gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login -# g-s-d[policykit] needed for bug #403527 -COMMON_DEPEND=" - >=dev-libs/glib-2.31:2 - >=x11-libs/gdk-pixbuf-2.23.0:2 - >=x11-libs/gtk+-3.5.13:3 - >=gnome-base/gsettings-desktop-schemas-3.5.91 - >=gnome-base/gnome-desktop-3.5.91:3= - >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] - >=gnome-base/libgnomekbd-2.91.91 - - app-text/iso-codes - dev-libs/libpwquality - dev-libs/libxml2:2 - gnome-base/gnome-menus:3 - gnome-base/libgtop:2 - media-libs/fontconfig - - >=media-libs/libcanberra-0.13[gtk3] - >=media-sound/pulseaudio-2[glib] - >=sys-auth/polkit-0.97 - >=sys-power/upower-0.9.1 - >=x11-libs/libnotify-0.7.3 - - x11-apps/xmodmap - x11-libs/libX11 - x11-libs/libXxf86misc - >=x11-libs/libXi-1.2 - - bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) - colord? ( >=x11-misc/colord-0.1.8 ) - cups? ( >=net-print/cups-1.4[dbus] ) - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) - i18n? ( >=app-i18n/ibus-1.4.99 ) - input_devices_wacom? ( - >=dev-libs/libwacom-0.6 - >=x11-libs/libXi-1.2 ) - kerberos? ( virtual/krb5 ) - networkmanager? ( - >=gnome-extra/nm-applet-0.9.1.90 - >=net-misc/networkmanager-0.8.997 ) - socialweb? ( net-libs/libsocialweb ) - systemd? ( >=sys-apps/systemd-31 ) - v4l? ( - media-libs/gstreamer:1.0 - media-libs/clutter-gtk:1.0 - >=media-video/cheese-3.5.91 ) -" -# 2.1. Remove in 3.6.4. - epatch "${FILESDIR}/${P}-pulseaudio-3-fix.patch" - eautoreconf - - gnome2_src_prepare - - # panels/datetime/Makefile.am gets touched as a result of something in our - # src_prepare(). We need to touch timedated{c,h} to prevent them from being - # regenerated (bug #415901) - [[ -f panels/datetime/timedated.h ]] && touch panels/datetime/timedated.h - [[ -f panels/datetime/timedated.c ]] && touch panels/datetime/timedated.c -} - -src_configure() { - G2CONF="${G2CONF} - --disable-update-mimedb - --disable-static - --enable-documentation - $(use_enable bluetooth) - $(use_enable colord color) - $(use_enable cups) - $(use_enable gnome-online-accounts goa) - $(use_enable i18n ibus) - $(use_enable input_devices_wacom wacom) - $(use_with socialweb libsocialweb) - $(use_enable systemd) - $(use_with v4l cheese)" - # XXX: $(use_with kerberos) # for 3.7.x - if ! use kerberos; then - G2CONF+=" KRB5_CONFIG=$(type -P true)" - fi - DOCS="AUTHORS ChangeLog NEWS README TODO" - gnome2_src_configure -} diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.8.5.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.8.6.ebuild similarity index 92% rename from gnome-base/gnome-control-center/gnome-control-center-3.8.5.ebuild rename to gnome-base/gnome-control-center/gnome-control-center-3.8.6.ebuild index 4397416df6d3..72104a39bb10 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-3.8.5.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-3.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.8.5.ebuild,v 1.2 2013/09/22 22:57:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.8.6.ebuild,v 1.1 2013/11/10 08:59:08 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -121,19 +121,18 @@ src_prepare() { sed -i "s|^completiondir =.*|completiondir = $(get_bashcompdir)|" \ shell/Makefile.am || die "sed completiondir failed" - # Make some panels optional; requires eautoreconf - # https://bugzilla.gnome.org/697478 - epatch "${FILESDIR}/${PN}-3.8.0-optional-r1.patch" - - # https://bugzilla.gnome.org/686840 - epatch "${FILESDIR}/${PN}-3.8.4-optional-kerberos.patch" + # Make some panels and dependencies optional; requires eautoreconf + # https://bugzilla.gnome.org/686840, 697478, 700145 + epatch "${FILESDIR}/${PN}-3.8.5-optional.patch" # Fix some absolute paths to be appropriate for Gentoo epatch "${FILESDIR}/${PN}-3.8.0-paths-makefiles.patch" epatch "${FILESDIR}/${PN}-3.8.0-paths.patch" - # Make modemmanager optional, bug 463852, upstream bug #700145 - epatch "${FILESDIR}/${PN}-3.8.1.5-optional-modemmanager.patch" + # Fix linking, upstream bug #710829 + epatch "${FILESDIR}"/${PN}-3.8.6-flickr-linking.patch + + epatch_user # top-level configure.ac does not use AC_CONFIG_SUBDIRS, so we need this to # avoid libtoolize "We've already been run in this tree" warning, bug #484988 @@ -144,7 +143,6 @@ src_prepare() { popd > /dev/null done elibtoolize --force - epatch_user # panels/datetime/Makefile.am gets touched as a result of something in our # src_prepare(). We need to touch timedated{c,h} to prevent them from being @@ -153,6 +151,8 @@ src_prepare() { # (https://bugzilla.gnome.org/704822) [[ -f panels/datetime/timedated.h ]] && rm -f panels/datetime/timedated.h [[ -f panels/datetime/timedated.c ]] && rm -f panels/datetime/timedated.c + + gnome2_src_prepare } src_configure() { diff --git a/gnome-base/gnome-settings-daemon/Manifest b/gnome-base/gnome-settings-daemon/Manifest index 4cc43b3135d0..6203a2ca32f2 100644 --- a/gnome-base/gnome-settings-daemon/Manifest +++ b/gnome-base/gnome-settings-daemon/Manifest @@ -3,3 +3,4 @@ DIST gnome-settings-daemon-2.32.1.tar.bz2 1331850 SHA256 0074b3fec3ad6e3ab91a05d DIST gnome-settings-daemon-3.6.4.tar.xz 1518708 SHA256 3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15 SHA512 f8d263f9a22934e015ff642f9ac93c09764b89151260887242d6b946250d50a2400404f61376a34ec903606bf4061c9733ddb42f0ed92ecc42f873fafb766af7 WHIRLPOOL fba7fb4ec0c236584534b75fda3ebab651f67227c4fcc1183c085cba5cf315418f9a178a2c2ac9c96190a3b7b997a166a13172d48d8f068723bd5a0427cdf703 DIST gnome-settings-daemon-3.8.3.tar.xz 1576376 SHA256 00e7f46c9a6fb8b148255adfcdd26bc5f2c1d393b8dfbac69da100c8dcfa1b6c SHA512 e8b02a820f3785dc42b5f82b94804bf7ec761c2d2c797d7eba0f590ed1b8107094d5cb395cdd00c1a7ef7e294cdfb7d54b1e9c14e9584b5bcc03bb8cd61b3515 WHIRLPOOL d692216c13d38bc5cc57a9af6cecfc393460394c20efa97edf609416e03dffe3c55c35d69ad42ad43ac18fd0ad495d52bce57fb4707753ef65cc3016f947defc DIST gnome-settings-daemon-3.8.5.tar.xz 1582664 SHA256 19420c97296802162fd4e0e0a08e797f5038ec8bd98cffe222362e24c7405784 SHA512 3692097ae6666804ce10ef2839b204e6cd5f4e2ef646e058fe8af50c30cc89731f206b86fd6a0ba51e697b6a090e019d0265bb01516087e9e773f2b79f4300f5 WHIRLPOOL 1ee1825d9b97b3962307cd98144ca1660025b27488869bcb73e84745fa2332392b26cc175e2bd11604749e1111405a01ed7a2de48525118858ac06d5bde57a04 +DIST gnome-settings-daemon-3.8.6.1.tar.xz 1579684 SHA256 24ced08254208e31f2819f4695e8c5e0699ac54f3cf70e05f43347703f5877e6 SHA512 fd49091623bf5a2865fda99a0e9920a948ce930212a587746dcb8e98336a9362d17c39f0c60ab399e1ff78381422875b236c1ce41f29a0ae6a6dac31bd23e4a7 WHIRLPOOL 1a241e3d927f4b3469342b3c6f2ff1543eeec462c527fb3f73fc31c6fc91b5c34da7b7983a9735e745a1f245785b08b24827aaed53b90b9439f0643e12ea430f diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.8.6.1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.8.6.1.ebuild new file mode 100644 index 000000000000..c4dcd7683ac0 --- /dev/null +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.8.6.1.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.8.6.1.ebuild,v 1.1 2013/11/10 09:59:40 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit autotools eutils gnome2 systemd virtualx + +DESCRIPTION="Gnome Settings Daemon" +HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" + +IUSE="+colord +cups debug +i18n input_devices_wacom -openrc-force packagekit policykit +short-touchpad-timeout smartcard +udev" +REQUIRED_USE=" + packagekit? ( udev ) + smartcard? ( udev ) +" + +# require colord-0.1.27 dependency for connection type support +COMMON_DEPEND=" + >=dev-libs/glib-2.35.3:2 + >=x11-libs/gtk+-3.7.8:3 + >=gnome-base/gnome-desktop-3.7.90:3= + >=gnome-base/gsettings-desktop-schemas-3.7.2.1 + >=gnome-base/librsvg-2.36.2 + media-fonts/cantarell + media-libs/fontconfig + >=media-libs/lcms-2.2:2 + media-libs/libcanberra[gtk3] + >=media-sound/pulseaudio-2 + >=sys-power/upower-0.9.11 + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + >=x11-libs/libnotify-0.7.3:= + x11-libs/libX11 + x11-libs/libxkbfile + x11-libs/libXi + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXtst + x11-libs/libXxf86misc + + colord? ( >=x11-misc/colord-0.1.27:= ) + cups? ( >=net-print/cups-1.4[dbus] ) + i18n? ( >=app-i18n/ibus-1.4.99 ) + input_devices_wacom? ( + >=dev-libs/libwacom-0.7 + x11-drivers/xf86-input-wacom ) + packagekit? ( >=app-admin/packagekit-base-0.7.4 ) + smartcard? ( >=dev-libs/nss-3.11.2 ) + udev? ( virtual/udev[gudev] ) +" +# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly +# -freedesktop +gnome diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-0.14.5.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-0.14.5.ebuild deleted file mode 100644 index 99eccf666153..000000000000 --- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-0.14.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-0.14.5.ebuild,v 1.1 2013/03/24 13:35:27 eva Exp $ - -EAPI="5" -GNOME_ORG_MODULE="tracker" -GNOME_TARBALL_SUFFIX="xz" - -inherit gnome.org toolchain-funcs - -DESCRIPTION="Nautilus extension to tag files for Tracker" -HOMEPAGE="http://www.tracker-project.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -COMMON_DEPEND=">=app-misc/tracker-${PV} - >=dev-libs/glib-2.28:2 - >=gnome-base/nautilus-2.90 - x11-libs/gtk+:3" -RDEPEND="${COMMON_DEPEND} - ! + + +proxy-maintainers + + housegregory299@gmail.com + Galym Kerimbekov + +Free, open-source, non-linear video editor to create and edit videos and movies + diff --git a/media-video/openshot/openshot-1.4.3.ebuild b/media-video/openshot/openshot-1.4.3.ebuild new file mode 100644 index 000000000000..cbbcbab87ef1 --- /dev/null +++ b/media-video/openshot/openshot-1.4.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/openshot/openshot-1.4.3.ebuild,v 1.1 2013/11/11 00:52:14 tomwij Exp $ + +EAPI="5" + +PYTHON_REQ_USE=xml +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit versionator distutils-r1 python-r1 fdo-mime + +DESCRIPTION="Free, open-source, non-linear video editor to create and edit videos and movies" +HOMEPAGE="http://www.openshotvideo.com" +SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="+python +ffmpeg" +REQUIRED_USE="|| ( python ffmpeg )" + +RDEPEND=" + dev-python/pygoocanvas[${PYTHON_USEDEP}] + dev-python/pygtk[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + virtual/python-imaging[${PYTHON_USEDEP}] + >=media-libs/mlt-0.8.2[ffmpeg,frei0r,gtk,melt,python,sdl,xml] + ffmpeg? ( + >=virtual/ffmpeg-0.6[encode,sdl,x264,mp3,theora] + media-sound/sox[encode,ffmpeg] + ) + python? ( + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/librsvg-python + ) + x11-libs/gtk+:2 +" + +src_prepare() { + sed -ie '/launcher/,+1d' setup.py || die + sed -ie '/FAILED = /,$d' setup.py || die + + # Fix up launchers to not throw an error. + sed -i 's/\(from \)\(openshot import main\)/\1openshot.\2/' bin/openshot || die + sed -i 's/\(from \)\(openshot_render import main\)/\1openshot.\2/' bin/openshot-render || die +} + +python_install() { + distutils-r1_python_install +} + +pkg_postinst() { + fdo-mime_mime_database_update + fdo-mime_desktop_database_update +} + +pkg_postrm() { + fdo-mime_mime_database_update + fdo-mime_desktop_database_update +} diff --git a/media-video/vlc/vlc-2.0.5.ebuild b/media-video/vlc/vlc-2.0.5.ebuild index 53df697afb68..bde1c111416a 100644 --- a/media-video/vlc/vlc-2.0.5.ebuild +++ b/media-video/vlc/vlc-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.5.ebuild,v 1.9 2013/08/11 22:57:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.5.ebuild,v 1.10 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -138,7 +138,7 @@ RDEPEND=" udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) - vaapi? ( x11-libs/libva ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) diff --git a/media-video/vlc/vlc-2.0.6.ebuild b/media-video/vlc/vlc-2.0.6.ebuild index 5bb7ff456153..47c2ede46934 100644 --- a/media-video/vlc/vlc-2.0.6.ebuild +++ b/media-video/vlc/vlc-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.6.ebuild,v 1.7 2013/08/11 22:57:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.6.ebuild,v 1.8 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -138,7 +138,7 @@ RDEPEND=" udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) - vaapi? ( x11-libs/libva ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) diff --git a/media-video/vlc/vlc-2.0.7.ebuild b/media-video/vlc/vlc-2.0.7.ebuild index 7f96d16eaeed..d49656ddcf38 100644 --- a/media-video/vlc/vlc-2.0.7.ebuild +++ b/media-video/vlc/vlc-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.7.ebuild,v 1.8 2013/09/05 10:45:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.7.ebuild,v 1.9 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -138,7 +138,7 @@ RDEPEND=" udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) - vaapi? ( x11-libs/libva ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) diff --git a/media-video/vlc/vlc-2.0.8.ebuild b/media-video/vlc/vlc-2.0.8.ebuild index 99be21d11759..e12c0f49dbb3 100644 --- a/media-video/vlc/vlc-2.0.8.ebuild +++ b/media-video/vlc/vlc-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.8.ebuild,v 1.2 2013/10/26 17:16:29 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.8.ebuild,v 1.3 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -139,7 +139,7 @@ RDEPEND=" udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) - vaapi? ( x11-libs/libva:0 ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) diff --git a/media-video/vlc/vlc-2.0.8a.ebuild b/media-video/vlc/vlc-2.0.8a.ebuild index 441afd533b39..90f6a30d395c 100644 --- a/media-video/vlc/vlc-2.0.8a.ebuild +++ b/media-video/vlc/vlc-2.0.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.8a.ebuild,v 1.2 2013/10/26 17:16:29 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.8a.ebuild,v 1.3 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -139,7 +139,7 @@ RDEPEND=" udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) - vaapi? ( x11-libs/libva:0 ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) diff --git a/media-video/vlc/vlc-2.0.9.ebuild b/media-video/vlc/vlc-2.0.9.ebuild index 229ddb7fd282..b3c66e8f7627 100644 --- a/media-video/vlc/vlc-2.0.9.ebuild +++ b/media-video/vlc/vlc-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9.ebuild,v 1.2 2013/10/26 17:16:29 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9.ebuild,v 1.3 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -139,7 +139,7 @@ RDEPEND=" udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) - vaapi? ( x11-libs/libva:0 ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) diff --git a/media-video/vlc/vlc-2.0.9999.ebuild b/media-video/vlc/vlc-2.0.9999.ebuild index 4bce31b13a4d..7e2d124879a7 100644 --- a/media-video/vlc/vlc-2.0.9999.ebuild +++ b/media-video/vlc/vlc-2.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild,v 1.32 2013/10/26 17:16:29 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild,v 1.33 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -139,7 +139,7 @@ RDEPEND=" udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) - vaapi? ( x11-libs/libva:0 ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) diff --git a/media-video/vlc/vlc-2.1.0.ebuild b/media-video/vlc/vlc-2.1.0.ebuild index 075b6871dadc..b449a0242a0d 100644 --- a/media-video/vlc/vlc-2.1.0.ebuild +++ b/media-video/vlc/vlc-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.5 2013/10/27 13:24:41 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.7 2013/11/10 15:41:55 tomwij Exp $ EAPI="5" @@ -141,7 +141,7 @@ RDEPEND=" udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) - vaapi? ( x11-libs/libva:0 ) + vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 ! + + + + + GIMP: Multiple vulnerabilities + Multiple vulnerabilities have been found in GIMP, the worst of + which allow execution of arbitrary code. + + gimp + November 10, 2013 + November 10, 2013: 1 + 434580 + 444280 + remote + + + 2.8.2-r1 + 2.8.2-r1 + + + +

GIMP is the GNU Image Manipulation Program.

+
+ +

Multiple vulnerabilities have been discovered in GIMP. Please review the + CVE identifiers referenced below for details. +

+
+ +

A remote attacker could entice a user to open a specially crafted KiSS + palette, GIF image or XWD file using GIMP, possibly resulting in + execution of arbitrary code with the privileges of the process or a + Denial of Service condition. +

+
+ +

There is no known workaround at this time.

+
+ +

All GIMP users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/gimp-2.8.2-r1" + +
+ + CVE-2012-3403 + CVE-2012-3481 + CVE-2012-5576 + + ackle + ackle +
diff --git a/metadata/glsa/glsa-201311-06.xml b/metadata/glsa/glsa-201311-06.xml new file mode 100644 index 000000000000..885766a250c9 --- /dev/null +++ b/metadata/glsa/glsa-201311-06.xml @@ -0,0 +1,62 @@ + + + + + + libxml2: Multiple vulnerabilities + Multiple vulnerabilities have been found in libxml2, allowing + remote attackers to execute arbitrary code or cause Denial of Service. + + libxml2 + November 10, 2013 + November 10, 2013: 1 + 434344 + 444836 + 458430 + 458740 + 466238 + 476438 + remote + + + 2.9.1-r1 + 2.9.1-r1 + + + +

libxml2 is the XML C parser and toolkit developed for the Gnome project.

+
+ +

Multiple vulnerabilities have been discovered in libxml2. Please review + the CVE identifiers referenced below for details. +

+
+ +

A remote attacker could entice a user to open a specially crafted + document with an application linked against libxml2, possibly resulting + in execution of arbitrary code with the privileges of the process or a + Denial of Service condition. +

+
+ +

There is no known workaround at this time.

+
+ +

All libxml2 users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/libxml2-2.9.1-r1" + +
+ + CVE-2012-2871 + CVE-2012-5134 + CVE-2013-0338 + CVE-2013-1664 + CVE-2013-1969 + CVE-2013-2877 + + ackle + ackle +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index c75cb88a1dda..b0dee0aa15ef 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sat, 09 Nov 2013 19:07:00 +0000 +Mon, 11 Nov 2013 05:07:36 +0000 diff --git a/metadata/md5-cache/app-arch/lbzip2-2.3-r1 b/metadata/md5-cache/app-arch/lbzip2-2.3-r1 new file mode 100644 index 000000000000..9ee3a39e9be4 --- /dev/null +++ b/metadata/md5-cache/app-arch/lbzip2-2.3-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Parallel bzip2 utility +EAPI=5 +HOMEPAGE=https://github.com/kjn/lbzip2/ +IUSE=debug symlink +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=symlink? ( !app-arch/pbzip2[symlink] ) +SLOT=0 +SRC_URI=http://archive.lbzip2.org/lbzip2-2.3.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3ac5795abb61f92b14156309e0357c9b diff --git a/metadata/md5-cache/app-emulation/libvirt-1.1.4 b/metadata/md5-cache/app-emulation/libvirt-1.1.4 index 3c78386f6d8c..127e23fa2819 100644 --- a/metadata/md5-cache/app-emulation/libvirt-1.1.4 +++ b/metadata/md5-cache/app-emulation/libvirt-1.1.4 @@ -11,4 +11,4 @@ REQUIRED_USE=libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) lxc? ( caps SLOT=0 SRC_URI=http://libvirt.org/sources/libvirt-1.1.4.tar.gz ftp://libvirt.org/libvirt/libvirt-1.1.4.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=735485c26cf1c96732be1287781a2f66 +_md5_=1a937bf4b15afc11233dc99cbcf49ad1 diff --git a/metadata/md5-cache/app-emulation/libvirt-9999 b/metadata/md5-cache/app-emulation/libvirt-9999 index 6f10195ac048..1f3908b4667a 100644 --- a/metadata/md5-cache/app-emulation/libvirt-9999 +++ b/metadata/md5-cache/app-emulation/libvirt-9999 @@ -9,4 +9,4 @@ RDEPEND=sys-libs/readline sys-libs/ncurses >=net-misc/curl-7.18.0 dev-libs/libgc REQUIRED_USE=libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) lxc? ( caps libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd ) vepa? ( macvtap ) virtualbox? ( libvirtd ) xen? ( libvirtd ) virt-network? ( libvirtd ) firewalld? ( virt-network ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c84be6498be17091f3e765bfd6314258 +_md5_=aa8ddb49a5cdf8efaa824dd02100737b diff --git a/metadata/md5-cache/app-forensics/afflib-3.7.3 b/metadata/md5-cache/app-forensics/afflib-3.7.3 new file mode 100644 index 000000000000..190a0c2cdd7f --- /dev/null +++ b/metadata/md5-cache/app-forensics/afflib-3.7.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/expat dev-libs/openssl sys-libs/zlib fuse? ( sys-fs/fuse ) ncurses? ( sys-libs/ncurses ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) readline? ( sys-libs/readline ) s3? ( net-misc/curl ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Library that implements the AFF image standard +EAPI=5 +HOMEPAGE=https://github.com/simsong/AFFLIBv3/ +IUSE=fuse ncurses python qemu readline s3 static-libs threads python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~hppa ~ppc ~x86 +LICENSE=BSD +RDEPEND=dev-libs/expat dev-libs/openssl sys-libs/zlib fuse? ( sys-fs/fuse ) ncurses? ( sys-libs/ncurses ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) readline? ( sys-libs/readline ) s3? ( net-misc/curl ) +REQUIRED_USE=python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) +SLOT=0 +SRC_URI=https://github.com/simsong/AFFLIBv3/archive/v3.7.3.tar.gz -> afflib-3.7.3.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=59e67fde0f23744da78927bcf5545c54 diff --git a/metadata/md5-cache/app-forensics/sleuthkit-4.1.2 b/metadata/md5-cache/app-forensics/sleuthkit-4.1.2 new file mode 100644 index 000000000000..f709b47056ef --- /dev/null +++ b/metadata/md5-cache/app-forensics/sleuthkit-4.1.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-db/sqlite:3 ewf? ( app-forensics/libewf ) aff? ( app-forensics/afflib ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A collection of file system and media management forensic analysis tools +EAPI=5 +HOMEPAGE=http://www.sleuthkit.org/sleuthkit/ +IUSE=aff ewf static-libs +KEYWORDS=~amd64 ~hppa ~ppc ~x86 +LICENSE=GPL-2 IBM +RDEPEND=dev-db/sqlite:3 ewf? ( app-forensics/libewf ) aff? ( app-forensics/afflib ) dev-perl/DateManip +SLOT=0/10 +SRC_URI=mirror://sourceforge/sleuthkit/sleuthkit-4.1.2.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3db4568b6c5eeda85db444cc39622201 diff --git a/metadata/md5-cache/app-misc/tracker-0.14.5 b/metadata/md5-cache/app-misc/tracker-0.14.5 deleted file mode 100644 index 135505eea89e..000000000000 --- a/metadata/md5-cache/app-misc/tracker-0.14.5 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.14:=[fts3(+),threadsafe(+)] >=dev-libs/glib-2.28:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux applet? ( >=gnome-base/gnome-panel-2.91.6 >=x11-libs/gdk-pixbuf-2.12:2 >=x11-libs/gtk+-3:3 ) cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) flickr? ( net-libs/rest:0.7 ) gif? ( media-libs/giflib ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.26 ) gsf? ( >=gnome-extra/libgsf-1.13 ) gstreamer? ( >=media-libs/gstreamer-0.10.31:0.10 >=media-libs/gst-plugins-base-0.10.31:0.10 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.5:1.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) || ( dev-lang/vala:0.22 dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) >=dev-util/gtk-doc-am-1.8 >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig gtk? ( >=dev-libs/libgee-0.3 ) test? ( >=dev-libs/dbus-glib-0.82-r1 >=sys-apps/dbus-1.3.1[X] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=A tagging metadata database, search tool and indexer -EAPI=5 -HOMEPAGE=http://projects.gnome.org/tracker/ -IUSE=applet cue eds elibc_glibc exif firefox-bookmarks flac flickr gif gnome-keyring gsf gstreamer gtk iptc +iso +jpeg laptop +miner-fs mp3 nautilus networkmanager pdf playlist rss test thunderbird +tiff upnp-av +vorbis xine +xml xmp xps test -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2+ LGPL-2.1+ -PDEPEND=nautilus? ( >=gnome-extra/nautilus-tracker-tags-0.14 ) -RDEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.14:=[fts3(+),threadsafe(+)] >=dev-libs/glib-2.28:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux applet? ( >=gnome-base/gnome-panel-2.91.6 >=x11-libs/gdk-pixbuf-2.12:2 >=x11-libs/gtk+-3:3 ) cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) flickr? ( net-libs/rest:0.7 ) gif? ( media-libs/giflib ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.26 ) gsf? ( >=gnome-extra/libgsf-1.13 ) gstreamer? ( >=media-libs/gstreamer-0.10.31:0.10 >=media-libs/gst-plugins-base-0.10.31:0.10 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.5:1.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) -REQUIRED_USE=^^ ( gstreamer xine ) cue? ( gstreamer ) upnp-av? ( gstreamer ) !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) -SLOT=0/14 -SRC_URI=mirror://gnome/sources/tracker/0.14/tracker-0.14.5.tar.xz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=e2aa7be39d33811bd04cf34a7536aaa1 diff --git a/metadata/md5-cache/app-misc/tracker-0.16.1 b/metadata/md5-cache/app-misc/tracker-0.16.3 similarity index 50% rename from metadata/md5-cache/app-misc/tracker-0.16.1 rename to metadata/md5-cache/app-misc/tracker-0.16.3 index 8cbc4a1c77e8..cb36213283c8 100644 --- a/metadata/md5-cache/app-misc/tracker-0.16.1 +++ b/metadata/md5-cache/app-misc/tracker-0.16.3 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.35.1:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.13 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) libsecret? ( >=app-crypt/libsecret-0.5 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0.5 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) || ( dev-lang/vala:0.22 dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) >=dev-util/gtk-doc-am-1.8 >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig gtk? ( >=dev-libs/libgee-0.3 ) test? ( >=dev-libs/dbus-glib-0.82-r1 >=sys-apps/dbus-1.3.1[X] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.35.1:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) libsecret? ( >=app-crypt/libsecret-0.5 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0.5 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) || ( dev-lang/vala:0.22 dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) >=dev-util/gtk-doc-am-1.8 >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig gtk? ( >=dev-libs/libgee-0.3 ) test? ( >=dev-libs/dbus-glib-0.82-r1 >=sys-apps/dbus-1.3.1[X] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=A tagging metadata database, search tool and indexer EAPI=5 HOMEPAGE=http://projects.gnome.org/tracker/ IUSE=cue eds elibc_glibc exif firefox-bookmarks flac gif gsf gstreamer gtk iptc +iso +jpeg laptop libsecret +miner-fs mp3 nautilus networkmanager pdf playlist rss test thunderbird +tiff upnp-av +vorbis xine +xml xmp xps test KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2+ LGPL-2.1+ -PDEPEND=nautilus? ( ~gnome-extra/nautilus-tracker-tags-0.16.1 ) -RDEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.35.1:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.13 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) libsecret? ( >=app-crypt/libsecret-0.5 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0.5 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) +PDEPEND=nautilus? ( ~gnome-extra/nautilus-tracker-tags-0.16.3 ) +RDEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.35.1:2 >=dev-libs/gobject-introspection-0.9.5 >=dev-libs/icu-4:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg=] media-gfx/graphicsmagick[imagemagick,png,jpeg=] ) >=media-libs/libpng-1.2:0= >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.0.2:= ) jpeg? ( virtual/jpeg:0 ) laptop? ( >=sys-power/upower-0.9 ) libsecret? ( >=app-crypt/libsecret-0.5 ) mp3? ( >=media-libs/taglib-1.6 gtk? ( x11-libs/gdk-pixbuf:2 ) ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( net-libs/libgrss:0.5 ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xine? ( >=media-libs/xine-lib-1 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !xine? ( || ( media-video/totem media-video/mplayer ) ) ) REQUIRED_USE=^^ ( gstreamer xine ) cue? ( gstreamer ) upnp-av? ( gstreamer ) !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) SLOT=0/16 -SRC_URI=mirror://gnome/sources/tracker/0.16/tracker-0.16.1.tar.xz +SRC_URI=mirror://gnome/sources/tracker/0.16/tracker-0.16.3.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=9ccf224aa43dce00678802957c4c8a4e +_md5_=004b0651c0f5570459e589b303f9cfd4 diff --git a/metadata/md5-cache/app-office/glabels-3.2.0 b/metadata/md5-cache/app-office/glabels-3.2.0 new file mode 100644 index 000000000000..d5451e634b28 --- /dev/null +++ b/metadata/md5-cache/app-office/glabels-3.2.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.28.2:2 >=x11-libs/gtk+-3.0.9:3 >=dev-libs/libxml2-2.7.8:2 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/cairo-1.10.0 >=x11-libs/pango-1.28.1 barcode? ( >=app-text/barcode-0.98 >=media-gfx/qrencode-3.1 ) eds? ( >=gnome-extra/evolution-data-server-2.30.3 ) app-text/scrollkeeper app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools dev-util/gtk-doc-am >=dev-util/intltool-0.28 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Program for creating labels and business cards +EAPI=5 +HOMEPAGE=http://www.glabels.org/ +IUSE=barcode eds +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=GPL-2 FDL-1.1 LGPL-2 +RDEPEND=>=dev-libs/glib-2.28.2:2 >=x11-libs/gtk+-3.0.9:3 >=dev-libs/libxml2-2.7.8:2 >=gnome-base/librsvg-2.32.0:2 >=x11-libs/cairo-1.10.0 >=x11-libs/pango-1.28.1 barcode? ( >=app-text/barcode-0.98 >=media-gfx/qrencode-3.1 ) eds? ( >=gnome-extra/evolution-data-server-2.30.3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/glabels/3.2/glabels-3.2.0.tar.xz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=89d2b2df60689f0bf7526492a4967c05 diff --git a/metadata/md5-cache/app-portage/eix-0.30.0 b/metadata/md5-cache/app-portage/eix-0.30.0 new file mode 100644 index 000000000000..0a20d936e023 --- /dev/null +++ b/metadata/md5-cache/app-portage/eix-0.30.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) app-arch/xz-utils nls? ( sys-devel/gettext ) +DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more +EAPI=5 +HOMEPAGE=http://eix.berlios.de +IUSE=debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools linguas_de linguas_ru +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) app-shells/push +SLOT=0 +SRC_URI=mirror://berlios/eix/eix-0.30.0.tar.xz +_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils 4878e7f88afc0ba0866ac112190b0fd4 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=73703a6bd0bbf0d8c1c8e3f9240382fc diff --git a/metadata/md5-cache/dev-games/gigi-0.8_pre20121225 b/metadata/md5-cache/dev-games/gigi-0.8_pre20121225 deleted file mode 100644 index f1f288274aec..000000000000 --- a/metadata/md5-cache/dev-games/gigi-0.8_pre20121225 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=dev-libs/boost-1.47 media-libs/freetype:2 sys-devel/libtool sys-libs/zlib x11-libs/libX11 virtual/opengl devil? ( >=media-libs/devil-1.6.1 ) !devil? ( media-libs/libpng:0 media-libs/tiff:0 virtual/jpeg ) ogre? ( >=dev-games/ogre-1.7.4[ois?] ois? ( dev-games/ois ) ) sdl? ( media-libs/libsdl ) virtual/pkgconfig doc? ( app-doc/doxygen ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) =dev-lang/python-2* -DESCRIPTION=An OpenGL interface library -EAPI=4 -HOMEPAGE=http://gigi.sourceforge.net -IUSE=devil doc eve ogre ois sdl static-libs threads -KEYWORDS=~amd64 -LICENSE=LGPL-2.1 -RDEPEND=>=dev-libs/boost-1.47 media-libs/freetype:2 sys-devel/libtool sys-libs/zlib x11-libs/libX11 virtual/opengl devil? ( >=media-libs/devil-1.6.1 ) !devil? ( media-libs/libpng:0 media-libs/tiff:0 virtual/jpeg ) ogre? ( >=dev-games/ogre-1.7.4[ois?] ois? ( dev-games/ois ) ) sdl? ( media-libs/libsdl ) =dev-lang/python-2* -REQUIRED_USE=ois? ( ogre ) -RESTRICT=test -SLOT=0 -SRC_URI=http://dev.gentoo.org/~tomka/files/gigi-0.8_pre20121225.tar.bz2 -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4b534deb833ef8a745dc34dc36a80189 diff --git a/metadata/md5-cache/dev-games/gigi-0.8_pre20130312 b/metadata/md5-cache/dev-games/gigi-0.8_pre20130312 deleted file mode 100644 index 9b4abd500fd3..000000000000 --- a/metadata/md5-cache/dev-games/gigi-0.8_pre20130312 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=dev-libs/boost-1.47 media-libs/freetype:2 sys-devel/libtool sys-libs/zlib x11-libs/libX11 virtual/opengl devil? ( >=media-libs/devil-1.6.1 ) !devil? ( media-libs/libpng:0 media-libs/tiff:0 virtual/jpeg ) ogre? ( >=dev-games/ogre-1.7.4[ois?] ois? ( dev-games/ois ) ) sdl? ( media-libs/libsdl ) virtual/pkgconfig doc? ( app-doc/doxygen ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) =dev-lang/python-2* -DESCRIPTION=An OpenGL interface library -EAPI=4 -HOMEPAGE=http://gigi.sourceforge.net -IUSE=devil doc eve ogre ois sdl static-libs threads -KEYWORDS=~amd64 -LICENSE=LGPL-2.1 -RDEPEND=>=dev-libs/boost-1.47 media-libs/freetype:2 sys-devel/libtool sys-libs/zlib x11-libs/libX11 virtual/opengl devil? ( >=media-libs/devil-1.6.1 ) !devil? ( media-libs/libpng:0 media-libs/tiff:0 virtual/jpeg ) ogre? ( >=dev-games/ogre-1.7.4[ois?] ois? ( dev-games/ois ) ) sdl? ( media-libs/libsdl ) =dev-lang/python-2* -REQUIRED_USE=ois? ( ogre ) -RESTRICT=test -SLOT=0 -SRC_URI=http://dev.gentoo.org/~tomka/files/gigi-0.8_pre20130312.tar.bz2 -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ea9370fbfd888a0cbd4c569c6c2fd870 diff --git a/metadata/md5-cache/dev-lang/v8-3.18.5.14 b/metadata/md5-cache/dev-lang/v8-3.18.5.14 deleted file mode 100644 index a4ce71810e4f..000000000000 --- a/metadata/md5-cache/dev-lang/v8-3.18.5.14 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst setup test -DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) readline? ( sys-libs/readline:0 ) >=sys-apps/sed-4 -DESCRIPTION=Google's open source JavaScript engine -EAPI=5 -HOMEPAGE=http://code.google.com/p/v8 -IUSE=neon readline -KEYWORDS=amd64 ~arm x86 ~x86-fbsd ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=readline? ( sys-libs/readline:0 ) -SLOT=0/3.18.5.14 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/v8-3.18.5.14.tar.bz2 -_eclasses_=chromium cb805b418b1d27c585f6b2a3321d19ee eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=18fd12fb56c6ed555afa1a3caf3aaac9 diff --git a/metadata/md5-cache/dev-lang/yap-6.3.3 b/metadata/md5-cache/dev-lang/yap-6.3.3 new file mode 100644 index 000000000000..3ee080f3b8b9 --- /dev/null +++ b/metadata/md5-cache/dev-lang/yap-6.3.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup test +DEPEND=sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) R? ( dev-lang/R ) doc? ( app-text/texi2html ) java? ( >=dev-java/java-config-2.1.9-r1 ) +DESCRIPTION=YAP is a high-performance Prolog compiler. +EAPI=2 +HOMEPAGE=http://www.dcc.fc.up.pt/~vsc/Yap/ +IUSE=R debug doc examples gmp java mpi mysql odbc readline static threads elibc_FreeBSD java +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=Artistic LGPL-2 +RDEPEND=sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) R? ( dev-lang/R ) java? ( >=dev-java/java-config-2.1.9-r1 ) +SLOT=0 +SRC_URI=http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.3.3.tar.gz mirror://gentoo/yap-6.3.3-gentoo-patchset-0.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d099183f5157e0402c2456f0b5d3095e diff --git a/metadata/md5-cache/dev-libs/softhsm-1.3.3 b/metadata/md5-cache/dev-libs/softhsm-1.3.5 similarity index 72% rename from metadata/md5-cache/dev-libs/softhsm-1.3.3 rename to metadata/md5-cache/dev-libs/softhsm-1.3.5 index f1631224a9ca..86a987f5312e 100644 --- a/metadata/md5-cache/dev-libs/softhsm-1.3.3 +++ b/metadata/md5-cache/dev-libs/softhsm-1.3.5 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure install DEPEND=dev-db/sqlite:3 >=dev-libs/botan-1.10.1[threads] DESCRIPTION=A software PKCS#11 implementation -EAPI=4 +EAPI=5 HOMEPAGE=http://www.opendnssec.org/ IUSE=debug KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=dev-db/sqlite:3 >=dev-libs/botan-1.10.1[threads] SLOT=0 -SRC_URI=http://www.opendnssec.org/files/source/softhsm-1.3.3.tar.gz -_md5_=1ffc97e9cb883c2c787c38929045edcf +SRC_URI=http://www.opendnssec.org/files/source/softhsm-1.3.5.tar.gz +_md5_=6f8970d866e4d59c2ef158ae6932347d diff --git a/metadata/md5-cache/dev-python/CoverageTestRunner-1.10 b/metadata/md5-cache/dev-python/CoverageTestRunner-1.10 new file mode 100644 index 000000000000..56f0a03b519d --- /dev/null +++ b/metadata/md5-cache/dev-python/CoverageTestRunner-1.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/coverage userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=fail Python program unit tests unless they test everything +EAPI=5 +HOMEPAGE=http://liw.fi/coverage-test-runner/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/coverage python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://code.liw.fi/debian/pool/main/p/python-coverage-test-runner/python-coverage-test-runner_1.10.orig.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=c5c6b17118b25492a8eea179651997bd diff --git a/metadata/md5-cache/dev-python/CoverageTestRunner-1.8 b/metadata/md5-cache/dev-python/CoverageTestRunner-1.8 deleted file mode 100644 index a88ffa641321..000000000000 --- a/metadata/md5-cache/dev-python/CoverageTestRunner-1.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-python/coverage || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=fail Python program unit tests unless they test everything -EAPI=4 -HOMEPAGE=http://liw.fi/coverage-test-runner/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/coverage || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=http://code.liw.fi/debian/pool/main/p/python-coverage-test-runner/python-coverage-test-runner_1.8.orig.tar.gz -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=300d8cacdbfc2d251561e97b72294729 diff --git a/metadata/md5-cache/dev-python/CoverageTestRunner-1.9 b/metadata/md5-cache/dev-python/CoverageTestRunner-1.9 deleted file mode 100644 index 385f4b7d5afe..000000000000 --- a/metadata/md5-cache/dev-python/CoverageTestRunner-1.9 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-python/coverage || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=fail Python program unit tests unless they test everything -EAPI=4 -HOMEPAGE=http://liw.fi/coverage-test-runner/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/coverage || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=http://code.liw.fi/debian/pool/main/p/python-coverage-test-runner/python-coverage-test-runner_1.9.orig.tar.gz -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=3dbb05a91bc07ca1a6f6135eea4e0d0e diff --git a/metadata/md5-cache/dev-python/oslo-config-1.2.1 b/metadata/md5-cache/dev-python/oslo-config-1.2.1 new file mode 100644 index 000000000000..2c5587434af6 --- /dev/null +++ b/metadata/md5-cache/dev-python/oslo-config-1.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/oslo-sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/hacking-0.5.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/fixtures-0.3.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testrepository-0.0.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testscenarios-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testtools-0.9.32[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=The Oslo configuration API supports parsing command line arguments and ini style configuration files +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/oslo.config +IUSE=test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/o/oslo.config/oslo.config-1.2.1.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0b917fa03438866b0ee286e9e116978b diff --git a/metadata/md5-cache/dev-python/psutil-1.1.3 b/metadata/md5-cache/dev-python/psutil-1.1.3 new file mode 100644 index 000000000000..5aaa0897002a --- /dev/null +++ b/metadata/md5-cache/dev-python/psutil-1.1.3 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=Retrieve information on running processes and system utilization +EAPI=5 +HOMEPAGE=http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/ +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/psutil/psutil-1.1.3.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3c1d7645ea2bd38f018baeb68487586b diff --git a/metadata/md5-cache/dev-python/pympler-0.2.0 b/metadata/md5-cache/dev-python/pympler-0.2.0 deleted file mode 100644 index c5b083e66787..000000000000 --- a/metadata/md5-cache/dev-python/pympler-0.2.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-lang/python -DESCRIPTION=memory profiling for Python applications -EAPI=4 -HOMEPAGE=http://code.google.com/p/pympler/ -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux -LICENSE=Apache-2.0 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://dev.gentoo.org/~jlec/distfiles/pympler-0.2.0.tar.xz -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=a7943b3a821d4456f11df9d1a910c7e0 diff --git a/metadata/md5-cache/dev-python/pympler-0.3.1 b/metadata/md5-cache/dev-python/pympler-0.3.1 index 24dc3192dc89..553fc1577321 100644 --- a/metadata/md5-cache/dev-python/pympler-0.3.1 +++ b/metadata/md5-cache/dev-python/pympler-0.3.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/P/Pympler/Pympler-0.3.1.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=434ac27fbb1f68343c2366a41f1d0960 +_md5_=be900746531ed7b3d58a173a3eb1b1b3 diff --git a/metadata/md5-cache/dev-python/turbolift-2.0.3 b/metadata/md5-cache/dev-python/turbolift-2.0.3 index 1b4dea5a5914..02cced21101b 100644 --- a/metadata/md5-cache/dev-python/turbolift-2.0.3 +++ b/metadata/md5-cache/dev-python/turbolift-2.0.3 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -DESCRIPTION=Rackspace Cloud files sync/backup utility +DESCRIPTION=Openstack Swift sync/backup utility EAPI=5 HOMEPAGE=https://github.com/cloudnull/turbolift/wiki IUSE=python_targets_python2_6 python_targets_python2_7 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/t/turbolift/turbolift-2.0.3.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=63e9cfa3fa0dffb0557ca03d68dde7f5 +_md5_=6a19710939605775b9824d1d28f613e1 diff --git a/metadata/md5-cache/dev-ruby/actionmailer-3.2.13 b/metadata/md5-cache/dev-ruby/actionmailer-3.2.13 deleted file mode 100644 index 582a858e4185..000000000000 --- a/metadata/md5-cache/dev-ruby/actionmailer-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/mail-2.5.3:2.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/mail-2.5.3:2.5[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.12.1[ruby_targets_ruby18] =dev-ruby/mocha-0.12*[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.12.1[ruby_targets_ruby19] =dev-ruby/mocha-0.12*[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Framework for designing email-service layers -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/actionmailer/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/mail-2.5.3:2.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/mail-2.5.3:2.5[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a649ec8bb0ff8f88fe010f9321e1ffb0 diff --git a/metadata/md5-cache/dev-ruby/actionmailer-3.2.14 b/metadata/md5-cache/dev-ruby/actionmailer-3.2.14 deleted file mode 100644 index 61622ec668a5..000000000000 --- a/metadata/md5-cache/dev-ruby/actionmailer-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby18] dev-ruby/mocha:0.13[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Framework for designing email-service layers -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/actionmailer/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] >=dev-ruby/mail-2.5.4:2.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] >=dev-ruby/mail-2.5.4:2.5[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=54d96cd1f8dcab5bc9e43128b7793489 diff --git a/metadata/md5-cache/dev-ruby/actionpack-3.2.13 b/metadata/md5-cache/dev-ruby/actionpack-3.2.13 deleted file mode 100644 index 3e7922834b92..000000000000 --- a/metadata/md5-cache/dev-ruby/actionpack-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby18] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby18] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.12.1[ruby_targets_ruby18] dev-ruby/bundler[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.12.1[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] >=dev-ruby/uglifier-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? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Eases web-request routing, handling, and response. -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/actionpack/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby18] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby18] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2b1c5877367c5ceb48e20405b60cc168 diff --git a/metadata/md5-cache/dev-ruby/actionpack-3.2.14 b/metadata/md5-cache/dev-ruby/actionpack-3.2.14 deleted file mode 100644 index 24acba520270..000000000000 --- a/metadata/md5-cache/dev-ruby/actionpack-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby18] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby18] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby18] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby18] dev-ruby/bundler[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby18] ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby19] ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] >=dev-ruby/uglifier-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? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Eases web-request routing, handling, and response. -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/actionpack/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby18] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby18] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby18] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby18] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] >=dev-ruby/rack-cache-1.2[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/rack-1.4.5:1.4[ruby_targets_ruby19] >=dev-ruby/rack-test-0.6.1:0.6[ruby_targets_ruby19] >=dev-ruby/journey-1.0.4:1.0[ruby_targets_ruby19] >=dev-ruby/sprockets-2.2.1:2.2[ruby_targets_ruby19] >=dev-ruby/erubis-2.7.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=42d5d6eb4a205981e476ec491a7685c2 diff --git a/metadata/md5-cache/dev-ruby/activemodel-3.2.13 b/metadata/md5-cache/dev-ruby/activemodel-3.2.13 deleted file mode 100644 index fbb5df9ed685..000000000000 --- a/metadata/md5-cache/dev-ruby/activemodel-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=A toolkit for building modeling frameworks like Active Record and Active Resource. -EAPI=4 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=bb37c48574d92c30a5e0cde8108e50c0 diff --git a/metadata/md5-cache/dev-ruby/activemodel-3.2.14 b/metadata/md5-cache/dev-ruby/activemodel-3.2.14 deleted file mode 100644 index b64e0aa9f279..000000000000 --- a/metadata/md5-cache/dev-ruby/activemodel-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby18] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=A toolkit for building modeling frameworks like Active Record and Active Resource. -EAPI=4 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby18] >=dev-ruby/bcrypt-ruby-3.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] >=dev-ruby/builder-3.0.0:3[ruby_targets_ruby19] >=dev-ruby/bcrypt-ruby-3.0.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c9d4eb5ffeba0ac54392bb6622858e7d diff --git a/metadata/md5-cache/dev-ruby/activerecord-3.2.13 b/metadata/md5-cache/dev-ruby/activerecord-3.2.13 deleted file mode 100644 index 3dae3b02a42a..000000000000 --- a/metadata/md5-cache/dev-ruby/activerecord-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby18] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ) ruby_targets_ruby18? ( test? ( dev-ruby/bundler[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] >=dev-ruby/mocha-0.12.1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] >=dev-ruby/mocha-0.12.1[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activerecord/ -IUSE=mysql postgres sqlite3 test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby18] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b88d326d5670dc880a8d2b17492c5129 diff --git a/metadata/md5-cache/dev-ruby/activerecord-3.2.14 b/metadata/md5-cache/dev-ruby/activerecord-3.2.14 deleted file mode 100644 index bdeafee1957f..000000000000 --- a/metadata/md5-cache/dev-ruby/activerecord-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby18] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby18] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby19] ) ) ) ruby_targets_ruby18? ( test? ( dev-ruby/bundler[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] dev-ruby/mocha:0.13[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] dev-ruby/mocha:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activerecord/ -IUSE=mysql postgres sqlite3 test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby18] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby18] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby18] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby18] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.14[ruby_targets_ruby19] >=dev-ruby/arel-3.0.2:3.0[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29:0[ruby_targets_ruby19] sqlite3? ( >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby19] ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3[ruby_targets_ruby19] ) postgres? ( >=dev-ruby/pg-0.11.0[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=62193c49f47d6587cb2ef27eca7f2775 diff --git a/metadata/md5-cache/dev-ruby/activeresource-3.2.13 b/metadata/md5-cache/dev-ruby/activeresource-3.2.13 deleted file mode 100644 index b7c4041161b9..000000000000 --- a/metadata/md5-cache/dev-ruby/activeresource-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Think Active Record for web resources.. -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activeresource/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/activemodel-3.2.13[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/activemodel-3.2.13[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=53334c933c12e903803756c006933bf3 diff --git a/metadata/md5-cache/dev-ruby/activeresource-3.2.14 b/metadata/md5-cache/dev-ruby/activeresource-3.2.14 deleted file mode 100644 index 7784d45bf8ad..000000000000 --- a/metadata/md5-cache/dev-ruby/activeresource-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] dev-ruby/builder:3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] dev-ruby/builder:3[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby18] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13.0:0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Think Active Record for web resources.. -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activeresource/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] dev-ruby/builder:3[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] dev-ruby/builder: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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5ae54d29125bf86b58305f8ab5cb2d59 diff --git a/metadata/md5-cache/dev-ruby/activesupport-3.2.13 b/metadata/md5-cache/dev-ruby/activesupport-3.2.13 deleted file mode 100644 index 480fb753ebf8..000000000000 --- a/metadata/md5-cache/dev-ruby/activesupport-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby18] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_jruby] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_jruby] !!=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby18] dev-ruby/nokogiri[ruby_targets_ruby18] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( >=dev-ruby/memcache-client-1.5.8[ruby_targets_jruby] dev-ruby/nokogiri[ruby_targets_jruby] >=dev-ruby/builder-3.0.3:3[ruby_targets_jruby] >=dev-ruby/tzinfo-0.3.29[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Utility Classes and Extension to the Standard Library -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activesupport/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby18] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_jruby] >=dev-ruby/i18n-0.6.1:0.6[ruby_targets_jruby] !! rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2e267255b84764f1e6145e906045d046 diff --git a/metadata/md5-cache/dev-ruby/activesupport-3.2.14 b/metadata/md5-cache/dev-ruby/activesupport-3.2.14 deleted file mode 100644 index f8a6b587328d..000000000000 --- a/metadata/md5-cache/dev-ruby/activesupport-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby18] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_jruby] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_jruby] !!=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby18] dev-ruby/nokogiri[ruby_targets_ruby18] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/memcache-client-1.5.8[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] >=dev-ruby/builder-3.0.3:3[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.29[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/test-unit:2[ruby_targets_jruby] >=dev-ruby/memcache-client-1.5.8[ruby_targets_jruby] dev-ruby/nokogiri[ruby_targets_jruby] >=dev-ruby/builder-3.0.3:3[ruby_targets_jruby] >=dev-ruby/tzinfo-0.3.29[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/libxml-2.0.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Utility Classes and Extension to the Standard Library -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/activesupport/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby18] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby18] !!=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_ruby19] !!=dev-ruby/multi_json-1.0[ruby_targets_jruby] >=dev-ruby/i18n-0.6.4:0.6[ruby_targets_jruby] !! rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b6586653f5e80b58081965236172e773 diff --git a/metadata/md5-cache/dev-ruby/builder-2.1.2-r3 b/metadata/md5-cache/dev-ruby/builder-2.1.2-r3 index e68121a18588..32f7b5162f7b 100644 --- a/metadata/md5-cache/dev-ruby/builder-2.1.2-r3 +++ b/metadata/md5-cache/dev-ruby/builder-2.1.2-r3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( virtual/ruby-test-unit[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( virtual/ruby-test-unit[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DEPEND=ruby_targets_ruby18? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( virtual/ruby-test-unit[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) DESCRIPTION=A builder to facilitate programatic generation of XML markup EAPI=2 HOMEPAGE=http://rubyforge.org/projects/builder/ -IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) SLOT=0 SRC_URI=mirror://rubyforge/builder/builder-2.1.2.tgz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=623b1acf723c9d98c417f86d9f0e7837 +_md5_=19fbbd9f21c9984a5a3a9ecb9cf5927b diff --git a/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 b/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 new file mode 100644 index 000000000000..9a15befe42e1 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( test? ( dev-ruby/rspec[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=A scripting framework that replaces rake and sake +EAPI=5 +HOMEPAGE=https://github.com/carllerche/childlabor +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test +KEYWORDS=~amd64 ~arm +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) +SLOT=0 +SRC_URI=https://github.com/carllerche/childlabor/archive/6518b939dddbad20c7f05aa075d76e3ca6e70447.tar.gz -> childlabor-0.0.3.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=7b9c95f9c1d7ef25e86dbffc71bf8757 diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.17 b/metadata/md5-cache/dev-ruby/configliere-0.4.17 deleted file mode 100644 index f6654706ee9a..000000000000 --- a/metadata/md5-cache/dev-ruby/configliere-0.4.17 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ree18] >=dev-ruby/multi_json-1.1[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec:2[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Settings manager for Ruby scripts -EAPI=4 -HOMEPAGE=https://github.com/infochimps-labs/configliere -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ree18] >=dev-ruby/multi_json-1.1[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) -SLOT=0 -SRC_URI=mirror://rubygems/configliere-0.4.17.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f7ba399869e9ad85bcc3fa4f178d9aac diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.18 b/metadata/md5-cache/dev-ruby/configliere-0.4.18 deleted file mode 100644 index 5a71615ebb6b..000000000000 --- a/metadata/md5-cache/dev-ruby/configliere-0.4.18 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ree18] >=dev-ruby/multi_json-1.1[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec:2[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Settings manager for Ruby scripts -EAPI=4 -HOMEPAGE=https://github.com/infochimps-labs/configliere -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ree18] >=dev-ruby/multi_json-1.1[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) -SLOT=0 -SRC_URI=mirror://rubygems/configliere-0.4.18.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0a8f9f7e8a252f8286f9ae7eb6ba4dd0 diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 b/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 new file mode 100644 index 000000000000..3593d14331ad --- /dev/null +++ b/metadata/md5-cache/dev-ruby/configliere-0.4.18-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.1[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=Settings manager for Ruby scripts +EAPI=5 +HOMEPAGE=https://github.com/infochimps-labs/configliere +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby18] >=dev-ruby/multi_json-1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby19] >=dev-ruby/multi_json-1.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby20] >=dev-ruby/multi_json-1.1[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/highline-1.5.2[ruby_targets_jruby] >=dev-ruby/multi_json-1.1[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/configliere-0.4.18.gem +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=aea2814e1c69c194356286a157e03a42 diff --git a/metadata/md5-cache/dev-ruby/file-tail-1.0.12 b/metadata/md5-cache/dev-ruby/file-tail-1.0.12 deleted file mode 100644 index dd04425e3b52..000000000000 --- a/metadata/md5-cache/dev-ruby/file-tail-1.0.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/tins-0.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/tins-0.5[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/tins-0.5[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/tins-0.5[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=A small ruby library that allows it to 'tail' files in Ruby -EAPI=4 -HOMEPAGE=http://flori.github.com/file-tail -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/tins-0.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/tins-0.5[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/tins-0.5[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/tins-0.5[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) -SLOT=0 -SRC_URI=mirror://rubygems/file-tail-1.0.12.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7dc048737076386b30ada19f9bb299ad diff --git a/metadata/md5-cache/dev-ruby/maruku-0.7.0 b/metadata/md5-cache/dev-ruby/maruku-0.7.0 new file mode 100644 index 000000000000..df031d8d3bcd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/maruku-0.7.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( highlight? ( dev-ruby/syntax[ruby_targets_jruby] ) ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=A Markdown-superset interpreter written in Ruby. +EAPI=5 +HOMEPAGE=http://maruku.rubyforge.org/ +IUSE=highlight test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=ruby_targets_ruby18? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( highlight? ( dev-ruby/syntax[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( highlight? ( dev-ruby/syntax[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/maruku-0.7.0.gem +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c554fdf4ee56b636284f153d1e02e5ed diff --git a/metadata/md5-cache/dev-ruby/rails-3.2.13 b/metadata/md5-cache/dev-ruby/rails-3.2.13 deleted file mode 100644 index 255a5cb911fa..000000000000 --- a/metadata/md5-cache/dev-ruby/rails-3.2.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby18] ~dev-ruby/activeresource-3.2.13[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] =dev-ruby/bundler-1*[ruby_targets_ruby18] ~dev-ruby/railties-3.2.13[ruby_targets_ruby18] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby18] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.13[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.13[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[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] ) ) -DESCRIPTION=ruby on rails is a web-application and persistance framework -EAPI=4 -HOMEPAGE=http://www.rubyonrails.org -IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby18] ~dev-ruby/activeresource-3.2.13[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] =dev-ruby/bundler-1*[ruby_targets_ruby18] ~dev-ruby/railties-3.2.13[ruby_targets_ruby18] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby18] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/actionmailer-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.13[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.13[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.13[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=mirror://rubygems/rails-3.2.13.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a815e0c97f35d89b24cf6acd474b9d49 diff --git a/metadata/md5-cache/dev-ruby/rails-3.2.14 b/metadata/md5-cache/dev-ruby/rails-3.2.14 deleted file mode 100644 index b666a907f0e5..000000000000 --- a/metadata/md5-cache/dev-ruby/rails-3.2.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby18] ~dev-ruby/activeresource-3.2.14[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] =dev-ruby/bundler-1*[ruby_targets_ruby18] ~dev-ruby/railties-3.2.14[ruby_targets_ruby18] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby18] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.14[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.14[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[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] ) ) -DESCRIPTION=ruby on rails is a web-application and persistance framework -EAPI=4 -HOMEPAGE=http://www.rubyonrails.org -IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby18] ~dev-ruby/activeresource-3.2.14[ruby_targets_ruby18] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] =dev-ruby/bundler-1*[ruby_targets_ruby18] ~dev-ruby/railties-3.2.14[ruby_targets_ruby18] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby18] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby18] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby18] >=dev-ruby/coffee-rails-3.2.1:3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( ~dev-ruby/actionmailer-3.2.14[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] ~dev-ruby/activerecord-3.2.14[ruby_targets_ruby19] ~dev-ruby/activeresource-3.2.14[ruby_targets_ruby19] ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] =dev-ruby/bundler-1*[ruby_targets_ruby19] ~dev-ruby/railties-3.2.14[ruby_targets_ruby19] asset-pipeline? ( dev-ruby/jquery-rails[ruby_targets_ruby19] >=dev-ruby/sass-rails-3.2.3:3.2[ruby_targets_ruby19] >=dev-ruby/uglifier-1.0.3[ruby_targets_ruby19] >=dev-ruby/coffee-rails-3.2.1:3.2[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=3.2 -SRC_URI=mirror://rubygems/rails-3.2.14.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=64193da88b9e7d665f3f991223ec0ae1 diff --git a/metadata/md5-cache/dev-ruby/railties-3.2.13 b/metadata/md5-cache/dev-ruby/railties-3.2.13 deleted file mode 100644 index 0374af44f574..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-3.2.13 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby18] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby19] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications. -EAPI=4 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.18 ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -RESTRICT=test -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fb9881d758fbeae02236d8ec136e16e6 diff --git a/metadata/md5-cache/dev-ruby/railties-3.2.13-r1 b/metadata/md5-cache/dev-ruby/railties-3.2.13-r1 deleted file mode 100644 index a7e97806a639..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-3.2.13-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby18] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.9.5[ruby_targets_ruby19] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications. -EAPI=4 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.18 ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.13[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.13[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -RESTRICT=test -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.13.tar.gz -> rails-3.2.13.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a4bdd3f0dd25870e096ea57c48bd78f4 diff --git a/metadata/md5-cache/dev-ruby/railties-3.2.14 b/metadata/md5-cache/dev-ruby/railties-3.2.14 deleted file mode 100644 index 18d4d3ef7439..000000000000 --- a/metadata/md5-cache/dev-ruby/railties-3.2.14 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby18] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/mocha:0.13[ruby_targets_ruby19] ) doc? ( >=dev-ruby/redcloth-4.1.1[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) 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] ) ) -DESCRIPTION=Tools for creating, working with, and running Rails applications. -EAPI=4 -HOMEPAGE=http://github.com/rails/rails -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=>=app-admin/eselect-rails-0.18 ruby_targets_ruby18? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby18] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby18] >=dev-ruby/rdoc-3.4[ruby_targets_ruby18] >=dev-ruby/thor-0.14.6[ruby_targets_ruby18] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby18] >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( ~dev-ruby/activesupport-3.2.14[ruby_targets_ruby19] ~dev-ruby/actionpack-3.2.14[ruby_targets_ruby19] >=dev-ruby/rdoc-3.4[ruby_targets_ruby19] >=dev-ruby/thor-0.14.6[ruby_targets_ruby19] >=dev-ruby/rack-ssl-1.3.2:1.3[ruby_targets_ruby19] >=dev-ruby/rake-0.8.7[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] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -RESTRICT=test -SLOT=3.2 -SRC_URI=http://github.com/rails/rails/archive/v3.2.14.tar.gz -> rails-3.2.14.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c8c74e765c8c7ada8ea60db0df1eebcb diff --git a/metadata/md5-cache/dev-ruby/tins-0.13.0 b/metadata/md5-cache/dev-ruby/tins-0.13.0 new file mode 100644 index 000000000000..bedf1c2b7cf8 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/tins-0.13.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=All the stuff that isn't good enough for a real library. +EAPI=5 +HOMEPAGE=http://github.com/flori/tins +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/tins-0.13.0.gem +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=9abf2cd1b4cfd56de0addbf5ec297a4f diff --git a/metadata/md5-cache/dev-ruby/uglifier-2.3.1 b/metadata/md5-cache/dev-ruby/uglifier-2.3.1 new file mode 100644 index 000000000000..f0a59c08e132 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/uglifier-2.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby18] >=dev-ruby/json-1.8.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby19] >=dev-ruby/json-1.8.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby20] >=dev-ruby/json-1.8.0[ruby_targets_ruby20] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/source_map[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/source_map[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/source_map[ruby_targets_ruby20] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DESCRIPTION=Ruby wrapper for UglifyJS JavaScript compressor. +EAPI=5 +HOMEPAGE=https://github.com/lautis/uglifier +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 doc test test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby18] >=dev-ruby/json-1.8.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby19] >=dev-ruby/json-1.8.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/execjs-0.3.0[ruby_targets_ruby20] >=dev-ruby/json-1.8.0[ruby_targets_ruby20] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) +SLOT=0 +SRC_URI=mirror://rubygems/uglifier-2.3.1.gem +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6a201d2dd6c824e4c7064c11b80155db diff --git a/metadata/md5-cache/dev-util/cdiff-0.9.2 b/metadata/md5-cache/dev-util/cdiff-0.9.2 index 6f4f47650c67..bf7494dfc278 100644 --- a/metadata/md5-cache/dev-util/cdiff-0.9.2 +++ b/metadata/md5-cache/dev-util/cdiff-0.9.2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/c/cdiff/cdiff-0.9.2.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8c7b61042ace54cea699408c310717c9 +_md5_=282a89c8f4995e72b410218f8f947343 diff --git a/metadata/md5-cache/dev-util/cdiff-0.9.3 b/metadata/md5-cache/dev-util/cdiff-0.9.3 index d8d3b56b9136..b01bf606bfd1 100644 --- a/metadata/md5-cache/dev-util/cdiff-0.9.3 +++ b/metadata/md5-cache/dev-util/cdiff-0.9.3 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/c/cdiff/cdiff-0.9.3.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=383d223e2f01e3f5977bba0345204aca +_md5_=f9ca82e923622578bc9be162aa2426f5 diff --git a/metadata/md5-cache/dev-util/cdiff-9999 b/metadata/md5-cache/dev-util/cdiff-9999 index f0742a62e65e..ad92c48e3916 100644 --- a/metadata/md5-cache/dev-util/cdiff-9999 +++ b/metadata/md5-cache/dev-util/cdiff-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=!app-misc/colordiff dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] sys-apps/less userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=!app-misc/colordiff dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sys-apps/less userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=Colored, side-by-side diff terminal viewer. EAPI=5 HOMEPAGE=https://github.com/ymattw/cdiff -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 LICENSE=BSD -RDEPEND=!app-misc/colordiff dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] sys-apps/less python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 ) +RDEPEND=!app-misc/colordiff dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sys-apps/less python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-r3 536297c3f55d49069f6d2785b061e4d9 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0641936a8d82c5480324f96cfec8b209 +_md5_=2c3be9ed31fa35defa67749d4a4ac975 diff --git a/metadata/md5-cache/dev-util/cmdtest-0.10 b/metadata/md5-cache/dev-util/cmdtest-0.10 new file mode 100644 index 000000000000..56d13f344f0f --- /dev/null +++ b/metadata/md5-cache/dev-util/cmdtest-0.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/cliapp dev-python/ttystatus userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=black box tests Unix command line tools +EAPI=5 +HOMEPAGE=http://liw.fi/cmdtest/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://code.liw.fi/debian/pool/main/c/cmdtest/cmdtest_0.10.orig.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=34c16bac1df13e7d38b02a7c049fa5dc diff --git a/metadata/md5-cache/dev-util/cmdtest-0.5 b/metadata/md5-cache/dev-util/cmdtest-0.5 deleted file mode 100644 index fb103dc8c4e3..000000000000 --- a/metadata/md5-cache/dev-util/cmdtest-0.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-python/cliapp dev-python/ttystatus || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=black box tests Unix command line tools -EAPI=4 -HOMEPAGE=http://liw.fi/cmdtest/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=http://code.liw.fi/debian/pool/main/c/cmdtest/cmdtest_0.5.orig.tar.gz -_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=0d9c24ca3c73f731ff312c4dae5b79ac diff --git a/metadata/md5-cache/dev-util/debhelper-9.20131110 b/metadata/md5-cache/dev-util/debhelper-9.20131110 new file mode 100644 index 000000000000..26ed31155886 --- /dev/null +++ b/metadata/md5-cache/dev-util/debhelper-9.20131110 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install +DEPEND=>=dev-lang/perl-5.10 app-arch/dpkg dev-perl/TimeDate virtual/perl-Getopt-Long linguas_de? ( >=app-text/po4a-0.24 ) linguas_es? ( >=app-text/po4a-0.24 ) linguas_fr? ( >=app-text/po4a-0.24 ) test? ( dev-perl/Test-Pod ) +DESCRIPTION=Collection of programs that can be used to automate common tasks in debian/rules +EAPI=5 +HOMEPAGE=http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/ +IUSE=test linguas_de linguas_es linguas_fr +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux +LICENSE=GPL-2 +RDEPEND=>=dev-lang/perl-5.10 app-arch/dpkg dev-perl/TimeDate virtual/perl-Getopt-Long +SLOT=0 +SRC_URI=mirror://debian/pool/main/d/debhelper/debhelper_9.20131110.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1bee58576c355cd3377c0e1cf8f17074 diff --git a/metadata/md5-cache/games-engines/renpy-6.16.1 b/metadata/md5-cache/games-engines/renpy-6.16.1 new file mode 100644 index 000000000000..77c909b0846b --- /dev/null +++ b/metadata/md5-cache/games-engines/renpy-6.16.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=app-admin/eselect-renpy-0.3 dev-libs/fribidi dev-python/pygame[X,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-exec-0.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/glew media-libs/libpng:0 media-libs/libsdl[X,video] media-libs/freetype:2 sys-libs/zlib virtual/ffmpeg virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pkgconfig userland_GNU? ( >=sys-apps/coreutils-8.5 ) >=sys-apps/sed-4 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Visual novel engine written in python +EAPI=5 +HOMEPAGE=http://www.renpy.org +IUSE=development doc examples python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=app-admin/eselect-renpy-0.3 dev-libs/fribidi dev-python/pygame[X,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-exec-0.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/glew media-libs/libpng:0 media-libs/libsdl[X,video] media-libs/freetype:2 sys-libs/zlib virtual/ffmpeg virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=examples? ( development ) || ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=6.16 +SRC_URI=http://www.renpy.org/dl/6.16.1/renpy-6.16.1-source.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d3e313215ead3456b77b756cda9972b6 diff --git a/metadata/md5-cache/games-misc/bsd-games-2.17-r5 b/metadata/md5-cache/games-misc/bsd-games-2.17-r5 index 0b5f02ad633d..9ebed4b1949a 100644 --- a/metadata/md5-cache/games-misc/bsd-games-2.17-r5 +++ b/metadata/md5-cache/games-misc/bsd-games-2.17-r5 @@ -3,10 +3,10 @@ DEPEND=!games-misc/wtf !app-misc/banner !games-puzzle/hangman sys-libs/ncurses s DESCRIPTION=collection of games from NetBSD EAPI=2 HOMEPAGE=http://www.advogato.org/proj/bsd-games/ -KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 +KEYWORDS=alpha amd64 ~ppc ~sparc x86 LICENSE=BSD RDEPEND=!games-misc/wtf !app-misc/banner !games-puzzle/hangman sys-libs/ncurses sys-apps/miscfiles SLOT=0 SRC_URI=ftp://metalab.unc.edu/pub/Linux/games/bsd-games-2.17.tar.gz mirror://debian/pool/main/b/bsdgames/bsdgames_2.17-21.debian.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1dda00d5f7b33619373bb07c623e43eb +_md5_=25d0280ccf39674f2feb56c67a92dafe diff --git a/metadata/md5-cache/games-misc/doge-0.9.0 b/metadata/md5-cache/games-misc/doge-1.0.0 similarity index 69% rename from metadata/md5-cache/games-misc/doge-0.9.0 rename to metadata/md5-cache/games-misc/doge-1.0.0 index 0ac9482b104f..b2f88e83610a 100644 --- a/metadata/md5-cache/games-misc/doge-0.9.0 +++ b/metadata/md5-cache/games-misc/doge-1.0.0 @@ -6,9 +6,9 @@ HOMEPAGE=https://github.com/thiderman/doge https://pypi.python.org/pypi/doge/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +RDEPEND=sys-process/procps python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -SRC_URI=mirror://pypi/d/doge/doge-0.9.0.tar.gz +SRC_URI=mirror://pypi/d/doge/doge-1.0.0.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3a0981134777cc6ad060a76c82814145 +_md5_=388e4064f8b159b0f8c6d6ffcd174f3b diff --git a/metadata/md5-cache/games-strategy/seven-kingdoms-2.14.3 b/metadata/md5-cache/games-strategy/seven-kingdoms-2.14.3 deleted file mode 100644 index 8890a49aa7b3..000000000000 --- a/metadata/md5-cache/games-strategy/seven-kingdoms-2.14.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack -DEPEND=media-libs/libsdl[X,video] media-libs/sdl-net media-libs/openal || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Seven Kingdoms: Ancient Adversaries -EAPI=4 -HOMEPAGE=http://7kfans.com/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -PDEPEND=games-strategy/seven-kingdoms-data -RDEPEND=media-libs/libsdl[X,video] media-libs/sdl-net media-libs/openal -SLOT=0 -SRC_URI=mirror://sourceforge/skfans/7kaa-source-2.14.3.tar.bz2 http://dev.gentoo.org/~pinkbyte/distfiles/7kaa.png -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=30382925c9769e7a53d43c477249e889 diff --git a/metadata/md5-cache/games-strategy/seven-kingdoms-data-2.13 b/metadata/md5-cache/games-strategy/seven-kingdoms-data-2.13 deleted file mode 100644 index c629ac67617f..000000000000 --- a/metadata/md5-cache/games-strategy/seven-kingdoms-data-2.13 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DESCRIPTION=Seven Kingdoms: Ancient Adversaries game data files -EAPI=4 -HOMEPAGE=http://7kfans.com/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://sourceforge/skfans/7kaa-data-2.13.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=233f9f38ec7bd6d81bbc0ec836711b90 diff --git a/metadata/md5-cache/gnome-base/gnome-control-center-3.6.3-r1 b/metadata/md5-cache/gnome-base/gnome-control-center-3.6.3-r1 deleted file mode 100644 index cf7b0e1cf4d7..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-control-center-3.6.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) x11-proto/xproto x11-proto/xf86miscproto x11-proto/kbproto dev-libs/libxml2:2 dev-libs/libxslt >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.17 virtual/pkgconfig cups? ( sys-apps/sed ) gnome-base/gnome-common || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=GNOME Desktop Configuration Tool -EAPI=5 -HOMEPAGE=http://www.gnome.org/ -IUSE=+bluetooth +colord +cups +gnome-online-accounts +i18n input_devices_wacom kerberos +networkmanager +socialweb systemd v4l debug -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=GPL-2+ -PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 -RDEPEND=>=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) gnome-base/gnome-settings-daemon[input_devices_wacom?] sys-apps/accountsservice x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit ) !=gnome-base/gnome-session-2.91.6-r1 RDEPEND=>=dev-libs/glib-2.35.1:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.7.10:3 >=gnome-base/gsettings-desktop-schemas-3.7.2.2 >=gnome-base/gnome-desktop-3.7.5:3= >=gnome-base/gnome-settings-daemon-3.8.3[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3:0= >=gnome-extra/nm-applet-0.9.7.995 >=net-misc/networkmanager-0.9.8[modemmanager?] virtual/opengl x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.29 ) cups? ( >=net-print/cups-1.4[dbus] >=net-fs/samba-3.6.14-r1[smbclient] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8.1 ) i18n? ( >=app-i18n/ibus-1.4.99 ) kerberos? ( app-crypt/mit-krb5 ) modemmanager? ( >=net-misc/modemmanager-0.7.990 ) socialweb? ( net-libs/libsocialweb ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 >=x11-libs/libXi-1.2 ) || ( ( app-admin/openrc-settingsd sys-auth/consolekit ) >=sys-apps/systemd-31 ) >=sys-apps/accountsservice-0.6.30 x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 >=x11-misc/colord-0.1.29 >=x11-libs/colord-gtk-0.1.24 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) input_devices_wacom? ( gnome-base/gnome-settings-daemon[input_devices_wacom] ) !=dev-libs/glib-2.35.3:2 >=x11-libs/gtk+-3.7.8:3 >=gnome-base/gnome-desktop-3.7.90:3= >=gnome-base/gsettings-desktop-schemas-3.7.2.1 >=gnome-base/librsvg-2.36.2 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-2 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) udev? ( virtual/udev[gudev] ) cups? ( sys-apps/sed ) dev-libs/libxml2:2 sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Gnome Settings Daemon +EAPI=5 +HOMEPAGE=https://git.gnome.org/browse/gnome-settings-daemon +IUSE=+colord +cups debug +i18n input_devices_wacom -openrc-force packagekit policykit +short-touchpad-timeout smartcard +udev test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.35.3:2 >=x11-libs/gtk+-3.7.8:3 >=gnome-base/gnome-desktop-3.7.90:3= >=gnome-base/gsettings-desktop-schemas-3.7.2.1 >=gnome-base/librsvg-2.36.2 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-2 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) udev? ( virtual/udev[gudev] ) gnome-base/dconf !openrc-force? ( sys-apps/systemd ) >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=app-misc/tracker-0.14.5 >=dev-libs/glib-2.28:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 app-arch/xz-utils -DESCRIPTION=Nautilus extension to tag files for Tracker -EAPI=5 -HOMEPAGE=http://www.tracker-project.org/ -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=>=app-misc/tracker-0.14.5 >=dev-libs/glib-2.28:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 !=dev-libs/glib-2.35.1:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 app-arch/xz-utils +DEPEND=~app-misc/tracker-0.16.3 >=dev-libs/glib-2.35.1:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 app-arch/xz-utils DESCRIPTION=Nautilus extension to tag files for Tracker EAPI=5 HOMEPAGE=http://www.tracker-project.org/ KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 -RDEPEND=~app-misc/tracker-0.16.1 >=dev-libs/glib-2.35.1:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 !=dev-libs/glib-2.35.1:2 >=gnome-base/nautilus-2.90 x11-libs/gtk+:3 !=gnome-base/gnome-settings-daemon-3.0 x11-libs/gtk+:3 >=dev-util/intltool-0.40.0 virtual/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior -EAPI=4 -HOMEPAGE=http://www.gnome.org/ http://www.hadess.net/search/label/office-runner -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 x11-libs/gtk+:3 -SLOT=0 -SRC_URI=mirror://gentoo/office-runner-0.0_pre20110916.tar.xz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=796332dfc3723f289ce649166a924384 diff --git a/metadata/md5-cache/gnome-extra/office-runner-1.0 b/metadata/md5-cache/gnome-extra/office-runner-1.0 deleted file mode 100644 index 8d7104768891..000000000000 --- a/metadata/md5-cache/gnome-extra/office-runner-1.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 x11-libs/gtk+:3 >=dev-util/intltool-0.40.0 virtual/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior -EAPI=5 -HOMEPAGE=http://www.gnome.org/ http://www.hadess.net/search/label/office-runner -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 x11-libs/gtk+:3 >=sys-apps/systemd-190 -SLOT=0 -SRC_URI=mirror://gnome/sources/office-runner/1.0/office-runner-1.0.tar.xz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=984e62448a3ab141dd104c1c839cdb9d diff --git a/metadata/md5-cache/gnome-extra/office-runner-1.0.2 b/metadata/md5-cache/gnome-extra/office-runner-1.0.2 new file mode 100644 index 000000000000..5c2d940b8def --- /dev/null +++ b/metadata/md5-cache/gnome-extra/office-runner-1.0.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 >=x11-libs/gtk+-3.8:3 >=dev-util/intltool-0.40.0 virtual/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior +EAPI=5 +HOMEPAGE=http://www.hadess.net/search/label/office-runner +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 >=x11-libs/gtk+-3.8:3 >=sys-apps/systemd-190 +SLOT=0 +SRC_URI=mirror://gnome/sources/office-runner/1.0/office-runner-1.0.2.tar.xz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=ae6d791236839cc9375d4d6aa0be484e diff --git a/metadata/md5-cache/media-libs/giflib-5.0.5 b/metadata/md5-cache/media-libs/giflib-5.0.5 new file mode 100644 index 000000000000..d28c2e7c50d0 --- /dev/null +++ b/metadata/md5-cache/media-libs/giflib-5.0.5 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure install prepare +DESCRIPTION=Library to handle, display and manipulate GIF images +EAPI=4 +HOMEPAGE=http://sourceforge.net/projects/giflib/ +IUSE=static-libs +LICENSE=MIT +SLOT=0 +SRC_URI=mirror://sourceforge/giflib/giflib-5.0.5.tar.bz2 +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4e11048ec37294d53e27ce1504013760 diff --git a/metadata/md5-cache/media-tv/xbmc-12.1-r1 b/metadata/md5-cache/media-tv/xbmc-12.1-r1 index e67941df499a..038495d43d28 100644 --- a/metadata/md5-cache/media-tv/xbmc-12.1-r1 +++ b/metadata/md5-cache/media-tv/xbmc-12.1-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=pvr? ( mysql ) rsxs? ( X ) X? ( sdl ) xrandr? ( X ) SLOT=0 SRC_URI=http://mirrors.xbmc.org/releases/source/xbmc-12.1.tar.gz http://dev.gentooexperimental.org/~scarabeus/xbmc-12-libav.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=402874e791e72a4bb59caa3b5dc0590b +_md5_=4d436f2c46c4b92f48b6ca8614a09a36 diff --git a/metadata/md5-cache/media-tv/xbmc-12.2-r1 b/metadata/md5-cache/media-tv/xbmc-12.2-r1 index 5face8265bd7..30a4fada7ef9 100644 --- a/metadata/md5-cache/media-tv/xbmc-12.2-r1 +++ b/metadata/md5-cache/media-tv/xbmc-12.2-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=pvr? ( mysql ) rsxs? ( X ) X? ( sdl ) xrandr? ( X ) SLOT=0 SRC_URI=http://mirrors.xbmc.org/releases/source/xbmc-12.2.tar.gz mirror://gentoo/xbmc_backports-12-1.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=170cabaf851e388847ab5e64b27b7c9a +_md5_=33d1c63f09550d86aaec75c3c48b2650 diff --git a/metadata/md5-cache/media-video/openshot-1.4.3 b/metadata/md5-cache/media-video/openshot-1.4.3 new file mode 100644 index 000000000000..c7d9e7adcc3b --- /dev/null +++ b/metadata/md5-cache/media-video/openshot-1.4.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Free, open-source, non-linear video editor to create and edit videos and movies +EAPI=5 +HOMEPAGE=http://www.openshotvideo.com +IUSE=+python +ffmpeg python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=dev-python/pygoocanvas[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=media-libs/mlt-0.8.2[ffmpeg,frei0r,gtk,melt,python,sdl,xml] ffmpeg? ( >=virtual/ffmpeg-0.6[encode,sdl,x264,mp3,theora] media-sound/sox[encode,ffmpeg] ) python? ( dev-python/httplib2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/librsvg-python ) x11-libs/gtk+:2 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python ffmpeg ) || ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://launchpad.net/openshot/1.4/1.4.3/+download/openshot-1.4.3.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=97a86cc747335bbe9f6193642e765a5e diff --git a/metadata/md5-cache/media-video/vlc-2.0.5 b/metadata/md5-cache/media-video/vlc-2.0.5 index 3bfabbd2565e..518f6d0b3f3a 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.5 +++ b/metadata/md5-cache/media-video/vlc-2.0.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare unpack -DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aac aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl opus optimisememory oss png portaudio +postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora truetype twolame udev upnp vaapi v4l vcdx vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=alpha amd64 ~arm ppc ppc64 -sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) +RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.5/vlc-2.0.5.tar.xz mirror://gentoo/vlc-patches-101.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a7f216d4b065981a58d8603af5166d75 +_md5_=f3944212cae24a9c34a4eb5dada50b20 diff --git a/metadata/md5-cache/media-video/vlc-2.0.6 b/metadata/md5-cache/media-video/vlc-2.0.6 index c68f156f84dd..ed5bfbde2432 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.6 +++ b/metadata/md5-cache/media-video/vlc-2.0.6 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare unpack -DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aac aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl opus optimisememory oss png portaudio +postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora truetype twolame udev upnp vaapi v4l vcdx vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) +RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.6/vlc-2.0.6.tar.xz mirror://gentoo/vlc-patches-101.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=48b750d019a977ebcb45888fecf61d7d +_md5_=5117418398dc25e35a48fe374b5b458e diff --git a/metadata/md5-cache/media-video/vlc-2.0.7 b/metadata/md5-cache/media-video/vlc-2.0.7 index 99b87e5de3ca..8b6b9419a1b2 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.7 +++ b/metadata/md5-cache/media-video/vlc-2.0.7 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare unpack -DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) fbosd? ( sys-kernel/linux-headers ) kde? ( >=kde-base/kdelibs-4 ) xcb? ( x11-proto/xproto ) app-arch/xz-utils virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aac aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl opus optimisememory oss png portaudio +postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora truetype twolame udev upnp vaapi v4l vcdx vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=alpha amd64 ~arm ppc ppc64 -sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) +RDEPEND=>=sys-libs/zlib-1.2.5.1-r2[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3 ) aalib? ( media-libs/aalib ) aac? ( >=media-libs/faad2-2.6.1 ) alsa? ( >=media-libs/alsa-lib-1.0.23 ) avahi? ( >=net-dns/avahi-0.6[dbus] ) avcodec? ( virtual/ffmpeg ) avformat? ( virtual/ffmpeg ) bidi? ( >=dev-libs/fribidi-0.10.4 ) bluray? ( >=media-libs/libbluray-0.2.1 ) cddb? ( >=media-libs/libcddb-1.2.0 ) dbus? ( >=sys-apps/dbus-1.0.2 ) dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) dirac? ( >=media-video/dirac-0.10.0 ) directfb? ( dev-libs/DirectFB sys-libs/zlib ) dts? ( media-libs/libdca ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1 ) dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) egl? ( virtual/opengl ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) fluidsynth? ( media-sound/fluidsynth ) fontconfig? ( media-libs/fontconfig ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) gme? ( media-libs/game-music-emu ) gnome? ( gnome-base/gnome-vfs ) gnutls? ( >=net-libs/gnutls-2.0.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) ios-vout? ( virtual/opengl ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) kate? ( >=media-libs/libkate-0.1.1 ) libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) libcaca? ( >=media-libs/libcaca-0.99_beta14 ) libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( >=dev-libs/libtar-1.2.11-r3 ) libtiger? ( media-libs/libtiger ) linsys? ( >=media-libs/zvbi-0.2.28 ) lirc? ( app-misc/lirc ) live? ( >=media-plugins/live-2011.12.23 ) lua? ( >=dev-lang/lua-5.1 ) macosx-vout? ( virtual/opengl ) matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) modplug? ( >=media-libs/libmodplug-0.8.8.1 ) mp3? ( media-libs/libmad ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) mtp? ( >=media-libs/libmtp-1.0.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( >=sys-libs/ncurses-5.9-r2[unicode] ) ogg? ( media-libs/libogg ) opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) opus? ( media-libs/opus ) png? ( media-libs/libpng sys-libs/zlib ) portaudio? ( >=media-libs/portaudio-19_pre ) postproc? ( || ( media-video/ffmpeg:0 media-libs/libpostproc ) ) projectm? ( media-libs/libprojectm ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) schroedinger? ( >=media-libs/schroedinger-1.0.10 ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) shout? ( media-libs/libshout ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext x11-libs/libXpm x11-libs/libXinerama ) speex? ( media-libs/speex ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0 ) swscale? ( virtual/ffmpeg ) taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) theora? ( >=media-libs/libtheora-1.0_beta3 ) truetype? ( media-libs/freetype virtual/ttf-fonts !fontconfig? ( media-fonts/dejavu ) ) twolame? ( media-sound/twolame ) udev? ( virtual/udev ) upnp? ( net-libs/libupnp ) v4l? ( media-libs/libv4l ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.7/vlc-2.0.7.tar.xz mirror://gentoo/vlc-patches-101.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=db80b00291ad42a95dcfe4b24a87d316 +_md5_=39f5fa09ae26ced093be26fa6b8acbd9 diff --git a/metadata/md5-cache/media-video/vlc-2.0.8 b/metadata/md5-cache/media-video/vlc-2.0.8 index 9e317d8693b4..203059ed740d 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.8 +++ b/metadata/md5-cache/media-video/vlc-2.0.8 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl optimisememory opus oss png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba schroedinger sdl sdl-image sftp shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx visual vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=~amd64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.8/vlc-2.0.8.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8c06a618c2f7a85ef4ae2c4769c76ab2 +_md5_=303a2b376f0afbf52bd8f1a92913945a diff --git a/metadata/md5-cache/media-video/vlc-2.0.8a b/metadata/md5-cache/media-video/vlc-2.0.8a index b136c9febf85..d768455b88f7 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.8a +++ b/metadata/md5-cache/media-video/vlc-2.0.8a @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl optimisememory opus oss png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba schroedinger sdl sdl-image sftp shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx visual vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=~amd64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.8/vlc-2.0.8a.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8513c1b33be6713dea869758d620946d +_md5_=d08181a6b7f5053af4a16d5fc9a68f33 diff --git a/metadata/md5-cache/media-video/vlc-2.0.9 b/metadata/md5-cache/media-video/vlc-2.0.9 index 1155080ed7d9..b986ca075635 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.9 +++ b/metadata/md5-cache/media-video/vlc-2.0.9 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl optimisememory opus oss png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba schroedinger sdl sdl-image sftp shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx visual vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi KEYWORDS=~amd64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.0.9/vlc-2.0.9.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=050af34f8eb611991af00282acd5d22a +_md5_=d72ec6db1a2dd22718b4e6021a99cb84 diff --git a/metadata/md5-cache/media-video/vlc-2.0.9999 b/metadata/md5-cache/media-video/vlc-2.0.9999 index be0e5fe0cb0d..961728fe7cb9 100644 --- a/metadata/md5-cache/media-video/vlc-2.0.9999 +++ b/metadata/md5-cache/media-video/vlc-2.0.9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=dev-vcs/git-1.8.2.1 +DEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) fbosd? ( sys-kernel/linux-headers:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=dev-vcs/git-1.8.2.1 DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opengl optimisememory opus oss png portaudio +postproc projectm pulseaudio pvr qt4 rtsp run-as-root samba schroedinger sdl sdl-image sftp shine shout sid skins speex sqlite sse svg +swscale switcher taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx visual vlm vorbis waveout wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi LICENSE=LGPL-2.1 GPL-2 -RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=dev-libs/libgpg-error:0 net-dns/libidn:0 >=sys-devel/gettext-0.18.1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.23:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.0.2:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( media-sound/fluidsynth:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-2.0.0:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.1.1:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libproxy? ( net-libs/libproxy:0 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( media-libs/libtiger:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) portaudio? ( >=media-libs/portaudio-19_pre:0 ) postproc? ( || ( media-video/ffmpeg:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.8:0 sdl-image? ( media-libs/sdl-image:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) sqlite? ( >=dev-db/sqlite-3.6.0:3 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.5:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( virtual/udev:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) visual? ( media-libs/libvisual:0.4 ) vorbis? ( media-libs/libvorbis:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 x11-libs/xcb-util-keysyms:0 ) xml? ( dev-libs/libxml2:2 ) xosd? ( x11-libs/xosd:0 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-r3 536297c3f55d49069f6d2785b061e4d9 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a6cdf20c455a0a4686188b0436a9c8d7 +_md5_=1b6d14ead75c0a291951b48728832d60 diff --git a/metadata/md5-cache/media-video/vlc-2.1.0 b/metadata/md5-cache/media-video/vlc-2.1.0 index 9f0be5da8973..20460da6a11c 100644 --- a/metadata/md5-cache/media-video/vlc-2.1.0 +++ b/metadata/md5-cache/media-video/vlc-2.1.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst prepare setup test unpack -DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug dirac directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opencv opengl optimisememory opus png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba schroedinger sdl sdl-image sftp shout sid skins speex sse svg +swscale taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau vlm vorbis wma-fixed +X x264 +xcb xml xv zvbi test KEYWORDS=~amd64 ~ppc -sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 GPL-2 -RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) skins? ( truetype X ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) vlm? ( encode ) xv? ( xcb ) SLOT=0 SRC_URI=http://download.videolan.org/pub/videolan/vlc/2.1.0/vlc-2.1.0.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c806885c29b8cb1ee8f3820803ad1b72 +_md5_=42b9df4fa4d41fd431909ed66a971971 diff --git a/metadata/md5-cache/media-video/vlc-2.1.9999 b/metadata/md5-cache/media-video/vlc-2.1.9999 index 81c42cd89910..0cf7143b7625 100644 --- a/metadata/md5-cache/media-video/vlc-2.1.9999 +++ b/metadata/md5-cache/media-video/vlc-2.1.9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure install postinst prepare setup test unpack -DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=dev-vcs/git-1.8.2.1 +DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug dirac directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opencv opengl optimisememory opus png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba schroedinger sdl sdl-image sftp shout sid skins speex sse svg +swscale taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau vlm vorbis wma-fixed +X x264 +xcb xml xv zvbi test LICENSE=LGPL-2.1 GPL-2 -RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) skins? ( truetype X ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) vlm? ( encode ) xv? ( xcb ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-r3 536297c3f55d49069f6d2785b061e4d9 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=caac87e441e19862eb33d164a801c0fa +_md5_=517106e0500c91126613e9aa8c382082 diff --git a/metadata/md5-cache/media-video/vlc-9999 b/metadata/md5-cache/media-video/vlc-9999 index 086e200600f1..8ab6d6b8b536 100644 --- a/metadata/md5-cache/media-video/vlc-9999 +++ b/metadata/md5-cache/media-video/vlc-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure install postinst prepare setup test unpack -DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=dev-vcs/git-1.8.2.1 +DEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) kde? ( >=kde-base/kdelibs-4:4 ) xcb? ( x11-proto/xproto:0 ) app-arch/xz-utils:0 virtual/pkgconfig:0 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=VLC media player - Video player and streamer EAPI=5 HOMEPAGE=http://www.videolan.org/vlc/ IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug dirac directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtkit +macosx-vout matroska media-library mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opencv opengl optimisememory opus png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba schroedinger sdl sdl-image sftp shout sid skins speex sse svg +swscale taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau vlm vnc vorbis vpx wma-fixed +X x264 +xcb xml xv zvbi test LICENSE=LGPL-2.1 GPL-2 -RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) +RDEPEND=!=sys-devel/gettext-0.18.3:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] a52? ( >=media-libs/a52dec-0.7.4-r3:0 ) aalib? ( media-libs/aalib:0 ) alsa? ( >=media-libs/alsa-lib-1.0.24:0 ) avahi? ( >=net-dns/avahi-0.6:0[dbus] ) avcodec? ( virtual/ffmpeg:0 ) avformat? ( virtual/ffmpeg:0 ) bidi? ( >=dev-libs/fribidi-0.10.4:0 ) bluray? ( >=media-libs/libbluray-0.2.1:0 ) cddb? ( >=media-libs/libcddb-1.2.0:0 ) chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.0.2:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1.0:2 ) dirac? ( >=media-video/dirac-0.10.0:0 ) directfb? ( dev-libs/DirectFB:0 sys-libs/zlib:0 ) dts? ( media-libs/libdca:0 ) dvbpsi? ( >=media-libs/libdvbpsi-0.2.1:0 ) dvd? ( media-libs/libdvdread:0 >=media-libs/libdvdnav-0.1.9:0 ) egl? ( virtual/opengl:0 ) elibc_glibc? ( >=sys-libs/glibc-2.8:2.2 ) faad? ( >=media-libs/faad2-2.6.1:0 ) fdk? ( media-libs/fdk-aac:0 ) flac? ( media-libs/libogg:0 >=media-libs/flac-1.1.2:0 ) fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) ios-vout? ( virtual/opengl:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) kate? ( >=media-libs/libkate-0.3.0:0 ) libass? ( >=media-libs/libass-0.9.8:0 media-libs/fontconfig:1.0 ) libcaca? ( >=media-libs/libcaca-0.99_beta14:0 ) libnotify? ( x11-libs/libnotify:0 x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 dev-libs/glib:2 ) libsamplerate? ( media-libs/libsamplerate:0 ) libtar? ( >=dev-libs/libtar-1.2.11-r3:0 ) libtiger? ( >=media-libs/libtiger-0.3.1:0 ) linsys? ( >=media-libs/zvbi-0.2.28:0 ) lirc? ( app-misc/lirc:0 ) live? ( >=media-plugins/live-2011.12.23:0 ) lua? ( >=dev-lang/lua-5.1:0 ) macosx-vout? ( virtual/opengl:0 ) matroska? ( >=dev-libs/libebml-1.0.0:0= >=media-libs/libmatroska-1.0.0:0= ) modplug? ( >=media-libs/libmodplug-0.8.8.1:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( >=media-libs/libmpeg2-0.3.2:0 ) mtp? ( >=media-libs/libmtp-1.0.0:0 ) musepack? ( >=media-sound/musepack-tools-444:0 ) ncurses? ( sys-libs/ncurses:5[unicode] ) ogg? ( media-libs/libogg:0 ) opencv? ( >media-libs/opencv-2.0:0 ) opengl? ( virtual/opengl:0 >=x11-libs/libX11-1.3.99.901:0 ) opus? ( >=media-libs/opus-1.0.3:0 ) png? ( media-libs/libpng:0= sys-libs/zlib:0 ) postproc? ( || ( >=media-video/ffmpeg-1.2:0= media-libs/libpostproc:0 ) ) projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.22:0 ) qt4? ( >=dev-qt/qtgui-4.6.0:4 >=dev-qt/qtcore-4.6.0:4 ) qt5? ( >=dev-qt/qtgui-5.1.0:5 >=dev-qt/qtcore-5.1.0:5 ) rdp? ( net-misc/freerdp:0= ) samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4.0.0:0[client] ) ) schroedinger? ( >=media-libs/schroedinger-1.0.10:0 ) sdl? ( >=media-libs/libsdl-1.2.10:0 sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) ) sftp? ( net-libs/libssh2:0 ) shout? ( media-libs/libshout:0 ) sid? ( media-libs/libsidplay:2 ) skins? ( x11-libs/libXext:0 x11-libs/libXpm:0 x11-libs/libXinerama:0 ) speex? ( media-libs/speex:0 ) svg? ( >=gnome-base/librsvg-2.9.0:2 ) swscale? ( virtual/ffmpeg:0 ) taglib? ( >=media-libs/taglib-1.6.1:0 sys-libs/zlib:0 ) theora? ( >=media-libs/libtheora-1.0_beta3:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( media-libs/freetype:2 virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) udev? ( >=virtual/udev-142:0 ) upnp? ( net-libs/libupnp:0 ) v4l? ( media-libs/libv4l:0 ) vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] ) vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) vdpau? ( >=x11-libs/libvdpau-0.6:0 !=net-libs/libvncserver-0.9.9:0 ) vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0 ) X? ( x11-libs/libX11:0 ) x264? ( >=media-libs/x264-0.0.20090923:0= ) xcb? ( >=x11-libs/libxcb-1.6:0 >=x11-libs/xcb-util-0.3.4:0 >=x11-libs/xcb-util-keysyms-0.3.4:0 ) xml? ( dev-libs/libxml2:2 ) zvbi? ( >=media-libs/zvbi-0.2.25:0 ) REQUIRED_USE=aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) qt4? ( X !qt5 ) qt5? ( X !qt4 ) sdl? ( X ) skins? ( truetype X ^^ ( qt4 qt5 ) ) vaapi? ( avcodec X ) vlm? ( encode ) xv? ( xcb ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-r3 536297c3f55d49069f6d2785b061e4d9 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=fe5e7df969a44edcc31e3454784a33b9 +_md5_=887e8ba72e39798dc26ac52ce86b0001 diff --git a/metadata/md5-cache/net-analyzer/fping-3.8 b/metadata/md5-cache/net-analyzer/fping-3.8 new file mode 100644 index 000000000000..3b21ae72b752 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/fping-3.8 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure install +DESCRIPTION=A utility to ping multiple hosts at once +EAPI=5 +HOMEPAGE=http://fping.org/ +IUSE=ipv6 suid +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +LICENSE=fping +SLOT=0 +SRC_URI=http://fping.org/dist/fping-3.8.tar.gz +_md5_=5deaaa29739f807afc323bfe1f2a5229 diff --git a/metadata/md5-cache/net-analyzer/greenbone-security-assistant-4.0.2 b/metadata/md5-cache/net-analyzer/greenbone-security-assistant-4.0.2 new file mode 100644 index 000000000000..e0cc35bff580 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/greenbone-security-assistant-4.0.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=net-analyzer/openvas-libraries-6.0.0 dev-libs/libxslt net-libs/libmicrohttpd[messages] virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Greenbone Security Assistant for openvas +EAPI=5 +HOMEPAGE=http://www.openvas.org/ +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-analyzer/openvas-libraries-6.0.0 dev-libs/libxslt net-libs/libmicrohttpd[messages] +SLOT=0 +SRC_URI=http://wald.intevation.org/frs/download.php/1422/greenbone-security-assistant-4.0.2.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=48a267e0ae4b256b80ac6f7935b5facf diff --git a/metadata/md5-cache/net-analyzer/icinga-1.9.1 b/metadata/md5-cache/net-analyzer/icinga-1.10.0 similarity index 91% rename from metadata/md5-cache/net-analyzer/icinga-1.9.1 rename to metadata/md5-cache/net-analyzer/icinga-1.10.0 index 829faea4d703..320eeb3fe126 100644 --- a/metadata/md5-cache/net-analyzer/icinga-1.9.1 +++ b/metadata/md5-cache/net-analyzer/icinga-1.10.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst prepare setup DEPEND=idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd ) ) !net-analyzer/nagios-core apache2? ( =www-servers/apache-2* ) DESCRIPTION=Nagios Fork - Check daemon, CGIs, docs, IDOutils -EAPI=2 +EAPI=5 HOMEPAGE=http://www.icinga.org/ IUSE=+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web apache2 KEYWORDS=~amd64 ~hppa ~x86 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd ) ) !net-analyzer/nagios-core plugins? ( net-analyzer/nagios-plugins ) apache2? ( =www-servers/apache-2* ) RESTRICT=test SLOT=0 -SRC_URI=mirror://sourceforge/icinga/icinga-1.9.1.tar.gz +SRC_URI=mirror://sourceforge/icinga/icinga-1.10.0.tar.gz _eclasses_=depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e48c1751e1246abe1217da04c4fe6abb +_md5_=ed12ce728e9339200135b50f3d28c57a diff --git a/metadata/md5-cache/net-analyzer/icinga-1.8.4-r1 b/metadata/md5-cache/net-analyzer/icinga-1.8.4-r1 deleted file mode 100644 index f11f9457014e..000000000000 --- a/metadata/md5-cache/net-analyzer/icinga-1.8.4-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd ) ) !net-analyzer/nagios-core apache2? ( =www-servers/apache-2* ) -DESCRIPTION=Nagios Fork - Check daemon, CGIs, docs, IDOutils -EAPI=2 -HOMEPAGE=http://www.icinga.org/ -IUSE=+apache2 eventhandler +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web apache2 -KEYWORDS=~amd64 ~hppa ~x86 -LICENSE=GPL-2 -RDEPEND=idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd ) ) !net-analyzer/nagios-core plugins? ( net-analyzer/nagios-plugins ) apache2? ( =www-servers/apache-2* ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/icinga/icinga-1.8.4.tar.gz -_eclasses_=depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=cf61df120ead16dc0d91e61270868bcb diff --git a/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 b/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 new file mode 100644 index 000000000000..6e56ef3f28b9 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=config configure install postinst prepare setup +DEPEND=dev-php/phing dev-db/libdbi-drivers[mysql?,postgres?] >=net-analyzer/icinga-1.10.0 dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml] pnp? ( net-analyzer/pnp4nagios ) apache2? ( =www-servers/apache-2* ) +DESCRIPTION=Icinga Web - new Web Interface +EAPI=5 +HOMEPAGE=http://www.icinga.org/ +IUSE=apache2 mysql pnp postgres apache2 +KEYWORDS=~x86 ~amd64 +LICENSE=GPL-2 +RDEPEND=dev-php/phing dev-db/libdbi-drivers[mysql?,postgres?] >=net-analyzer/icinga-1.10.0 dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml] pnp? ( net-analyzer/pnp4nagios ) apache2? ( =www-servers/apache-2* ) +SLOT=0 +SRC_URI=mirror://sourceforge/icinga/icinga-web-1.10.0.tar.gz +_eclasses_=depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ad40920d524677f13129c853c00b9655 diff --git a/metadata/md5-cache/net-analyzer/openvas-6_p1 b/metadata/md5-cache/net-analyzer/openvas-6_p1 new file mode 100644 index 000000000000..c34a43f38ffc --- /dev/null +++ b/metadata/md5-cache/net-analyzer/openvas-6_p1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=>=net-analyzer/openvas-libraries-6.0.1 >=net-analyzer/openvas-scanner-3.4.0 >=net-analyzer/openvas-manager-4.0.4 >=net-analyzer/openvas-administrator-1.3.2 >=net-analyzer/openvas-cli-1.2.0 >=net-analyzer/greenbone-security-assistant-4.0.2 +DESCRIPTION=A remote security scanner +EAPI=5 +HOMEPAGE=http://www.openvas.org/ +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-analyzer/openvas-libraries-6.0.1 >=net-analyzer/openvas-scanner-3.4.0 >=net-analyzer/openvas-manager-4.0.4 >=net-analyzer/openvas-administrator-1.3.2 >=net-analyzer/openvas-cli-1.2.0 >=net-analyzer/greenbone-security-assistant-4.0.2 +SLOT=0 +_md5_=cb5d4063bf09f7cea56c59fee18416d6 diff --git a/metadata/md5-cache/net-analyzer/openvas-administrator-1.3.2 b/metadata/md5-cache/net-analyzer/openvas-administrator-1.3.2 new file mode 100644 index 000000000000..9e45f1385571 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/openvas-administrator-1.3.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=net-analyzer/openvas-libraries-6.0.0 virtual/pkgconfig dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A remote security scanner for Linux (openvas-administrator) +EAPI=5 +HOMEPAGE=http://www.openvas.org/ +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-analyzer/openvas-libraries-6.0.0 +SLOT=0 +SRC_URI=http://wald.intevation.org/frs/download.php/1442/openvas-administrator-1.3.2.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=752ef1db7dcced013f556bd1ba0818a8 diff --git a/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.3 b/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.3 deleted file mode 100644 index 51f441a8d45d..000000000000 --- a/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.3 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND=net-libs/gnutls net-libs/libpcap -DESCRIPTION=A remote security scanner for Linux (openvas-libraries) -HOMEPAGE=http://www.openvas.org/ -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=net-libs/gnutls net-libs/libpcap -SLOT=0 -SRC_URI=http://wald.intevation.org/frs/download.php/600/openvas-libraries-2.0.3.tar.gz -_md5_=42660464f7f8f94cdf2cb300a4e972c9 diff --git a/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.4 b/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.4 deleted file mode 100644 index 24b4dae8a60e..000000000000 --- a/metadata/md5-cache/net-analyzer/openvas-libraries-2.0.4 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND=net-libs/gnutls net-libs/libpcap -DESCRIPTION=A remote security scanner for Linux (openvas-libraries) -HOMEPAGE=http://www.openvas.org/ -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=net-libs/gnutls net-libs/libpcap -SLOT=0 -SRC_URI=http://wald.intevation.org/frs/download.php/618/openvas-libraries-2.0.4.tar.gz -_md5_=80f343a3c02e0ba91700d0308717430a diff --git a/metadata/md5-cache/net-analyzer/openvas-libraries-6.0.1 b/metadata/md5-cache/net-analyzer/openvas-libraries-6.0.1 new file mode 100644 index 000000000000..368ca36f3bac --- /dev/null +++ b/metadata/md5-cache/net-analyzer/openvas-libraries-6.0.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/glib-2.12 net-libs/gnutls net-libs/libpcap app-crypt/gpgme !net-analyzer/openvas-libnasl sys-devel/bison sys-devel/flex virtual/pkgconfig dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A remote security scanner for Linux (openvas-libraries) +EAPI=5 +HOMEPAGE=http://www.openvas.org/ +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.12 net-libs/gnutls net-libs/libpcap app-crypt/gpgme !net-analyzer/openvas-libnasl +SLOT=0 +SRC_URI=http://wald.intevation.org/frs/download.php/1417/openvas-libraries-6.0.1.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=470d071826c34e4bc4295a995c724b6e diff --git a/metadata/md5-cache/net-analyzer/openvas-manager-4.0.4 b/metadata/md5-cache/net-analyzer/openvas-manager-4.0.4 new file mode 100644 index 000000000000..56a9344848e3 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/openvas-manager-4.0.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=net-analyzer/openvas-libraries-6.0.0 >=dev-db/sqlite-3 virtual/pkgconfig dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A remote security scanner for Linux (openvas-manager) +EAPI=5 +HOMEPAGE=http://www.openvas.org/ +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-analyzer/openvas-libraries-6.0.0 >=dev-db/sqlite-3 +SLOT=0 +SRC_URI=http://wald.intevation.org/frs/download.php/1434/openvas-manager-4.0.4.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=c0a0c61e43b72aaf2b918004738ba547 diff --git a/metadata/md5-cache/net-dns/opendnssec-1.3.14-r1 b/metadata/md5-cache/net-dns/opendnssec-1.3.14-r1 deleted file mode 100644 index 2428eaf335fb..000000000000 --- a/metadata/md5-cache/net-dns/opendnssec-1.3.14-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup unpack -DEPEND=dev-lang/perl dev-libs/libxml2 dev-libs/libxslt >=net-libs/ldns-1.6.12 auditor? ( dev-lang/ruby[ssl] dev-ruby/dnsruby ) curl? ( net-misc/curl ) mysql? ( virtual/mysql dev-perl/DBD-mysql ) opensc? ( dev-libs/opensc ) softhsm? ( dev-libs/softhsm ) sqlite? ( dev-db/sqlite:3 dev-perl/DBD-SQLite ) doc? ( app-doc/doxygen ) test? ( app-text/trang ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=An open-source turn-key solution for DNSSEC -EAPI=4 -HOMEPAGE=http://www.opendnssec.org/ -IUSE=+auditor +curl debug doc eppclient mysql +signer +sqlite test +softhsm opensc external-hsm -KEYWORDS=~amd64 ~x86 -LICENSE=BSD GPL-2 -RDEPEND=dev-lang/perl dev-libs/libxml2 dev-libs/libxslt >=net-libs/ldns-1.6.12 auditor? ( dev-lang/ruby[ssl] dev-ruby/dnsruby ) curl? ( net-misc/curl ) mysql? ( virtual/mysql dev-perl/DBD-mysql ) opensc? ( dev-libs/opensc ) softhsm? ( dev-libs/softhsm ) sqlite? ( dev-db/sqlite:3 dev-perl/DBD-SQLite ) -REQUIRED_USE=^^ ( mysql sqlite ) ^^ ( softhsm opensc external-hsm ) eppclient? ( curl ) -SLOT=0 -SRC_URI=http://www.opendnssec.org/files/source/opendnssec-1.3.14.tar.gz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7e5621633676859b5f352306a3d15972 diff --git a/metadata/md5-cache/net-dns/opendnssec-1.3.15 b/metadata/md5-cache/net-dns/opendnssec-1.3.15 new file mode 100644 index 000000000000..dbd812f57bea --- /dev/null +++ b/metadata/md5-cache/net-dns/opendnssec-1.3.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup unpack +DEPEND=dev-lang/perl dev-libs/libxml2 dev-libs/libxslt net-libs/ldns auditor? ( dev-lang/ruby[ssl] dev-ruby/dnsruby ) curl? ( net-misc/curl ) mysql? ( virtual/mysql dev-perl/DBD-mysql ) opensc? ( dev-libs/opensc ) softhsm? ( dev-libs/softhsm ) sqlite? ( dev-db/sqlite:3 dev-perl/DBD-SQLite ) doc? ( app-doc/doxygen ) test? ( app-text/trang ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=An open-source turn-key solution for DNSSEC +EAPI=5 +HOMEPAGE=http://www.opendnssec.org/ +IUSE=+auditor +curl debug doc eppclient mysql +signer +sqlite test +softhsm opensc external-hsm +KEYWORDS=~amd64 ~x86 +LICENSE=BSD GPL-2 +RDEPEND=dev-lang/perl dev-libs/libxml2 dev-libs/libxslt net-libs/ldns auditor? ( dev-lang/ruby[ssl] dev-ruby/dnsruby ) curl? ( net-misc/curl ) mysql? ( virtual/mysql dev-perl/DBD-mysql ) opensc? ( dev-libs/opensc ) softhsm? ( dev-libs/softhsm ) sqlite? ( dev-db/sqlite:3 dev-perl/DBD-SQLite ) +REQUIRED_USE=^^ ( mysql sqlite ) ^^ ( softhsm opensc external-hsm ) eppclient? ( curl ) +SLOT=0 +SRC_URI=http://www.opendnssec.org/files/source/opendnssec-1.3.15.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e214c79e6014359ec7b6a3af36a4fa9c diff --git a/metadata/md5-cache/net-dns/opendnssec-1.4.1-r1 b/metadata/md5-cache/net-dns/opendnssec-1.4.2 similarity index 92% rename from metadata/md5-cache/net-dns/opendnssec-1.4.1-r1 rename to metadata/md5-cache/net-dns/opendnssec-1.4.2 index c6266ecb7ddc..260a3e0b3028 100644 --- a/metadata/md5-cache/net-dns/opendnssec-1.4.1-r1 +++ b/metadata/md5-cache/net-dns/opendnssec-1.4.2 @@ -9,6 +9,6 @@ LICENSE=BSD GPL-2 RDEPEND=dev-lang/perl dev-libs/libxml2 dev-libs/libxslt net-libs/ldns mysql? ( virtual/mysql dev-perl/DBD-mysql ) opensc? ( dev-libs/opensc ) softhsm? ( dev-libs/softhsm ) sqlite? ( dev-db/sqlite:3 dev-perl/DBD-SQLite ) REQUIRED_USE=^^ ( mysql sqlite ) ^^ ( softhsm opensc external-hsm ) SLOT=0 -SRC_URI=http://www.opendnssec.org/files/source/opendnssec-1.4.1.tar.gz +SRC_URI=http://www.opendnssec.org/files/source/opendnssec-1.4.2.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=728e26654eae51c4df0b4611f1a46369 +_md5_=4b61766e29a50f34983ca2fea7921d6b diff --git a/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.2 b/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.2 new file mode 100644 index 000000000000..50eaade13656 --- /dev/null +++ b/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup +DEPEND==net-firewall/shorewall-core-4.5.21.2 virtual/pkgconfig +DESCRIPTION=An iptables-based firewall whose config is handled by a normal Shorewall. +EAPI=5 +HOMEPAGE=http://www.shorewall.net/ +IUSE=doc +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND==net-firewall/shorewall-core-4.5.21.2 >=net-firewall/iptables-1.4.20 sys-apps/iproute2[-minimal] +SLOT=0 +SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-lite-4.5.21.2.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.2.tar.bz2 ) +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=70917853b0065b313b93be080bc96b8d diff --git a/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.2 b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.2 new file mode 100644 index 000000000000..1afbed0dbffe --- /dev/null +++ b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup +DEPEND==net-firewall/shorewall-core-4.5.21.2 virtual/pkgconfig +DESCRIPTION=An iptables-based firewall whose config is handled by a normal Shorewall6. +EAPI=5 +HOMEPAGE=http://www.shorewall.net/ +IUSE=doc +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND==net-firewall/shorewall-core-4.5.21.2 >=net-firewall/iptables-1.4.20[ipv6] sys-apps/iproute2[-minimal] dev-perl/Socket6 +SLOT=0 +SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall6-lite-4.5.21.2.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.2.tar.bz2 ) +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=7c9dd467c82883f687be95619b28fac3 diff --git a/metadata/md5-cache/net-fs/autofs-4.1.4-r1 b/metadata/md5-cache/net-fs/autofs-4.1.4-r1 deleted file mode 100644 index 53a25f567213..000000000000 --- a/metadata/md5-cache/net-fs/autofs-4.1.4-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=4 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap -KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v4/autofs-4.1.4.tar.bz2 mirror://gentoo/autofs-4.1.4-patches-1.tar.lzma -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9d9fe1a822d87290ec6ad2374e141238 diff --git a/metadata/md5-cache/net-fs/autofs-5.0.4-r5 b/metadata/md5-cache/net-fs/autofs-5.0.4-r5 deleted file mode 100644 index 7889d829661b..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.4-r5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst unpack -DEPEND=ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl virtual/krb5 dev-libs/libxml2 ) ) || ( >=sys-devel/automake-1.12 >=sys-devel/automake-1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=ldap sasl -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl virtual/krb5 dev-libs/libxml2 ) ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4.tar.bz2 mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-dumb-libxml2-check.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-expire-specific-submount-only.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-negative-cache-non-existent-key.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-ldap-detection.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-CLOEXEC-flag.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-select-fd-limit.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-make-hash-table-scale-to-thousands-of-entries.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-quoted-mess.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-CLOEXEC-flag-setmntent.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-hosts-map-use-after-free.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-uris-list-locking-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-renew-sasl-creds-upon-reconnect-fail.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-library-reload-fix-update.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-force-unlink-umount.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-always-read-file-maps.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-code-analysis-corrections.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-make-MAX_ERR_BUF-and-PARSE_MAX_BUF-use-easier-to-audit.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-easy-alloca-replacements.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-configure-libtirpc.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-ipv6-name-and-address-support.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-ipv6-parse.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-add-missing-changelog-entries.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-CLOEXEC-flag-setmntent-include-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-easy-alloca-replacements-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-libxml2-workaround-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-configure-libtirpc-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-add-nfs-mount-proto-default-conf-option.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-bad-token-declare.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-return-start-status-on-fail.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-double-free-in-expire_proc.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-another-easy-alloca-replacements-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-add-lsb-init-script-parameter-block.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-always-read-file-maps-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-misc-device.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-restorecon.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-clear-rpc-client-on-lookup-fail.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-lsb-init-script-header.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-memory-leak-reading-ldap-master.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-st_remove_tasks-locking.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-reset-flex-scanner-when-setting-buffer.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-zero-s_magic-is-valid.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-percent-hack-for-master.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-intr-as-hosts-mount-default.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-kernel-includes.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-dont-umount-existing-direct-mount-on-reread.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-library-reload-fix-update-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-improve-manual-umount-recovery.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-dont-fail-on-ipv6-address-adding-host.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-always-read-file-maps-multi-map-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-always-read-file-maps-key-lookup-fixes.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-use-srv-query-for-domain-dn.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-incorrect-dclist-free.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-srv-lookup-handle-endian.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-library-reload-fix-update-fix-2.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-notify-mount-message-path.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-remount-we-created-mount-point-fix.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-double-free-in-do_sasl_bind.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-manual-umount-recovery-fixes.patch mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.4-fix-map-type-info-parse-error.patch -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=72217f8269ee4ee037a8973ab7fcd4f6 diff --git a/metadata/md5-cache/net-fs/autofs-5.0.6-r3 b/metadata/md5-cache/net-fs/autofs-5.0.6-r3 deleted file mode 100644 index 10c7684e0ed2..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.6-r3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=4 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap sasl -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.6.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=1cf0e5609a499674a9b7fa126686642c diff --git a/metadata/md5-cache/net-fs/autofs-5.0.6-r4 b/metadata/md5-cache/net-fs/autofs-5.0.6-r4 deleted file mode 100644 index a5719def25a4..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.6-r4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=4 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap sasl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.6.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e5e9f456167f9d266abc2f036b8566c6 diff --git a/metadata/md5-cache/net-fs/autofs-5.0.6-r5 b/metadata/md5-cache/net-fs/autofs-5.0.6-r5 deleted file mode 100644 index 3851476fa360..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.6-r5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=4 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap sasl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.6.tar.bz2 mirror://gentoo/autofs-5.0.6-patches-1.tar.lzma -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ca9d362f2c88fea404fea18dd7e055e3 diff --git a/metadata/md5-cache/net-fs/autofs-5.0.7 b/metadata/md5-cache/net-fs/autofs-5.0.7 deleted file mode 100644 index b3b8db618946..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=4 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap mount-locking sasl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.7.tar.bz2 http://dev.gentoo.org/~hwoarang/distfiles/autofs-5.0.7-patches-1.tar.lzma -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=df451fa45bb6d8a174f7192fdd557d9f diff --git a/metadata/md5-cache/net-fs/autofs-5.0.7-r1 b/metadata/md5-cache/net-fs/autofs-5.0.7-r1 deleted file mode 100644 index dddd48dbedae..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.7-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=sys-apps/util-linux-2.20 hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=5 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=hesiod ldap mount-locking sasl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=>=sys-apps/util-linux-2.20 hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.7.tar.bz2 http://dev.gentoo.org/~jlec/distfiles/autofs-5.0.7-patches-2.tar.lzma -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=066cdea66d661bd9d6a98beea754271e diff --git a/metadata/md5-cache/net-fs/autofs-5.0.7-r2 b/metadata/md5-cache/net-fs/autofs-5.0.7-r2 deleted file mode 100644 index 479353d4747f..000000000000 --- a/metadata/md5-cache/net-fs/autofs-5.0.7-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc ) hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) libtirpc? ( net-libs/libtirpc ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kernel based automounter -EAPI=5 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=-dmalloc hesiod ldap libtirpc mount-locking sasl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=>=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc ) hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) libtirpc? ( net-libs/libtirpc ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.7.tar.bz2 http://dev.gentoo.org/~jlec/distfiles/autofs-5.0.7-patches-3.tar.lzma -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=19c9f72232927e22860d456deb37aa9a diff --git a/metadata/md5-cache/net-fs/autofs-9999 b/metadata/md5-cache/net-fs/autofs-9999 deleted file mode 100644 index 7cf30f7016ee..000000000000 --- a/metadata/md5-cache/net-fs/autofs-9999 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=>=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) libtirpc? ( net-libs/libtirpc ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git -DESCRIPTION=Kernel based automounter -EAPI=5 -HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html -IUSE=-dmalloc hesiod ldap libtirpc mount-locking sasl -LICENSE=GPL-2 -RDEPEND=>=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) libtirpc? ( net-libs/libtirpc ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=4c3dc31538ca0d350b32dd30fd1596af diff --git a/metadata/md5-cache/net-im/mcabber-0.10.2_p20131025 b/metadata/md5-cache/net-im/mcabber-0.10.2_p20131025 new file mode 100644 index 000000000000..159cc1ca5eac --- /dev/null +++ b/metadata/md5-cache/net-im/mcabber-0.10.2_p20131025 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=crypt? ( >=app-crypt/gpgme-1.0.0 ) otr? ( >=net-libs/libotr-3.1.0 ) aspell? ( app-text/aspell ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) idn? ( net-dns/libidn ) spell? ( app-text/enchant ) dev-libs/glib:2 sys-libs/ncurses >=net-libs/loudmouth-1.4.3-r1[ssl?] virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A small Jabber console client with various features, like MUC, SSL, PGP +EAPI=5 +HOMEPAGE=http://mcabber.com/ +IUSE=aspell crypt idn modules otr spell ssl vim-syntax linguas_cs linguas_de linguas_fr linguas_it linguas_nl linguas_pl linguas_ru linguas_uk +KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=crypt? ( >=app-crypt/gpgme-1.0.0 ) otr? ( >=net-libs/libotr-3.1.0 ) aspell? ( app-text/aspell ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) idn? ( net-dns/libidn ) spell? ( app-text/enchant ) dev-libs/glib:2 sys-libs/ncurses >=net-libs/loudmouth-1.4.3-r1[ssl?] +SLOT=0 +SRC_URI=http://mcabber.com/hg/index.cgi/archive/a18e1b488f1c.tar.gz -> mcabber-0.10.2_p20131025.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=d04b2f02aa47d1db2c5fa1a21618b509 diff --git a/metadata/md5-cache/net-libs/gnome-online-accounts-3.8.3 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.8.5 similarity index 93% rename from metadata/md5-cache/net-libs/gnome-online-accounts-3.8.3 rename to metadata/md5-cache/net-libs/gnome-online-accounts-3.8.5 index f87bd99a0cc4..d3c3f9beab5c 100644 --- a/metadata/md5-cache/net-libs/gnome-online-accounts-3.8.3 +++ b/metadata/md5-cache/net-libs/gnome-online-accounts-3.8.5 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack DEPEND=>=dev-libs/glib-2.35:2 app-crypt/libsecret >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 dev-util/intltool sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=GNOME framework for accessing online accounts EAPI=5 -HOMEPAGE=https://live.gnome.org/GnomeOnlineAccounts +HOMEPAGE=https://wiki.gnome.org/GnomeOnlineAccounts IUSE=gnome +introspection kerberos debug KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2+ PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) RDEPEND=>=dev-libs/glib-2.35:2 app-crypt/libsecret >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr:0= app-crypt/mit-krb5 ) SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.8/gnome-online-accounts-3.8.3.tar.xz +SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.8/gnome-online-accounts-3.8.5.tar.xz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=457c8eec0223a32d042920563028f7b9 +_md5_=faea84845c2a92e226be13aef6e59629 diff --git a/metadata/md5-cache/net-libs/gnutls-3.2.6 b/metadata/md5-cache/net-libs/gnutls-3.2.6 new file mode 100644 index 000000000000..539ad620f8f2 --- /dev/null +++ b/metadata/md5-cache/net-libs/gnutls-3.2.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) >=sys-devel/automake-1.11.6 virtual/pkgconfig doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project +EAPI=5 +HOMEPAGE=http://www.gnutls.org/ +IUSE=+cxx dane doc examples guile nls pkcs11 static-libs test zlib linguas_en linguas_cs linguas_de linguas_fi linguas_fr linguas_it linguas_ms linguas_nl linguas_pl linguas_sv linguas_uk linguas_vi linguas_zh_CN +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-3 LGPL-3 +RDEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) +SLOT=0 +SRC_URI=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.6.tar.xz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=60a2d329e09e54d129df4a2de051277e diff --git a/metadata/md5-cache/net-libs/gssdp-0.14.3 b/metadata/md5-cache/net-libs/gssdp-0.14.3 deleted file mode 100644 index 5114b00e435f..000000000000 --- a/metadata/md5-cache/net-libs/gssdp-0.14.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=>=dev-libs/glib-2.32:2 >=net-libs/libsoup-2.26.1:2.4[introspection?] gtk? ( >=x11-libs/gtk+-3.0:3 ) introspection? ( >=dev-libs/gobject-introspection-0.6.7 || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) !=dev-util/gtk-doc-am-1.10 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils -DESCRIPTION=A GObject-based API for handling resource discovery and announcement over SSDP. -EAPI=5 -HOMEPAGE=http://gupnp.org/ -IUSE=+introspection +gtk -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=LGPL-2 -RDEPEND=>=dev-libs/glib-2.32:2 >=net-libs/libsoup-2.26.1:2.4[introspection?] gtk? ( >=x11-libs/gtk+-3.0:3 ) introspection? ( >=dev-libs/gobject-introspection-0.6.7 || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) !=dev-libs/glib-2.32:2 >=net-libs/libsoup-2.26.1:2.4[introspection?] gtk? ( >=x11-libs/gtk+-3.0:3 ) introspection? ( || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) >=dev-libs/gobject-introspection-0.6.7 ) !=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) !net-libs/gupnp-vala REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0/4 -SRC_URI=mirror://gnome/sources/gupnp/0.20/gupnp-0.20.6.tar.xz +SRC_URI=mirror://gnome/sources/gupnp/0.20/gupnp-0.20.8.tar.xz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=da1a2e8687c308edfdbcd858105130f3 +_md5_=3f7e06065c2fca7d0b6ccebd24d71dc6 diff --git a/metadata/md5-cache/net-misc/bgpq3-0.1.19 b/metadata/md5-cache/net-misc/bgpq3-0.1.19 new file mode 100644 index 000000000000..0303ef9c4c7b --- /dev/null +++ b/metadata/md5-cache/net-misc/bgpq3-0.1.19 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install prepare +DESCRIPTION=Generate access-lists for Cisco/Juniper routers, successor of bgpq +EAPI=5 +HOMEPAGE=http://snar.spb.ru/prog/bgpq3/ +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD-2 +SLOT=0 +SRC_URI=http://snar.spb.ru/prog/bgpq3/bgpq3-0.1.19.tgz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=f5e070ce5bbdfcc462625199acdea07b diff --git a/metadata/md5-cache/net-misc/curl-7.33.0 b/metadata/md5-cache/net-misc/curl-7.33.0 index 32c6060232c9..298daf29e0b3 100644 --- a/metadata/md5-cache/net-misc/curl-7.33.0 +++ b/metadata/md5-cache/net-misc/curl-7.33.0 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://curl.haxx.se/download/curl-7.33.0.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e prefix 21058c21ca48453d771df15500873ede toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7b36671e3374f04099552f2a60a47322 +_md5_=76dc1f323fe469606d2c11ae5b0cae58 diff --git a/metadata/md5-cache/net-misc/netctl-1.4 b/metadata/md5-cache/net-misc/netctl-1.4 new file mode 100644 index 000000000000..72a8f2ce9534 --- /dev/null +++ b/metadata/md5-cache/net-misc/netctl-1.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=virtual/pkgconfig sys-apps/systemd +DESCRIPTION=Profile based network connection tool from Arch Linux +EAPI=5 +HOMEPAGE=https://wiki.archlinux.org/index.php/Netctl https://www.archlinux.org/packages/core/any/netctl/ https://projects.archlinux.org/netctl.git/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd !=sys-libs/libselinux-1.28 ) skey? ( >=sys-auth/skey-1.1.5-r1 ) libedit? ( dev-libs/libedit ) >=dev-libs/openssl-0.9.6d:0[bindist=] dev-libs/openssl >=sys-libs/zlib-1.2.3 tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) ldns? ( !bindist? ( net-libs/ldns[ecdsa,ssl] ) bindist? ( net-libs/ldns[-ecdsa,ssl] ) ) ) pam? ( virtual/pam ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( >=sys-auth/pambase-20081028 ) userland_GNU? ( virtual/shadow ) X? ( x11-apps/xauth ) SLOT=0 -SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-6.3p1.tar.gz hpn? ( mirror://gentoo/openssh-6.3p1-hpnssh14v2.diff.gz ) ldap? ( mirror://gentoo/openssh-lpk-6.3p1-0.3.14.patch.gz ) X509? ( http://roumenpetrov.info/openssh/x509-7.6/openssh-6.3p1+x509-7.6.diff.gz ) +SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-6.4p1.tar.gz hpn? ( mirror://gentoo/openssh-6.3p1-hpnssh14v2.diff.gz ) ldap? ( mirror://gentoo/openssh-lpk-6.3p1-0.3.14.patch.gz ) X509? ( http://roumenpetrov.info/openssh/x509-7.7/openssh-6.4p1+x509-7.7.diff.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f68df7ef17dc888f2361eba9fd6626b9 +_md5_=b10bf7c31756bcd3521407aca711c31f diff --git a/metadata/md5-cache/net-misc/openvswitch-2.0.0 b/metadata/md5-cache/net-misc/openvswitch-2.0.0 new file mode 100644 index 000000000000..a6122a246240 --- /dev/null +++ b/metadata/md5-cache/net-misc/openvswitch-2.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare setup +DEPEND=>=sys-apps/openrc-0.10.5 ssl? ( dev-libs/openssl ) monitor? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-web pyside? ( dev-python/pyside[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) !pyside? ( dev-python/PyQt4[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) net-zope/zope-interface[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) debug? ( dev-lang/perl ) virtual/pkgconfig kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=Production quality, multilayer virtual switch. +EAPI=5 +HOMEPAGE=http://openvswitch.org +IUSE=debug modules monitor +pyside +ssl kernel_linux python_targets_python2_7 python_single_target_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 GPL-2 +RDEPEND=>=sys-apps/openrc-0.10.5 ssl? ( dev-libs/openssl ) monitor? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-web pyside? ( dev-python/pyside[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) !pyside? ( dev-python/PyQt4[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) net-zope/zope-interface[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) debug? ( dev-lang/perl ) kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=http://openvswitch.org/releases/openvswitch-2.0.0.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 708d6a92c561743e612fca9d8fde5309 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 4d9f916e821994a2ccdbbcfc8ac225c9 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=14ef4142fcc7342fc4a84f0d44f837de diff --git a/metadata/md5-cache/net-misc/rdesktop-1.7.1 b/metadata/md5-cache/net-misc/rdesktop-1.7.1 index ee297ce4edb1..7318b18168c1 100644 --- a/metadata/md5-cache/net-misc/rdesktop-1.7.1 +++ b/metadata/md5-cache/net-misc/rdesktop-1.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=A Remote Desktop Protocol Client EAPI=4 HOMEPAGE=http://rdesktop.sourceforge.net/ IUSE=alsa ao debug ipv6 libsamplerate oss pcsc-lite -KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=>=dev-libs/openssl-0.9.6b x11-libs/libX11 x11-libs/libXext x11-libs/libXau x11-libs/libXdmcp alsa? ( media-libs/alsa-lib ) ao? ( >=media-libs/libao-0.8.6 ) libsamplerate? ( media-libs/libsamplerate ) pcsc-lite? ( >=sys-apps/pcsc-lite-1.6.6 ) SLOT=0 SRC_URI=mirror://sourceforge/rdesktop/rdesktop-1.7.1.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c1da881b06bd886f8b9bec6155f71af4 +_md5_=4ac2167e0df6c55eb947995f675e76ff diff --git a/metadata/md5-cache/net-misc/strongswan-5.1.0 b/metadata/md5-cache/net-misc/strongswan-5.1.0 deleted file mode 100644 index aeaac4f9ced1..000000000000 --- a/metadata/md5-cache/net-misc/strongswan-5.1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst preinst prepare setup -DEPEND=!net-misc/openswan >=dev-libs/gmp-4.1.5 gcrypt? ( dev-libs/libgcrypt ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) mysql? ( virtual/mysql ) sqlite? ( >=dev-db/sqlite-3.3.1 ) pam? ( sys-libs/pam ) virtual/linux-sources sys-kernel/linux-headers virtual/pkgconfig -DESCRIPTION=IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE -EAPI=5 -HOMEPAGE=http://www.strongswan.org/ -IUSE=+caps curl debug dhcp eap farp gcrypt ldap mysql networkmanager +non-root +openssl sqlite pam -KEYWORDS=amd64 arm ppc ~ppc64 x86 -LICENSE=GPL-2 RSA DES -RDEPEND=!net-misc/openswan >=dev-libs/gmp-4.1.5 gcrypt? ( dev-libs/libgcrypt ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) mysql? ( virtual/mysql ) sqlite? ( >=dev-db/sqlite-3.3.1 ) pam? ( sys-libs/pam ) virtual/logger sys-apps/iproute2 -SLOT=0 -SRC_URI=http://download.strongswan.org/strongswan-5.1.0.tar.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2d27c6c6eda3ca3e1266458d980919ec diff --git a/metadata/md5-cache/net-misc/strongswan-5.1.1 b/metadata/md5-cache/net-misc/strongswan-5.1.1 index f088898a2215..c2ede7a0e9b4 100644 --- a/metadata/md5-cache/net-misc/strongswan-5.1.1 +++ b/metadata/md5-cache/net-misc/strongswan-5.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=IPsec-based VPN solution focused on security and ease of use, suppor EAPI=5 HOMEPAGE=http://www.strongswan.org/ IUSE=+caps curl debug dhcp eap farp gcrypt ldap mysql networkmanager +non-root +openssl sqlite pam -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm ppc ~ppc64 x86 LICENSE=GPL-2 RSA DES RDEPEND=!net-misc/openswan >=dev-libs/gmp-4.1.5 gcrypt? ( dev-libs/libgcrypt ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) mysql? ( virtual/mysql ) sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) virtual/logger sys-apps/iproute2 SLOT=0 SRC_URI=http://download.strongswan.org/strongswan-5.1.1.tar.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9f04c2629e09c5209cbcb49d3d27235d +_md5_=e0595bbe8be5087c6662a8d63beb2588 diff --git a/metadata/md5-cache/sci-geosciences/tilecache-2.11-r1 b/metadata/md5-cache/sci-geosciences/tilecache-2.11-r1 new file mode 100644 index 000000000000..d7a044340ed2 --- /dev/null +++ b/metadata/md5-cache/sci-geosciences/tilecache-2.11-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/python-imaging dev-python/paste dev-python/setuptools userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Web map tile caching system +EAPI=5 +HOMEPAGE=http://tilecache.org/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=virtual/python-imaging dev-python/paste python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://tilecache.org/tilecache-2.11.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e10cf87402054e0ebf2905cb29e52811 diff --git a/metadata/md5-cache/sys-apps/ethtool-3.12.1 b/metadata/md5-cache/sys-apps/ethtool-3.12.1 new file mode 100644 index 000000000000..f8d7739f349a --- /dev/null +++ b/metadata/md5-cache/sys-apps/ethtool-3.12.1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.12.1.tar.xz +_md5_=f781a887aab2a1ca38cc9edd8ad36408 diff --git a/metadata/md5-cache/sys-apps/flashrom-0.9.4 b/metadata/md5-cache/sys-apps/flashrom-0.9.4 deleted file mode 100644 index e4c754ef01cb..000000000000 --- a/metadata/md5-cache/sys-apps/flashrom-0.9.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils -DESCRIPTION=Utility for reading, writing, erasing and verifying flash ROM chips -EAPI=3 -HOMEPAGE=http://flashrom.org/ -IUSE=+atahpt +bitbang_spi +buspirate_spi dediprog +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi +nicnatsemi +nicrealtek +ogp_spi +rayer_spi +satasii +satamv +serprog +wiki -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) -SLOT=0 -SRC_URI=http://download.flashrom.org/releases/flashrom-0.9.4.tar.bz2 -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=895446d19a15dbba475d6a47dc140156 diff --git a/metadata/md5-cache/sys-apps/flashrom-0.9.5.2 b/metadata/md5-cache/sys-apps/flashrom-0.9.5.2 deleted file mode 100644 index 4dd0ff2e5aba..000000000000 --- a/metadata/md5-cache/sys-apps/flashrom-0.9.5.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils -DESCRIPTION=Utility for reading, writing, erasing and verifying flash ROM chips -EAPI=4 -HOMEPAGE=http://flashrom.org/ -IUSE=+atahpt +bitbang_spi +buspirate_spi dediprog doc +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi +nicnatsemi +nicrealtek +ogp_spi +rayer_spi +satasii +satamv +serprog +wiki -KEYWORDS=amd64 ~arm x86 -LICENSE=GPL-2 -RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) -SLOT=0 -SRC_URI=http://download.flashrom.org/releases/flashrom-0.9.5.2.tar.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ffdd05b7c4d44564863909d539dd8d34 diff --git a/metadata/md5-cache/sys-apps/flashrom-0.9.6 b/metadata/md5-cache/sys-apps/flashrom-0.9.7 similarity index 71% rename from metadata/md5-cache/sys-apps/flashrom-0.9.6 rename to metadata/md5-cache/sys-apps/flashrom-0.9.7 index 3a01bdba6509..891f048ef5ed 100644 --- a/metadata/md5-cache/sys-apps/flashrom-0.9.6 +++ b/metadata/md5-cache/sys-apps/flashrom-0.9.7 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install -DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils +DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:1 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) usbblaster? ( dev-embedded/libftdi ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils DESCRIPTION=Utility for reading, writing, erasing and verifying flash ROM chips -EAPI=4 +EAPI=5 HOMEPAGE=http://flashrom.org/ -IUSE=atahpt +bitbang_spi +buspirate_spi +dediprog doc +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi nicnatsemi nicrealtek +ogp_spi rayer_spi +pony_spi +satasii satamv +serprog +wiki -KEYWORDS=amd64 arm x86 +IUSE=atahpt +bitbang_spi +buspirate_spi +dediprog doc +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi nicnatsemi nicrealtek +ogp_spi rayer_spi +pony_spi +satasii satamv +serprog tools usbblaster +wiki +KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) +RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:1 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) usbblaster? ( dev-embedded/libftdi ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) SLOT=0 -SRC_URI=http://download.flashrom.org/releases/flashrom-0.9.6.tar.bz2 +SRC_URI=http://download.flashrom.org/releases/flashrom-0.9.7.tar.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a2ae00bbb025a97a15125147756ce6e1 +_md5_=de3825a3cf0bda0f5b9d0a61bc40ebf0 diff --git a/metadata/md5-cache/sys-apps/flashrom-9999 b/metadata/md5-cache/sys-apps/flashrom-9999 index d2b3c6b6d26b..e09e9ec9c209 100644 --- a/metadata/md5-cache/sys-apps/flashrom-9999 +++ b/metadata/md5-cache/sys-apps/flashrom-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile install preinst prepare unpack -DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync +DEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:1 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) usbblaster? ( dev-embedded/libftdi ) ogp_spi? ( sys-apps/pciutils ) sys-apps/diffutils || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync DESCRIPTION=Utility for reading, writing, erasing and verifying flash ROM chips -EAPI=4 +EAPI=5 HOMEPAGE=http://flashrom.org/ -IUSE=atahpt +bitbang_spi +buspirate_spi +dediprog doc +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi nicnatsemi nicrealtek +ogp_spi rayer_spi +pony_spi +satasii satamv +serprog +wiki +IUSE=atahpt +bitbang_spi +buspirate_spi +dediprog doc +drkaiser +dummy ft2232_spi +gfxnvidia +internal +nic3com +nicintel +nicintel_spi nicnatsemi nicrealtek +ogp_spi rayer_spi +pony_spi +satasii satamv +serprog usbblaster +wiki LICENSE=GPL-2 -RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:0 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) +RDEPEND=atahpt? ( sys-apps/pciutils ) dediprog? ( virtual/libusb:1 ) drkaiser? ( sys-apps/pciutils ) ft2232_spi? ( dev-embedded/libftdi ) gfxnvidia? ( sys-apps/pciutils ) internal? ( sys-apps/pciutils ) nic3com? ( sys-apps/pciutils ) nicintel? ( sys-apps/pciutils ) nicintel_spi? ( sys-apps/pciutils ) nicnatsemi? ( sys-apps/pciutils ) nicrealtek? ( sys-apps/pciutils ) rayer_spi? ( sys-apps/pciutils ) satasii? ( sys-apps/pciutils ) satamv? ( sys-apps/pciutils ) usbblaster? ( dev-embedded/libftdi ) ogp_spi? ( sys-apps/pciutils ) internal? ( sys-apps/dmidecode ) SLOT=0 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 subversion de38ef8c5baf84d80e695a4d6ad26554 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6ed572697ce7fb9806f95e3ae84c19c3 +_md5_=276a23f11174560448d5cef3fe763334 diff --git a/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.0 b/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.2 similarity index 93% rename from metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.0 rename to metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.2 index 93e306d15043..f17ff2d3d47d 100644 --- a/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.0 +++ b/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.2 @@ -7,6 +7,6 @@ IUSE=debug kerberos sasl +pam LICENSE=LGPL-2.1 RDEPEND=net-nds/openldap sasl? ( dev-libs/cyrus-sasl ) kerberos? ( virtual/krb5 ) pam? ( virtual/pam ) !sys-auth/nss_ldap !sys-auth/pam_ldap SLOT=0 -SRC_URI=http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-0.9.0.tar.gz +SRC_URI=http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-0.9.2.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fe50dd4c5717bbeff9cac9a78dd6f0c4 +_md5_=9638e5a2d862977a331a16d3be4859f1 diff --git a/metadata/md5-cache/sys-cluster/neutron-2012.2.4-r7 b/metadata/md5-cache/sys-cluster/neutron-2012.2.4-r7 index 9da40b523df7..dbe51a3c54d1 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2012.2.4-r7 +++ b/metadata/md5-cache/sys-cluster/neutron-2012.2.4-r7 @@ -6,10 +6,10 @@ HOMEPAGE=https://launchpad.net/neutron IUSE=+dhcp +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND==dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/kombu-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND==dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/kombu-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 SRC_URI=http://launchpad.net/neutron/folsom/2012.2.4/+download/quantum-2012.2.4.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9d208a66b4f66c01d5e07ba88acf4936 +_md5_=a3db0968deee91c951835bee1b3f7e60 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.1.4 b/metadata/md5-cache/sys-cluster/neutron-2013.1.4 index 7d42361c0023..3a8eece84e29 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.1.4 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.1.4 @@ -6,10 +6,10 @@ HOMEPAGE=https://launchpad.net/neutron IUSE=+dhcp +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-novaclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-novaclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 SRC_URI=http://launchpad.net/neutron/grizzly/2013.1.4/+download/quantum-2013.1.4.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5c44376aa7fc176ab88110565f6a438e +_md5_=4bf746065587836dee155a632f30f955 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 b/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 index 7f38ef635156..e00e9ae3322a 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.1.9999 @@ -5,9 +5,9 @@ EAPI=5 HOMEPAGE=https://launchpad.net/neutron IUSE=+dhcp +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-novaclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=>=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-1.0.4-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-novaclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3c545bf6d4c05bab1a812cec4dcd274f +_md5_=6681257441b4b3c14e70227287651c57 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.2 b/metadata/md5-cache/sys-cluster/neutron-2013.2 index 70f4fbadf118..4c0ec72f9dc7 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.2 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.2 @@ -6,10 +6,10 @@ HOMEPAGE=https://launchpad.net/neutron IUSE=+dhcp +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-misc/bridge-utils net-misc/openvswitch dhcp? ( net-dns/dnsmasq[dhcp-tools] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 SRC_URI=http://launchpad.net/neutron/havana/2013.2/+download/neutron-2013.2.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a5b1617a9e676106c144bcf89423c47f +_md5_=f00aa70368496dcc3e8c946124e31e41 diff --git a/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 b/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 index 6ce1400d0aea..3a9d450f4e65 100644 --- a/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/neutron-2013.2.9999 @@ -5,9 +5,9 @@ EAPI=5 HOMEPAGE=https://launchpad.net/neutron IUSE=+dhcp +l3 +metadata +openvswitch +server test sqlite mysql postgres python_targets_python2_7 LICENSE=Apache-2.0 -RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-misc/bridge-utils net-misc/openvswitch dhcp? ( net-dns/dnsmasq[dhcp-tools] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/amqplib-0.6.1-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonrpclib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-novaclient-2.15.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyudev[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ce5b174c3df6e2b33812b228290a332d +_md5_=c74de1df71736d6c158818cfe209fba3 diff --git a/metadata/md5-cache/sys-cluster/nova-2013.2-r1 b/metadata/md5-cache/sys-cluster/nova-2013.2-r1 new file mode 100644 index 000000000000..46faed862d68 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/nova-2013.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-0.5.21[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =sys-apps/coreutils-8.5 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Nova is a cloud computing fabric controller (main part of an IaaS system). It is written in Python. +EAPI=5 +HOMEPAGE=https://launchpad.net/nova +IUSE=+api +cert +compute +conductor +consoleauth +kvm +network +novncproxy +scheduler +spicehtml5proxy +xvpvncproxy sqlite mysql postgres xen python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 net-misc/openvswitch kvm? ( app-emulation/qemu ) xen? ( app-emulation/xen app-emulation/xen-tools ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( mysql postgres sqlite ) || ( kvm xen ) || ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://launchpad.net/nova/havana/2013.2/+download/nova-2013.2.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6845b6d008715355c2701298fe82ee64 diff --git a/metadata/md5-cache/sys-cluster/nova-2013.2.9999 b/metadata/md5-cache/sys-cluster/nova-2013.2.9999 index 87b7f9add50b..27b75a5f5cc2 100644 --- a/metadata/md5-cache/sys-cluster/nova-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/nova-2013.2.9999 @@ -5,8 +5,8 @@ EAPI=5 HOMEPAGE=https://launchpad.net/nova IUSE=+api +cert +compute +conductor +consoleauth +kvm +network +novncproxy +scheduler +spicehtml5proxy +xvpvncproxy sqlite mysql postgres xen python_targets_python2_7 LICENSE=Apache-2.0 -RDEPEND=sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] novncproxy? ( www-apps/novnc ) kvm? ( app-emulation/qemu ) xen? ( app-emulation/xen app-emulation/xen-tools ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[mysql,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.7.8[postgres,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/amqplib-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/boto-2.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/kombu-2.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/suds-0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-cinderclient-1.0.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-config-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 net-misc/openvswitch kvm? ( app-emulation/qemu ) xen? ( app-emulation/xen app-emulation/xen-tools ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( mysql postgres sqlite ) || ( kvm xen ) || ( python_targets_python2_7 ) SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=83da7ea0c2f019d16ef3b727cb0c93e2 +_md5_=b23b744a4589b73912dbeaf10f90a731 diff --git a/metadata/md5-cache/sys-cluster/swift-1.10.0 b/metadata/md5-cache/sys-cluster/swift-1.10.0 index b9c8919f1ab1..6a81cd8992d8 100644 --- a/metadata/md5-cache/sys-cluster/swift-1.10.0 +++ b/metadata/md5-cache/sys-cluster/swift-1.10.0 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( proxy account container object ) || ( python_targets_python2_7 SLOT=0 SRC_URI=http://launchpad.net/swift/havana/1.10.0/+download/swift-1.10.0.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=02afb12bb496182f05fad8e97c593023 +_md5_=27db48b19e5570ccc6af0d8cdf750eba diff --git a/metadata/md5-cache/sys-cluster/swift-1.9.1 b/metadata/md5-cache/sys-cluster/swift-1.9.1 index dbad0838d38d..6ed857efb779 100644 --- a/metadata/md5-cache/sys-cluster/swift-1.9.1 +++ b/metadata/md5-cache/sys-cluster/swift-1.9.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( proxy account container object ) || ( python_targets_python2_7 SLOT=0 SRC_URI=http://launchpad.net/swift/havana/1.9.1/+download/swift-1.9.1.tar.gz _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6a1144b35d8c690de7722340b57ee448 +_md5_=82505d45438a542120f0f55a1f42f94c diff --git a/metadata/md5-cache/sys-cluster/swift-2013.2.9999 b/metadata/md5-cache/sys-cluster/swift-2013.2.9999 index 91b80a41224a..38c655945f89 100644 --- a/metadata/md5-cache/sys-cluster/swift-2013.2.9999 +++ b/metadata/md5-cache/sys-cluster/swift-2013.2.9999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-python/dnspython-1.9.4[python_targets_python2_7(-)?,-python_single REQUIRED_USE=|| ( proxy account container object ) || ( python_targets_python2_7 ) SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=265f31acb3c40ff02e1135ac56343554 +_md5_=fa53dc400ceb5d5966e8ad734aa014fb diff --git a/metadata/md5-cache/sys-cluster/swift-9999 b/metadata/md5-cache/sys-cluster/swift-9999 index 62e368f1abb1..eacf3d03c6db 100644 --- a/metadata/md5-cache/sys-cluster/swift-9999 +++ b/metadata/md5-cache/sys-cluster/swift-9999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-python/eventlet-0.9.15[python_targets_python2_7(-)?,-python_single REQUIRED_USE=|| ( proxy account container object ) || ( python_targets_python2_7 ) SLOT=0 _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 536297c3f55d49069f6d2785b061e4d9 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=207a7b809ca971d11aebd83c1013ce58 +_md5_=3c349070ccb28364207fd99c9917a249 diff --git a/metadata/md5-cache/sys-devel/bin86-0.16.20 b/metadata/md5-cache/sys-devel/bin86-0.16.20 new file mode 100644 index 000000000000..96a36f8e87f7 --- /dev/null +++ b/metadata/md5-cache/sys-devel/bin86-0.16.20 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install prepare +DESCRIPTION=Assembler and loader used to create kernel bootsector +EAPI=5 +HOMEPAGE=http://v3.sk/~lkundrak/dev86/ +KEYWORDS=-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=GPL-2 +SLOT=0 +SRC_URI=http://v3.sk/~lkundrak/dev86/bin86-0.16.20.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0fd32f38ea96ad32f91e5758dd171619 diff --git a/metadata/md5-cache/sys-devel/dev86-0.16.20 b/metadata/md5-cache/sys-devel/dev86-0.16.20 new file mode 100644 index 000000000000..c6fd1df8fbc4 --- /dev/null +++ b/metadata/md5-cache/sys-devel/dev86-0.16.20 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=sys-devel/bin86 dev-util/gperf +DESCRIPTION=Bruce's C compiler - Simple C compiler to generate 8086 code +EAPI=5 +HOMEPAGE=http://v3.sk/~lkundrak/dev86/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-devel/bin86 +SLOT=0 +SRC_URI=http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.20.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=161400489a51a9c4b6739edf5e57ad30 diff --git a/metadata/md5-cache/sys-devel/llvm-3.3-r1 b/metadata/md5-cache/sys-devel/llvm-3.3-r1 index 06c2963c86a5..0c1b28ef2264 100644 --- a/metadata/md5-cache/sys-devel/llvm-3.3-r1 +++ b/metadata/md5-cache/sys-devel/llvm-3.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Low Level Virtual Machine EAPI=5 HOMEPAGE=http://llvm.org/ IUSE=clang debug doc gold kernel_Darwin kernel_FreeBSD +libffi multitarget ocaml python +static-analyzer test udis86 video_cards_radeon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 -KEYWORDS=~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=UoI-NCSA RDEPEND=dev-lang/perl libffi? ( virtual/libffi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) clang? ( python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] ) static-analyzer? ( dev-lang/perl python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] ) ) udis86? ( dev-libs/udis86[pic(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) clang? ( !<=sys-devel/clang-3.3-r99 !>=sys-devel/clang-9999 ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) test? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0/3.3 SRC_URI=http://llvm.org/releases/3.3/llvm-3.3.src.tar.gz clang? ( http://llvm.org/releases/3.3/compiler-rt-3.3.src.tar.gz http://llvm.org/releases/3.3/cfe-3.3.src.tar.gz ) !doc? ( http://dev.gentoo.org/~voyageur/distfiles/llvm-3.3-manpages.tar.bz2 ) _eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing 89580da5ec17ad687fcde876c542b91e pax-utils 2424f959506320f5196de8f79fa05297 python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0eb3ead28fb61128798fc71851698d7d +_md5_=ec927985c5d232a592e22c40a9757584 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.18 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.18 index 9fa668bb0957..5b59c7cec5c9 100644 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.18 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.18 @@ -10,6 +10,6 @@ PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=3.10.18 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131104.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-25.base.tar.xz mirror://gentoo/genpatches-3.10-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-25.experimental.tar.xz ) ) +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131104.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-26.base.tar.xz mirror://gentoo/genpatches-3.10-26.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-26.experimental.tar.xz ) ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2872eb6e6fe6fe548ff67099361cad21 +_md5_=678b4bf2721aff0d7f3a4a76e2c5ef57 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.11.7 b/metadata/md5-cache/sys-kernel/aufs-sources-3.11.7 index 141c68809fa1..16f834ec082c 100644 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.11.7 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.11.7 @@ -10,6 +10,6 @@ PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=3.11.7 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-3.11 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-check -> deblob-check-3.11 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.11_p20131104.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.11-10.base.tar.xz mirror://gentoo/genpatches-3.11-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-10.experimental.tar.xz ) ) +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-3.11 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-check -> deblob-check-3.11 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.11_p20131104.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.11-11.base.tar.xz mirror://gentoo/genpatches-3.11-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-11.experimental.tar.xz ) ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fb5745c84d654954a66649e277c67500 +_md5_=0a175b71d7d532957eec3f4b8556f2d4 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.18 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.18 index b01e2190467f..aefa8514118e 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.18 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.18 @@ -10,6 +10,6 @@ PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=3.10.18 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) mirror://gentoo/genpatches-3.10-25.base.tar.xz mirror://gentoo/genpatches-3.10-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-25.experimental.tar.xz ) +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) mirror://gentoo/genpatches-3.10-26.base.tar.xz mirror://gentoo/genpatches-3.10-26.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-26.experimental.tar.xz ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=80ab1e3193a6aa03e303d40a001ddb8b +_md5_=3a1f549a7026415966b1eb70cc16a1a9 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.7 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.7 index d013cd41feeb..ff7e6397a332 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.7 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.11.7 @@ -10,6 +10,6 @@ PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=3.11.7 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-3.11 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-check -> deblob-check-3.11 ) mirror://gentoo/genpatches-3.11-10.base.tar.xz mirror://gentoo/genpatches-3.11-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-10.experimental.tar.xz ) +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-3.11 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.11.N/deblob-check -> deblob-check-3.11 ) mirror://gentoo/genpatches-3.11-11.base.tar.xz mirror://gentoo/genpatches-3.11-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-11.experimental.tar.xz ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5d1236dfdf73c65aeb42b5ba8bb0219e +_md5_=e735dcaab8ba39edcba20abaa89512b3 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.78 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.78 deleted file mode 100644 index 564892e319a1..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.78 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net -IUSE=symlink build -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.0.78 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.xz mirror://gentoo/genpatches-3.0-49.base.tar.xz mirror://gentoo/genpatches-3.0-49.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.0-78-2013-05-12.patch.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=77c38dcf0a859a5535eba5c591d098d2 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.80 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.18 similarity index 67% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.80 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.18 index 20e2b483b2e6..2518fa2a9767 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.80 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.18 @@ -3,13 +3,13 @@ DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) DESCRIPTION=TuxOnIce + Gentoo patchset sources EAPI=5 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net -IUSE=symlink build +IUSE=experimental symlink build KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.0.80 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.xz mirror://gentoo/genpatches-3.0-51.base.tar.xz mirror://gentoo/genpatches-3.0-51.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.0-80-2013-05-26.patch.bz2 +SLOT=3.10.18 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-26.base.tar.xz mirror://gentoo/genpatches-3.10-26.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-26.experimental.tar.xz ) http://tuxonice.net/downloads/all/tuxonice-for-linux-3.10.18-2013-11-07.patch.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=08a0e8ead660e3f3d1d7a0c80270b842 +_md5_=68d919ab4356334f683bd90581822e1c diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.47 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.11.7 similarity index 67% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.47 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.11.7 index fd2825c55c44..2c44489dae15 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.47 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.11.7 @@ -3,13 +3,13 @@ DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) DESCRIPTION=TuxOnIce + Gentoo patchset sources EAPI=5 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net -IUSE=symlink build +IUSE=experimental symlink build KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.4.47 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-29.base.tar.xz mirror://gentoo/genpatches-3.4-29.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.4-47-2013-05-26.patch.bz2 +SLOT=3.11.7 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz mirror://gentoo/genpatches-3.11-11.base.tar.xz mirror://gentoo/genpatches-3.11-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.11-11.experimental.tar.xz ) http://tuxonice.net/downloads/all/tuxonice-for-linux-3.11.7-2013-11-07.patch.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6d55fb7163b82523a8ad2e7a13a53fc8 +_md5_=eb9efd6b7ff0486795ab64ecbe78fda2 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.45 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.68 similarity index 80% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.45 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.68 index 81ad7e0eab0f..70fcf76ad897 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.45 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.68 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.4.45 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-27.base.tar.xz mirror://gentoo/genpatches-3.4-27.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.4-45-2013-05-12.patch.bz2 +SLOT=3.4.68 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.xz mirror://gentoo/genpatches-3.4-49.base.tar.xz mirror://gentoo/genpatches-3.4-49.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.4.68-2013-11-07.patch.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7054593ae6f21b322516c1d2a6e2c961 +_md5_=331ea09e5201f12e70ef599746a93c49 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.8.13 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.8.13 deleted file mode 100644 index 0be0d7cb3992..000000000000 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.8.13 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net -IUSE=symlink build -KEYWORDS=amd64 x86 -LICENSE=GPL-2 freedist -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.8.13 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.8.tar.xz mirror://gentoo/genpatches-3.8-16.base.tar.xz mirror://gentoo/genpatches-3.8-16.extras.tar.xz http://tuxonice.net/downloads/all/tuxonice-for-linux-3.8-13-2013-05-12.patch.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 cfcb408286f35bb67644ce1a46310880 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8b9e72b11043283ed43f42f0d62786af diff --git a/metadata/md5-cache/sys-libs/libhugetlbfs-2.16 b/metadata/md5-cache/sys-libs/libhugetlbfs-2.16 index c13d508bbce3..971f26ed8dcc 100644 --- a/metadata/md5-cache/sys-libs/libhugetlbfs-2.16 +++ b/metadata/md5-cache/sys-libs/libhugetlbfs-2.16 @@ -7,4 +7,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/libhugetlbfs/libhugetlbfs-2.16.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=70dad234080431921b2d74ed160f1a1f +_md5_=16bbc566503e8fdd2b7c1bd0925ceb8f diff --git a/metadata/md5-cache/sys-libs/libhugetlbfs-2.15 b/metadata/md5-cache/sys-libs/libhugetlbfs-2.17 similarity index 75% rename from metadata/md5-cache/sys-libs/libhugetlbfs-2.15 rename to metadata/md5-cache/sys-libs/libhugetlbfs-2.17 index acc6c5ec9eaa..b101d420cd70 100644 --- a/metadata/md5-cache/sys-libs/libhugetlbfs-2.15 +++ b/metadata/md5-cache/sys-libs/libhugetlbfs-2.17 @@ -2,9 +2,10 @@ DEFINED_PHASES=compile install prepare test DESCRIPTION=easy hugepage access EAPI=4 HOMEPAGE=http://libhugetlbfs.sourceforge.net/ +IUSE=static-libs KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 SLOT=0 -SRC_URI=mirror://sourceforge/libhugetlbfs/libhugetlbfs-2.15.tar.gz +SRC_URI=mirror://sourceforge/libhugetlbfs/libhugetlbfs-2.17.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ff67a1f1d6023d8287e6a089658a31fd +_md5_=85ef0263cc82670acfb8b0ca3e89c053 diff --git a/metadata/md5-cache/sys-libs/libhugetlbfs-2.6 b/metadata/md5-cache/sys-libs/libhugetlbfs-2.6 deleted file mode 100644 index 7fec29159bbd..000000000000 --- a/metadata/md5-cache/sys-libs/libhugetlbfs-2.6 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=easy hugepage access -EAPI=2 -HOMEPAGE=http://libhugetlbfs.sourceforge.net/ -KEYWORDS=~amd64 ~ppc64 ~x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://sourceforge/libhugetlbfs/libhugetlbfs-2.6.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=63a10a61e0a144840a758dd46375a8aa diff --git a/metadata/md5-cache/sys-libs/libhugetlbfs-2.9 b/metadata/md5-cache/sys-libs/libhugetlbfs-2.9 deleted file mode 100644 index a43b9a4c3fa4..000000000000 --- a/metadata/md5-cache/sys-libs/libhugetlbfs-2.9 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install prepare test -DESCRIPTION=easy hugepage access -EAPI=2 -HOMEPAGE=http://libhugetlbfs.sourceforge.net/ -KEYWORDS=~amd64 ~ppc64 ~x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://sourceforge/libhugetlbfs/libhugetlbfs-2.9.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6d8cffb2381f34ae1a442b23c88aadc7 diff --git a/metadata/md5-cache/sys-libs/libsemanage-2.2 b/metadata/md5-cache/sys-libs/libsemanage-2.2 index 62dd688a718d..e6fcc2e5cb55 100644 --- a/metadata/md5-cache/sys-libs/libsemanage-2.2 +++ b/metadata/md5-cache/sys-libs/libsemanage-2.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=>=sys-libs/libsepol-2.2 >=sys-libs/libselinux-2.2 dev-libs/ustr ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) sys-devel/bison sys-devel/flex ruby? ( >=dev-lang/swig-2.0.4-r1 ) python? ( >=dev-lang/swig-2.0.4-r1 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DEPEND=>=sys-libs/libsepol-2.2 >=sys-libs/libselinux-2.2 dev-libs/ustr sys-process/audit ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) sys-devel/bison sys-devel/flex ruby? ( >=dev-lang/swig-2.0.4-r1 ) python? ( >=dev-lang/swig-2.0.4-r1 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) DESCRIPTION=SELinux kernel and policy management library EAPI=5 HOMEPAGE=http://userspace.selinuxproject.org IUSE=python ruby python_targets_python2_7 python_targets_python3_2 elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=sys-libs/libsepol-2.2 >=sys-libs/libselinux-2.2 dev-libs/ustr ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) +RDEPEND=>=sys-libs/libsepol-2.2 >=sys-libs/libselinux-2.2 dev-libs/ustr sys-process/audit ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) RESTRICT=test SLOT=0 SRC_URI=http://userspace.selinuxproject.org/releases/20131030/libsemanage-2.2.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=40532a241652f22b9f8a6bfae5c62f30 +_md5_=bd4433cb4a724cf640aecab787dfe7fa diff --git a/metadata/md5-cache/sys-process/psmisc-22.21 b/metadata/md5-cache/sys-process/psmisc-22.21 new file mode 100644 index 000000000000..51535e26d06d --- /dev/null +++ b/metadata/md5-cache/sys-process/psmisc-22.21 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install +DEPEND=>=sys-libs/ncurses-5.7-r7 nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) >=sys-devel/libtool-2.2.6b nls? ( sys-devel/gettext ) +DESCRIPTION=A set of tools that use the proc filesystem +EAPI=4 +HOMEPAGE=http://psmisc.sourceforge.net/ +IUSE=ipv6 nls selinux X +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=>=sys-libs/ncurses-5.7-r7 nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) +SLOT=0 +SRC_URI=mirror://sourceforge/psmisc/psmisc-22.21.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e8a559f7da2ce3c8fa7bc3eab3312947 diff --git a/metadata/md5-cache/www-apps/moodle-2.3.10 b/metadata/md5-cache/www-apps/moodle-2.3.10 new file mode 100644 index 000000000000..16026ab526b3 --- /dev/null +++ b/metadata/md5-cache/www-apps/moodle-2.3.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare prerm setup +DEPEND=>=app-admin/webapp-config-1.50.15 +DESCRIPTION=The Moodle Course Management System +EAPI=4 +HOMEPAGE=http://moodle.org +IUSE=mysqli postgres imap ldap odbc vhosts vhosts +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND==dev-lang/php-5.3*[mysqli?,postgres?,imap?,ldap?,odbc?,ctype,curl,iconv,json,session,simplexml,xml,zip,gd,intl,soap,ssl,tokenizer,xmlrpc] virtual/httpd-php virtual/cron >=app-admin/webapp-config-1.50.15 +REQUIRED_USE=|| ( mysqli postgres ) +SLOT=2.3.10 +SRC_URI=http://download.moodle.org/stable23/moodle-2.3.10.tgz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=d014c233a329ec0f4af0ec442699971b diff --git a/metadata/md5-cache/www-apps/moodle-2.4.7 b/metadata/md5-cache/www-apps/moodle-2.4.7 new file mode 100644 index 000000000000..caf53bd8378c --- /dev/null +++ b/metadata/md5-cache/www-apps/moodle-2.4.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare prerm setup +DEPEND=>=app-admin/webapp-config-1.50.15 +DESCRIPTION=The Moodle Course Management System +EAPI=5 +HOMEPAGE=http://moodle.org +IUSE=mysqli postgres imap ldap odbc vhosts vhosts +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND==dev-lang/php-5.3*[mysqli?,postgres?,imap?,ldap?,odbc?,ctype,curl,iconv,json,session,simplexml,xml,zip,gd,intl,soap,ssl,tokenizer,xmlrpc] virtual/httpd-php virtual/cron >=app-admin/webapp-config-1.50.15 +REQUIRED_USE=|| ( mysqli postgres ) +SLOT=2.4.7 +SRC_URI=http://download.moodle.org/stable24/moodle-2.4.7.tgz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=01c4b402f7aecc2be8575529543ce4db diff --git a/metadata/md5-cache/www-apps/moodle-2.5.3 b/metadata/md5-cache/www-apps/moodle-2.5.3 new file mode 100644 index 000000000000..bcd558ab268b --- /dev/null +++ b/metadata/md5-cache/www-apps/moodle-2.5.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare prerm setup +DEPEND=>=app-admin/webapp-config-1.50.15 +DESCRIPTION=The Moodle Course Management System +EAPI=5 +HOMEPAGE=http://moodle.org +IUSE=mysqli postgres imap ldap odbc vhosts vhosts +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-lang/php-5.3.3[mysqli?,postgres?,imap?,ldap?,odbc?,ctype,curl,iconv,json,session,simplexml,xml,zip,gd,intl,soap,ssl,tokenizer,xmlrpc] virtual/httpd-php virtual/cron >=app-admin/webapp-config-1.50.15 +REQUIRED_USE=|| ( mysqli postgres ) +SLOT=2.5.3 +SRC_URI=http://download.moodle.org/stable25/moodle-2.5.3.tgz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=904d2496fc59256f2be3292cfb703272 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.14.4 b/metadata/md5-cache/x11-base/xorg-server-1.14.4 new file mode 100644 index 000000000000..373ce7ddcc4e --- /dev/null +++ b/metadata/md5-cache/x11-base/xorg-server-1.14.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack +DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) +DESCRIPTION=X.Org X servers +EAPI=5 +HOMEPAGE=http://xorg.freedesktop.org/ +IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +LICENSE=MIT +PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.14 ) +RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) +REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) +SLOT=0/1.14.4 +SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.4.tar.bz2 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad +_md5_=c48c40f4be20a9d450204c1f967337fe diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-13.11_beta6 b/metadata/md5-cache/x11-drivers/ati-drivers-13.11_beta6 new file mode 100644 index 000000000000..c2a3adf888b7 --- /dev/null +++ b/metadata/md5-cache/x11-drivers/ati-drivers-13.11_beta6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare prerm pretend setup unpack +DEPEND=<=x11-base/xorg-server-1.14.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu multilib? ( app-emulation/emul-linux-x86-opengl || ( ( x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32] x11-libs/libXinerama[abi_x86_32] x11-libs/libXrandr[abi_x86_32] x11-libs/libXrender[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] ) !x11-drivers/ati-drivers:legacy x11-proto/inputproto x11-proto/xf86miscproto x11-proto/xf86vidmodeproto x11-proto/xineramaproto x11-libs/libXtst sys-apps/findutils app-misc/pax-utils app-arch/unzip kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets +EAPI=5 +HOMEPAGE=http://www.amd.com +IUSE=debug +modules multilib qt4 static-libs pax_kernel kernel_linux +KEYWORDS=-* ~amd64 ~x86 +LICENSE=AMD GPL-2 QPL-1.0 +RDEPEND=<=x11-base/xorg-server-1.14.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu multilib? ( app-emulation/emul-linux-x86-opengl || ( ( x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32] x11-libs/libXinerama[abi_x86_32] x11-libs/libXrandr[abi_x86_32] x11-libs/libXrender[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] ) !x11-drivers/ati-drivers:legacy kernel_linux? ( virtual/modutils ) +RESTRICT=bindist test +SLOT=1 +SRC_URI=http://www2.ati.com/drivers/beta/amd-catalyst-13.11-beta6-linux-x86.x86_64.zip http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 708d6a92c561743e612fca9d8fde5309 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=bf7a009a68b21c15b3d40da07741544d diff --git a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-0.0.16_pre20120322 b/metadata/md5-cache/x11-drivers/xf86-video-nouveau-0.0.16_pre20120322 deleted file mode 100644 index 12c707c5a29c..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-0.0.16_pre20120322 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=>=x11-libs/libdrm-2.4.24[video_cards_nouveau] =sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Accelerated Open Source driver for nVidia cards -EAPI=4 -HOMEPAGE=http://nouveau.freedesktop.org/ -KEYWORDS=amd64 ppc ppc64 x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.24[video_cards_nouveau] =x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nouveau-1.0.8.tar.bz2 +SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nouveau-1.0.10.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=53ab24ece1571ea5ffc56f188d914c0b +_md5_=e8be0ccf57b3c4146076e3c1b1d459e7 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.4 b/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.4 deleted file mode 100644 index cc1f471bc9bd..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-proto/glproto x11-proto/xf86driproto x11-proto/dri2proto || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Accelerated Open Source driver for nVidia cards -EAPI=4 -HOMEPAGE=http://nouveau.freedesktop.org/ -KEYWORDS=amd64 ppc ppc64 x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nouveau-1.0.4.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=fd9606d474e0cc14cb570de8ea00506f diff --git a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.6 b/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.6 deleted file mode 100644 index e3492d84177f..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.6 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-proto/glproto x11-proto/xf86driproto x11-proto/dri2proto || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Accelerated Open Source driver for nVidia cards -EAPI=4 -HOMEPAGE=http://nouveau.freedesktop.org/ -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nouveau-1.0.6.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=02df32c0ce5b1b68a8753aa1025e48ad diff --git a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.7 b/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.7 deleted file mode 100644 index c7ab6564f547..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-nouveau-1.0.7 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=Accelerated Open Source driver for nVidia cards -EAPI=5 -HOMEPAGE=http://nouveau.freedesktop.org/ -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=>=x11-libs/libdrm-2.4.34[video_cards_nouveau] x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nouveau-1.0.7.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=50bfb8659b03f61e652b1201d692a148 diff --git a/metadata/md5-cache/x11-libs/goocanvas-0.14 b/metadata/md5-cache/x11-libs/goocanvas-0.14 deleted file mode 100644 index ca63100f4c87..000000000000 --- a/metadata/md5-cache/x11-libs/goocanvas-0.14 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=x11-libs/gtk+-2.12:2 >=dev-libs/glib-2.10:2 >=x11-libs/cairo-1.4 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.8 ) >=sys-apps/sed-4 -DESCRIPTION=Canvas widget for GTK+ using the cairo 2D library for drawing -EAPI=2 -HOMEPAGE=http://live.gnome.org/GooCanvas -IUSE=doc examples -KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd -LICENSE=LGPL-2 -RDEPEND=>=x11-libs/gtk+-2.12:2 >=dev-libs/glib-2.10:2 >=x11-libs/cairo-1.4 -SLOT=0 -SRC_URI=mirror://gnome/sources/goocanvas/0.14/goocanvas-0.14.tar.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6916a72c1241974b9fa8181cfaf8a5c1 diff --git a/metadata/md5-cache/x11-libs/goocanvas-2.0.0 b/metadata/md5-cache/x11-libs/goocanvas-2.0.0 deleted file mode 100644 index 04f5aca0fce4..000000000000 --- a/metadata/md5-cache/x11-libs/goocanvas-2.0.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=x11-libs/gtk+-3.0.0:3 >=dev-libs/glib-2.28.0:2 >=x11-libs/cairo-1.10.0 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.8 ) >=sys-apps/sed-4 -DESCRIPTION=Canvas widget for GTK+ using the cairo 2D library for drawing -EAPI=3 -HOMEPAGE=http://live.gnome.org/GooCanvas -IUSE=doc examples -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=LGPL-2 -RDEPEND=>=x11-libs/gtk+-3.0.0:3 >=dev-libs/glib-2.28.0:2 >=x11-libs/cairo-1.10.0 -SLOT=2.0 -SRC_URI=mirror://gnome/sources/goocanvas/2.0/goocanvas-2.0.0.tar.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0b528a90a33ac2c0ead9e324e77cec90 diff --git a/metadata/md5-cache/x11-libs/goocanvas-2.0.2 b/metadata/md5-cache/x11-libs/goocanvas-2.0.2 new file mode 100644 index 000000000000..5917e429f239 --- /dev/null +++ b/metadata/md5-cache/x11-libs/goocanvas-2.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=x11-libs/gtk+-3.0.0:3 >=dev-libs/glib-2.28.0:2 >=x11-libs/cairo-1.10.0 introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygobject-2.90.4:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dev-util/gtk-doc-am virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=Canvas widget for GTK+ using the cairo 2D library for drawing +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/GooCanvas +IUSE=examples +introspection python python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=LGPL-2 +RDEPEND=>=x11-libs/gtk+-3.0.0:3 >=dev-libs/glib-2.28.0:2 >=x11-libs/cairo-1.10.0 introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygobject-2.90.4:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) +SLOT=2.0 +SRC_URI=mirror://gnome/sources/goocanvas/2.0/goocanvas-2.0.2.tar.xz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=e0d0577314eb6b021f82ab5670f95fdc diff --git a/metadata/md5-cache/x11-libs/qwt-5.2.3-r2 b/metadata/md5-cache/x11-libs/qwt-5.2.3-r2 index 9c50169e8901..e3994abfa62a 100644 --- a/metadata/md5-cache/x11-libs/qwt-5.2.3-r2 +++ b/metadata/md5-cache/x11-libs/qwt-5.2.3-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-qt/qtgui:4 doc? ( !=sys-apps/coreutils-8.5 ) +DEPEND=dev-qt/designer:4 dev-qt/qtgui:4 doc? ( !=sys-apps/coreutils-8.5 ) DESCRIPTION=2D plotting library for Qt4 EAPI=5 HOMEPAGE=http://qwt.sourceforge.net/ IUSE=doc examples static-libs svg -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos LICENSE=qwt -RDEPEND=dev-qt/qtgui:4 doc? ( !=sys-apps/coreutils-8.5 ) DESCRIPTION=2D plotting library for Qt4 EAPI=5 HOMEPAGE=http://qwt.sourceforge.net/ @@ -9,5 +9,5 @@ LICENSE=qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 ) RDEPEND=dev-qt/qtgui:4 doc? ( !=dev-lang/python-2.6.8-r3:2.6 ) python_targ SLOT=0 SRC_URI=http://xcb.freedesktop.org/dist/xcb-proto-1.9.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-multilib c576ed7a3d3613a39130380c3d008357 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=24ccf4b41cc0e911b39ebb0389f8f0bd +_md5_=9e813f8d1e95209c7c1365fe916fa5e9 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 7addd1b3bb49..200479b6d6d0 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sat, 09 Nov 2013 19:07:02 +0000 +Mon, 11 Nov 2013 05:07:38 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index f93f4e4f2629..3eb4e42b7d46 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sat Nov 9 19:06:59 UTC 2013 +Mon Nov 11 05:07:36 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 4627040b59dc..3deb05541d62 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sat, 09 Nov 2013 19:30:01 +0000 +Mon, 11 Nov 2013 05:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index dafcf3baa291..b57071c32c74 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1384023901 Sat Nov 9 19:05:01 2013 UTC +1384146301 Mon Nov 11 05:05:01 2013 UTC diff --git a/net-analyzer/fping/Manifest b/net-analyzer/fping/Manifest index 08024ebe7a2b..aea0b5be4493 100644 --- a/net-analyzer/fping/Manifest +++ b/net-analyzer/fping/Manifest @@ -4,5 +4,6 @@ DIST fping-3.2.tar.gz 137967 SHA256 b26739a1fa3471775ff1958a1e3d7597f12c9eb56429 DIST fping-3.4.tar.gz 142986 SHA256 d42528af4931f16a8e3438bd4a45cfdd72163ad8835a3c95351c336a26e56afe SHA512 f9580c5537550738b316aa2ed50408035ab3dca789960c58414687f0aa253dcafaa751009bed417e6c11ec97f02bdf4d21c57f5b0f655cd28eccecb1107192a2 WHIRLPOOL 75dc41cc9983ff45f0e84c820b8d67dab56effd2f6e0aee7c4a21e96269312caf393b6c94b52eac971a95cbcdf828a96477ad0492909408f5dfaf94185579e17 DIST fping-3.5.tar.gz 145512 SHA256 09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a SHA512 db36e74a5051de32245c2d96289d238ae2ae6698a5215c83401ed3b5bca2784c7d09bff2686f696990b31063fea8c1a5d2f2e15c09f808a1012992a1349db8f5 WHIRLPOOL 4c7263fa84ad50b40deff8fa54a433a475f8e28aeac3b01e9c12ca3cfc2f47f950f1163d1604f24bcbfee755f1a092e9f5cb1fa980cdbf571fd42b4e14aca2c4 DIST fping-3.6.tar.gz 146683 SHA256 e1ba303e25401100e09cc2f6971d6d8c2ec19756e7da4764d8c408923a812d31 SHA512 dd6fa33ffb898a82a9aae489818a21caa1c6a5bac55d88dd682b78b2ad150dcd61026bdeb8c636e15525289a2f87dfe17f15e0e12f4337632d9132f3364a8692 WHIRLPOOL 6d6d7c73ba81319dae63f8f4a3d86b03e2232681e42e72446f86c7127155dbd69aa06de7d1a5bea8025fe9b4b7991df027e9f8c1d89e67da7002cf9e8a1f8496 +DIST fping-3.8.tar.gz 147448 SHA256 c77406cfe93725e38506779c9a2a59d79fe8f81cab9e732e4f405b3e3a913c12 SHA512 11496092bcc438ebc26f9e1b1437bd8ad3ac2436708333ea4aca74c46e6cbd60ce7bd31d6cd9134bc63498bd7e93ab3323193bf8db94d592a130a029aa8ac95e WHIRLPOOL 2b5edfec394aa18e6165e33a92334e28d386c04a4bb04d24515a74cfe15f306653f4b26724fecc693f4564814259dc8bb7b23537a2f7edbd941b6b9be66da587 DIST fping_2.4b2-to-ipv6-16.1.diff.gz 8488 SHA256 de0021aba41ba6b1b98d34fb98f99bfd55455d332ed6aece83690e2d93159e6e SHA512 6af25324d159df4ddd7dd909e2e1a0d85e08c2f51c31469960c2dbc7a9eb4967fd114eb87361f8c6b1691de60e7f753d371e6c902bec706f3fed3d205fbe49f0 WHIRLPOOL 5bb9fdf9fba3769985d34d2e06b2e28540e997a00eb84d7b5a6d71e4cfe4f7a3b50933981df291df5141b8f43729375c95ceb9009cafbcf234c1f50cb89cf232 DIST fping_2.4b2-to-ipv6.orig.tar.gz 63333 SHA256 77e1a90af4fff4a5ffc4b70542c6ff44130558357e7d549f99a9eff23108d172 SHA512 3d1a76680d3a7cd361481d6e6de49797fbaf01422a73c784c8b667131afd56de2bfbbeb17014047cd2dea903f87d9f19e38ed7b0a5c2e8f2faf82759bf064ff9 WHIRLPOOL a1b0ce998004aea349a04a67a1430b2331292f1c4cb03fdee4d1b579e36c93c9852ed676f450fecdeb22690b2aee18b0319b0c193d794684d195cb73fa62697b diff --git a/net-analyzer/fping/fping-3.8.ebuild b/net-analyzer/fping/fping-3.8.ebuild new file mode 100644 index 000000000000..cee7d5dae68c --- /dev/null +++ b/net-analyzer/fping/fping-3.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-3.8.ebuild,v 1.1 2013/11/10 08:09:29 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="A utility to ping multiple hosts at once" +HOMEPAGE="http://fping.org/" +SRC_URI="http://fping.org/dist/${P}.tar.gz" + +LICENSE="fping" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="ipv6 suid" + +src_configure() { + econf $(use_enable ipv6) +} + +src_install() { + default + + if use suid ; then + fperms u+s /usr/sbin/fping + use ipv6 && fperms u+s /usr/sbin/fping6 + fi +} diff --git a/net-analyzer/greenbone-security-assistant/Manifest b/net-analyzer/greenbone-security-assistant/Manifest index 029d5cce3fee..480e3287db03 100644 --- a/net-analyzer/greenbone-security-assistant/Manifest +++ b/net-analyzer/greenbone-security-assistant/Manifest @@ -1,2 +1,3 @@ DIST greenbone-security-assistant-2.0.1.tar.gz 351124 SHA256 ac7e3ea6107cb15093467d2b7acea27927289fdc4c486343bf0c6a13e79f92fd SHA512 30ebd2fd92c6c98cce21a0732ea7d2f74c05f9298ef7439734d935aa3bb83aca4cb5d4cc9bf886ba62f41ab4231669d35aeb4968a65e9eb2997fce48517c624b WHIRLPOOL 03e665b7fecb1eac964437b21ac70418205c7b67876c877020fc4d00686d9c744a26b1b0319d0c61747e5223727abd11a97286aa4c2b2b18fe52191661e4fc19 DIST greenbone-security-assistant-4.0.1.tar.gz 588353 SHA256 7616747f80259e83424eb7e20c441fbfb819cb6ac63314485c8cf1b54b7493e4 SHA512 f7cb5eacb70ad968415ed2d60f059b027347d824f265d1ef63df3757bbec36e38cbbe0bf3687e333353ca9865ea037b3790360a51f5cf8a12072323fe7727457 WHIRLPOOL e4bfdaf39c5d88eacc80909b0f5edd64298901e072b4b9ed7e8b36e22f027d369f098dccd14bf33db2cf48aa2c5690f79136af1acf8457b74dab096986e105e5 +DIST greenbone-security-assistant-4.0.2.tar.gz 589059 SHA256 3b96d2306ef0e488366c0ec65a6548c04b491a73349521c7019c64474ec2452e SHA512 34a32f21f6a9c3b35d8048f5f46da686084b58ac3d60aa83ea95d7c5eaab7d8fe781e4cef1b3fb5df5ddc11ccbf21907f90e1a56a27824033630a89acb306aab WHIRLPOOL 9ac8033dc8934377fc48d4649de7e87c97faf933cf53a512f841b843c5b92b9ef9998009eabe8011e63a343a75c73cc54ca29306e6feffc50b956ae58c055c92 diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.0.2.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.0.2.ebuild new file mode 100644 index 000000000000..ade2e1638669 --- /dev/null +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.0.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.0.2.ebuild,v 1.1 2013/11/10 18:36:29 hanno Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Greenbone Security Assistant for openvas" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/1422/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=">=net-analyzer/openvas-libraries-6.0.0 + dev-libs/libxslt + net-libs/libmicrohttpd[messages]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS="ChangeLog CHANGES README" + +src_configure() { + local mycmakeargs=( + "-DLOCALSTATEDIR=${EPREFIX}/var" + "-DSYSCONFDIR=${EPREFIX}/etc" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + doinitd "${FILESDIR}"/gsad +} diff --git a/net-analyzer/icinga-web/Manifest b/net-analyzer/icinga-web/Manifest index 39539e588fa6..95f3f728098a 100644 --- a/net-analyzer/icinga-web/Manifest +++ b/net-analyzer/icinga-web/Manifest @@ -1 +1,2 @@ +DIST icinga-web-1.10.0.tar.gz 14245635 SHA256 fe1b43448bcb6a9e8f565f079122e51283539eb6be214e7001c65653686b7f56 SHA512 90537ea710dd6408349b734b0901918db595d2d7a281e9245a63ba0150a4b7df4fabbb71755966361440ca6096391470d7399ddd5f4b245d1203000b89d8b368 WHIRLPOOL c72004edb2a76efa4ccbea6363fddfa4c6d30c8c368fa57ee0f865d27927bdc5aea691b42c4415b5fe75a12d946768296feffbeb101ff8945377d92da20059bc DIST icinga-web-1.9.1.tar.gz 14635896 SHA256 aa5b1aa6962a727a6760f89ef19845a878b7e06ee723b8f1fd7821b6a6b578aa SHA512 42a3edddae5a287b87fd6d077ac303e7caa0b430af86e9046413e7d04d703cd3de7df881463eebb1e5216315056e06ce9f6dccbef93b6e55d1c3f5fe002447b9 WHIRLPOOL 8b5a6bf78794f722952566c82ae238640a716e61022fead31145bbc6fa40ca3bbf439aa593c5839b09873f7d43469cff28422ecd9b93e51cc7124859d1ae8257 diff --git a/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild new file mode 100644 index 000000000000..923cc0ace0e8 --- /dev/null +++ b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild @@ -0,0 +1,205 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild,v 1.1 2013/11/11 02:48:16 prometheanfire Exp $ + +EAPI="5" + +inherit depend.apache eutils user multilib + +DESCRIPTION="Icinga Web - new Web Interface" +HOMEPAGE="http://www.icinga.org/" +SRC_URI="mirror://sourceforge/icinga/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="apache2 mysql pnp postgres" +DEPEND="dev-php/phing + dev-db/libdbi-drivers[mysql?,postgres?] + >=net-analyzer/icinga-1.10.0 + dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml] + pnp? ( net-analyzer/pnp4nagios )" +RDEPEND="${DEPEND}" + +want_apache2 + +pkg_setup() { + if use apache2 ; then + depend.apache_pkg_setup + fi + enewgroup icinga + enewgroup nagios + enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios" +} + +src_prepare() { + #removed checks for some php stuff since we have these things called use flags + sed -i 's/ACICINGA_CHECK_PHP_MODULE/\#ACICINGA_CHECK_PHP_MODULE/g' configure.ac + sed -i 's/make\ /make\ \-j1\ /g' lib/Makefile.in + autoreconf +} + +src_configure() { + local myconf + + myconf="--prefix=/usr/share/icinga/icinga-web + --bindir=/usr/sbin + --sbindir=/usr/$(get_libdir)/icinga/cgi-bin + --datarootdir=/usr/share/icinga/htdocs + --localstatedir=/var/lib/icinga + --sysconfdir=/etc/icinga + --libexecdir=/usr/$(get_libdir)/icinga/plugins + --with-bin-user=icinga + --with-bin-group=nagios + --with-api-cmd-file=/var/lib/icinga/rw/icinga.cmd + --with-conf-dir=/etc/icinga-web + --with-log-dir=/var/log/icinga-web + --with-icinga-objects-dir=/etc/icinga/objects + --with-icinga-bin=/usr/sbin/icinga + --with-icinga-cfg=/etc/icinga/icinga.cfg" + + if use apache2 ; then + myconf+=" --with-web-user=apache + --with-web-group=apache + --with-web-apache-path=${APACHE_MODULES_CONFDIR}" + else + myconf+=" --with-web-user=root + --with-web-group=root" + fi + + if use postgres ; then + myconf+=" --with-db-type=pgsql + --with-db-port=5432 + --with-api-subtype=pgsql + --with-api-port=5432" + fi + + econf ${myconf} +} + +src_install() { + dodoc README + rm -f README + + emake DESTDIR="${D}" install + + emake DESTDIR="${D}" install-javascript + + if use apache2 ; then + dodir ${APACHE_MODULES_CONFDIR} + emake DESTDIR="${D}" install-apache-config + echo '' > "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" + cat "${D}/${APACHE_MODULES_CONFDIR}/icinga-web.conf" >> "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" + echo '' >> "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" + fi + + insinto /usr/share/icinga/icinga-web/contrib + doins -r etc/schema/* + + if use apache2 ; then + sed -i 's/%%USER%%/apache/g' etc/scheduler/icingaCron + else + sed -i 's/%%USER%%/root/g' etc/scheduler/icingaCron + fi + sed -i 's/%%PATH%%/\/usr\/share\/icinga\/icinga-web/g' etc/scheduler/icingaCron + + dodir /usr/share/icinga/icinga-web/cron/ + cat - >> "${D}"/usr/share/icinga/icinga-web/cron/crontab <> /var/log/icinga-web/cron_error.log +EOF + + cat - >> "${D}"/usr/share/icinga/icinga-web/cron/fcrontab <> /var/log/icinga-web/cron_error.log +EOF + + if use apache2 ; then + diropts -o apache -g apache + else + diropts -o root -g root + fi + dodir /var/log/icinga-web + + if use apache2 ; then + fowners apache:apache /usr/share/icinga/icinga-web/lib/icingaScheduler/res/storage.dat + else + fowners root:root /usr/share/icinga/icinga-web/lib/icingaScheduler/res/storage.dat + fi + + if use pnp ; then + insinto /usr/share/icinga/icinga-web/app/modules/Cronks/data/xml/extensions/ + doins contrib/PNP_Integration/templateExtensions/pnp-host-extension.xml + doins contrib/PNP_Integration/templateExtensions/pnp-service-extension.xml + fi +} + +pkg_config() { + einfo "press enter to install the icinga-web crontab" + einfo "installation from /usr/share/icinga/icinga-web/cron/icingaCron" + einfo + read + + if has_version sys-process/fcron; then + fcrontab - -u root < /usr/share/icinga/icinga-web/cron/fcrontab + else + crontab - -u root < /usr/share/icinga/icinga-web/cron/crontab + fi +} + +pkg_postinst() { + einfo + einfo "If this is a new install, you must create a new database for it, e.g. icinga_web." + einfo "You can find the database scripts in /usr/share/icinga/icinga-web/contrib/." + einfo + einfo "Additionally, you need to setup a database user." + einfo "The user must have default data privileges like SELECT, UPDATE, INSERT, DELETE." + einfo + einfo "Example for a MySQL database:" + einfo " echo \"CREATE DATABASE icinga_web;\" | mysql" + einfo " echo \"GRANT SELECT,UPDATE,INSERT,DELETE ON icinga_web.* TO 'icinga_web'@'localhost' IDENTIFIED BY 'xxxxxx';\" | mysql" + einfo " echo \"FLUSH PRIVILEGES;\" | mysql" + einfo + einfo " cat /usr/share/icinga/icinga-web/contrib/mysql.sql | mysql icinga_web" + einfo + + ewarn + ewarn "If you're upgrading from a previous release, you must upgrade your database schema." + ewarn "You can find upgrade scripts in /usr/share/icinga/icinga-web/contrib/updates/." + ewarn + ewarn "IMPORTANT: If you are upgrading from an older version and there are other versions in between," + ewarn " be advised that you need to apply those upgrade files with incremental steps!" + ewarn + ewarn "Example to upgrade a MySQL database:" + ewarn " cat /usr/share/icinga/icinga-web/contrib/updates/mysql__to_.sql | mysql icinga_web" + ewarn + ewarn "Don't forget to clear the config cache." + ewarn " /usr/share/icinga/icinga-web/bin/clearcache.sh" + ewarn + + einfo + einfo "Please note that the magic_quotes_gpc setting must be disabled (in both apache and cli php.ini)." + einfo + + if use apache2 ; then + einfo + einfo "apache config was installed into" + einfo "/etc/apache2/modules.d//99_icinga-web.conf" + einfo + einfo "The apache config value for \'ServerTokens\' must be set to at" + einfo "least \'Min\'." + einfo + else + einfo + einfo "If you are not using apache you may need to change some" + einfo "permissions, so that your web server can access files and logs" + einfo + fi +} diff --git a/net-analyzer/icinga/Manifest b/net-analyzer/icinga/Manifest index 5955578d9664..3f4533dbe179 100644 --- a/net-analyzer/icinga/Manifest +++ b/net-analyzer/icinga/Manifest @@ -1,3 +1,2 @@ -DIST icinga-1.8.4.tar.gz 7459130 SHA256 e1ecbc6c83bb8b2d4d29934182b101f305c8d45873b0cefe452dd913ee5b6de1 SHA512 4112a6ad78cfedf5106998045f12752ff1c6c55eb347e0e86f8c0e1adfaa678a256c43d5362a6a7952d4c868b00a90a812567ac5d5cd01eb98a8e2a8b346f90e WHIRLPOOL fedebccfa3e9dcc657e72525f6c5b0a7e0a5d70e12b7c2e9c2a621ba658c9007f950be45a6ce85a25bf6dd0d2ca0e62ed0939fe9af964694bfddb124ef3057ed -DIST icinga-1.9.1.tar.gz 17075758 SHA256 ad4cc505d0b298bac791e295bbc08ab80a6437a1853689bfa708312deea72511 SHA512 a1ef5f24f82c44ac9baacd856b1f8fc1bca4956ce4ed2691aa4a7c058f2dffab6e5f9244954ae7a2f18d0d53b549a37cca145e1d638b1e57ae4619d788ce8cec WHIRLPOOL 758ea6b9015414c20f6c90b04a958ce19f9f0e8986accb3a0d78e82c88c4d9a6d6b7959c9daf3ac9696c1af76ba605fb8f81754953fa030fbf11a5eaf77665c5 +DIST icinga-1.10.0.tar.gz 15294322 SHA256 204b6798bfcd4035a48fd8880feb705046c976c81cb35c24a627e7ebea6c04a3 SHA512 e444b0624dc274971d11ee7f2bdbf5517602db570b0fea12cc609ad4ea8db64af925ea5e0a54e5f8f30c20240c1b5352d57ce3de76af7d78c2751c96ae932b24 WHIRLPOOL 3ab53eff23a87196a4933409c8ce43b8f056ce83f4533b9ada3c0d04b356097eed10879e51c88398722aed28da18a5fd8ae754f53fd6f0f1514c93fbf187c576 DIST icinga-1.9.3.tar.gz 17082275 SHA256 2dfef14225e8b671145d4816999bf57842d379b2e5e18d2af69cf0c5b93376db SHA512 5361b1a6ee40484ee85f32ba4a2dbd811f4776dc646c70adaf2597d85b0c9011049f8c7d057ff67de645d4edd0a3377d32c62c0c3d95eab1db9d9e0e3c636a91 WHIRLPOOL 98e5be7ce9cf8e82f202fe9f5ef163ef33afc1dcac76aae7aa022b0597fae9a71f470a4bb3022d7a45f358a72b2deea29e86cf11a7a77a65ce21947df2870f73 diff --git a/net-analyzer/icinga/icinga-1.9.1.ebuild b/net-analyzer/icinga/icinga-1.10.0.ebuild similarity index 99% rename from net-analyzer/icinga/icinga-1.9.1.ebuild rename to net-analyzer/icinga/icinga-1.10.0.ebuild index 2ed33e8bbb50..3ad8beb38365 100644 --- a/net-analyzer/icinga/icinga-1.9.1.ebuild +++ b/net-analyzer/icinga/icinga-1.10.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.9.1.ebuild,v 1.1 2013/05/28 08:32:50 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.10.0.ebuild,v 1.1 2013/11/10 23:20:10 prometheanfire Exp $ -EAPI=2 +EAPI=5 inherit depend.apache eutils multilib toolchain-funcs user versionator diff --git a/net-analyzer/icinga/icinga-1.8.4-r1.ebuild b/net-analyzer/icinga/icinga-1.8.4-r1.ebuild deleted file mode 100644 index 01685d90e798..000000000000 --- a/net-analyzer/icinga/icinga-1.8.4-r1.ebuild +++ /dev/null @@ -1,251 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.8.4-r1.ebuild,v 1.1 2013/02/09 21:41:59 prometheanfire Exp $ - -EAPI=2 - -inherit depend.apache eutils multilib toolchain-funcs user versionator - -DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils" -HOMEPAGE="http://www.icinga.org/" -#MY_PV=$(delete_version_separator 3) -#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" -#S=${WORKDIR}/${PN}-${MY_PV} -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="+apache2 eventhandler +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web" -DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) - perl? ( dev-lang/perl ) - virtual/mailx - web? ( - media-libs/gd[jpeg,png] - lighttpd? ( www-servers/lighttpd ) - ) - !net-analyzer/nagios-core" -RDEPEND="${DEPEND} - plugins? ( net-analyzer/nagios-plugins )" -RESTRICT="test" - -want_apache2 - -pkg_setup() { - depend.apache_pkg_setup - enewgroup icinga - enewgroup nagios - enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios" -} - -src_prepare() { - epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch" -} - -src_configure() { - local myconf - - myconf="$(use_enable perl embedded-perl) - $(use_with perl perlcache) - $(use_enable idoutils) - $(use_enable ssl) - --disable-statuswrl - --with-cgiurl=/icinga/cgi-bin - --with-log-dir=/var/log/icinga - --libdir=/usr/$(get_libdir) - --bindir=/usr/sbin - --sbindir=/usr/$(get_libdir)/icinga/cgi-bin - --datarootdir=/usr/share/icinga/htdocs - --localstatedir=/var/lib/icinga - --sysconfdir=/etc/icinga - --with-lockfile=/var/run/icinga/icinga.lock - --with-temp-dir=/tmp/icinga - --with-temp-file=/tmp/icinga/icinga.tmp" - - if use idoutils ; then - myconf+=" --with-ido2db-lockfile=/var/run/icinga/ido2db.lock - --with-icinga-chkfile=/var/lib/icinga/icinga.chk - --with-ido-sockfile=/var/lib/icinga/ido.sock - --with-idomod-tmpfile=/tmp/icinga/idomod.tmp" - fi - - if use eventhandler ; then - myconfig+=" --with-eventhandler-dir=/etc/icinga/eventhandlers" - fi - - if use plugins ; then - myconf+=" --with-plugin-dir=/usr/$(get_libdir)/nagios/plugins" - else - myconf+=" --with-plugin-dir=/usr/$(get_libdir)/nagios/plugins" - fi - - if use !apache2 && use !lighttpd ; then - myconf+=" --with-command-group=icinga" - else - if use apache2 ; then - myconf+=" --with-httpd-conf=/etc/apache2/conf.d" - myconf+=" --with-command-group=apache" - elif use lighttpd ; then - myconf+=" --with-command-group=lighttpd" - fi - fi - - econf ${myconf} -} - -src_compile() { - tc-export CC - - emake icinga || die "make failed" - - if use web ; then - emake DESTDIR="${D}" cgis || die - fi - - if use idoutils ; then - emake DESTDIR="${D}" idoutils || die - fi -} - -src_install() { - dodoc Changelog README UPGRADING || die - - if ! use web ; then - sed -i -e '/cd $(SRC_\(CGI\|HTM\))/d' Makefile || die - fi - - emake DESTDIR="${D}" install{,-config,-commandmode} || die - - if use idoutils ; then - emake DESTDIR="${D}" install-idoutils || die - fi - - if use eventhandler ; then - emake DESTDIR="${D}" install-eventhandlers || die - fi - - newinitd "${FILESDIR}"/icinga-init.d icinga || die - newconfd "${FILESDIR}"/icinga-conf.d icinga || die - if use idoutils ; then - newinitd "${FILESDIR}"/ido2db-init.d ido2db || die - newconfd "${FILESDIR}"/ido2db-conf.d ido2db || die - insinto /usr/share/icinga/contrib/db - doins -r module/idoutils/db/* || die - fi - # Apache Module - if use web ; then - if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" - newins "${FILESDIR}"/icinga-apache.conf 99_icinga.conf || die - elif use lighttpd ; then - insinto /etc/lighttpd - newins "${FILESDIR}"/icinga-lighty.conf lighttpd_icinga.conf || die - else - ewarn "${CATEGORY}/${PF} only supports Apache-2.x or Lighttpd webserver" - ewarn "out-of-the-box. Since you are not using one of them, you" - ewarn "have to configure your webserver accordingly yourself." - fi - fowners -R root:root /usr/$(get_libdir)/icinga || die - cd "${D}" || die - find usr/$(get_libdir)/icinga -type d -exec fperms 755 {} + - find usr/$(get_libdir)/icinga/cgi-bin -type f -exec fperms 755 {} + - fi - - if use eventhandler ; then - dodir /etc/icinga/eventhandlers || die - fowners icinga:icinga /etc/icinga/eventhandlers || die - fi - - keepdir /etc/icinga - keepdir /var/lib/icinga - keepdir /var/lib/icinga/archives - keepdir /var/lib/icinga/rw - keepdir /var/lib/icinga/spool/checkresults - - if use apache2 ; then - webserver=apache - elif use lighttpd ; then - webserver=lighttpd - else - webserver=icinga - fi - - fowners icinga:icinga /var/lib/icinga || die "Failed chown of /var/lib/icinga" - fowners -R icinga:${webserver} /var/lib/icinga/rw || die "Failed chown of /var/lib/icinga/rw" - - fperms 6755 /var/lib/icinga/rw || die "Failed Chmod of ${D}/var/lib/icinga/rw" - fperms 0750 /etc/icinga || die "Failed chmod of ${D}/etc/icinga" -} - -pkg_postinst() { - if use web ; then - elog "This does not include cgis that are perl-dependent" - elog "Currently traceroute.cgi is perl-dependent" - elog "Note that the user your webserver is running as needs" - elog "read-access to /etc/icinga." - elog - if use apache2 || use lighttpd ; then - elog "There are several possible solutions to accomplish this," - elog "choose the one you are most comfortable with:" - elog - if use apache2 ; then - elog " usermod -G icinga apache" - elog "or" - elog " chown icinga:apache /etc/icinga" - elog - elog "Also edit /etc/conf.d/apache2 and add a line like" - elog "APACHE2_OPTS=\"\$APACHE2_OPTS -D ICINGA\"" - elog - elog "Icinga web service needs user authentication. If you" - elog "use the base configuration, you need a password file" - elog "with a password for user \"icingaadmin\"" - elog "You can create this file by executing:" - elog "htpasswd -c /etc/icinga/htpasswd.users icingaadmin" - elog - elog "you may want to also add apache to the icinga group" - elog "to allow it access to the AuthUserFile" - elog - elif use lighttpd ; then - elog " usermod -G icinga lighttpd " - elog "or" - elog " chown icinga:lighttpd /etc/icinga" - elog "Also edit /etc/lighttpd/lighttpd.conf and add 'include \"lighttpd_icinga.conf\"'" - fi - elog - elog "That will make icinga's web front end visable via" - elog "http://localhost/icinga/" - elog - else - elog "IMPORTANT: Do not forget to add the user your webserver" - elog "is running as to the icinga group!" - fi - else - ewarn "Please note that you have installed Icinga without web interface." - ewarn "Please don't file any bugs about having no web interface when you do this." - ewarn "Thank you!" - fi - elog - elog "If you want icinga to start at boot time" - elog "remember to execute:" - elog " rc-update add icinga default" - elog - elog "If your kernel has /proc protection, icinga" - elog "will not be happy as it relies on accessing the proc" - elog "filesystem. You can fix this by adding icinga into" - elog "the group wheel, but this is not recomended." - elog - if [ -d "${ROOT}"/var/icinga ] ; then - ewarn - ewarn "/var/icinga was moved to /var/lib/icinga" - ewarn "please move the files if this was an upgrade" - if use idoutils ; then - ewarn "and edit /etc/ido2db.cfg to change the location of the files" - ewarn "it accesses" - ewarn "update your db with the scripts under the directory" - ewarn "/usr/share/icinga/contrib/db/" - fi - ewarn - ewarn "The \"mv /var/icinga /var/lib/\" command works well to move the files" - ewarn "remove /var/icinga afterwards to make this warning disappear" - fi -} diff --git a/net-analyzer/openvas-administrator/Manifest b/net-analyzer/openvas-administrator/Manifest index 041c2e4a3743..470e09f4be0c 100644 --- a/net-analyzer/openvas-administrator/Manifest +++ b/net-analyzer/openvas-administrator/Manifest @@ -1,2 +1,3 @@ DIST openvas-administrator-1.1.1.tar.gz 133542 SHA256 cddf5f55e97125d9220f407a2050714da967a6695a54441daab56e20e2334089 SHA512 66f041030f9fb40d0108595911739f9fc3f9c34ce834c3bd94d5d17fe0d86e8b6958b2c2b2a9d39ca4df2f03af4bf5c686ea2a05b5d968f6c3a34754d5ccfb54 WHIRLPOOL 1f19e76024a87c3f2b72a76ab2756d0946a4f4048fe40a4b24665c9a3ca5a403b1b406bec63c4896d7cc4ed105e7b26b1c0bb7978aadb6d794be1ac399ce9a9c DIST openvas-administrator-1.3.0.tar.gz 140670 SHA256 06d9322b0d13e03681a7765be6b1516a226701cc10d57dbf87cee09143c03dbd SHA512 ae3b11796557ff06628c6938fcc69b8a40e126c6e45edecf538bb66dd425cd739fe1da318858d55fefc2b1c176f5b5eeef32f4947910e2a8ef85f8bed5680bbb WHIRLPOOL 32c255592bfcd8ca4b2f231a3a038545dda946323e7b8570b99741456b642bc8a0d074e879149993c5de621b8db72a9f530b1eb20a865bb8cc63adb080d78350 +DIST openvas-administrator-1.3.2.tar.gz 142478 SHA256 901e2a6c9a55eac8b54d9f148069da5c128174d4671f04f59872f0f636883724 SHA512 f21f677c29679cb080dbc8921b72eb64c36749e9d22b36103d2a5a1acd929e5ba7a3bdf6a6b67653bd51d741d9aebdb237af42c1c5a69977158d43ecf2d49d97 WHIRLPOOL bd6fa830c03610353769bfa8a911304414449005aa2fb438d2598ee0be7ef4eaec7391c2517e8ce6e577e294a38d125c16e7d4e88614f2ae1a34ce463a2b3b16 diff --git a/net-analyzer/openvas-administrator/openvas-administrator-1.3.2.ebuild b/net-analyzer/openvas-administrator/openvas-administrator-1.3.2.ebuild new file mode 100644 index 000000000000..7423e1f7b1ce --- /dev/null +++ b/net-analyzer/openvas-administrator/openvas-administrator-1.3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-administrator/openvas-administrator-1.3.2.ebuild,v 1.1 2013/11/10 18:31:53 hanno Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="A remote security scanner for Linux (openvas-administrator)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/1442/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=">=net-analyzer/openvas-libraries-6.0.0" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/cmake" + +src_configure() { + local mycmakeargs="-DLOCALSTATEDIR=/var -DSYSCONFDIR=/etc" + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + dodoc ChangeLog CHANGES README || die "dodoc failed" + doinitd "${FILESDIR}"/openvasad +} + +pkg_postinst() { + elog "You need to create an admin user for openvasad to work:" + elog "openvasad -c 'add_user' -n [username] -r Admin" +} diff --git a/net-analyzer/openvas-libraries/Manifest b/net-analyzer/openvas-libraries/Manifest index 536066aa532a..5b946df10ffa 100644 --- a/net-analyzer/openvas-libraries/Manifest +++ b/net-analyzer/openvas-libraries/Manifest @@ -1,4 +1,3 @@ -DIST openvas-libraries-2.0.3.tar.gz 482097 SHA256 9847e99b92bf2269c5157c69799de127fadcb83af19bfb7320c1c91036a6cc62 -DIST openvas-libraries-2.0.4.tar.gz 512846 SHA256 caf1ccdcd530bc4c7b4298886f7b55a5e73252a7000893759324f56bb8010e4f DIST openvas-libraries-4.0.5.tar.gz 664966 SHA256 88bfe25bd5d255327fc6b61378b599c0caeec9cbb106b8dff5bce07bb65d727b SHA512 42977f6f6eed16160ebf414ef69894a0156560ac0d07ecfd8feb3975801674c4c2d6fc2faa4b3b4ab413e9e33cfb6d64b3f2a250c71ef2b85e5d18ef2263e936 WHIRLPOOL 1410e02e0edcbb1c45737ac2fef23b2f6c08f7645d05290293794af56c3f1fa2886a5328b564f3beccf6155f8bde03405f6e69df357349c740bbb0c5f4bcdc61 DIST openvas-libraries-6.0.0.tar.gz 695740 SHA256 50d23afd46f7b49c4cb82a6500b0fe1fb53378af5efce95fd275ea33c879e1dd SHA512 5bb2a69afebdbfd057847733b822e24186f1308c7508cc3dcc5f4e936befd25d6ff05cfc2e841f1dc932604c96dbf864289c2748a98d6cb988a51d6c354b8ded WHIRLPOOL 0865a1e1589caf29b7c596604486a9470f570709114a9622aa1c38759f613bfa6bbc55cb1b9eb4380b20c80c4bc1739bb143dfff0848bc3c395d8204cba98f5e +DIST openvas-libraries-6.0.1.tar.gz 732237 SHA256 0deaac85e0902acbf06a1d8c74d30c44846eacab3bc6907c996bcada14d5f446 SHA512 76da822be4926432665454c00916a46d823a791068ae9c822ea0c723b85c549b15ea1fb3267e3d88547e444acde9436b2b540ea6fb5a324487496649b407c26f WHIRLPOOL f36ec7539d956015a140549c15ecada6504ddecbfc9caed35c3f4b1e2e744137c40e98efe29e8a52b4d6c12c82d2901dfd9e207d6a8c07a3dfb1029e347fd165 diff --git a/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild deleted file mode 100644 index b19b39b697a9..000000000000 --- a/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild,v 1.1 2009/07/24 19:29:58 hanno Exp $ - -DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/600/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="net-libs/gnutls - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - einstall || die "failed to install" - find "${D}" -name '*.la' -delete - dodoc ChangeLog CHANGES TODO || die -} diff --git a/net-analyzer/openvas-libraries/openvas-libraries-2.0.4.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-2.0.4.ebuild deleted file mode 100644 index a67df9274172..000000000000 --- a/net-analyzer/openvas-libraries/openvas-libraries-2.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-2.0.4.ebuild,v 1.1 2009/09/07 16:19:57 hanno Exp $ - -DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" -HOMEPAGE="http://www.openvas.org/" -SRC_URI="http://wald.intevation.org/frs/download.php/618/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="net-libs/gnutls - net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - einstall || die "failed to install" - find "${D}" -name '*.la' -delete - dodoc ChangeLog CHANGES TODO || die -} diff --git a/net-analyzer/openvas-libraries/openvas-libraries-6.0.1.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-6.0.1.ebuild new file mode 100644 index 000000000000..a37160edc729 --- /dev/null +++ b/net-analyzer/openvas-libraries/openvas-libraries-6.0.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-6.0.1.ebuild,v 1.1 2013/11/10 18:12:28 hanno Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/1417/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.12 + net-libs/gnutls + net-libs/libpcap + app-crypt/gpgme + !net-analyzer/openvas-libnasl" +DEPEND="${RDEPEND} + sys-devel/bison + sys-devel/flex + virtual/pkgconfig + dev-util/cmake" + +DOCS="ChangeLog CHANGES README" + +src_configure() { + local mycmakeargs=( + "-DLOCALSTATEDIR=${EPREFIX}/var" + "-DSYSCONFDIR=${EPREFIX}/etc" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + keepdir /var/cache/openvas/ +} diff --git a/net-analyzer/openvas-manager/Manifest b/net-analyzer/openvas-manager/Manifest index 966cf4d7bc36..cab7ab3b54d3 100644 --- a/net-analyzer/openvas-manager/Manifest +++ b/net-analyzer/openvas-manager/Manifest @@ -1,3 +1,4 @@ DIST openvas-manager-2.0.4.tar.gz 1064257 SHA256 553c44860d111c1fb0544aa7204704b331d851d1fa982c982052c08e52cbd041 SHA512 b030524b925e5ef3ed4df2a9bba58aa58dec437245ead1621eb4731f9091cdcd82479309cd39da8ca990bdc897e494c885108ace56c8a7478d6f73c931e192dc WHIRLPOOL 941071aedb0bfbd83b898803d777a567a12e3506d0df269352bfdfb93d498e1f1598c07d536f198ab12bb7f30049d3be2cfdf94d72dfabaf71a353a5aa697b73 DIST openvas-manager-4.0.1.tar.gz 1397682 SHA256 e07474bf3923ac99cd3b459d0e1f49642df09b87f31d3b2cabe4b11d9e8e8ba9 SHA512 33c48a6a2a0aaa28bc69ca3a66939dc45aad4708f870bdf9c16efd03e9237c142a018fc27313fa4816cfd09dffff0e89e7d0da49fa24b0d05d9f34d40dba7c78 WHIRLPOOL a4c07a5216a1b5438e6417993f10f880ee6de7a4462234f87eac25a046bbd84e3157512b854dc383f1acb12b53561e52b97ab9ba73cbbea3ef0e10bc7cb04aa3 DIST openvas-manager-4.0.2.tar.gz 1396897 SHA256 80c05333a5d9ccf0252d9433317cfbf506482d4f6081bf896dfddab05477d551 SHA512 e2b353c2e86fe5c1787af42ba3ad3c3de4dae8fa6b7d1dc6fc8cfc75660382d9c5335f8385ebee5f5e8bd3aee0b16423ad9874f0683cca064e0c3ea570903920 WHIRLPOOL d16c2bbb5a2df1a7cce86df6d94a64ed84a36ed57ce759ff6e9b329033703ec9ed91532b2b988cadfd2a8993fdb3c2ab7f903f401153116d9c57eeac927a4d32 +DIST openvas-manager-4.0.4.tar.gz 1407806 SHA256 af16582a3ce62643f74630c5fc37b6541b63cd76dd384748dd50bbef8bd59228 SHA512 36501110f05205dd1a22031fcd8da3dc4be399388832090d1c7dfcbde8ef5a3ab623efd0ada5a960b3980ac1c4905cf781288e077e68b19737c0e5476082039f WHIRLPOOL 2323a9c1882abb492d54e59809be8dc2b11d62910793050fd054fdd44a542e2b8a18d2af370c9f5a367549abf4957865f9e603ba422bfa6900747dfc382990e7 diff --git a/net-analyzer/openvas-manager/openvas-manager-4.0.4.ebuild b/net-analyzer/openvas-manager/openvas-manager-4.0.4.ebuild new file mode 100644 index 000000000000..5503357b90e0 --- /dev/null +++ b/net-analyzer/openvas-manager/openvas-manager-4.0.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-manager/openvas-manager-4.0.4.ebuild,v 1.1 2013/11/10 18:34:10 hanno Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="A remote security scanner for Linux (openvas-manager)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/1434/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=">=net-analyzer/openvas-libraries-6.0.0 + >=dev-db/sqlite-3" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/cmake" + +src_configure() { + local mycmakeargs="-DLOCALSTATEDIR=/var -DSYSCONFDIR=/etc" + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + dodoc ChangeLog CHANGES README TODO || die "dodoc failed" + doinitd "${FILESDIR}"/openvasmd || die +} + +pkg_postinst() { + elog "To allow openvasmd to work, you need to" + elog "1. create a client certificate with openvas-mkcert-client -n om -i" + elog "2. create an openvasmd database with openvasmd --rebuild" +} diff --git a/net-analyzer/openvas/openvas-6_p1.ebuild b/net-analyzer/openvas/openvas-6_p1.ebuild new file mode 100644 index 000000000000..0cf29cb59682 --- /dev/null +++ b/net-analyzer/openvas/openvas-6_p1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-6_p1.ebuild,v 1.1 2013/11/10 18:42:52 hanno Exp $ + +EAPI=5 + +DESCRIPTION="A remote security scanner" +HOMEPAGE="http://www.openvas.org/" +DEPEND=">=net-analyzer/openvas-libraries-6.0.1 + >=net-analyzer/openvas-scanner-3.4.0 + >=net-analyzer/openvas-manager-4.0.4 + >=net-analyzer/openvas-administrator-1.3.2 + >=net-analyzer/openvas-cli-1.2.0 + >=net-analyzer/greenbone-security-assistant-4.0.2" +# greenbone-security-desktop is broken and unsupported upstream +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" diff --git a/net-dns/opendnssec/Manifest b/net-dns/opendnssec/Manifest index 1cd5687ceb9b..51cd8d64aa19 100644 --- a/net-dns/opendnssec/Manifest +++ b/net-dns/opendnssec/Manifest @@ -1,2 +1,2 @@ -DIST opendnssec-1.3.14.tar.gz 1159293 SHA256 04016069f980191fac446ccab51f06bc7969d7544997c9e538ca1c170c2f42f5 SHA512 8f61f1eb0bb799d2e4bcd0a1ca1b8b0a111b050d38365b189363e76d7f9c105511833838cf91faa8eb32f34697cd5743f48af0c540ca85cbe6eaf5cc3305cb56 WHIRLPOOL 77d0e9cef2bb9434980bac24329fcd3a939053f5a50b5271d53333fe5ef7e04521d6bdc2e7b31185abaac8b7eb287ee7c90894566dc891a7015da4cd4b8c8cf6 -DIST opendnssec-1.4.1.tar.gz 988263 SHA256 7795ba9f98f9c8292d5f9f9d6ffbf88352a6f77986f43acc1a30141f6027cc82 SHA512 f11f52bc901eaf437ba30eaddceb8b2a4eb8b79f98c40362c22a43389203318980332dcbe05f0574f47f96185c5c9c8f7f29c2282adafa8a012f2d387f9ca90e WHIRLPOOL b1a2a3411c3b7f7ca3ef42eb73c919ca0ed7cff821aecd1f7ba76557dd905d9d3bf9f02cd24c2651859e007ea4c2ce8e5c6bd50121c48ebeff720d42e3b02ffd +DIST opendnssec-1.3.15.tar.gz 1158839 SHA256 c29884f76d278862de59576c2e5440e37c2b7c16f1984ccc7685a3a049e1c081 SHA512 2a8bf442629625a1bf0ba2192f7b9e273f5e1e92137a5c9ab50a90d30c69a92aa03995bc5aaf585ba1322441a579f2055175e9572562e13145a195f9767d1582 WHIRLPOOL 4346341fc25e8ab971ea326dec53e54caf0df880a1f99c6b7acaa5ef86aada06983c9a94c10ed730904bc736a8d90eabf9477dd43f51d03cea018529450c61d1 +DIST opendnssec-1.4.2.tar.gz 991161 SHA256 b4bc70bfb54ede8ed657cc7f669b5f58bc5e20eabf9b01ca107a6876b08bed35 SHA512 e115dc31b69eaa476b182be0211e09e7bad950a0c3009a53556a16d7a242254fa748e8fd1264cd9565d04abe9d64f781e1af120c2363aa856e0e34f6260e381f WHIRLPOOL fa3b98146546b25d1e67d53ac50b0fbb74de2ed14ecaed7f39503909ae4f558af083befd600031541abfeb002f4758dbb3edc183f0b694b0ab74d86ff25534f3 diff --git a/net-dns/opendnssec/opendnssec-1.3.14-r1.ebuild b/net-dns/opendnssec/opendnssec-1.3.15.ebuild similarity index 98% rename from net-dns/opendnssec/opendnssec-1.3.14-r1.ebuild rename to net-dns/opendnssec/opendnssec-1.3.15.ebuild index 253375d0c68d..0cdcd0d7f73d 100644 --- a/net-dns/opendnssec/opendnssec-1.3.14-r1.ebuild +++ b/net-dns/opendnssec/opendnssec-1.3.15.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/opendnssec-1.3.14-r1.ebuild,v 1.1 2013/07/24 22:11:40 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/opendnssec-1.3.15.ebuild,v 1.1 2013/11/10 10:11:14 mschiff Exp $ -EAPI=4 +EAPI=5 MY_P="${P/_}" PKCS11_IUSE="+softhsm opensc external-hsm" @@ -21,7 +21,7 @@ RDEPEND=" dev-lang/perl dev-libs/libxml2 dev-libs/libxslt - >=net-libs/ldns-1.6.12 + net-libs/ldns auditor? ( dev-lang/ruby[ssl] dev-ruby/dnsruby ) curl? ( net-misc/curl ) mysql? ( diff --git a/net-dns/opendnssec/opendnssec-1.4.1-r1.ebuild b/net-dns/opendnssec/opendnssec-1.4.2.ebuild similarity index 99% rename from net-dns/opendnssec/opendnssec-1.4.1-r1.ebuild rename to net-dns/opendnssec/opendnssec-1.4.2.ebuild index 3c105618cb77..de20e39fefa9 100644 --- a/net-dns/opendnssec/opendnssec-1.4.1-r1.ebuild +++ b/net-dns/opendnssec/opendnssec-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/opendnssec-1.4.1-r1.ebuild,v 1.1 2013/07/23 20:00:56 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/opendnssec-1.4.2.ebuild,v 1.1 2013/11/10 10:06:19 mschiff Exp $ EAPI=5 diff --git a/net-firewall/shorewall-lite/Manifest b/net-firewall/shorewall-lite/Manifest index bb6e686baa69..f9083d2bb0d9 100644 --- a/net-firewall/shorewall-lite/Manifest +++ b/net-firewall/shorewall-lite/Manifest @@ -1,4 +1,6 @@ DIST shorewall-docs-html-4.5.18.tar.bz2 4022828 SHA256 a98263059952ed50b826eb1787e18eccff09f41fa8f5d70f705ce39660b0c835 SHA512 790b89c3ee885a70daf62d145fcc3e1fb15871abcc9e8a868154c982e264a46acd8dfba81986604de60eb1c375b080d52992b6435b15b3cca91ab3afb895708f WHIRLPOOL 72c73ed925f3289978bfdfd8490bd617c0d39190ce874583773f04ec16d5710d007fd2edaef80b20e7b504e58df0d7bcf09595ee228a0948500295b848c333b3 DIST shorewall-docs-html-4.5.19.tar.bz2 4033970 SHA256 7be6ebfa73a52151137201e098588ff6e67aa6fc21cf530a0fba564eeb8e77d1 SHA512 8ce06db614a6114cfe2c5c78acfaf111cba0ae5aa488df3879af6b5ecb20205ee453e308a7299e5df243a71067f93dcd8f4cf5faefbd8729ba11acee35cf34e0 WHIRLPOOL b55f90c6f9ca28cccddfb7bd899ce5815573db3ff4b4deabe454c6f30a9b01196ec4609d5251413d9761a28944a6acb19b6748c4dd41ea58fe2fa8da9845ed49 +DIST shorewall-docs-html-4.5.21.2.tar.bz2 4144789 SHA256 b4cfdcb84525a3df1430c71eba4c1f86378d96283c250d8c2a9d81ac921bef88 SHA512 57a5dce628301a043110a28874dc73244ac8aedb756c62bdbc9ebc66ba324c989debc6dfdc6e9f19538356b60230d88b708fb9562cb9016783d41d9efbdb495a WHIRLPOOL fce6eca901c7444fe05cbd72b59aa836967de19bccbba3335b74b05e220ad297da15451d853188d5dc65276b13af70c7134eb17a0119dd695e571fe23ee71b07 DIST shorewall-lite-4.5.18.tar.bz2 73702 SHA256 b66680361c527ac710d33d643f4c233ab8e754e7916de0891a863ca7a973d03c SHA512 de181f2878402bb86b550bcfd4aaa86d874ef8be2674d145052322c80499bcc4691086a2b09612a0228de7d1c9e75c335ac99dbc63dcc0d5c8c2fc305f377be6 WHIRLPOOL cd29da8106f7fb2faa84e07fe2a2fa7e080a36db15c04b09926855a7735310c20e4c29f26695bc3c1dbc91b2c262223b8f83341018da2fa91fad1f8edc99a026 DIST shorewall-lite-4.5.19.tar.bz2 74489 SHA256 f5d1e8f2ae4b42461e5b414b52b4ac6614a144e4f6ad211b025f94716f898aec SHA512 c7d1edf2bad8c5ef4cb51fd5ef1d2dddd6bfc4d5d984b85b6fe8b6686a762bdd888c3a7dc2f7ce21cc6e7e217f51e7f5c00d534d7ee2b7bddcdfd534f936768e WHIRLPOOL 0d61e9648e4b34ad58d942cbb4e7e38d2551f877cc82cba7ea64f72362010067b2d663b984c052acdb9c1c544f184abf42e51b9e6797adcacaa8fa9064e5aaed +DIST shorewall-lite-4.5.21.2.tar.bz2 77966 SHA256 d1cdf423e60eeaa6bd7a40563b6e4b27610278bc1307d9b82e5fd43ef6c4ad44 SHA512 107ecfb404ec0a98097ebae503a48d5acd8dec62788d32158cf2433c2cf4471a1a00b5b39d4f23bbde60e692fa7caf701354373fbe76c5c2cc0278493386d83b WHIRLPOOL 11f91fed283673fe000710811727930c7df2cfd9660fb54db46a3d13c25ffacca86a899bc771d41a490b7a281db7a8909fb58f427e5d6fb8caf119b792b798a7 diff --git a/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.confd b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.confd new file mode 100644 index 000000000000..e5957167b5b9 --- /dev/null +++ b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.confd @@ -0,0 +1,15 @@ +# Global start/restart/stop options +# +OPTIONS="" + +# Start options +# +STARTOPTIONS="" + +# Stop options +# +STOPOPTIONS="" + +# Restart options +# +RESTARTOPTIONS="" diff --git a/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.initd b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.initd new file mode 100644 index 000000000000..eb379fa7041a --- /dev/null +++ b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.initd @@ -0,0 +1,82 @@ +#!/sbin/runscript +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.initd,v 1.1 2013/11/10 17:36:56 constanze Exp $ + +description='The Shoreline Firewall Lite, more commonly known as "Shorewall Lite", is' +description="${description} a high-level tool for configuring Netfilter." + +extra_commands="clear" +extra_started_commands="reset" + +description_clear="Clear will remove all rules and chains installed by" +description_clear="${description_clear} Shorewall Lite. The firewall is" +description_clear="${description_clear} then wide open and unprotected." + +description_reset="All the packet and byte counters in the firewall are reset." + +depend() { + need net + provide firewall + after ulogd +} + +status() { + local _retval + /sbin/shorewall-lite status 1>/dev/null + _retval=$? + if [ ${_retval} = '0' ]; then + einfo 'status: started' + mark_service_started "${SVCNAME}" + return 0 + else + einfo 'status: stopped' + mark_service_stopped "${SVCNAME}" + return 3 + fi +} + +start() { + ebegin "Starting shorewall-lite" + /sbin/shorewall-lite ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null + eend $? +} + +stop() { + ebegin "Stopping shorewall-lite" + /sbin/shorewall-lite ${OPTIONS} stop ${STOPOPTIONS} 1>/dev/null + eend $? +} + +restart() { + # shorewall comes with its own control script that includes a + # restart function, so refrain from calling svc_stop/svc_start + # here. Note that this comment is required to fix bug 55576; + # runscript.sh greps this script... (09 Jul 2004 agriffis) + + ebegin "Restarting shorewall-lite" + /sbin/shorewall-lite status 1>/dev/null + if [ $? != 0 ] ; then + svc_start + else + /sbin/shorewall-lite ${OPTIONS} restart ${RESTARTOPTIONS} 1>/dev/null + fi + eend $? +} + +clear() { + # clear will remove all the rules and bring the system to an unfirewalled + # state. (21 Nov 2004 eldad) + + ebegin "Clearing all shorewall-lite rules and setting policy to ACCEPT" + /sbin/shorewall-lite ${OPTIONS} clear 1>/dev/null + eend $? +} + +reset() { + # reset the packet and byte counters in the firewall + + ebegin "Resetting the packet and byte counters in shorewall-lite" + /sbin/shorewall-lite ${OPTIONS} reset 1>/dev/null + eend $? +} diff --git a/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.systemd b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.systemd new file mode 100644 index 000000000000..a7c932418a9c --- /dev/null +++ b/net-firewall/shorewall-lite/files/4.5.21.2/shorewall-lite.systemd @@ -0,0 +1,17 @@ +# +# The Shoreline Firewall Lite (Shorewall-Lite) Packet Filtering Firewall - V4.5 +# +[Unit] +Description=Shorewall IPv4 firewall lite +Documentation=man:shorewall-lite(8) http://www.shorewall.net/Documentation_Index.html +After=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +EnvironmentFile=/etc/conf.d/shorewall-lite +ExecStart=/sbin/shorewall-lite $OPTIONS start $STARTOPTIONS +ExecStop=/sbin/shorewall-lite $OPTIONS stop $STOPOPTIONS + +[Install] +WantedBy=multi-user.target diff --git a/net-firewall/shorewall-lite/files/4.5.21.2/shorewallrc b/net-firewall/shorewall-lite/files/4.5.21.2/shorewallrc new file mode 100644 index 000000000000..46f5eb9a3603 --- /dev/null +++ b/net-firewall/shorewall-lite/files/4.5.21.2/shorewallrc @@ -0,0 +1,23 @@ +# +# Gentoo Shorewall 4.5 rc file +# +BUILD= #Default is to detect the build system +HOST=gentoo #Gentoo GNU Linux +PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr #Top-level directory for shared files, libraries, etc. +SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. +LIBEXECDIR=${PREFIX}/share #Directory for executable scripts. +PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory +CONFDIR=@GENTOO_PORTAGE_EPREFIX@/etc #Directory where subsystem configurations are installed +SBINDIR=@GENTOO_PORTAGE_EPREFIX@/sbin #Directory where system administration programs are installed +MANDIR=${PREFIX}/share/man #Directory where manpages are installed. +INITDIR=${CONFDIR}/init.d #Directory where SysV init scripts are installed. +INITFILE=${PRODUCT} #Name of the product's installed SysV init script +INITSOURCE=init.gentoo.sh #Name of the distributed file to be installed as the SysV init script +ANNOTATED= #If non-zero, annotated configuration files are installed +SYSTEMD=@GENTOO_PORTAGE_EPREFIX@/usr/lib/systemd/system #Directory where .service files are installed (systems running systemd only) +SERVICEFILE=gentoo.service #Name of the distributed file to be installed as systemd service file +SYSCONFFILE=default.gentoo #Name of the distributed file to be installed in $SYSCONFDIR +SYSCONFDIR=${CONFDIR}/conf.d #Directory where SysV init parameter files are installed +SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR +VARLIB=@GENTOO_PORTAGE_EPREFIX@/var/lib #Directory where product variable data is stored. +VARDIR=${VARLIB}/${PRODUCT} #Directory where product variable data is stored. diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.5.21.2.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.5.21.2.ebuild new file mode 100644 index 000000000000..902acb06675a --- /dev/null +++ b/net-firewall/shorewall-lite/shorewall-lite-4.5.21.2.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.21.2.ebuild,v 1.1 2013/11/10 17:36:56 constanze Exp $ + +EAPI="5" + +inherit eutils linux-info prefix systemd versionator + +MY_URL_PREFIX= +case ${P} in + *_beta* | \ + *_rc*) + MY_URL_PREFIX='development/' + ;; +esac + +MY_PV=${PV/_rc/-RC} +MY_PV=${MY_PV/_beta/-Beta} +MY_P=${PN}-${MY_PV} +MY_P_DOCS=shorewall-docs-html-${MY_PV} + +MY_MAJOR_RELEASE_NUMBER=$(get_version_component_range 1-2) +MY_MAJORMINOR_RELEASE_NUMBER=$(get_version_component_range 1-3) + +DESCRIPTION="An iptables-based firewall whose config is handled by a normal Shorewall." +HOMEPAGE="http://www.shorewall.net/" +SRC_URI=" + http://www1.shorewall.net/pub/shorewall/${MY_URL_PREFIX}${MY_MAJOR_RELEASE_NUMBER}/shorewall-${MY_MAJORMINOR_RELEASE_NUMBER}/${MY_P}.tar.bz2 + doc? ( http://www1.shorewall.net/pub/shorewall/${MY_URL_PREFIX}${MY_MAJOR_RELEASE_NUMBER}/shorewall-${MY_MAJORMINOR_RELEASE_NUMBER}/${MY_P_DOCS}.tar.bz2 ) +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +DEPEND="=net-firewall/shorewall-core-${PVR}" +RDEPEND=" + ${DEPEND} + >=net-firewall/iptables-1.4.20 + sys-apps/iproute2[-minimal] +" + +S=${WORKDIR}/${MY_P} + +pkg_pretend() { + local CONFIG_CHECK="~NF_CONNTRACK ~NF_CONNTRACK_IPV4" + + local ERROR_CONNTRACK="${PN} requires NF_CONNTRACK support." + + local ERROR_CONNTRACK_IPV4="${PN} requires NF_CONNTRACK_IPV4 support." + + check_extra_config +} + +src_prepare() { + cp "${FILESDIR}"/${PVR}/shorewallrc "${S}"/shorewallrc.gentoo || die "Copying shorewallrc failed" + eprefixify "${S}"/shorewallrc.gentoo + + cp "${FILESDIR}"/${PVR}/${PN}.confd "${S}"/default.gentoo || die "Copying ${PN}.confd failed" + cp "${FILESDIR}"/${PVR}/${PN}.initd "${S}"/init.gentoo.sh || die "Copying ${PN}.initd failed" + cp "${FILESDIR}"/${PVR}/${PN}.systemd "${S}"/gentoo.service || die "Copying ${PN}.systemd failed" + + epatch_user +} + +src_configure() { + :; +} + +src_compile() { + :; +} + +src_install() { + keepdir /var/lib/${PN} + + DESTDIR="${D}" ./install.sh shorewallrc.gentoo || die "install.sh failed" + + dodoc changelog.txt releasenotes.txt + if use doc; then + cd "${WORKDIR}/${MY_P_DOCS}" + dohtml -r * + fi +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + elog "Before you can use ${PN}, you need to provide a configuration, which you can" + elog "create using ${CATEGORY}/shorewall (the full version, including the compiler)." + elog "" + elog "To activate ${PN} on system start, please add ${PN} to your default runlevel:" + elog "" + elog " # rc-update add ${PN} default" + fi + + if ! has_version ${CATEGORY}/shorewall-init; then + elog "" + elog "Starting with shorewall-lite-4.5.21.2, Gentoo also offers ${CATEGORY}/shorewall-init," + elog "which we recommend to install, to protect your firewall at system boot." + elog "" + elog "To read more about shorewall-init, please visit" + elog " http://www.shorewall.net/Shorewall-init.html" + fi +} diff --git a/net-firewall/shorewall6-lite/Manifest b/net-firewall/shorewall6-lite/Manifest index 110bc2e6af6d..2ad53aecc3b4 100644 --- a/net-firewall/shorewall6-lite/Manifest +++ b/net-firewall/shorewall6-lite/Manifest @@ -1,4 +1,6 @@ DIST shorewall-docs-html-4.5.18.tar.bz2 4022828 SHA256 a98263059952ed50b826eb1787e18eccff09f41fa8f5d70f705ce39660b0c835 SHA512 790b89c3ee885a70daf62d145fcc3e1fb15871abcc9e8a868154c982e264a46acd8dfba81986604de60eb1c375b080d52992b6435b15b3cca91ab3afb895708f WHIRLPOOL 72c73ed925f3289978bfdfd8490bd617c0d39190ce874583773f04ec16d5710d007fd2edaef80b20e7b504e58df0d7bcf09595ee228a0948500295b848c333b3 DIST shorewall-docs-html-4.5.19.tar.bz2 4033970 SHA256 7be6ebfa73a52151137201e098588ff6e67aa6fc21cf530a0fba564eeb8e77d1 SHA512 8ce06db614a6114cfe2c5c78acfaf111cba0ae5aa488df3879af6b5ecb20205ee453e308a7299e5df243a71067f93dcd8f4cf5faefbd8729ba11acee35cf34e0 WHIRLPOOL b55f90c6f9ca28cccddfb7bd899ce5815573db3ff4b4deabe454c6f30a9b01196ec4609d5251413d9761a28944a6acb19b6748c4dd41ea58fe2fa8da9845ed49 +DIST shorewall-docs-html-4.5.21.2.tar.bz2 4144789 SHA256 b4cfdcb84525a3df1430c71eba4c1f86378d96283c250d8c2a9d81ac921bef88 SHA512 57a5dce628301a043110a28874dc73244ac8aedb756c62bdbc9ebc66ba324c989debc6dfdc6e9f19538356b60230d88b708fb9562cb9016783d41d9efbdb495a WHIRLPOOL fce6eca901c7444fe05cbd72b59aa836967de19bccbba3335b74b05e220ad297da15451d853188d5dc65276b13af70c7134eb17a0119dd695e571fe23ee71b07 DIST shorewall6-lite-4.5.18.tar.bz2 73212 SHA256 f4fa454812ac0fa3da96569dcac3c6bff0022477e1ba55eee0df5d260f8091f0 SHA512 42939a8fbd6190f396ad31d5107dd28df831ee5236329d714f209c33cdaa00976931da3e3c0e6e92f5f963d054aac6987686e90f47fd4879a96320e93a769e8a WHIRLPOOL 156e60c4c4665cc6b8c5c0687880f07a9d27151dc0919cc6add388c84e1c3e23dd9ac46fa0ae941e0ccd674a70ff89b8573bf1463b350574cab469cdac7d9945 DIST shorewall6-lite-4.5.19.tar.bz2 73853 SHA256 c42b43c95ccb4de1f4ba2392321909c4e060b1facf1265745ec320a2b27b92a5 SHA512 51e72981acf5421db84472f707ccfd4af6c3b761453d144b6d57def3937d02c2200afc4669e3a9b3e7c200e308ce6cc8e1526231546ac9e3b8aa72b4593b93ac WHIRLPOOL 8f5c7c490b8f2346686d68c6c6e7d0227ff47a52eb70d9220b2f967eab725e2ed2486d91ded8c0944dd1d0a294e9e192a0bfb7cab4a5284e1837bcb8bba35219 +DIST shorewall6-lite-4.5.21.2.tar.bz2 77438 SHA256 dbe97281621f8af2cdc8a347b0cf6f34f9f42da786fed56b6bdc367752f66817 SHA512 3cdd70370ede5e1c77007d219b6313bca818e4de9d4e8a7056903b00a8586461370bcd6c18a3a8cf8e96b33a36d91509687b59abad1e549fb31d186b8fa2466a WHIRLPOOL 946873ced8e08c15b9422b4849bc72d63657fa01e816e189613717c283acda9951d2e90016b4ae55a43dde9c3f87b32dd7bc66fb2e98500c81883f50f0600d9d diff --git a/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.confd b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.confd new file mode 100644 index 000000000000..e5957167b5b9 --- /dev/null +++ b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.confd @@ -0,0 +1,15 @@ +# Global start/restart/stop options +# +OPTIONS="" + +# Start options +# +STARTOPTIONS="" + +# Stop options +# +STOPOPTIONS="" + +# Restart options +# +RESTARTOPTIONS="" diff --git a/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.initd b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.initd new file mode 100644 index 000000000000..791fcdd583da --- /dev/null +++ b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.initd @@ -0,0 +1,82 @@ +#!/sbin/runscript +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.initd,v 1.1 2013/11/10 17:37:51 constanze Exp $ + +description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 Lite", is' +description="${description} a high-level tool for configuring Netfilter." + +extra_commands="clear" +extra_started_commands="reset" + +description_clear="Clear will remove all rules and chains installed by" +description_clear="${description_clear} Shorewall6 Lite. The firewall is" +description_clear="${description_clear} then wide open and unprotected." + +description_reset="All the packet and byte counters in the firewall are reset." + +depend() { + need net + provide firewall + after ulogd +} + +status() { + local _retval + /sbin/shorewall6-lite status 1>/dev/null + _retval=$? + if [ ${_retval} = '0' ]; then + einfo 'status: started' + mark_service_started "${SVCNAME}" + return 0 + else + einfo 'status: stopped' + mark_service_stopped "${SVCNAME}" + return 3 + fi +} + +start() { + ebegin "Starting shorewall6-lite" + /sbin/shorewall6-lite ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null + eend $? +} + +stop() { + ebegin "Stopping shorewall6-lite" + /sbin/shorewall6-lite ${OPTIONS} stop ${STOPOPTIONS} 1>/dev/null + eend $? +} + +restart() { + # shorewall comes with its own control script that includes a + # restart function, so refrain from calling svc_stop/svc_start + # here. Note that this comment is required to fix bug 55576; + # runscript.sh greps this script... (09 Jul 2004 agriffis) + + ebegin "Restarting shorewall6-lite" + /sbin/shorewall6-lite status 1>/dev/null + if [ $? != 0 ] ; then + svc_start + else + /sbin/shorewall6-lite ${OPTIONS} restart ${RESTARTOPTIONS} 1>/dev/null + fi + eend $? +} + +clear() { + # clear will remove all the rules and bring the system to an unfirewalled + # state. (21 Nov 2004 eldad) + + ebegin "Clearing all shorewall6-lite rules and setting policy to ACCEPT" + /sbin/shorewall6-lite ${OPTIONS} clear 1>/dev/null + eend $? +} + +reset() { + # reset the packet and byte counters in the firewall + + ebegin "Resetting the packet and byte counters in shorewall6-lite" + /sbin/shorewall6-lite ${OPTIONS} reset 1>/dev/null + eend $? +} diff --git a/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.systemd b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.systemd new file mode 100644 index 000000000000..5af21b6c19bd --- /dev/null +++ b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewall6-lite.systemd @@ -0,0 +1,17 @@ +# +# The Shoreline Firewall 6 Lite (Shorewall6-Lite) Packet Filtering Firewall - V4.5 +# +[Unit] +Description=Shorewall IPv6 firewall lite +Documentation=man:shorewall6-lite(8) http://www.shorewall.net/Documentation_Index.html +After=network.target + +[Service] +Type=oneshot +RemainAfterExit=yes +EnvironmentFile=/etc/conf.d/shorewall6-lite +ExecStart=/sbin/shorewall6-lite $OPTIONS start $STARTOPTIONS +ExecStop=/sbin/shorewall6-lite $OPTIONS stop $STOPOPTIONS + +[Install] +WantedBy=multi-user.target diff --git a/net-firewall/shorewall6-lite/files/4.5.21.2/shorewallrc b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewallrc new file mode 100644 index 000000000000..46f5eb9a3603 --- /dev/null +++ b/net-firewall/shorewall6-lite/files/4.5.21.2/shorewallrc @@ -0,0 +1,23 @@ +# +# Gentoo Shorewall 4.5 rc file +# +BUILD= #Default is to detect the build system +HOST=gentoo #Gentoo GNU Linux +PREFIX=@GENTOO_PORTAGE_EPREFIX@/usr #Top-level directory for shared files, libraries, etc. +SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. +LIBEXECDIR=${PREFIX}/share #Directory for executable scripts. +PERLLIBDIR=${PREFIX}/share/shorewall #Directory to install Shorewall Perl module directory +CONFDIR=@GENTOO_PORTAGE_EPREFIX@/etc #Directory where subsystem configurations are installed +SBINDIR=@GENTOO_PORTAGE_EPREFIX@/sbin #Directory where system administration programs are installed +MANDIR=${PREFIX}/share/man #Directory where manpages are installed. +INITDIR=${CONFDIR}/init.d #Directory where SysV init scripts are installed. +INITFILE=${PRODUCT} #Name of the product's installed SysV init script +INITSOURCE=init.gentoo.sh #Name of the distributed file to be installed as the SysV init script +ANNOTATED= #If non-zero, annotated configuration files are installed +SYSTEMD=@GENTOO_PORTAGE_EPREFIX@/usr/lib/systemd/system #Directory where .service files are installed (systems running systemd only) +SERVICEFILE=gentoo.service #Name of the distributed file to be installed as systemd service file +SYSCONFFILE=default.gentoo #Name of the distributed file to be installed in $SYSCONFDIR +SYSCONFDIR=${CONFDIR}/conf.d #Directory where SysV init parameter files are installed +SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR +VARLIB=@GENTOO_PORTAGE_EPREFIX@/var/lib #Directory where product variable data is stored. +VARDIR=${VARLIB}/${PRODUCT} #Directory where product variable data is stored. diff --git a/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.2.ebuild b/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.2.ebuild new file mode 100644 index 000000000000..180fc775874e --- /dev/null +++ b/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.2.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.21.2.ebuild,v 1.1 2013/11/10 17:37:51 constanze Exp $ + +EAPI="5" + +inherit eutils linux-info prefix systemd versionator + +MY_URL_PREFIX= +case ${P} in + *_beta* | \ + *_rc*) + MY_URL_PREFIX='development/' + ;; +esac + +MY_PV=${PV/_rc/-RC} +MY_PV=${MY_PV/_beta/-Beta} +MY_P=${PN}-${MY_PV} +MY_P_DOCS=shorewall-docs-html-${MY_PV} + +MY_MAJOR_RELEASE_NUMBER=$(get_version_component_range 1-2) +MY_MAJORMINOR_RELEASE_NUMBER=$(get_version_component_range 1-3) + +DESCRIPTION="An iptables-based firewall whose config is handled by a normal Shorewall6." +HOMEPAGE="http://www.shorewall.net/" +SRC_URI=" + http://www1.shorewall.net/pub/shorewall/${MY_URL_PREFIX}${MY_MAJOR_RELEASE_NUMBER}/shorewall-${MY_MAJORMINOR_RELEASE_NUMBER}/${MY_P}.tar.bz2 + doc? ( http://www1.shorewall.net/pub/shorewall/${MY_URL_PREFIX}${MY_MAJOR_RELEASE_NUMBER}/shorewall-${MY_MAJORMINOR_RELEASE_NUMBER}/${MY_P_DOCS}.tar.bz2 ) +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +DEPEND="=net-firewall/shorewall-core-${PVR}" +RDEPEND=" + ${DEPEND} + >=net-firewall/iptables-1.4.20[ipv6] + sys-apps/iproute2[-minimal] + dev-perl/Socket6 +" + +S=${WORKDIR}/${MY_P} + +pkg_pretend() { + local CONFIG_CHECK="~NF_CONNTRACK ~NF_CONNTRACK_IPV6" + + local ERROR_CONNTRACK="${PN} requires NF_CONNTRACK support." + + local ERROR_CONNTRACK_IPV6="${PN} requires NF_CONNTRACK_IPV6 support." + + check_extra_config +} + +src_prepare() { + cp "${FILESDIR}"/${PVR}/shorewallrc "${S}"/shorewallrc.gentoo || die "Copying shorewallrc failed" + eprefixify "${S}"/shorewallrc.gentoo + + cp "${FILESDIR}"/${PVR}/${PN}.confd "${S}"/default.gentoo || die "Copying ${PN}.confd failed" + cp "${FILESDIR}"/${PVR}/${PN}.initd "${S}"/init.gentoo.sh || die "Copying ${PN}.initd failed" + cp "${FILESDIR}"/${PVR}/${PN}.systemd "${S}"/gentoo.service || die "Copying ${PN}.systemd failed" + + epatch_user +} + +src_configure() { + :; +} + +src_compile() { + :; +} + +src_install() { + keepdir /var/lib/${PN} + + DESTDIR="${D}" ./install.sh shorewallrc.gentoo || die "install.sh failed" + + dodoc changelog.txt releasenotes.txt + if use doc; then + cd "${WORKDIR}/${MY_P_DOCS}" + dohtml -r * + fi +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + elog "Before you can use ${PN}, you need to provide a configuration, which you can" + elog "create using ${CATEGORY}/shorewall6 (the full version, including the compiler)." + elog "" + elog "To activate ${PN} on system start, please add ${PN} to your default runlevel:" + elog "" + elog " # rc-update add ${PN} default" + fi + + if ! has_version ${CATEGORY}/shorewall-init; then + elog "" + elog "Starting with shorewall6-lite-4.5.21.2, Gentoo also offers ${CATEGORY}/shorewall-init," + elog "which we recommend to install, to protect your firewall at system boot." + elog "" + elog "To read more about shorewall-init, please visit" + elog " http://www.shorewall.net/Shorewall-init.html" + fi +} diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest index 5a61c2767f31..395e6b7a9fd6 100644 --- a/net-fs/autofs/Manifest +++ b/net-fs/autofs/Manifest @@ -1,69 +1,3 @@ -DIST autofs-4.1.4-patches-1.tar.lzma 12000 SHA256 fd0dd024572c6e120b65d6d2ee23cdd7d4d4ddde7031b7bac5ea58cd07431117 SHA512 55dc597702d08f98fb55018e5c78a55d5ab04aa8dce3cbe1f4194da28c0b61b6a97eeece9ac0a5b777cb97744dd9d56b8442adcbe59416248ea23e6393df2b57 WHIRLPOOL 5cece5b0ea7c1d1b593a4716c7fe39644e1941aa62d256d0fbd6891099b73173c6cf0772e8a136aad683d3b9b038e129a84ce6820f2a0cd6f3f1dc59a3a68730 -DIST autofs-4.1.4.tar.bz2 171044 SHA256 e25caa0e9639ea54dd7c4f21e8146ac9859a61fa126f397edf874b5fdc147430 SHA512 f81481f5a3b3f1e7ea647698636613bfd710f1ce4488055176ad1ede709a34e3ec14e44729933c86890819d67b22321731d4fc49dd2513a3e0511839de8b8c0c WHIRLPOOL bff0eb541f4076a8649d388330b09623c4da393d58bd2810c02093fd959c0869b749d303f727f6bcfcdfbc1fb12ae4021bb124716d091c7de765a572b9d4f384 -DIST autofs-5.0.4-add-lsb-init-script-parameter-block.patch 1846 SHA256 da28e45d96cce36583fe0b9184fc441880b5e9d3e92c856c286067b619684a28 SHA512 878c0844bcfd364d3680f44c8c46872329f6e355885c9934dbb060755521e1dd7bf9122b83392a0bcf029853ddaa4496677bc267a4d70011355bc7f4b54ffd60 WHIRLPOOL f897b068d095f3ae54d6ab76339c72368944ca6581a8fab7f8e95e0d32aac58a381dbf36b22d855d3aaf9c3b9ead778da803e5b8edbec284d3c2c125f56af239 -DIST autofs-5.0.4-add-missing-changelog-entries.patch 758 SHA256 7bce25e718278d4d92052f30536c47beae5410d8daf78149508d71425d1e9b6f SHA512 c0e32401050c015692b7df5f8f8dae37fcba739bcfb1628174d0d0fe638cc4c4934aa5b9af93b6d3247f39ccec324fe76c993b0e06930b0d85c27119674a8b11 WHIRLPOOL 9454dc37f159dec684463b788805053284d5720067ba7344287617a4ca32768a6a3a17cbec94d2b44dd5b358aeede61547a7a0280a2926ff71a63ed156941c9b -DIST autofs-5.0.4-add-nfs-mount-proto-default-conf-option.patch 6784 SHA256 9e78f56f0b6ec72d403548bb57e79c10ab5f3e0d22b249a4fed57226e0febb24 SHA512 c02464f31c10bd26698c8cb80189652a6423cd06b06180bb7b3774bafe745dfcf346a4d51e024b47cf70aebd32baf82ca4305634ba14133b9e198c6864fc1198 WHIRLPOOL f50b74162497e73770b999eeafa6973eec65ba035046d9a9994c5f224a1990ad805c1008403ef1e019972e8ee020c5cba9f9f003b93b2a1a713f4438b81df94a -DIST autofs-5.0.4-always-read-file-maps-fix.patch 2175 SHA256 c1bdc85074d284013ae7e0f5bbc40e0f77ba3100959553cb36073474d0c3c5f0 SHA512 9a850be64e1faa7955a68cebba532c34cf1c852beafe3ae16db1abdbda6f9973cf785d57042734068a2341f797b1258ee4970715a2fe309ec71bb506ad45ff8e WHIRLPOOL ff06f191cfff140047b020ecd64180b0c10b362fac26bd317b2066030c613b9681d2619af3651d908f479dd3f29ee6fb844d129c332037a4dcdd1ec9e7280cc5 -DIST autofs-5.0.4-always-read-file-maps-key-lookup-fixes.patch 2275 SHA256 8111d8bcf1076b6bbd6823c8b323cd605381091633062039689279dbacc60392 SHA512 175a6e491ef3ff46d74312f9f69706c85a5b4d2105310948f08f5371d93ca3636a66bb1089e5d08e074dd7a382b2cb18c74e397373b7fea5bf39fa4846182cbc WHIRLPOOL 0102479d6f31b72d084a68c4cbddc77d346a03f68fc0236cfc40f862b70873ac48f80ebc32c71b71c9a0cf9f1190c09c50de3fc7803f159727be6781205ad86c -DIST autofs-5.0.4-always-read-file-maps-multi-map-fix.patch 4509 SHA256 b297364047b211cfb35116213546ec4b632e03e4d429d5c748b36d9010e8ba29 SHA512 bd3be35295cbff0d5bbcf2ee431a827f98d68c559b70f442622c9f074745b7e56b4a4e1e3c9ae4dac00df3fc678d48b46c061e15d7cef9a21023f161e7e0604d WHIRLPOOL bd43804df6f791ee03bb18c4e99d6d6fba41ea4560890d2658b934b34d133881e7f0f39d166aafea4b52f3787ed9bb82179a23a656f53fa03accb2b5fa5ed76e -DIST autofs-5.0.4-always-read-file-maps.patch 6680 SHA256 0e2ef89ce7d8ad061cc9196829b7db41dc26970107ac500cf64e0fd89c6bf537 SHA512 dd06abe9cbc21118c6f48aa98bd67def21e88b2c48621014ab40e623ded1bca87184d49ad7b483ad70d9e8c4db642c5dc0ea701c56ecd9cf84109573aa9a08d0 WHIRLPOOL 569e1dd6e3a4c4b7ba78ac0e46a877640e347493e81c49c4e5109895a5258d592d10563d74eb6a2fff2e3523d5570c4bbbc2730a122f5f836be6609e0607a543 -DIST autofs-5.0.4-another-easy-alloca-replacements-fix.patch 976 SHA256 355163b4a71a6681e454a4cd016b2d197689c88ba523b3885dab04d2e198b1a5 SHA512 36fd04e80aa955747c7e8dde861567cb7a5955d9cd1d6f1115cc3a5a6a30c760922cbe9011139d6290c490c3249db8510378ed24be06b1f0b3002e3b3b5ea21f WHIRLPOOL 97f2849921071f9ea6987f98f8668a3a2db24df10f37a69d4748e8b7c448e9afc65c99768ffe31891e30c4a3763ee0115dbc7cb75da311d9988cb1ff59bac84e -DIST autofs-5.0.4-clear-rpc-client-on-lookup-fail.patch 1392 SHA256 695d8f95cadd4e5c622013b3fea759b9d829cf61169de469224cdb12531fc19c SHA512 b32840a42a887208560d707a7097b57fdfd8ba02906850e7b0a18a96a5d50a39abff06a1d9503d8396d8200c1c095b31d297d4de3a1c030513053b5990ce9665 WHIRLPOOL 4f4247a7a04cd59a2d5ef4d16015022a47e3b390d1ff5046d465ca39a2be13b47d2f5f7e36c4e91bc6723b7281ead60be90464541eb928f4d6bdf26d0cb957ab -DIST autofs-5.0.4-code-analysis-corrections.patch 16459 SHA256 b3b24b438a46a53d45b40153f9485dfb0064bc66ca3c65a6d5c0cedea234f72a SHA512 f5838d0b23bae60f777df81165bf46fbe54d450e220359ac627c74eaf445d3995886d8f164d068309174981e75de84fa25727358add69588beace1ee5ac383cf WHIRLPOOL ebda8a32158c0add47e1d08fcdf4a57ec1c866ad4c9f023588b8687e3fe47506acc9ff3946b188aafdac29b42e54de20f443340f0048c891de546a7f4c65bc7e -DIST autofs-5.0.4-configure-libtirpc-fix.patch 188984 SHA256 ae70f56bf0b37159c45f6871e4bc53be25baa351e5a28cdf24e90d676629ced2 SHA512 fbf631f48426182e4a7e6d4073ef0f98f6708ea2d371be042f257cf5c985677c3ae3f96ae2e68ba3de3a5f928f7e724b1f1cef6fe60108f76b8cd830a721a2d6 WHIRLPOOL 8880d4220edf8fc26e2d79cf9d3568d1468ed4e93c22ccb49d0d05011d32070f140c085bf4304ca5529bbec0065e4a9a4e2eeaaf21c7c97c71e180173d1a46a5 -DIST autofs-5.0.4-configure-libtirpc.patch 45852 SHA256 58517c08b58f3a8046b8321d2a5c8d89682eb364589eced5f095b28d2a15b293 SHA512 6617a09590c3402ace7f2500b893f5e3a2aced6db6d721082bea0c24642b0aa292af7f4c5e7807e519b3164b747cfa0b9fea4d71e457cc31bdd02f66281d2404 WHIRLPOOL 4068482cc703343bc35d8d6e68d814e91682ee6cb242ee5e302882a81795f2f24615239e3682552804b51c17e0413e5bca522540ac5fb2d3f12970e1c3ae3686 -DIST autofs-5.0.4-dont-fail-on-ipv6-address-adding-host.patch 2059 SHA256 74ee63c0c2c75434d60435436aff88726b63c0c85892f2ad30360615a9089ca6 SHA512 2d3ee605f0abdf40c399da4f359f399b36f923a6f86de29ed82cf71bc929043dc6796f21649b6d6f14ad1d9a7bd5178b55bcf0875ab122fdecb7f60792b030c0 WHIRLPOOL e4a5fa6ceaebfad4eafef6f39abde3c5c3471bec55ce8ec9117bc17cdda472c088f75f6a5df1c1c32b624d03325465964b85e69df1e21402a1b4dff732d7d627 -DIST autofs-5.0.4-dont-umount-existing-direct-mount-on-reread.patch 10846 SHA256 ffafa2ab464a71d02cce42f1baf758a9f7ac83409166ea9716f16e45c7007ed8 SHA512 24040a7566f4c00bc6cdea5bf76fa2c80a825694886c782dfe13c48d07d100e6a7b050ce69335407333f2cef7767a574cd88219593850da8a073e480ee8da918 WHIRLPOOL 85add7429f15eff11f7843476092c50ea6ad3a719f79da0bfaf7f22a26d6de3ddc550a112c7ad80cf48815c66e3fbdd6f50de83c96daaaf3182fcb9b0cc209c9 -DIST autofs-5.0.4-easy-alloca-replacements-fix.patch 6310 SHA256 2211c0c514b874bf2a10215100b4c5eafe39ea38304637205cc89807e2786e33 SHA512 eaf614ac4c16cc82285fbde16909335f46c018361cc861ed716f53eaaf3b2b575007a341fc87912680ed10922f165fc41b67414a0a1514a644f93e8db90702de WHIRLPOOL 9e8da91a40099dc68493ab8ee7bede4873036affe732afb794f6706829c620977bd7a329709b087041a82cf29d0742599e494668b0ae5f6499e69e6b8d877262 -DIST autofs-5.0.4-easy-alloca-replacements.patch 34981 SHA256 c2f580ca8b06514f948a568b534d9e9441bd0f7d4b1fc5e2f08d1744c3af3618 SHA512 34ee7a95aff69741231b7afffe7257d83df30665bbf82b1b41e10d0c923414bead796438ac736b56112269a296fabf25ea47771c3ffb723c7ce6d9e3bf84c080 WHIRLPOOL b0767e98f0a5e6a0b4f75c8414717e63ce8b59ec95825596e7978c747156572833de9f7e55f5fe2a783ac7fc4c3e895bc3d73467572967c18ec7a28ea011a292 -DIST autofs-5.0.4-expire-specific-submount-only.patch 2461 SHA256 03751bbeb7eac53151124a83dac9970b747a7d38b00d4471d2a5d1f9aab0a157 SHA512 8721c907d31e63845a206066638775ecd72fcdd666996c1107de56cff2ad4c08bdf5a436a60efd33861b363559805773923b8ca9afdea37a9f27b533be332d3d WHIRLPOOL 8d877cafb20bf582aeb938c3e88d3a797a7d0aec2eeb1b35f67b3db291f514a3fa91f9f01ceb84ef6257da0bef61649c5f1dfe4c7de35423cd235529ef24f1fd -DIST autofs-5.0.4-fix-bad-token-declare.patch 1085 SHA256 2ee71883581ce6c28c381dbe633fd310bc3d763f7e4db92db18d0e05cca7e2b8 SHA512 ffea395c17ce7e9cf4c086d9477d38c2605455b27b7f95156c35aff73a61b5f5cd3479a88fe6aa3fbd1a0ff3b1c83ac278a91cd4c5bf41a561df140177e1e5a1 WHIRLPOOL 3041a5e906e3b4b84d0a67f0e3663402b192e7f98f14cc081732f6deb4d12f4e6aafc77b959b28dd061ac6a56db798608668fe5f13ce62ae162f40e345908787 -DIST autofs-5.0.4-fix-double-free-in-do_sasl_bind.patch 1196 SHA256 80dbd7e532d727ab032e46faccc339b8ea6351715dc2d1edf551355654f7e3d0 SHA512 03e983389b024f5008bdd1c0526f516b1a8a772bb2e8bf52034c918ae8f399d00c479a1985a95903c1ecfcbbe86fafba8434121e5781f8e1d978d12cb08d4692 WHIRLPOOL 01c298368255940cef4e3ef8b45be51dafc696c53b457af240d48f3b9869507df7efeef1db6f4fff35c81031f31f5c5101acd50853fb49543ac4d6fef1e005d9 -DIST autofs-5.0.4-fix-double-free-in-expire_proc.patch 1078 SHA256 5316540f9944ae563f3db9563f7f2cd7a09fe692f10ad4163bd4ca8c06ac7e84 SHA512 fa640fe4a282a871a8108ceaccf5bbc5ca0bffc1c21cfcaa0602a721b8b8ba42ac4430d076b4791e22b834692bec3678c3ab2532d88cb4d1f2bab3698cc24756 WHIRLPOOL 3b421878563f1bfb1228516a5f7f48099cf4839ec142433ef7e4ebd237225d0bd888966f6694be8b68dce42efe6518d85902fd91e8bf01f2910d3515c96add29 -DIST autofs-5.0.4-fix-dumb-libxml2-check.patch 2462 SHA256 4dc61fc8d05d5ce268447b1f3ff92aafad3956a24ae80d44a4be64b666efcd99 SHA512 b7deed154ea6280ab8a77b1cc640e79c80d4e28a8666bbd676248b2acbd6a3b10d3cdb46c6eac6ef715ec3c993320fac22ed04b0d7155488294da043b97f5039 WHIRLPOOL 0bd5f73b9d7865903dddd9af616e81f1720e143f41b40c6bf70458040ff7b84731b9a73e021d96a3e471b0c7c075c1551b823261d252c764b3b22d1c527bd8fe -DIST autofs-5.0.4-fix-hosts-map-use-after-free.patch 1357 SHA256 81742146f6d31ade103acace3e410675342490d2608833523249a3c81016ee65 SHA512 8b9cfaf50fec85128bcfe5b3c790d475fe78aa35871f0ff91a21586bb6a412af65647c8d63ad226ff93b5d2571e73e120156667ddbd8dd7bb6682fc5d2aef1e1 WHIRLPOOL 79bb32fd2a84433c06747c2eae5a4f5f19c9a8a54a976f54d4b743b14bf321b16ea1b8b8c035f810b856c43dd169d008c799a6d9f5c2a1080a1f3a224091921e -DIST autofs-5.0.4-fix-incorrect-dclist-free.patch 874 SHA256 6384fc2ef250978127c953db821dd7dd98d7c12ac8de5d91cf6b1de4c1d32454 SHA512 dd3724462ced499b7fc2309e9d0234ef50e6f19e3af007e6844a6a8a03d336e1cbc736ab4e8d7982fd82cd1ebcbc642b152e302848bdc6dd145160d913d57941 WHIRLPOOL 0539946702017c6facb6f23f1d6db6312631c4940b47797b746369776e7cbfa3c93006fb7ae9869e68465bfad23671d1cfecc018e520708d8c1749589aa859d7 -DIST autofs-5.0.4-fix-kernel-includes.patch 2689 SHA256 ca8198fab9dc597f19c431d7c66ff25a1c88a5ef3b503697f0eb2721a21796d3 SHA512 be778ae8ccf63fb39d1b8d86705ba9f0e8d4db29b54ef98f43efd20bd828ad5a0a2462dff41c017d97ac39925a24e81f763537f75c64a4cc4bcecc7a12a21fa4 WHIRLPOOL 2f16de428d27e3db8d6a3e59ac5d35452059eb615782f8fdf6fe9e4e21127d45f96703746750af3323c04ea7666c84c5d3c966b24df7efebf3359026c461a9ce -DIST autofs-5.0.4-fix-ldap-detection.patch 3546 SHA256 046a8fc50a0033efe50d165544b9a9e16f8b726c34ae267992f17c0307e54cfb SHA512 9474a9caee3f9ff0b17d336fecbe93d77fa1227a52a703dbf30238764042746dc278f3b95af29a084afa77bbe97a0adfa12a562cd46ebdb3a2fd8ff5170edc59 WHIRLPOOL 86d7077a4a0f894fbbbacd5deedf9e7e694dc9cf287360835c229b0e4e02652a2978f6ae881b131c3e8cf24b48b3311ddc14932aa66764467bbb01cde553b50a -DIST autofs-5.0.4-fix-lsb-init-script-header.patch 1623 SHA256 1c5ce9740e77d6ae3ab8fe92b8270a78e91d7a3ffd9aec73fde79477bfd22194 SHA512 a9424d1e116f7262c81e5be4406be9875da44f988a55dfc658cf25d9a3c97541eed3d81f2373ecd5b3fd1b3bac4f941bab590602e05f0dd20939373b627c4e21 WHIRLPOOL ebe5d66db585adca8b4ef789244a82e31ac93c785807f51238b6e0e6a4440c16a3663d73b7d97e30dffaf4a1f0d8f7ed3e3a516373da9d2caa57b9e37e9ba8ee -DIST autofs-5.0.4-fix-map-type-info-parse-error.patch 1265 SHA256 44baed37dc36442d881f2f990ae7a5ecdfe190a645587ec6dd997962b7d79f9b SHA512 c6864530baa828e4573b7b36fa438d1eeaa02f3d02518c752eaeb4defc1522f3a847c9776e88c1fd9bc24a986ec65e26e34f466a70308464819e8008401a47f9 WHIRLPOOL b6c86bb98a33e905f969f63b63ff767e8874f07b14d8600be683721da7b38b0a983f2ff27a5214b566bbf9a8055a8c4e61617fd8fff248112973c56fea11755e -DIST autofs-5.0.4-fix-memory-leak-reading-ldap-master.patch 1062 SHA256 a38bb91a716c73010b8b310222877c94f0fbf85a6f3fca2264020047801a8180 SHA512 7268405a0faf21d1ae44da4161a0a2f0eddf91da2cf9dc2e808f8a6d735454d3997993a2f5f17d7556457d84b869b9f23e54cd94e734a3be96c33209d5d997ea WHIRLPOOL b84ce2ca1b955e0aebe143dbf114ad7ab4aa8ae05fa110131234813e4bc68e66a0e2fff4745f53340a7f80d38ff5fb5c867f518a0b38c0c620d269eae00796bb -DIST autofs-5.0.4-fix-negative-cache-non-existent-key.patch 9852 SHA256 7a9a438899c422b74283399587fa2037a67425aaebe4e952fb485088e3ae9f4c SHA512 49e8b207927de4c91d1cd350ee4de1c8cf424cca1969d1416abfeb130f8b680e28e52ade3c956941be6ef7f31733f5d03f6fe1de5c6b6039bc4fcb2e9a20c4d3 WHIRLPOOL fc7938fe4d6335d5dfb07a9e8ff913586ee4de94817cf1187f46e7fb6829125615fefbb96dfe0fe374cf093741cbdfab0578e855626aefa47f910ffcba78d666 -DIST autofs-5.0.4-fix-notify-mount-message-path.patch 1974 SHA256 e816084f9b61d04caa335c53dc4dd105b6a227f3cb6fb5d1540bffcd03d5e44f SHA512 5eb2082c861320191dfc22214cb6b3a428698b9a18d8a445b0b4f9d2c7831b8d97435b6f6bf4195dcf36548eda43f35cafd12947ee485592b64ef4a26571257c WHIRLPOOL 89abdcf3dc6f50306596b57e03c3cbad1480860d6867d0a49fd8166101801f78f9d1576217c76f32e8fd9722598c60b4eee07b530cc4a43e35e48ed7b21f2c74 -DIST autofs-5.0.4-fix-quoted-mess.patch 1049 SHA256 e8fec6ecd6fc3e7867aa5c3e2eeed40d6c8068008a83cac6e1ad4dc7251a0e95 SHA512 ab24a153872b8135e9230cf2624ae39a4c6cefd31309164befa061dbfd407eed08cc6338782312d732ca66605a53cafe77ef6ad2eff9132af51e4b927869803e WHIRLPOOL 8e6ada64a3e55427c94e8f33fe70fba52c06f847c82a14700acaeb4e6907af323962c7f2c735de75ed89b5231ce24293052c133242f7e87856919c7fc060d5e7 -DIST autofs-5.0.4-fix-restorecon.patch 1437 SHA256 0d09fe5b22cf6c915addf30664221dc0ea95a6da9194ee890da2a83b555f6b6a SHA512 7f304fa5c196ccb797b38b357f91724a17cf915d6f374eff576e7d26666aad157d20d0f5367e84f7b0577b6d1e8a8e5b42dd0f8e8a51868648f509cb57387475 WHIRLPOOL b51574a15ebb0cbac8761fa0e40fe7d936798fe8897464bb623c8821183026137c26063986db0b2fe64f10ebb472b205ce26fc1de5ee92204ada130a9dc24bab -DIST autofs-5.0.4-fix-return-start-status-on-fail.patch 5080 SHA256 3af14f7d48a80bbe52d252b6053ea1adc5cef0a9668c81e76aff028802b53f2a SHA512 e98f890c74a2b9c402fa083af7fad808de262e53beea7d299fe035d4b7a753d005b6549f6118cee343ae91f91dfbc6173782bc984b6d363d505a2f2648f34de0 WHIRLPOOL c41462a58074c4e4422f02421651294edb0018af0ce12a745b6df396071558e75efd2bfb2379e7a14cd054a88a3752288340d85f1fe97592169989d74b76fa41 -DIST autofs-5.0.4-fix-select-fd-limit.patch 6912 SHA256 2678fd5b1d4c184f2d30b06b8854a1d6ea5f1b4dfc3933a5588ed75e845cec5e SHA512 6e9486be9fab509ba87dbc741a38abacaee71d5a54e8989a31fc63c8812de915f6e0a7fdbd3a587670206107065dabc08c9479b02c0607a778d5d359c60758f0 WHIRLPOOL 03691cbded992ff936a33d9c86f5649d098609a4bc74e3d0880af210ae0fde944fa6446e0810aa7d8217fde2881a4aef8dfaa7223cb8229148e56770d84c0d05 -DIST autofs-5.0.4-fix-st_remove_tasks-locking.patch 1598 SHA256 c3d4120e3287017ea1970ebf2db5c8a65a055cbbce7e19d7e6b85a3439268d97 SHA512 68b9202c649b7c2e391d2ad32a02886eb7ed41812bd10e64236f8d298d059d45b9f19a086ddf08bd3d301dfa24e1a1f02d65a7e72f88cd3b16648037bdecf499 WHIRLPOOL 2dc9bd67b492cddb50c7cd08213b4105ee664655381b7c47be755f9cdb754f6debf88026f338ad67ba398a8b846a942b51ca987f1acca4d18a6c4d5d37176ad5 -DIST autofs-5.0.4-force-unlink-umount.patch 7167 SHA256 bb463a988dfd09859577505f45275f2ea7718657a1a496c76ca0b5aa86b3a2d3 SHA512 2d8ba62cf6350043d8c4bb65d809feec2b7c9993f0e51f46a290fe4960272ff3c2caf84c5197d52aae2874e66ad8109b49403bb5cea1e750ceb404d5c43ded34 WHIRLPOOL 483137512b1cffd7d605a08a7fc8500a0fa9269e946c782c8a9db33aa30e7230a73f667afef9532ca2bb9ee65854a80a7dd4f8b9f76bddb697b4ce78969b520e -DIST autofs-5.0.4-improve-manual-umount-recovery.patch 4902 SHA256 9d9944c9cb073ee8f0858785597d732b340041afee4317d323dc83f8a3fcdf03 SHA512 72a4f77b82a2881d1c79332e53b40b13758c848c4f1ded51527481ae9fcd02f04b6385cc87459a161d0355ed6bc7a24a0970ee198d6cc548bfec2e71ce705d7e WHIRLPOOL 5025744e64dd81fdf5358ccc3007ef046cbfd51431a6f87eebd73b0c4cd5994c1fbdcb8c06d635d1ccce3154cd5cb385ea88d3fa3eb375c0fa5c31937d25d343 -DIST autofs-5.0.4-ipv6-name-and-address-support.patch 25149 SHA256 f6de85f29a56afb1116065c2db81097a0b42eb5fd25449c6e0ace6ce01417e2f SHA512 f02e0823a28231604b7d2cf710d9ae7c38f94661748d2a21bd2d32e2c58cbb4188ac86ba74e5e41905859b8fdde3798aa1e814c6f4b07d1864f11a02385ba1c3 WHIRLPOOL bb4ff3aa67a5d7d7d4ad8f2208f373b24b15d4d5c857eb9a32ee43cc62b8815ee0c365fa9d187ed28b2f8fe5e5beba430af2ae0f1acf07b4903a2d83ac908f94 -DIST autofs-5.0.4-ipv6-parse.patch 12264 SHA256 94f562284bfcb060e3908b2caf34b5370b27e12af3fb8df28b796b09f4821ce7 SHA512 bb33b9fd8b8b08656b2791b316f445326d6e36791652beff41c412089c5bc980476d51ce618dae7e27244445c397ba6676d6386c3a1d7377d536a7120c157754 WHIRLPOOL 1e6713b102b7d8fee1877044ed575d562b4327e5ca67d61e42e62d69d4ebbe99ca45be599060c601b90f7acba39fd29083cfc2c2ebe3dacd1f4427c5683fb236 -DIST autofs-5.0.4-library-reload-fix-update-fix-2.patch 1446 SHA256 0cc2994a1c1b7a4ff704b8eebf1808a24158c4616531a82ca8707e16228c2d56 SHA512 4072a3c9205878577175145d491caa2fcf6fccdea9ac0abd19cd64f274b2e5e75eacb131e5098bd990a78e0c25553479107b5c16eb41f0cb607c6dbdd649af7f WHIRLPOOL 524b8fcfcb0c00013bbf20eeab6958c5ee00e82d1ae4ecd17191b149bf2976a26bb7db35477384298c279dc8269686bbf514daddf89d79a646656ba23beab1b2 -DIST autofs-5.0.4-library-reload-fix-update-fix.patch 2292 SHA256 c9696ea233424490e2a34c14804be861f1a20b970e9f47352f56fc6f11c22d6b SHA512 51c2d521ac2739b3070950f3d8b5db780acd1009a45176dba6e884b195f90b12c6accf013e6e4e7deff1a984d4e0cefdbc104b903958ba5985da4f1b0666ffcb WHIRLPOOL e59dde3f0e1b26de2fbc24ba426cdebbd0e9be4b6fa6985f3aba1c197f6cc6c41cd77f1fbf5d4a00fc0358c80910e1879d69fd8a20de133c21adaa0e5b83c93c -DIST autofs-5.0.4-library-reload-fix-update.patch 11309 SHA256 c5198bab85aab40694e4018b5e1bbc096c656d2e9a6ebb16ce81da59252a7f64 SHA512 774c9a65f9579f099a8a872dbf243e46870e41c2c172cba9457d925e4b7ccd29ef421f487ecce17b8a7987789494a2376f8a894bf9f4d9809366c1a3f42e2d5f WHIRLPOOL 700983852597d4c699eeea39a68ed3b6202d47513859643bcf35662c9cde23db83b73d7a87348e594a9f751caa09cd9b91f27fb07ce7cb8642f8aca87640f889 -DIST autofs-5.0.4-libxml2-workaround-fix.patch 1062 SHA256 879b1868d6f386a3c1f62e8e90f89524c9595cd7d70918b21d97e7d04f3fd021 SHA512 6429ff6e2b86f13d52fa4eb8091b384362840ace59583128e63971e2d66017d25da83a38ab8ccebc4770a050ee444755d67b9cff8957209d0ac9d21c4a00d11f WHIRLPOOL 3651bb956b936ab6cae21f2bfe140de33f974dac2cb1700c27db938e4aee02ad841a329e0e48a18343db8073019f4291c6f073d21480c04a516fafc0fe9e5852 -DIST autofs-5.0.4-make-MAX_ERR_BUF-and-PARSE_MAX_BUF-use-easier-to-audit.patch 7876 SHA256 0e34aaa4e6cf2be0188aebabb0c4c796ecd7b33b06b21dda1773b696b15a7978 SHA512 7da0fb02439641365dab801034c87cb01de1f33ad2a26aae0ff80d43c974f0c4fd69b8e9905f77e8b948bdc28890185565e31569d6e86aeecec19b025103d650 WHIRLPOOL 2523c9d78b2a2c8d50d546ee63fb8d393271c9fd0822e768db31e073e5aa5adad271360137714dc56116a7a094a588c67d9aa893d0935351bcac1bfa6f204ef4 -DIST autofs-5.0.4-make-hash-table-scale-to-thousands-of-entries.patch 9173 SHA256 24a288f5928812315821c70f7e98d760b1fcdb8e4d85478eae1197cfdb239ad3 SHA512 ec2d4b281e5fbb7838be846e677de5fe12098e9e50a1835d9af4c84481a7169aa506d3203435d268481fcdcf30a3b7babc05b8b67a1e5349bef39b34edd3a50a WHIRLPOOL b5e8b1f7cb4ff08032bc827e86dc53cb5d3592b185f860d90a83da6494efad7dd641407c36acc3a79786d7f42cb2df3faf8ca1e6c53bd70c8a316c64ba05c4fd -DIST autofs-5.0.4-manual-umount-recovery-fixes.patch 2992 SHA256 d6716f842bcb17e2c6df017f76835dc29a8c40bc001e3dcce098761b48b18d2e SHA512 b30278b5126cf293a706b8c0ae0ef07bb79d7d4424b03ac8ffc65269b58b1323ed1719d186ab12883a81ca09b0ce4346b3c0971ea80d6354e300b8388f51389d WHIRLPOOL 66946029072bc5a239258c09ec7eea4caadee215ae40b56180bba6cb46d7f16ee9131158e014827ffda34206f968aa474f3c01cdca0654455bf338011cff25db -DIST autofs-5.0.4-remount-we-created-mount-point-fix.patch 1644 SHA256 0c52953447ff9ef063d5256f46b3fd8bf3854f6e1a64960d54a594dc7edce51f SHA512 9e8fb383456d0d699bc5c2935878ebed2adb1da261a697be63140ee3f3d7b78508dd93e65c10f12c23490d144c4ac33de70e49fdb9c1ed9375e3da0e6507e447 WHIRLPOOL 3440d0ae75720ad0dcc522611117ce4c75f3e83eb4bcc01684c688fee81c8473ce31e688aae2ae462367a0c6d1d9655cd9e68eb6a9599aa7ef5b8f4af7cb85cf -DIST autofs-5.0.4-renew-sasl-creds-upon-reconnect-fail.patch 1785 SHA256 6cca5a02838d4875ac593e0a54905ff884e820ef3270269ece6d42355dcc4fb0 SHA512 2ba1c654b055ae41e9a530609ab738d1340d63e13f955d80754a451964091049e69d66d4c2741d63dff22fdd722c484d44d521e296b449c4b4feef66311a0fcb WHIRLPOOL 132da9d754d658ca25b84421154fe8522e5184f2936eeb5c6a21f56506743797a1ed63252dbf90496b751d961aa6708154eb224ee3d3abaee87ab2adae5fe6de -DIST autofs-5.0.4-reset-flex-scanner-when-setting-buffer.patch 1471 SHA256 83d57377f2cb23024c59bb3517fde6553ccf658d12cd20a7f38691f8451cb1d9 SHA512 46d7a778a56dc83bb10a2c4256aa440fc284091c07d01343e7a18a966345559c7753346995962bac06852dbfa9ccf966d57a66a19a5de7b03b148070cd1e09a5 WHIRLPOOL e1f7041c46d061186e208bf284e39a3f2835d237fcf7991a44a2af72da62f43ab6a8f28653311ebeaf8733187aa1f45ab42c99221a4f7866bbd182e4972e3805 -DIST autofs-5.0.4-srv-lookup-handle-endian.patch 907 SHA256 e0a0b7b1fd1306b55af041212c709b3fbba0bde52454a7b7132d0ecf1ca65951 SHA512 ffdacdef25259791bcd6c622551f3f83eae1618968dde1f10092a35ede1025c51e04f5e051c1c42e4632c258de9c26cf1985d60de2937ac0908557c1b0dac8eb WHIRLPOOL 7ff7badb765a925825055523d60d1f8b1baf1412187456d7406531cdba3069cc21c61f0f1576569aac81f23c8260e240b470418420af767946d400cb153fab86 -DIST autofs-5.0.4-uris-list-locking-fix.patch 6981 SHA256 d3d0c6529428fc1fe37bcd880c5075f51d4e8eb06b89a133aa584e9a177bf043 SHA512 593ed5b2f179bcc265d3afc865e8a6ce2536dab406973726304ae1e3c2a6e77e056170682ad682babdece446bf8d189a00d1c51ce18c849292365291386dbc7f WHIRLPOOL daf1ab3fec298d8d0ecd6734349a58e1d15fa18ca88c23a6a821913cac8b6ac0d929c1d6fd6eedf736d133ee053e99c896a530f68ba2cae46de83b3c8905350f -DIST autofs-5.0.4-use-CLOEXEC-flag-setmntent-include-fix.patch 1137 SHA256 0e156f3505e7ef2b69c29c8af00a6c69799d740f154963dd047a2cd310490085 SHA512 9d2a050a673079ac593462319a2ac112953eea32246399a4c3beb1a677d5203d1fc99466fd4888229d4539f88dac6f5a663b1c33ba4fa51b0bf4bdb14ccb1224 WHIRLPOOL 9d4efcaf5e375e8d134a2a03dfd73e55fc87c81d7cfb8b485106149285c2e4366798e77e79ffc6b1baaeebfa4ec810122160cdf8b237a2a5bbabf4ec6b628a90 -DIST autofs-5.0.4-use-CLOEXEC-flag-setmntent.patch 2636 SHA256 b5fdbaa54bd95a93e83c773522f64c0bd4c7eea735f97dc89472f2fbefe0846f SHA512 64859c700cf70d7759bba07e8f03c823ca1b727812f0f84306aa35fdee38b2c2bceee422bc946e29039851ba5491aab6147050493f7e9ae7d3710654d96a4903 WHIRLPOOL 314befa7e16ff31bcc6a753b23101a71292bc4bfb518bb9740e62e2ed6c0bea142deffe9537699b39741b373c17951de625e00b8ae747afd313bd3659303bf12 -DIST autofs-5.0.4-use-CLOEXEC-flag.patch 30508 SHA256 741ed2bf9b7a0b40c974c71a7e26d14dc9aac2273c78a8df258eb3edad7da07c SHA512 30d5d3fb89d5db76896e6428942e281333b473ada389aee13f8604b828611e892db2e9351c21dd1798b7904626cd6ae35376d3688652277a153ed14d5dda057c WHIRLPOOL 6d3180cd36fea6d7677c42b7cff982b7a9b5642dbbd98477cc7be8f3ddb00f29893c44b2a4660ea3b0499bc16ad30dce23867319fa6d7fbdc7736c5931605785 -DIST autofs-5.0.4-use-intr-as-hosts-mount-default.patch 2754 SHA256 c7540c823332d4d6194033cbeb8e520f11e1d444e885e8ac99cfc8b2802a11eb SHA512 1d8b23686ef93548ac42fa1f04ec1132ffbac8366418be13ed7a497f96efe00b7f907a21e55fe5d86fe7d6262ee92c71c80cd7e30871a2b73c663f19d733ba1f WHIRLPOOL d8f5942cf4349807b929aeba3a6286e662bcd2c57af2effbb40c7571787b67a0c4d0f2810293ed0ba599d8a1688c0199723f3871b1ec251e73f98fdb7ee6b2b4 -DIST autofs-5.0.4-use-misc-device.patch 1607 SHA256 7e065f514e9e44da875426a715f0d61059e81832b221247a88c91f1aff29eea1 SHA512 847bc551894b1b48f673590c201ef2215ad37ba1019ccd9e5e472c5b439919960a6a7816f10e89aa8049ee10c4f635e31ae01fb101593c64f7da39ffe3e7d93b WHIRLPOOL 8d75efffa8e96f43aab2366c8f2c4f8f053894609a3e5109c5038e59950e4f99002127349e9167c35d65b33433ca8a0a5a43d78ca4a204c063a32b4d49aded32 -DIST autofs-5.0.4-use-percent-hack-for-master.patch 3850 SHA256 6d003fa293c01b093c3bb6035268d8e8741c1d82c20158f89174bac6a0d14ede SHA512 361a1cb8f86fbc0a09c96dc8771fd05011590bd5e4f7cfc3e841a2060506e06f55581e78b38e0ed793dc853bfa2aafc64424905cabcc85533f161878792d2fae WHIRLPOOL c6f4eabfdebfb40611e0b4485db0f91b96ccd29aa3ac8230fb91207e19a8603b9eb5893162a6ff8fc90de9568b7bf5193371b3704fafdf1ee92e1e366f2b9aad -DIST autofs-5.0.4-use-srv-query-for-domain-dn.patch 27460 SHA256 3b9139f8654358156064d6338d4ded813b011f7aee20635e362b16602fd00aad SHA512 e77b24cb3c7ce03b8ff9add7ee1ea47b9ca48b002c34e177ca8c277c0c06ff3de363432ae28fcdb7c8673c3553b74dcb6f9bbbf528e6807dd993ae6fcb59ce52 WHIRLPOOL 8336d1184be0375f285e6fc16e5de05013ec89ec5e452401038017226ad1d939f2b457cb5208788a9adcfd3b5e4eb2225834a3dbbc79911949a54d2eaa581b19 -DIST autofs-5.0.4-zero-s_magic-is-valid.patch 1320 SHA256 dc126f69203c6c486fecf42508b2c995ee4a8e0a26b01b97112dc5c2dfe9f547 SHA512 0dd4aed7b54ddc0fa73284264c75260e4850957e1891f7397ba2edc1d7e87e5986ff071394106f01faa2dc9a29b28dd51b0eb6000e8526b05cd1faae52c99077 WHIRLPOOL 8e06bf7ec5e05d22448fbf71c5c2bb40239f95fdec10a1431b174a4189ff18a240c8dd51b236afe93bc725b0cce8ce2d2f36aca014fc0b0bac040f247d363ecf -DIST autofs-5.0.4.tar.bz2 303863 SHA256 631fe1a3cdc11c66aaf356fc6c0b8e41dff45897c43bb536a29b432e89d8da1b SHA512 2e840c4893f43b0ccbc2259d0ff9f015549eddf507032a3086121cb92a7517107659b12775ae3ee5ec58c53fe678b689f6f0760970146abd119430ac206c8259 WHIRLPOOL de44449dcbf069e739f84407c00e19e0c68c8c06bb17f53ecd3f7bf13ae9e882cd9a677d57b5db876a9ae4e8440904e03b34efb708f80ee3d7e7bcf3a00d7f45 -DIST autofs-5.0.6-patches-1.tar.lzma 25424 SHA256 7d92dd29b733a0e567d8a3a793a9559254e07abd23b1e2113d52a7e5cfb15e77 SHA512 ea0e31886f4907079cba4e4c159311721b60ec0ab5e6e4ab0c9b2f9b4f724996a813343c9cfcb745ac5533fc406938492846c83904dd0d691d507adccac4d1c7 WHIRLPOOL deb332ef12b2ea7e1b85b279c158d1990e76cd5aff99c164848cfe50aa0b100c4436ab8f7be2c8502504e5ceecf40b24a06e87b9d342e8466334fc6f09c07c27 -DIST autofs-5.0.6.tar.bz2 311857 SHA256 125b439a311939f247936ad697bc53b11a8e694aaff8ddf44a9fd7fa850e692c SHA512 cedfa6b6a6c81390a9302732ddfd880870e53f4995c8d87f9150669aa05b65c645763cf3bbda2ecd46a1dae1c3a80fe0601c0b4bb8dbb370c2af1392671e6355 WHIRLPOOL 61b0d36235805eee61b8cf445bc16d72c91ce9fa0d3bb0dfac94a54bb51a47548a16003d2888a92ef6afa449d4b81d9ddd086a69b63579c04088139286a1a410 -DIST autofs-5.0.7-patches-1.tar.lzma 12677 SHA256 6ebc07007592d7af9934454e0e72a7b2ba837d1481d7e7ee209d58089a0728cf SHA512 5cb3ed3825d03eea0024165ee34320f1803bcf3caefea3574b6d5fe9f71b1fbc0669aacf65558fd8ad0dc785c62ad8797a07cfef771d7603c21ff63f30bbdedd WHIRLPOOL bf4dfcface1519409bf68cf5a6568ca247d17132c9404f21309c17d1bd55b6a412934d9ecfa69b498bcc3d8cd31db011727035d5172546add65d9baedb42c745 -DIST autofs-5.0.7-patches-2.tar.lzma 31340 SHA256 e7ea55e270e2dad0dbe371f772ef77bf75d09c74a8a869089b261ab466201d45 SHA512 af8d0faa4f5533e3bfa690d96289cb99fa1065ac5b57505865ad3f68c9214b02821d8271a5778a034d3a1b0570df38dc1c59f3de4fa216859b97bf8717aba7b0 WHIRLPOOL aeaebc3e937f8c465a48e6901e48d112ddf77c9bcf9a91ed3ba55690a58acee323f1765a5b6142ebcd0bd8c4e54e2cd41c6153008c718fddba78f0702191bd79 DIST autofs-5.0.7-patches-3.tar.lzma 37967 SHA256 16de3486573a94d476f70f2c422656d6fddd79b3581ce05faeb5dd55748ba1cb SHA512 8cbb683a82d2cdc5e3c97921ba3a5bc5af5ab9fb45e4802de021a6161eaeaebb192790a351d281d48b68ed0f8ea6e3a0c0514a4f4a1c546191d8acca9e856ca7 WHIRLPOOL a42f6d609ee4160dfb2d84d94516667f41b8dbe9bf6bdef923f424f82ec00f6115f211dc2985170c45be53bdc45ea47026cc3750c61c7e14aa02ce3384bb9908 DIST autofs-5.0.7.tar.bz2 319117 SHA256 08c4304d8076dc80c14df559bc5fd821b67ef3457b245f61068bd053d8f94ccc SHA512 672c53e0a5477097779088d8654edaad4cb01ab68ade2ee175d963c7d4895d1bdeeeabc87057ecca2f4f3a0f08014298dae40e5e8e862c20c0b1477d72431f84 WHIRLPOOL 220cbd618ee4f34c82eaad823312284cc787aa28a0a8b9638a4b495cf38a3a6f9da194e74722febe04ee2b5ac4e1e9eccccde1f562d0d554f1e8a5ff4b5faec8 DIST autofs-5.0.8.tar.bz2 328559 SHA256 2e0e42c654b7762b1235ec0131317224c57fdc6757ec00c820b2aa86338c9f7d SHA512 72b01b4a45e70b651ab6f4cd63039bc3d7f389a21fde354a4ba1e0e172b5480abd9b12134b8a9c74284712c2d4ff0d46ad2b47ca1692b510b0d1be5d56bf3335 WHIRLPOOL 4d9cd57819930070d6741d174f61d7c99d00ff6af364e1f9ced3f4dc8eacdf3af4c1d843127e2d8d4e57238389542976379d8c009562fa51e3fdecf7f3db29d0 diff --git a/net-fs/autofs/autofs-4.1.4-r1.ebuild b/net-fs/autofs/autofs-4.1.4-r1.ebuild deleted file mode 100644 index 85c07bf4e8d1..000000000000 --- a/net-fs/autofs/autofs-4.1.4-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.4-r1.ebuild,v 1.6 2012/02/29 13:13:05 ranger Exp $ - -EAPI="4" - -inherit eutils multilib autotools - -PATCH_VER="1" -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI="mirror://kernel/linux/daemons/${PN}/v4/${P}.tar.bz2 - mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="hesiod ldap" - -DEPEND="hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 )" -RDEPEND="${DEPEND}" - -UPSTREAM_FILESDIR="gentoo/${CATEGORY}/${PN}/files" - -src_prepare() { - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded.patch - - # Reflect init script implementation - epatch "${FILESDIR}"/${P}-fix-man-pages.patch - - # Use Gentoo specific maps, init script and config file - for i in home master misc; do - if [ -e samples/auto.${i} ]; then - mv samples/auto.${i}{,.bak} || die "Failed to backup auto.${i}" - fi - ln -s "${S}/${UPSTREAM_FILESDIR}"/auto.${i} samples/auto.${i} || \ - die "Failed to symlink auto.${i}" - done - - # Clean-up maps and disable everything. - epatch "${FILESDIR}"/${P}-clean-up-maps.patch - - # Fix installation path of ldap samples and maps - epatch "${FILESDIR}"/${P}-fix-install-ldap-samples-and-maps.patch - - epatch "${FILESDIR}"/${P}-init.patch #Fix init script deps - - # Do not include , rather , - # as the former is a lame header for the latter (bug #157968) - sed 's@nfs/nfs.h@linux/nfs.h@' -i lib/rpc_subs.c || die - - eautoreconf -} - -src_configure() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - econf \ - $(use_with ldap openldap) \ - $(use_with hesiod) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README* CHANGELOG CREDITS COPYRIGHT - - newinitd ${UPSTREAM_FILESDIR}/${PN}.init ${PN} - newconfd ${UPSTREAM_FILESDIR}/${PN}.conf ${PN} -} - -pkg_postinst() { - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." - elog - elog "Also the normal autofs status has been renamed stats" - elog "as there is already a predefined Gentoo status" - if use ldap; then - elog - elog "Sample files for ldap have been installed into" - elog "${PREFIX}/usr/share/share/doc/${P}/samples." - fi -} diff --git a/net-fs/autofs/autofs-5.0.4-r5.ebuild b/net-fs/autofs/autofs-5.0.4-r5.ebuild deleted file mode 100644 index 72f90a2b06c2..000000000000 --- a/net-fs/autofs/autofs-5.0.4-r5.ebuild +++ /dev/null @@ -1,143 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.10 2012/04/25 16:29:19 jlec Exp $ - -inherit eutils multilib autotools - -IUSE="ldap sasl" -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5" -# This list is taken directly from http://kernel.org/pub/linux/daemons/autofs/v5/patch_order-${PV} -# Please do not modify the order -PATCH_LIST=" - ${P}-fix-dumb-libxml2-check.patch - ${P}-expire-specific-submount-only.patch - ${P}-fix-negative-cache-non-existent-key.patch - ${P}-fix-ldap-detection.patch - ${P}-use-CLOEXEC-flag.patch - ${P}-fix-select-fd-limit.patch - ${P}-make-hash-table-scale-to-thousands-of-entries.patch - ${P}-fix-quoted-mess.patch - ${P}-use-CLOEXEC-flag-setmntent.patch - ${P}-fix-hosts-map-use-after-free.patch - ${P}-uris-list-locking-fix.patch - ${P}-renew-sasl-creds-upon-reconnect-fail.patch - ${P}-library-reload-fix-update.patch - ${P}-force-unlink-umount.patch - ${P}-always-read-file-maps.patch - ${P}-code-analysis-corrections.patch - ${P}-make-MAX_ERR_BUF-and-PARSE_MAX_BUF-use-easier-to-audit.patch - ${P}-easy-alloca-replacements.patch - ${P}-configure-libtirpc.patch - ${P}-ipv6-name-and-address-support.patch - ${P}-ipv6-parse.patch - ${P}-add-missing-changelog-entries.patch - ${P}-use-CLOEXEC-flag-setmntent-include-fix.patch - ${P}-easy-alloca-replacements-fix.patch - ${P}-libxml2-workaround-fix.patch - ${P}-configure-libtirpc-fix.patch - ${P}-add-nfs-mount-proto-default-conf-option.patch - ${P}-fix-bad-token-declare.patch - ${P}-fix-return-start-status-on-fail.patch - ${P}-fix-double-free-in-expire_proc.patch - ${P}-another-easy-alloca-replacements-fix.patch - ${P}-add-lsb-init-script-parameter-block.patch - ${P}-always-read-file-maps-fix.patch - ${P}-use-misc-device.patch - ${P}-fix-restorecon.patch - ${P}-clear-rpc-client-on-lookup-fail.patch - ${P}-fix-lsb-init-script-header.patch - ${P}-fix-memory-leak-reading-ldap-master.patch - ${P}-fix-st_remove_tasks-locking.patch - ${P}-reset-flex-scanner-when-setting-buffer.patch - ${P}-zero-s_magic-is-valid.patch - ${P}-use-percent-hack-for-master.patch - ${P}-use-intr-as-hosts-mount-default.patch - ${P}-fix-kernel-includes.patch - ${P}-dont-umount-existing-direct-mount-on-reread.patch - ${P}-library-reload-fix-update-fix.patch - ${P}-improve-manual-umount-recovery.patch - ${P}-dont-fail-on-ipv6-address-adding-host.patch - ${P}-always-read-file-maps-multi-map-fix.patch - ${P}-always-read-file-maps-key-lookup-fixes.patch - ${P}-use-srv-query-for-domain-dn.patch - ${P}-fix-incorrect-dclist-free.patch - ${P}-srv-lookup-handle-endian.patch - ${P}-library-reload-fix-update-fix-2.patch - ${P}-fix-notify-mount-message-path.patch - ${P}-remount-we-created-mount-point-fix.patch - ${P}-fix-double-free-in-do_sasl_bind.patch - ${P}-manual-umount-recovery-fixes.patch - ${P}-fix-map-type-info-parse-error.patch" -SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2" -for i in ${PATCH_LIST} ; do - SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}" -done ; -DEPEND="ldap? ( >=net-nds/openldap-2.0 - sasl? ( dev-libs/cyrus-sasl - virtual/krb5 - dev-libs/libxml2 ) - )" - # currently, sasl code assumes the presence of kerberosV -RDEPEND="${DEPEND}" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" - -src_unpack() { - unpack ${P}.tar.bz2 - for i in ${PATCH_LIST}; do - EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i} - done - - cd "${S}" - - # fixes bug #210762 - epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # fixes bugs #253412 and #247969 - epatch "${FILESDIR}"/${P}-user-ldflags-and-as-needed-v2.patch - - # # use CC and CFLAGS from environment (bug #154797) - # write these values in Makefile.conf - (echo "# Use the compiler and cflags determined by configure"; - echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in - # make sure Makefile.conf is parsed after Makefile.rules - sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile - sed -i 's/^\(CC\|CXX\).*//' Makefile.rules - sed -i 's/^CFLAGS=-fPIE.*//' configure.in - - # do not include , rather , - # as the former is a lame header for the latter (bug #157968) - sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h - - eautoreconf -} - -src_compile() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - CFLAGS="${CFLAGS}" \ - econf \ - $(use_with ldap openldap) \ - $(use_with sasl) \ - --without-hesiod \ - --enable-ignore-busy - - emake DONTSTRIP=1 || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - newinitd "${FILESDIR}"/autofs5.rc1 autofs -} - -pkg_postinst() { - elog "Note: If you plan on using autofs for automounting" - elog "remote NFS mounts without having the NFS daemon running" - elog "please add portmap to your default run-level." -} diff --git a/net-fs/autofs/autofs-5.0.6-r3.ebuild b/net-fs/autofs/autofs-5.0.6-r3.ebuild deleted file mode 100644 index 79d465ce5d34..000000000000 --- a/net-fs/autofs/autofs-5.0.6-r3.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r3.ebuild,v 1.7 2012/02/29 16:38:20 ranger Exp $ - -EAPI="4" -inherit eutils multilib autotools linux-info - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -PATCH_VER="" -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma" -SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="hesiod ldap sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=" - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 ) )" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded.patch - - # do not include , rather , - # as the former is a lame header for the latter (bug #157968) - sed 's@nfs/nfs.h@linux/nfs.h@' -i include/rpc_subs.h || die - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/6039 - # Disable LDAP specific code if USE="-ldap", let's see what upstream says... - epatch "${FILESDIR}"/${PN}-5.0.5-fix-building-without-ldap.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=361899 - epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch - - # Fix for bug #373577 - # Upstream reference: http://article.gmane.org/gmane.linux.kernel.autofs/6187 - # Fix regression in IPv6 name lookup regression - epatch "${FILESDIR}"/${P}-ipv6_name_lookup_regression.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=381315 - epatch "${FILESDIR}"/${P}-revert-ldap.patch - eautoreconf -} - -src_configure() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - # --with-confdir is for bug #361481 - econf \ - --with-confdir=/etc/conf.d \ - $(use_with ldap openldap) \ - $(use_with sasl) \ - $(use_with hesiod) \ - --enable-ignore-busy -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README* CHANGELOG CREDITS COPYRIGHT INSTALL - - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-5.0.6-r4.ebuild b/net-fs/autofs/autofs-5.0.6-r4.ebuild deleted file mode 100644 index 70aa055e0b42..000000000000 --- a/net-fs/autofs/autofs-5.0.6-r4.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r4.ebuild,v 1.1 2011/10/14 20:15:13 pva Exp $ - -EAPI="4" -inherit eutils multilib autotools linux-info - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -PATCH_VER="" -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma" -SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="hesiod ldap sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=" - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 ) )" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded.patch - - # do not include , rather , - # as the former is a lame header for the latter (bug #157968) - sed 's@nfs/nfs.h@linux/nfs.h@' -i include/rpc_subs.h || die - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/6039 - # Disable LDAP specific code if USE="-ldap", let's see what upstream says... - epatch "${FILESDIR}"/${PN}-5.0.5-fix-building-without-ldap.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=361899 - epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch - - # Fix for bug #373577 - # Upstream reference: http://article.gmane.org/gmane.linux.kernel.autofs/6187 - # Fix regression in IPv6 name lookup regression - epatch "${FILESDIR}"/${P}-ipv6_name_lookup_regression.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=381315 - epatch "${FILESDIR}"/${P}-revert-ldap.patch - eautoreconf -} - -src_configure() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - econf \ - --with-confdir=/etc/conf.d \ - --with-mapdir=/etc/autofs \ - $(use_with ldap openldap) \ - $(use_with sasl) \ - $(use_with hesiod) \ - --enable-ignore-busy -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README* CHANGELOG CREDITS COPYRIGHT INSTALL - - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-5.0.6-r5.ebuild b/net-fs/autofs/autofs-5.0.6-r5.ebuild deleted file mode 100644 index c645f99b06da..000000000000 --- a/net-fs/autofs/autofs-5.0.6-r5.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/net-fs/autofs/autofs-5.0.6-r5.ebuild,v 1.1 2011/12/17 03:45:15 pva Exp $ - -EAPI="4" -inherit eutils multilib autotools linux-info - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -PATCH_VER="1" -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma" -SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="hesiod ldap sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=" - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 ) )" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded-r2.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/6039 - # Disable LDAP specific code if USE="-ldap", let's see what upstream says... - epatch "${FILESDIR}"/${PN}-5.0.5-fix-building-without-ldap.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=361899 - epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=381315 - epatch "${FILESDIR}"/${P}-revert-ldap.patch - eautoreconf -} - -src_configure() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - # for systemd support (not enabled yet): - # --with-systemd - # --disable-move-mount: requires kernel >=2.6.39 - econf \ - --with-confdir=/etc/conf.d \ - --with-mapdir=/etc/autofs \ - $(use_with ldap openldap) \ - $(use_with sasl) \ - $(use_with hesiod) \ - --enable-ignore-busy -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README* CHANGELOG CREDITS COPYRIGHT INSTALL - - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-5.0.7-r1.ebuild b/net-fs/autofs/autofs-5.0.7-r1.ebuild deleted file mode 100644 index e0aad1ee793e..000000000000 --- a/net-fs/autofs/autofs-5.0.7-r1.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r1.ebuild,v 1.3 2013/05/06 08:45:14 jlec Exp $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils linux-info multilib - -PATCH_VER=2 -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="http://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma" - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI=" - mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="hesiod ldap mount-locking sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=">=sys-apps/util-linux-2.20 - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( - dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 - ) - )" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -PATCHES=( - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - "${FILESDIR}"/${PN}-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - "${FILESDIR}"/${P}-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch #361899, #468606 - "${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch #381315 - "${FILESDIR}"/${PN}-5.0.7-mount-sloppy.patch #453778 - ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - autotools-utils_src_prepare -} - -src_configure() { - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - # for systemd support (not enabled yet): - # --with-systemd - # --disable-move-mount: requires kernel >=2.6.39 - local myeconfargs=( - --with-confdir=/etc/conf.d - --with-mapdir=/etc/autofs - $(use_with ldap openldap) - $(use_with sasl) - $(use_with hesiod) - $(use_enable mount-locking) - --enable-ignore-busy - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-5.0.7-r2.ebuild b/net-fs/autofs/autofs-5.0.7-r2.ebuild deleted file mode 100644 index ff851f56708d..000000000000 --- a/net-fs/autofs/autofs-5.0.7-r2.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r2.ebuild,v 1.1 2013/06/12 22:19:03 robbat2 Exp $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils linux-info multilib - -PATCH_VER=3 -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="http://dev.gentoo.org/~jlec/distfiles/${P}-patches-${PATCH_VER}.tar.lzma" - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI=" - mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=">=sys-apps/util-linux-2.20 - dmalloc? ( dev-libs/dmalloc ) - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( - dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 - ) - ) - libtirpc? ( net-libs/libtirpc )" - -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -CONFIG_CHECK="~AUTOFS4_FS" - -PATCHES=( - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - "${FILESDIR}"/${PN}-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - "${FILESDIR}"/${P}-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch #361899, #468606 - "${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch #381315 - "${FILESDIR}"/${PN}-5.0.7-sasl-def.patch #469324 - ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - epatch_user - autotools-utils_src_prepare -} - -src_configure() { - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - # for systemd support (not enabled yet): - # --with-systemd - # --disable-move-mount: requires kernel >=2.6.39 - local myeconfargs=( - --with-confdir=/etc/conf.d - --with-mapdir=/etc/autofs - $(use_with dmalloc) - $(use_with ldap openldap) - $(use_with libtirpc) - $(use_with sasl) - $(use_with hesiod) - $(use_enable mount-locking) - --disable-ext-env - --enable-sloppy-mount # bug #453778 - --enable-forced-shutdown - --enable-ignore-busy - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - if kernel_is -lt 2 6 30; then - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - fi - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-5.0.7.ebuild b/net-fs/autofs/autofs-5.0.7.ebuild deleted file mode 100644 index 261450bdd2ef..000000000000 --- a/net-fs/autofs/autofs-5.0.7.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7.ebuild,v 1.1 2013/03/25 19:27:27 hwoarang Exp $ - -EAPI="4" -inherit eutils multilib autotools linux-info - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -PATCH_VER="1" -[[ -n ${PATCH_VER} ]] && \ - PATCHSET_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}-patches-${PATCH_VER}.tar.lzma" -SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 - ${PATCHSET_URI}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="hesiod ldap mount-locking sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=" - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 ) )" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -src_prepare() { - # Upstream's patchset - if [[ -n ${PATCH_VER} ]]; then - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/patches - fi - - # Fix for bug #210762 - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203 - epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch - - # Accumulated fixes for bugs - # #154797: Respect CC and CFLAGS - # #253412: Respect LDFLAGS - # #247969: Link order for --as-needed - epatch "${FILESDIR}"/${PN}-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371 - epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch - - # Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/6039 - # Disable LDAP specific code if USE="-ldap", let's see what upstream says... - epatch "${FILESDIR}"/${PN}-5.0.5-fix-building-without-ldap.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=361899 - epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch - - # https://bugs.gentoo.org/show_bug.cgi?id=381315 - epatch "${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch - eautoreconf -} - -src_configure() { - # work around bug #355975 (mount modifies timestamp of /etc/mtab) - # with >=sys-apps/util-linux-2.19, - addpredict "/etc/mtab" - - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - # for systemd support (not enabled yet): - # --with-systemd - # --disable-move-mount: requires kernel >=2.6.39 - econf \ - --with-confdir=/etc/conf.d \ - --with-mapdir=/etc/autofs \ - $(use_with ldap openldap) \ - $(use_with sasl) \ - $(use_with hesiod) \ - $(use_enable mount-locking) \ - --enable-ignore-busy -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README* CHANGELOG CREDITS COPYRIGHT INSTALL - - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/autofs-9999.ebuild b/net-fs/autofs/autofs-9999.ebuild deleted file mode 100644 index 538044a96563..000000000000 --- a/net-fs/autofs/autofs-9999.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-9999.ebuild,v 1.3 2013/07/30 07:31:20 maksbotan Exp $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true -AUTOTOOLS_IN_SOURCE_BUILD=1 - -EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git" -inherit autotools-utils linux-info multilib git-2 - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl" - -# USE="sasl" adds SASL support to the LDAP module which will not be build. If -# SASL support should be available, please add "ldap" to the USE flags. -REQUIRED_USE="sasl? ( ldap )" - -# currently, sasl code assumes the presence of kerberosV -RDEPEND=">=sys-apps/util-linux-2.20 - dmalloc? ( dev-libs/dmalloc[threads] ) - hesiod? ( net-dns/hesiod ) - ldap? ( >=net-nds/openldap-2.0 - sasl? ( - dev-libs/cyrus-sasl - dev-libs/libxml2 - virtual/krb5 - ) - ) - libtirpc? ( net-libs/libtirpc )" - -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc" - -CONFIG_CHECK="~AUTOFS4_FS" - -src_configure() { - # --with-confdir is for bug #361481 - # --with-mapdir is for bug #385113 - # for systemd support (not enabled yet): - # --with-systemd - # --disable-move-mount: requires kernel >=2.6.39 - local myeconfargs=( - --with-confdir=/etc/conf.d - --with-mapdir=/etc/autofs - $(use_with dmalloc) - $(use_with ldap openldap) - $(use_with libtirpc) - $(use_with sasl) - $(use_with hesiod) - $(use_enable mount-locking) - --disable-ext-env - --enable-sloppy-mount - --enable-force-shutdown - --enable-ignore-busy - ) - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile DONTSTRIP=1 -} - -src_install() { - autotools-utils_src_install - - if kernel_is -lt 2 6 30; then - # kernel patches - docinto patches - dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch - fi - newinitd "${FILESDIR}"/autofs5.initd autofs - insinto etc/autofs - newins "${FILESDIR}"/autofs5-auto.master auto.master -} - -pkg_postinst() { - if kernel_is -lt 2 6 30; then - elog "This version of ${PN} requires a kernel with autofs4 supporting" - elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" - elog "been installed into" - elog "${EROOT}usr/share/doc/${P}/patches." - elog "For further instructions how to patch the kernel, please refer to" - elog "${EROOT}usr/share/doc/${P}/INSTALL." - elog - fi - elog "If you plan on using autofs for automounting remote NFS mounts," - elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" - elog "are running." -} diff --git a/net-fs/autofs/files/autofs-4.1.4-clean-up-maps.patch b/net-fs/autofs/files/autofs-4.1.4-clean-up-maps.patch deleted file mode 100644 index 51ccf9543baf..000000000000 --- a/net-fs/autofs/files/autofs-4.1.4-clean-up-maps.patch +++ /dev/null @@ -1,68 +0,0 @@ ---- samples/auto.net.old 2010-06-20 22:13:27.049079018 +0200 -+++ samples/auto.net 2010-06-20 22:15:31.729124132 +0200 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # $Id: autofs-4.1.4-clean-up-maps.patch,v 1.1 2011/04/06 14:10:32 pva Exp $ - -@@ -11,7 +11,7 @@ key="$1" - - # add "nosymlink" here if you want to suppress symlinking local filesystems - # add "nonstrict" to make it OK for some filesystems to not mount --opts="-fstype=nfs,hard,intr,nodev,nosuid" -+opts="-fstype=nfs,hard,intr,nodev,nosuid,nonstrict" - - # Showmount comes in a number of names and varieties. "showmount" is - # typically an older version which accepts the '--no-headers' flag -@@ -20,24 +20,14 @@ opts="-fstype=nfs,hard,intr,nodev,nosuid - #SHOWMOUNT="kshowmount --no-headers -e $key" - #SHOWMOUNT="showmount -e $key | tail -n +2" - --for P in /bin /sbin /usr/bin /usr/sbin --do -- for M in showmount kshowmount -- do -- if [ -x $P/$M ] -- then -- SMNT=$P/$M -- break -- fi -- done --done -+SMNT=/usr/sbin/showmount - - [ -x $SMNT ] || exit 1 - - # Newer distributions get this right - SHOWMOUNT="$SMNT --no-headers -e $key" - --$SHOWMOUNT | LC_ALL=C sort +0 | \ -+$SHOWMOUNT | LC_ALL=C sort -k 1 | \ - awk -v key="$key" -v opts="$opts" -- ' - BEGIN { ORS=""; first=1 } - { if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 } ---- samples/auto.smb.old 2010-06-20 22:10:17.507329273 +0200 -+++ samples/auto.smb 2010-06-20 22:15:58.884079957 +0200 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # $Id: autofs-4.1.4-clean-up-maps.patch,v 1.1 2011/04/06 14:10:32 pva Exp $ - -@@ -7,14 +7,7 @@ - key="$1" - opts="-fstype=cifs" - --for P in /bin /sbin /usr/bin /usr/sbin --do -- if [ -x $P/smbclient ] -- then -- SMBCLIENT=$P/smbclient -- break -- fi --done -+SMBCLIENT="/usr/bin/smbclient" - - [ -x $SMBCLIENT ] || exit 1 - diff --git a/net-fs/autofs/files/autofs-4.1.4-fix-install-ldap-samples-and-maps.patch b/net-fs/autofs/files/autofs-4.1.4-fix-install-ldap-samples-and-maps.patch deleted file mode 100644 index 02939a7c34b0..000000000000 --- a/net-fs/autofs/files/autofs-4.1.4-fix-install-ldap-samples-and-maps.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- samples/Makefile.old 2010-06-21 16:08:54.916105841 +0200 -+++ samples/Makefile 2010-06-21 16:11:52.867934825 +0200 -@@ -13,34 +13,33 @@ endif - CFLAGS += -I../include - LIBS = -lldap -llber - --all: $(BINS) rc.autofs -+all: $(BINS) - - autofs-ldap-auto-master: $(OBJS) - $(CC) $(AUTOFS_LDFLAGS) $(LDFLAGS) -o autofs-ldap-auto-master $(OBJS) $(LIBS) - --rc.autofs: rc.autofs.in -- sed -e "s|@@sbindir@@|$(sbindir)|g" \ -- -e "s|@@autofslibdir@@|$(autofslibdir)|g" \ -- -e "s|@@initdir@@|$(initdir)|g" < rc.autofs.in > rc.autofs -- - install: all -- install -d -m 755 $(INSTALLROOT)/etc -- -mv -f $(INSTALLROOT)/etc/auto.master $(INSTALLROOT)/etc/auto.master.old -- install -c auto.master -m 644 $(INSTALLROOT)/etc -- -mv -f $(INSTALLROOT)/etc/auto.misc $(INSTALLROOT)/etc/auto.misc.old -- install -c auto.misc -m 644 $(INSTALLROOT)/etc -- -mv -f $(INSTALLROOT)/etc/auto.net $(INSTALLROOT)/etc/auto.net.old -- install -c auto.net -m 755 $(INSTALLROOT)/etc -- -mv -f $(INSTALLROOT)/etc/auto.smb $(INSTALLROOT)/etc/auto.smb.old -- install -c auto.smb -m 755 $(INSTALLROOT)/etc -- install -d -m 755 $(INSTALLROOT)$(initdir) -- install -c rc.autofs -m 755 $(INSTALLROOT)$(initdir)/autofs -- install -d -m 755 $(INSTALLROOT)$(autofslibdir) -+ install -d -m 755 $(INSTALLROOT)/etc/autofs -+ install -c auto.master -m 644 $(INSTALLROOT)/etc/autofs -+ install -c auto.misc -m 644 $(INSTALLROOT)/etc/autofs -+ install -c auto.net -m 755 $(INSTALLROOT)/etc/autofs -+ install -c auto.smb -m 755 $(INSTALLROOT)/etc/autofs -+ install -c auto.home -m 755 $(INSTALLROOT)/etc/autofs - install -d -m 755 $(INSTALLROOT)/var/run/autofs - ifeq ($(LDAP), 1) -+ install -d -m 755 $(INSTALLROOT)$(autofslibdir) - install -c autofs-ldap-auto-master -m 755 $(INSTALLROOT)$(autofslibdir) -+ install -d -m 755 $(INSTALLROOT)/etc/openldap/schema -+ install -c autofs.schema -m 644 $(INSTALLROOT)/etc/openldap/schema -+ install -d -m 755 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c auto.master.ldap -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-automount-auto.direct -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-automount-auto.indirect -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-automount-auto.master -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-nis-auto.direct -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-nis-auto.indirect -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples -+ install -c ldap-nis-auto.master -m 644 $(INSTALLROOT)/usr/share/doc/${P}/samples - endif - - clean): - rm -f *.o *.s autofs-ldap-auto-master rc.autofs -- diff --git a/net-fs/autofs/files/autofs-4.1.4-fix-man-pages.patch b/net-fs/autofs/files/autofs-4.1.4-fix-man-pages.patch deleted file mode 100644 index ffda7d0f360d..000000000000 --- a/net-fs/autofs/files/autofs-4.1.4-fix-man-pages.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- man/autofs.8.in.old 2005-01-05 11:12:42.000000000 +0100 -+++ man/autofs.8.in 2010-05-31 23:10:16.589319809 +0200 -@@ -4,7 +4,7 @@ - @@INIT.D@@/autofs \- Control Script for automounter - .SH SYNOPSIS - .B @@INIT.D@@/autofs --.I start|stop|reload|status -+.I start|stop|reload|stats|status - .SH "DESCRIPTION" - .B autofs - control the operation of the -@@ -30,7 +30,7 @@ to find mount points on the system. For - .BR automount (8) - process is started with the appropriate parameters. You can check the - active mount points for the automounter with the --.B @@INIT.D@@/autofs status -+.B @@INIT.D@@/autofs stats - command. If the - .I auto.master - configuration file contains a line of the form -@@ -54,9 +54,12 @@ map is modified then the - .B autofs - script must be rerun to activate the changes. - .P --.B @@INIT.D@@/autofs status -+.B @@INIT.D@@/autofs stats - will display the current configuration and a list of currently running - automount daemons. -+.P -+.B @@INIT.D@@/autofs status -+will display whether automount service is running. - .SH "SEE ALSO" - .BR automount (8), - .BR autofs (5), -@@ -64,4 +67,5 @@ automount daemons. - .SH AUTHOR - This manual page was written by Christoph Lameter , - for the Debian GNU/Linux system. Edited by H. Peter Anvin --. -+. Edited by D. Polke to -+reflect Gentoo's init script implementation. diff --git a/net-fs/autofs/files/autofs-4.1.4-init.patch b/net-fs/autofs/files/autofs-4.1.4-init.patch deleted file mode 100644 index cdb66e73ef21..000000000000 --- a/net-fs/autofs/files/autofs-4.1.4-init.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- gentoo/net-fs/autofs/files/autofs.init.orig -+++ gentoo/net-fs/autofs/files/autofs.init -@@ -11,11 +11,12 @@ DAEMON=/usr/sbin/automount - SYSCONFDIR=/etc/autofs - - depend() { -- need localmount portmap -- use ypbind nfs slapd portmap -+ need localmount -+ use ypbind nfs slapd portmap net - } - --opts="start stop status stats reload restart" -+extra_commands="stats" -+extra_started_commands="reload" - - # - # Check for all maps that are to be loaded diff --git a/net-fs/autofs/files/autofs-4.1.4-respect-user-flags-and-fix-asneeded.patch b/net-fs/autofs/files/autofs-4.1.4-respect-user-flags-and-fix-asneeded.patch deleted file mode 100644 index 505cf4e8fd44..000000000000 --- a/net-fs/autofs/files/autofs-4.1.4-respect-user-flags-and-fix-asneeded.patch +++ /dev/null @@ -1,140 +0,0 @@ -=== modified file 'Makefile.conf.in' ---- Makefile.conf.in 2011-04-06 13:55:30 +0000 -+++ Makefile.conf.in 2011-04-06 13:56:05 +0000 -@@ -58,3 +58,6 @@ - - # Location for init.d files - initdir = @initdir@ -+ -+# Use the compiler detected by configure -+CC := @CC@ - -=== modified file 'Makefile.rules' ---- Makefile.rules 2011-04-06 13:55:30 +0000 -+++ Makefile.rules 2011-04-06 13:57:27 +0000 -@@ -11,24 +11,20 @@ - Makefile.conf.in .version .autofs-* configure.in aclocal.m4 \ - configure *.patch autofs.spec - -+# Attempt to be friends with autotools -+INSTALLROOT = $(DESTDIR) -+ - # autofs utility library - AUTOFS_LIB = ../lib/autofs.a - - # Compilers, linkers and flags --# The STRIP defined here *must not* remove any dynamic-loading symbols -- - ifdef DEBUG --CFLAGS = -O2 -g -DDEBUG --LDFLAGS = -g --STRIP = : -+CFLAGS ?= -O2 -g -DDEBUG - else --CFLAGS = -O3 -fomit-frame-pointer -Wall --LDFLAGS = -s --STRIP = strip --strip-debug -+CFLAGS ?= -O3 -fomit-frame-pointer -Wall - endif -+AUTOFS_LDFLAGS = -g - --CC = gcc --CXX = g++ - CXXFLAGS = $(CFLAGS) - LD = ld - SOLDFLAGS = -shared -Xlinker -rpath -Xlinker $(autofslibdir) -@@ -44,5 +40,4 @@ - $(CC) $(CFLAGS) -S $< - - .c.so: -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) -- $(STRIP) $*.so -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) - -=== modified file 'daemon/Makefile' ---- daemon/Makefile 2011-04-06 13:55:30 +0000 -+++ daemon/Makefile 2011-04-06 13:56:05 +0000 -@@ -12,14 +12,13 @@ - version := $(shell cat ../.version) - - CFLAGS += -rdynamic $(DAEMON_CFLAGS) -DAUTOFS_LIB_DIR=\"$(autofslibdir)\" -DVERSION_STRING=\"$(version)\" -I../include --LDFLAGS += -rdynamic -+AUTOFS_LDFLAGS += -rdynamic - LIBS = -ldl - - all: automount - - automount: $(OBJS) $(AUTOFS_LIB) -- $(CC) $(LDFLAGS) $(DAEMON_LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) -- $(STRIP) automount -+ $(CC) $(AUTOFS_LDFLAGS) $(DAEMON_LDFLAGS) $(LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) - - clean: - rm -f *.o *.s *~ automount - -=== modified file 'lib/Makefile' ---- lib/Makefile 2011-04-06 13:55:30 +0000 -+++ lib/Makefile 2011-04-06 13:56:05 +0000 -@@ -35,18 +35,15 @@ - - mount_clnt.o: mount_clnt.c - $(CC) $(CFLAGS) -o mount_clnt.o -c mount_clnt.c -- $(STRIP) mount_clnt.o - - mount_xdr.c: mount.h - $(RPCGEN) -c -o mount_xdr.c mount.x - - mount_xdr.o: mount_xdr.c - $(CC) $(CFLAGS) -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c -- $(STRIP) mount_xdr.o - - listmount.o: listmount.c - $(CC) $(CFLAGS) -o listmount.o -c listmount.c -- $(STRIP) listmount.o - - install: all - - -=== modified file 'modules/Makefile' ---- modules/Makefile 2011-04-06 13:55:30 +0000 -+++ modules/Makefile 2011-04-06 13:56:42 +0000 -@@ -69,20 +69,16 @@ - # Ad hoc compilation rules for modules which need auxilliary libraries - # - lookup_yp.so: lookup_yp.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o lookup_yp.so lookup_yp.c $(AUTOFS_LIB) $(LIBNSL) -- $(STRIP) lookup_yp.so -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o lookup_yp.so lookup_yp.c $(AUTOFS_LIB) $(LIBNSL) - - lookup_nisplus.so: lookup_nisplus.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o lookup_nisplus.so lookup_nisplus.c \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o lookup_nisplus.so lookup_nisplus.c \ - $(AUTOFS_LIB) $(LIBNSL) -- $(STRIP) lookup_nisplus.so - - lookup_hesiod.so: lookup_hesiod.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ - lookup_hesiod.c $(AUTOFS_LIB) $(LIBHESIOD) $(LIBRESOLV) -- $(STRIP) lookup_hesiod.so - - lookup_ldap.so: lookup_ldap.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ - lookup_ldap.c $(AUTOFS_LIB) $(LIBLDAP) -- $(STRIP) lookup_ldap.so - -=== modified file 'samples/Makefile' ---- samples/Makefile 2011-04-06 13:55:30 +0000 -+++ samples/Makefile 2011-04-06 13:56:05 +0000 -@@ -16,8 +16,7 @@ - all: $(BINS) rc.autofs - - autofs-ldap-auto-master: $(OBJS) -- $(CC) $(LDFLAGS) -o autofs-ldap-auto-master $(OBJS) $(LIBS) -- $(STRIP) autofs-ldap-auto-master -+ $(CC) $(AUTOFS_LDFLAGS) $(LDFLAGS) -o autofs-ldap-auto-master $(OBJS) $(LIBS) - - rc.autofs: rc.autofs.in - sed -e "s|@@sbindir@@|$(sbindir)|g" \ - diff --git a/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed-v2.patch b/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed-v2.patch deleted file mode 100644 index 931ebf494878..000000000000 --- a/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed-v2.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -ur autofs-5.0.4-old/Makefile.rules autofs-5.0.4/Makefile.rules ---- autofs-5.0.4-old/Makefile.rules 2009-04-27 10:54:19.000000000 +0200 -+++ autofs-5.0.4/Makefile.rules 2009-04-27 10:55:55.000000000 +0200 -@@ -24,16 +24,16 @@ - - ifdef DEBUG - CFLAGS ?= -g -Wall -DDEBUG --LDFLAGS = -g -+AUTOFS_LDFLAGS = -g - STRIP = : - else - ifdef DONTSTRIP - CFLAGS ?= -O2 -g --LDFLAGS = -g -+AUTOFS_LDFLAGS = -g - STRIP = : - else - CFLAGS ?= -O2 -Wall --LDFLAGS = -s -+AUTOFS_LDFLAGS = -s - STRIP = strip --strip-debug - endif - endif -@@ -45,15 +45,14 @@ - SOLDFLAGS = -shared - - CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 --LDFLAGS += -lpthread - - ifdef TIRPCLIB - CFLAGS += -I/usr/include/tirpc --LDFLAGS += $(TIRPCLIB) -+AUTOFS_LDFLAGS += $(TIRPCLIB) - endif - - ifdef DMALLOCLIB --LDFLAGS += $(DMALLOCLIB) -+AUTOFS_LDFLAGS += $(DMALLOCLIB) - endif - - # Standard rules -diff -ur autofs-5.0.4-old/daemon/Makefile autofs-5.0.4/daemon/Makefile ---- autofs-5.0.4-old/daemon/Makefile 2009-04-27 10:54:19.000000000 +0200 -+++ autofs-5.0.4/daemon/Makefile 2009-04-27 10:54:37.000000000 +0200 -@@ -20,12 +20,12 @@ - CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" - CFLAGS += -DVERSION_STRING=\"$(version)\" - LDFLAGS += -rdynamic --LIBS = -ldl -+LIBS = -ldl -lpthread - - all: automount - - automount: $(OBJS) $(AUTOFS_LIB) -- $(CC) $(LDFLAGS) $(DAEMON_LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) -+ $(CC) $(AUTOFS_LDFLAGS) $(DAEMON_LDFLAGS) $(LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) - $(STRIP) automount - - clean: diff --git a/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed.patch b/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed.patch deleted file mode 100644 index ba650593b92d..000000000000 --- a/net-fs/autofs/files/autofs-5.0.4-user-ldflags-and-as-needed.patch +++ /dev/null @@ -1,66 +0,0 @@ -1/2) Patch 177057 to bug #253412: use user ldflags, don't add pthreads through ldflags - -diff -ru a/Makefile.rules b/Makefile.rules ---- a/Makefile.rules 2009-01-01 21:54:02.000000000 -0600 -+++ b/Makefile.rules 2009-01-01 22:17:41.000000000 -0600 -@@ -24,16 +24,16 @@ - - ifdef DEBUG - CFLAGS ?= -g -Wall -DDEBUG --LDFLAGS = -g -+AUTOFS_LDFLAGS = -g - STRIP = : - else - ifdef DONTSTRIP - CFLAGS ?= -O2 -g --LDFLAGS = -g -+AUTOFS_LDFLAGS = -g - STRIP = : - else - CFLAGS ?= -O2 -Wall --LDFLAGS = -s -+AUTOFS_LDFLAGS = -s - STRIP = strip --strip-debug - endif - endif -@@ -45,10 +45,9 @@ - SOLDFLAGS = -shared - - CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 --LDFLAGS += -lpthread - - ifdef DMALLOCLIB --LDFLAGS += $(DMALLOCLIB) -+AUTOFS_LDFLAGS += $(DMALLOCLIB) - endif - - # Standard rules -diff -ru a/daemon/Makefile b/daemon/Makefile ---- a/daemon/Makefile 2009-01-01 22:14:10.000000000 -0600 -+++ b/daemon/Makefile 2009-01-01 22:24:03.000000000 -0600 -@@ -25,7 +25,7 @@ - all: automount - - automount: $(OBJS) $(AUTOFS_LIB) -- $(CC) $(LDFLAGS) $(DAEMON_LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) -+ $(CC) $(AUTOFS_LDFLAGS) $(DAEMON_LDFLAGS) $(LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) - $(STRIP) automount - - clean: - - - -2/2) Patch 177056 to bug #247969: add -lpthread the correct way (removed from LDFLAGS in above patch) - -diff -ru a/daemon/Makefile b/daemon/Makefile ---- a/daemon/Makefile 2009-01-01 22:14:10.000000000 -0600 -+++ b/daemon/Makefile 2009-01-01 22:21:16.000000000 -0600 -@@ -20,7 +20,7 @@ - CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" - CFLAGS += -DVERSION_STRING=\"$(version)\" - LDFLAGS += -rdynamic --LIBS = -ldl -+LIBS = -ldl -lpthread - - all: automount - diff --git a/net-fs/autofs/files/autofs-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch b/net-fs/autofs/files/autofs-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch deleted file mode 100644 index 4d70d2a2f766..000000000000 --- a/net-fs/autofs/files/autofs-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- ./modules/lookup_ldap.c -+++ ./modules/lookup_ldap.c -@@ -591,10 +591,12 @@ static LDAP *do_connect(unsigned logopt, const char *uri, struct lookup_context - { - LDAP *ldap; - -+#ifdef HAVE_SASL - if (ctxt->extern_cert && ctxt->extern_key) { - set_env(logopt, ENV_LDAPTLS_CERT, ctxt->extern_cert); - set_env(logopt, ENV_LDAPTLS_KEY, ctxt->extern_key); - } -+#endif - - ldap = init_ldap_connection(logopt, uri, ctxt); - if (ldap) { -@@ -1372,10 +1374,12 @@ static void free_context(struct lookup_context *ctxt) - defaults_free_searchdns(ctxt->sdns); - if (ctxt->dclist) - free_dclist(ctxt->dclist); -+#ifdef HAVE_SASL - if (ctxt->extern_cert) - free(ctxt->extern_cert); - if (ctxt->extern_key) - free(ctxt->extern_key); -+#endif - free(ctxt); - - return; diff --git a/net-fs/autofs/files/autofs-5.0.5-fix-building-without-ldap.patch b/net-fs/autofs/files/autofs-5.0.5-fix-building-without-ldap.patch deleted file mode 100644 index 3429b6f05893..000000000000 --- a/net-fs/autofs/files/autofs-5.0.5-fix-building-without-ldap.patch +++ /dev/null @@ -1,76 +0,0 @@ -=== modified file 'Makefile.rules' ---- Makefile.rules 2011-04-30 18:13:36 +0000 -+++ Makefile.rules 2011-04-30 18:12:37 +0000 -@@ -42,6 +42,10 @@ - AUTOFS_LDFLAGS += $(DMALLOCLIB) - endif - -+ifdef SASL -+CFLAGS += $(XML_FLAGS) -+endif -+ - # Standard rules - - .SUFFIXES: .c .o .s .so - -=== modified file 'lib/defaults.c' ---- lib/defaults.c 2011-04-30 18:13:36 +0000 -+++ lib/defaults.c 2011-04-30 18:12:37 +0000 -@@ -19,7 +19,10 @@ - - #include "list.h" - #include "defaults.h" -+#include "config.h" -+#ifdef WITH_LDAP - #include "lookup_ldap.h" -+#endif - #include "log.h" - #include "automount.h" - -@@ -197,6 +200,7 @@ - return 1; - } - -+#ifdef WITH_LDAP - void defaults_free_uris(struct list_head *list) - { - struct list_head *next; -@@ -252,9 +256,11 @@ - - return 1; - } -+#endif - - struct list_head *defaults_get_uris(void) - { -+#ifdef WITH_LDAP - FILE *f; - char buf[MAX_LINE_LEN]; - char *res; -@@ -288,6 +294,9 @@ - - fclose(f); - return list; -+#else -+ return NULL; -+#endif - } - - /* -@@ -450,6 +459,7 @@ - return res; - } - -+#ifdef WITH_LDAP - struct ldap_schema *defaults_get_default_schema(void) - { - struct ldap_schema *schema; -@@ -645,6 +655,7 @@ - - return schema; - } -+#endif - - unsigned int defaults_get_mount_nfs_default_proto(void) - { - diff --git a/net-fs/autofs/files/autofs-5.0.6-ipv6_name_lookup_regression.patch b/net-fs/autofs/files/autofs-5.0.6-ipv6_name_lookup_regression.patch deleted file mode 100644 index 7465a98a3993..000000000000 --- a/net-fs/autofs/files/autofs-5.0.6-ipv6_name_lookup_regression.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- modules/replicated.c -+++ modules/replicated.c -@@ -1111,7 +1111,8 @@ static int add_host_addrs(struct host **list, const char *host, - unsigned int weight, unsigned int options) - { - struct addrinfo hints, *ni, *this; -- char *name = strdup(host); -+ char *n_ptr; -+ char *name = n_ptr = strdup(host); - int len; - char buf[MAX_ERR_BUF]; - int rr = 0; -@@ -1125,15 +1126,17 @@ static int add_host_addrs(struct host **list, const char *host, - } - len = strlen(name); - -- if (name[0] == '[' && name[--len] == ']') -+ if (name[0] == '[' && name[--len] == ']') { - name[len] = '\0'; -+ name++; -+ } - - memset(&hints, 0, sizeof(hints)); - hints.ai_flags = AI_NUMERICHOST; - hints.ai_family = AF_UNSPEC; - hints.ai_socktype = SOCK_DGRAM; - -- ret = getaddrinfo(name + 1, NULL, &hints, &ni); -+ ret = getaddrinfo(name, NULL, &hints, &ni); - if (ret) - goto try_name; - -@@ -1153,7 +1156,7 @@ try_name: - hints.ai_family = AF_UNSPEC; - hints.ai_socktype = SOCK_DGRAM; - -- ret = getaddrinfo(name + 1, NULL, &hints, &ni); -+ ret = getaddrinfo(name, NULL, &hints, &ni); - if (ret) { - error(LOGOPT_ANY, "hostname lookup failed: %s", - gai_strerror(ret)); -@@ -1172,7 +1175,7 @@ try_name: - } - freeaddrinfo(ni); - done: -- free(name); -+ free(n_ptr); - return ret; - } diff --git a/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch b/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch deleted file mode 100644 index a61696b6fb16..000000000000 --- a/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch +++ /dev/null @@ -1,154 +0,0 @@ ---- a/Makefile.conf.in -+++ b/Makefile.conf.in -@@ -100,3 +100,6 @@ initdir = @initdir@ - - # Location of systemd unit files - systemddir = @systemddir@ -+ -+# Use the compiler determined by configure -+CC := @CC@ ---- a/Makefile.rules -+++ b/Makefile.rules -@@ -16,44 +16,30 @@ INSTALLROOT = $(DESTDIR) - AUTOFS_LIB = ../lib/autofs.a - - # Compilers, linkers and flags --# The STRIP defined here *must not* remove any dynamic-loading symbols -- - ifdef DMALLOCLIB - DEBUG=1 - endif - - ifdef DEBUG - CFLAGS ?= -g -Wall -DDEBUG --LDFLAGS = -g --STRIP = : - else --ifdef DONTSTRIP - CFLAGS ?= -O2 -g --LDFLAGS = -g --STRIP = : --else --CFLAGS ?= -O2 -Wall --LDFLAGS = -s --STRIP = strip --strip-debug --endif - endif -+AUTOFS_LDFLAGS = -g - --CC = gcc --CXX = g++ - CXXFLAGS = $(CFLAGS) - LD = ld - SOLDFLAGS = -shared - - CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 --LDFLAGS += -lpthread - - ifdef TIRPCLIB - CFLAGS += -I/usr/include/tirpc --LDFLAGS += $(TIRPCLIB) -+AUTOFS_LDFLAGS += $(TIRPCLIB) - endif - - ifdef DMALLOCLIB --LDFLAGS += $(DMALLOCLIB) -+AUTOFS_LDFLAGS += $(DMALLOCLIB) - endif - - ifdef SASL -@@ -71,5 +57,4 @@ endif - $(CC) $(CFLAGS) -S $< - - .c.so: -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) $(DMALLOCLIB) $(LIBNSL) -- $(STRIP) $*.so -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) $(DMALLOCLIB) $(LIBNSL) ---- a/configure.in -+++ b/configure.in -@@ -183,7 +183,7 @@ AC_ARG_WITH(hesiod, - : Search for Hesiod in normal directory path - else - : Search for Hesiod in specific directory -- LDFLAGS="$LDFLAGS -L${withval}/lib" -+ LDFLAGS="$LDFLAGS -Wl,--no-as-needed -L${withval}/lib" - LIBHESIOD="-L${withval}/lib" - HESIOD_FLAGS="-I${withval}/include" - fi ---- a/daemon/Makefile -+++ b/daemon/Makefile -@@ -2,8 +2,8 @@ - # Makefile for autofs - # - ---include ../Makefile.conf - include ../Makefile.rules -+-include ../Makefile.conf - - SRCS = automount.c indirect.c direct.c spawn.c module.c mount.c \ - lookup.c state.c flag.c -@@ -20,7 +20,7 @@ CFLAGS += -DAUTOFS_FIFO_DIR=\"$(autofsfi - CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" - CFLAGS += -DVERSION_STRING=\"$(version)\" - LDFLAGS += -rdynamic --LIBS = -ldl -+LIBS = -ldl -lpthread - - ifeq ($(LDAP), 1) - CFLAGS += $(XML_FLAGS) -@@ -30,8 +30,7 @@ endif - all: automount - - automount: $(OBJS) $(AUTOFS_LIB) -- $(CC) $(LDFLAGS) $(DAEMON_LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) -- $(STRIP) automount -+ $(CC) $(AUTOFS_LDFLAGS) $(DAEMON_LDFLAGS) $(LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) - - clean: - rm -f *.o *.s *~ automount ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -41,14 +41,12 @@ mount_clnt.c: mount.h - - mount_clnt.o: mount_clnt.c - $(CC) $(CFLAGS) -o mount_clnt.o -c mount_clnt.c -- $(STRIP) mount_clnt.o - - mount_xdr.c: mount.h - $(RPCGEN) -c -o mount_xdr.c mount.x - - mount_xdr.o: mount_xdr.c - $(CC) $(CFLAGS) -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c -- $(STRIP) mount_xdr.o - - master_tok.c: master_tok.l - $(LEX) -o$@ -Pmaster_ $? ---- a/modules/Makefile -+++ b/modules/Makefile -@@ -87,9 +87,8 @@ endif - # Ad hoc compilation rules for modules which need auxilliary libraries - # - lookup_hesiod.so: lookup_hesiod.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ - lookup_hesiod.c $(AUTOFS_LIB) $(LIBHESIOD) $(LIBRESOLV) -- $(STRIP) lookup_hesiod.so - - cyrus-sasl.o: cyrus-sasl.c - $(CC) $(CFLAGS) $(LDAP_FLAGS) -c $< -@@ -98,13 +97,10 @@ cyrus-sasl-extern.o: cyrus-sasl-extern.c - $(CC) $(CFLAGS) $(LDAP_FLAGS) -c $< - - lookup_ldap.so: lookup_ldap.c dclist.o base64.o $(SASL_OBJ) -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ - lookup_ldap.c dclist.o base64.o $(SASL_OBJ) \ - $(AUTOFS_LIB) $(LIBLDAP) $(LIBRESOLV) -- $(STRIP) lookup_ldap.so - - mount_nfs.so: mount_nfs.c replicated.o -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o mount_nfs.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o mount_nfs.so \ - mount_nfs.c replicated.o $(AUTOFS_LIB) $(LIBNSL) -- $(STRIP) mount_nfs.so -- diff --git a/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch b/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch deleted file mode 100644 index 276eb27d1f58..000000000000 --- a/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch +++ /dev/null @@ -1,160 +0,0 @@ ---- Makefile.conf.in -+++ Makefile.conf.in -@@ -95,3 +95,5 @@ - # Location for init.d files - initdir = @initdir@ - -+# Use the compiler determined by configure -+CC := @CC@ - ---- Makefile.rules -+++ Makefile.rules -@@ -16,44 +16,30 @@ - AUTOFS_LIB = ../lib/autofs.a - - # Compilers, linkers and flags --# The STRIP defined here *must not* remove any dynamic-loading symbols -- - ifdef DMALLOCLIB - DEBUG=1 - endif - - ifdef DEBUG - CFLAGS ?= -g -Wall -DDEBUG --LDFLAGS = -g --STRIP = : - else --ifdef DONTSTRIP - CFLAGS ?= -O2 -g --LDFLAGS = -g --STRIP = : --else --CFLAGS ?= -O2 -Wall --LDFLAGS = -s --STRIP = strip --strip-debug --endif --endif -+endif -+AUTOFS_LDFLAGS = -g - --CC = gcc --CXX = g++ - CXXFLAGS = $(CFLAGS) - LD = ld - SOLDFLAGS = -shared - - CFLAGS += -D_REENTRANT -D_FILE_OFFSET_BITS=64 --LDFLAGS += -lpthread - - ifdef TIRPCLIB - CFLAGS += -I/usr/include/tirpc --LDFLAGS += $(TIRPCLIB) -+AUTOFS_LDFLAGS += $(TIRPCLIB) - endif - - ifdef DMALLOCLIB --LDFLAGS += $(DMALLOCLIB) -+AUTOFS_LDFLAGS += $(DMALLOCLIB) - endif - - # Standard rules -@@ -67,5 +53,4 @@ - $(CC) $(CFLAGS) -S $< - - .c.so: -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) $(DMALLOCLIB) $(LIBNSL) -- $(STRIP) $*.so -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o $*.so $< $(AUTOFS_LIB) $(DMALLOCLIB) $(LIBNSL) - ---- configure.in -+++ configure.in -@@ -174,7 +174,7 @@ - : Search for Hesiod in normal directory path - else - : Search for Hesiod in specific directory -- LDFLAGS="$LDFLAGS -L${withval}/lib" -+ LDFLAGS="$LDFLAGS -Wl,--no-as-needed -L${withval}/lib" - LIBHESIOD="-L${withval}/lib" - HESIOD_FLAGS="-I${withval}/include" - fi - ---- daemon/Makefile -+++ daemon/Makefile -@@ -2,8 +2,8 @@ - # Makefile for autofs - # - -+include ../Makefile.rules - -include ../Makefile.conf --include ../Makefile.rules - - SRCS = automount.c indirect.c direct.c spawn.c module.c mount.c \ - lookup.c state.c flag.c -@@ -20,7 +20,7 @@ - CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" - CFLAGS += -DVERSION_STRING=\"$(version)\" - LDFLAGS += -rdynamic --LIBS = -ldl -+LIBS = -ldl -lpthread - - ifeq ($(LDAP), 1) - CFLAGS += $(XML_FLAGS) -@@ -30,8 +30,7 @@ - all: automount - - automount: $(OBJS) $(AUTOFS_LIB) -- $(CC) $(LDFLAGS) $(DAEMON_LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) -- $(STRIP) automount -+ $(CC) $(AUTOFS_LDFLAGS) $(DAEMON_LDFLAGS) $(LDFLAGS) -o automount $(OBJS) $(AUTOFS_LIB) $(LIBS) - - clean: - rm -f *.o *.s *~ automount - ---- lib/Makefile -+++ lib/Makefile -@@ -41,14 +41,12 @@ - - mount_clnt.o: mount_clnt.c - $(CC) $(CFLAGS) -o mount_clnt.o -c mount_clnt.c -- $(STRIP) mount_clnt.o - - mount_xdr.c: mount.h - $(RPCGEN) -c -o mount_xdr.c mount.x - - mount_xdr.o: mount_xdr.c - $(CC) $(CFLAGS) -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c -- $(STRIP) mount_xdr.o - - master_tok.c: master_tok.l - $(LEX) -o$@ -Pmaster_ $? - ---- modules/Makefile -+++ modules/Makefile -@@ -85,9 +85,8 @@ - # Ad hoc compilation rules for modules which need auxilliary libraries - # - lookup_hesiod.so: lookup_hesiod.c -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(HESIOD_FLAGS) -o lookup_hesiod.so \ - lookup_hesiod.c $(AUTOFS_LIB) $(LIBHESIOD) $(LIBRESOLV) -- $(STRIP) lookup_hesiod.so - - cyrus-sasl.o: cyrus-sasl.c - $(CC) $(CFLAGS) $(LDAP_FLAGS) -c $< -@@ -96,13 +95,10 @@ - $(CC) $(CFLAGS) $(LDAP_FLAGS) -c $< - - lookup_ldap.so: lookup_ldap.c dclist.o base64.o $(SASL_OBJ) -- $(CC) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) $(LDAP_FLAGS) -o lookup_ldap.so \ - lookup_ldap.c dclist.o base64.o $(SASL_OBJ) \ - $(AUTOFS_LIB) $(LIBLDAP) $(LIBRESOLV) -- $(STRIP) lookup_ldap.so - - mount_nfs.so: mount_nfs.c replicated.o -- $(CC) $(SOLDFLAGS) $(CFLAGS) -o mount_nfs.so \ -+ $(CC) $(LDFLAGS) $(SOLDFLAGS) $(CFLAGS) -o mount_nfs.so \ - mount_nfs.c replicated.o $(AUTOFS_LIB) $(LIBNSL) -- $(STRIP) mount_nfs.so -- - diff --git a/net-fs/autofs/files/autofs-5.0.7-mount-sloppy.patch b/net-fs/autofs/files/autofs-5.0.7-mount-sloppy.patch deleted file mode 100644 index 670d9bc7c547..000000000000 --- a/net-fs/autofs/files/autofs-5.0.7-mount-sloppy.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/453778 - -we've had a stable util-linux that supports -s for a long time (and the ebuild -forces a recent version), so disable this test which implicitly tries to modify -files like /etc/mtab and piss off the sandbox. - ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -65,7 +65,7 @@ - AC_DEFUN(AF_SLOPPY_MOUNT, - [if test -n "$MOUNT" ; then - AC_MSG_CHECKING([if mount accepts the -s option]) -- if "$MOUNT" -s > /dev/null 2>&1 ; then -+ if true > /dev/null 2>&1 ; then - AC_DEFINE(HAVE_SLOPPY_MOUNT, 1, [define if the mount command supports the -s option]) - AC_MSG_RESULT(yes) - else diff --git a/net-fs/autofs/files/autofs.rc12 b/net-fs/autofs/files/autofs.rc12 deleted file mode 100644 index 9fdfc20bdd98..000000000000 --- a/net-fs/autofs/files/autofs.rc12 +++ /dev/null @@ -1,288 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc12,v 1.1 2005/03/15 04:18:38 robbat2 Exp $ - -# rc file for automount using a Sun-style "master map". -# We first look for a local /etc/autofs/auto.master, then a YP -# map with that name - -DAEMON=/usr/sbin/automount -SYSCONFDIR=/etc/autofs - -depend() { - need localmount - use ypbind nfs slapd portmap net -} - -opts="start stop status stats reload restart" - -# this file is used to avoid the subshell-die problem -TMPSRC=/var/run/autofs.tmp - -# -# Check for all maps that are to be loaded -# -function getschemes() { - schemes="$(awk '/^automount:/{ $1="" ; gsub("\\[.*\\]","") ; print $0 }' /etc/nsswitch.conf)" - # have a default entry - [ -z "$schemes" ] && echo 'files' || echo $schemes -} - -function getfilemounts() { - if [ -f /etc/autofs/auto.master ] ; then - sed -e '/^#/d' -e '/^$/d' < /etc/autofs/auto.master - fi -} - -function catnismap() { - [ -z "$1" ] && map="auto_master" || map="$1" - /usr/bin/ypcat -k ${map} 2> /dev/null | sed -e '/^#/d' -e '/^$/d' -} - -function getnismounts() { - YPMAP="$(catnismap auto.master)" - if [ -z "$YPMAP" ]; then - catnismap - else - catnismap auto.master - fi -} - -function getldapmounts() { - autofs_lam=/usr/lib/autofs/autofs-ldap-auto-master - if [ -f $autofs_lam -a -x $autofs_lam ]; then - ${autofs_lam} \ - -m ${ldap_map_oc} -e ${ldap_entry_oc} \ - -n ${ldap_map_key} -k ${ldap_entry_key} \ - -v ${ldap_value} 2> /dev/null - fi -} - -function getrawmounts() -{ - for scheme in `getschemes` ; do - case "$scheme" in - files) - getfilemounts - ;; - nis*) - getnismounts - ;; - ldap*) - getldapmounts - ;; - esac - done -} - - -# -# This function will build a list of automount commands to execute in -# order to activate all the mount points. It is used to figure out -# the difference of automount points in case of a reload -# -function getmounts() -{ - knownmaps=" " - # seperate storage variable to avoid clobbering the other $TMPSRC - TMPSRC_mounts="$TMPSRC.mounts" - getrawmounts >$TMPSRC_mounts - while read dir map options - do - # These checks screen out duplicates and skip over directories - # where the map is '-'. - if [ ! -z "$dir" -a ! -z "$map" \ - -a "x${map:0:1}" != "x-" \ - -a "`echo "$knownmaps" | grep -w $dir/`" = "" ]; then - # If the options include a -t or --timeout parameter, then - # pull those particular options out. - # echo DAEMONOPTIONS OPTIONS $daemonoptions $options - startupoptions="" - opt_timeout="" - opt_pidfile="" - opt_verbose="" - opt_debug="" - opt_ghost="" - - # use getopt to parse all of it - #getopteval="$(getopt -q -o -t:p:vdg --long timeout:,pid-file:,verbose,debug,ghost -- "$daemonoptions $options") " - getopt_input="$daemonoptions $options" - getopt_eval="$(getopt -q -o -t:vdg --long timeout:,verbose,debug,ghost -- $getopt_input) " - eval set -- "${getopt_eval}" - while [ -n "$1" ]; do - #-p|--pid-file) opt_pidfile="$2" ; shift 2 ;; - case $1 in - -t|--timeout) opt_timeout="$2" ; shift 2 ;; - -v|--verbose) opt_verbose="--verbose" ; shift ;; - -d|--debug) opt_debug="--debug" ; shift ;; - -g|--ghost) opt_ghost="--ghost" ; shift ;; - --) shift ; break ;; - *) shift ;; # just ignore other params for now - esac - done - # build the parameters - [ -n "${opt_timeout}" ] && startupoptions="${startupoptions} --timeout ${opt_timeout}" - #[ -n "${opt_pidfile}" ] && startupoptions="${startupoptions} --pid-file ${opt_pidfile}" - startupoptions="${startupoptions} ${opt_ghost} ${opt_verbose} ${opt_debug}" - - # Other option flags are intended for maps. - # unfortuntely this can't be integrated with the above getopt(1) - mapoptions="$(echo $daemonoptions $options | sed \ - -e '/-t/{s/--*t\(imeout\)*[[:space:]=]*\([0-9][0-9]*\)//g }' \ - -e '/-v/{s/--*v\(erbose\)*//g }' \ - -e '/-d/{s/--*d\(ebug\)*//g }' \ - -e '/-g/{s/--*g\(host\)*//g }' \ - -e 's/^[[:space:]]*//g' \ - -e 's/[[:space:]]*$//g')" - #-e '/-p/{s/--*p\(id-file\)*[[:space:]=]*\([^[:space:]]*\)//g }' \ - - # Break up the maptype and map, if the map type is specified - maptype="${map/:*}" - # Handle degenerate map specifiers - if [ "$maptype" = "$map" ] ; then - if [ -x "$map" ]; then - maptype="program" - elif [ -x "/etc/$map" ]; then - maptype="program" - map="/etc/$map" - map="${map//\/\//\/}" # strip doubles - elif [ -f "$map" ]; then - maptype="file" - elif [ -f "/etc/$map" ]; then - maptype="file" - map="/etc/$map" - map="${map//\/\//\/}" # strip doubles - elif [ "$map" = "hesiod" -o "$map" = "userhome" ] ; then - maptype="$map" - map= - elif [ "$map" = "multi" ] ; then - maptype="$map" - map= - else - maptype=yp - map="${map/*\/}" # same as "basename $map" - map="${map/#auto_/auto.}" # echo $map | sed -e 's/^auto_home/auto.home/' -e 's/^auto_mnt/auto.mnt/' - fi - fi - map="${map#*:}" - - #echo >>/tmp/debug - #date >>/tmp/debug - #echo STARTUPOPTIONS $startupoptions >> /tmp/debug - #echo DIR $dir >> /tmp/debug - #echo MAPTYPE $maptype >> /tmp/debug - #echo MAP $map >> /tmp/debug - #echo MAPOPTIONS $mapoptions >> /tmp/debug - #echo LOCALOPTIONS $localoptions >> /tmp/debug - #echo OPTIONS $options >>/tmp/debug - #echo GETOPT_INPUT $getopt_input >>/tmp/debug - - [ -z "${startupoptions}" ] && startupoptions=" " # to make life easier later - # protect startupoptions with _X_ to use it later - cmdline="$DAEMON ${startupoptions// /_X_} $dir $maptype $map ${mapoptions} ${localoptions}" - # leave out the " so that white space gets compressed - echo ${cmdline} - - # echo ------------------------ - fi - knownmaps=" $dir/ $knownmaps" - done <$TMPSRC_mounts - rm -f $TMPSRC_mounts -} - - -start() { - ebegin "Starting automounter" - # ensure autofs support is loaded - grep -q autofs /proc/filesystems || modprobe -q autofs4 || modprobe -q autofs - if [ $? -ne 0 ]; then - eend 1 "No autofs support available" - return 1 - fi - - getmounts >$TMPSRC - - # Check that maps exist - if [ ! -s $TMPSRC ]; then - eend 1 "No automount maps defined" - return 1 - fi - - while read cmd startupopts mnt rest ; do - pidfile=/var/run/autofs${mnt//\//.}.pid - startupopts="$(echo ${startupopts//_X_/ } --pid-file ${pidfile} )" - bin="/usr/sbin/automount" - params="$(echo $startupopts $mnt $rest)" - - echo -n " $mnt" - #echo " $mnt ($params)" - - start-stop-daemon --start --pidfile $pidfile --quiet \ - --exec ${bin} -- ${params} - #ps ax | grep "[0-9]:[0-9][0-9] ${bin} ${params}" | ( - # read pid rest - # echo $pid > $pidfile - # echo "$mnt $rest" >> $pidfile - #) - if [ $? -ne 0 ]; then - eerror "Failure on $mnt" - else - echo "${params}" >> $pidfile - fi - done < $TMPSRC - # clean up - rm -f $TMPSRC - - echo - - eend $? -} - -stop() { - ebegin "Stopping automounter" - start-stop-daemon --stop --quiet --signal USR2 --exec /usr/sbin/automount - eend $? -} - -stats() { - echo "Configured Mount Points:" - echo "------------------------" - getmounts >$TMPSRC - while read cmd startupopts mnt rest ; do - pidfile=/var/run/autofs${mnt//\//.}.pid - startupopts="$(echo ${startupopts//_X_/ } --pid-file ${pidfile} )" - params="$(echo $startupopts $mnt $rest)" - echo $cmd $params - done <$TMPSRC - rm -f $TMPSRC - echo "" - echo "Active Mount Points:" - echo "--------------------" - ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount " | ( - while read pid tt stat time command; do echo $command; done - ) -} - -reload() { - echo "Reloading automounter: checking for changes ... " - getmounts >$TMPSRC - for i in /var/run/autofs.*.pid - do - pid=`head -n 1 $i 2>/dev/null` - [ -z "$pid" ] && continue - command=`tail -n +2 $i` - if ! grep -q "^$command" $TMPSRC - then - echo "Stopping automounter: $command" - kill -USR2 $pid - fi - done - rm -f $TMPSRC - svc_start -} - -restart() { - svc_stop - svc_start -} diff --git a/net-fs/autofs/files/autofs.rc13 b/net-fs/autofs/files/autofs.rc13 deleted file mode 100644 index 6d2a0d71f314..000000000000 --- a/net-fs/autofs/files/autofs.rc13 +++ /dev/null @@ -1,289 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc13,v 1.1 2008/01/24 10:09:19 stefaan Exp $ - -# rc file for automount using a Sun-style "master map". -# We first look for a local /etc/autofs/auto.master, then a YP -# map with that name - -DAEMON=/usr/sbin/automount -SYSCONFDIR=/etc/autofs - -depend() { - need localmount - use ypbind nfs slapd portmap net -} - -opts="start stop status stats reload restart" - -# this file is used to avoid the subshell-die problem -TMPSRC=/var/run/autofs.tmp - -# -# Check for all maps that are to be loaded -# -function getschemes() { - schemes="$(awk '/^automount:/{ $1="" ; gsub("\\[.*\\]","") ; print $0 }' /etc/nsswitch.conf)" - # have a default entry - [ -z "$schemes" ] && echo 'files' || echo $schemes -} - -function getfilemounts() { - if [ -f /etc/autofs/auto.master ] ; then - sed -e '/^#/d' -e '/^$/d' < /etc/autofs/auto.master - fi -} - -function catnismap() { - [ -z "$1" ] && map="auto_master" || map="$1" - /usr/bin/ypcat -k ${map} 2> /dev/null | sed -e '/^#/d' -e '/^$/d' -} - -function getnismounts() { - YPMAP="$(catnismap auto.master)" - if [ -z "$YPMAP" ]; then - catnismap - else - catnismap auto.master - fi -} - -function getldapmounts() { - autofs_lam=/usr/lib/autofs/autofs-ldap-auto-master - if [ -f $autofs_lam -a -x $autofs_lam ]; then - ${autofs_lam} \ - -m ${ldap_map_oc} -e ${ldap_entry_oc} \ - -n ${ldap_map_key} -k ${ldap_entry_key} \ - -v ${ldap_value} 2> /dev/null - fi -} - -function getrawmounts() -{ - for scheme in `getschemes` ; do - case "$scheme" in - files) - getfilemounts - ;; - nis*) - getnismounts - ;; - ldap*) - getldapmounts - ;; - esac - done -} - - -# -# This function will build a list of automount commands to execute in -# order to activate all the mount points. It is used to figure out -# the difference of automount points in case of a reload -# -function getmounts() -{ - knownmaps=" " - # seperate storage variable to avoid clobbering the other $TMPSRC - TMPSRC_mounts="$TMPSRC.mounts" - getrawmounts >$TMPSRC_mounts - while read dir map options - do - # These checks screen out duplicates and skip over directories - # where the map is '-'. - if [ ! -z "$dir" -a ! -z "$map" \ - -a "x${map:0:1}" != "x-" \ - -a "`echo "$knownmaps" | grep -w $dir/`" = "" ]; then - # If the options include a -t or --timeout parameter, then - # pull those particular options out. - # echo DAEMONOPTIONS OPTIONS $daemonoptions $options - startupoptions="" - opt_timeout="" - opt_pidfile="" - opt_verbose="" - opt_debug="" - opt_ghost="" - - # use getopt to parse all of it - #getopteval="$(getopt -q -o -t:p:vdg --long timeout:,pid-file:,verbose,debug,ghost -- "$daemonoptions $options") " - getopt_input="$daemonoptions $options" - getopt_eval="$(getopt -q -o -t:vdg --long timeout:,verbose,debug,ghost -- $getopt_input) " - eval set -- "${getopt_eval}" - while [ -n "$1" ]; do - #-p|--pid-file) opt_pidfile="$2" ; shift 2 ;; - case $1 in - -t|--timeout) opt_timeout="$2" ; shift 2 ;; - -v|--verbose) opt_verbose="--verbose" ; shift ;; - -d|--debug) opt_debug="--debug" ; shift ;; - -g|--ghost) opt_ghost="--ghost" ; shift ;; - --) shift ; break ;; - *) shift ;; # just ignore other params for now - esac - done - # build the parameters - [ -n "${opt_timeout}" ] && startupoptions="${startupoptions} --timeout ${opt_timeout}" - #[ -n "${opt_pidfile}" ] && startupoptions="${startupoptions} --pid-file ${opt_pidfile}" - startupoptions="${startupoptions} ${opt_ghost} ${opt_verbose} ${opt_debug}" - - # Other option flags are intended for maps. - # unfortuntely this can't be integrated with the above getopt(1) - mapoptions="$(echo $daemonoptions $options | sed \ - -e '/-t/{s/--*t\(imeout\)*[[:space:]=]*\([0-9][0-9]*\)//g }' \ - -e '/-v/{s/--*v\(erbose\)*//g }' \ - -e '/-d/{s/--*d\(ebug\)*//g }' \ - -e '/-g/{s/--*g\(host\)*//g }' \ - -e 's/^[[:space:]]*//g' \ - -e 's/[[:space:]]*$//g')" - #-e '/-p/{s/--*p\(id-file\)*[[:space:]=]*\([^[:space:]]*\)//g }' \ - - # Break up the maptype and map, if the map type is specified - maptype="${map/:*}" - # Handle degenerate map specifiers - if [ "$maptype" = "$map" ] ; then - if [ -x "$map" ]; then - maptype="program" - elif [ -x "/etc/$map" ]; then - maptype="program" - map="/etc/$map" - map="${map//\/\//\/}" # strip doubles - elif [ -f "$map" ]; then - maptype="file" - elif [ -f "/etc/$map" ]; then - maptype="file" - map="/etc/$map" - map="${map//\/\//\/}" # strip doubles - elif [ "$map" = "hesiod" -o "$map" = "userhome" ] ; then - maptype="$map" - map= - elif [ "$map" = "multi" ] ; then - maptype="$map" - map= - else - maptype=yp - map="${map/*\/}" # same as "basename $map" - map="${map/#auto_/auto.}" # echo $map | sed -e 's/^auto_home/auto.home/' -e 's/^auto_mnt/auto.mnt/' - fi - fi - map="${map#*:}" - - #echo >>/tmp/debug - #date >>/tmp/debug - #echo STARTUPOPTIONS $startupoptions >> /tmp/debug - #echo DIR $dir >> /tmp/debug - #echo MAPTYPE $maptype >> /tmp/debug - #echo MAP $map >> /tmp/debug - #echo MAPOPTIONS $mapoptions >> /tmp/debug - #echo LOCALOPTIONS $localoptions >> /tmp/debug - #echo OPTIONS $options >>/tmp/debug - #echo GETOPT_INPUT $getopt_input >>/tmp/debug - - [ -z "${startupoptions}" ] && startupoptions=" " # to make life easier later - # protect startupoptions with _X_ to use it later - cmdline="$DAEMON ${startupoptions// /_X_} $dir $maptype $map ${mapoptions} ${localoptions}" - # leave out the " so that white space gets compressed - echo ${cmdline} - - # echo ------------------------ - fi - knownmaps=" $dir/ $knownmaps" - done <$TMPSRC_mounts - rm -f $TMPSRC_mounts -} - - -start() { - ebegin "Starting automounter" - # ensure autofs support is loaded - grep -q autofs /proc/filesystems || modprobe -q autofs4 || modprobe -q autofs - if [ $? -ne 0 ]; then - eend 1 "No autofs support available" - return 1 - fi - - getmounts >$TMPSRC - - # Check that maps exist - if [ ! -s $TMPSRC ]; then - eend 1 "No automount maps defined" - return 1 - fi - - while read cmd startupopts mnt rest ; do - pidfile=/var/run/autofs${mnt//\//.}.pid - startupopts="$(echo ${startupopts//_X_/ } --pid-file ${pidfile} )" - bin="/usr/sbin/automount" - params="$(echo $startupopts $mnt $rest)" - - echo -n " $mnt" - #echo " $mnt ($params)" - - start-stop-daemon --start --pidfile $pidfile --quiet \ - --exec ${bin} -- ${params} - #ps ax | grep "[0-9]:[0-9][0-9] ${bin} ${params}" | ( - # read pid rest - # echo $pid > $pidfile - # echo "$mnt $rest" >> $pidfile - #) - # Omitted these five lines, see http://bugs.gentoo.org/110887 - #if [ $? -ne 0 ]; then - # eerror "Failure on $mnt" - #else - # echo "${params}" >> $pidfile - #fi - done < $TMPSRC - # clean up - rm -f $TMPSRC - - echo - - eend $? -} - -stop() { - ebegin "Stopping automounter" - start-stop-daemon --stop --quiet --signal USR2 --exec /usr/sbin/automount - eend $? -} - -stats() { - echo "Configured Mount Points:" - echo "------------------------" - getmounts >$TMPSRC - while read cmd startupopts mnt rest ; do - pidfile=/var/run/autofs${mnt//\//.}.pid - startupopts="$(echo ${startupopts//_X_/ } --pid-file ${pidfile} )" - params="$(echo $startupopts $mnt $rest)" - echo $cmd $params - done <$TMPSRC - rm -f $TMPSRC - echo "" - echo "Active Mount Points:" - echo "--------------------" - ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount " | ( - while read pid tt stat time command; do echo $command; done - ) -} - -reload() { - echo "Reloading automounter: checking for changes ... " - getmounts >$TMPSRC - for i in /var/run/autofs.*.pid - do - pid=`head -n 1 $i 2>/dev/null` - [ -z "$pid" ] && continue - command=`tail -n +2 $i` - if ! grep -q "^$command" $TMPSRC - then - echo "Stopping automounter: $command" - kill -USR2 $pid - fi - done - rm -f $TMPSRC - svc_start -} - -restart() { - svc_stop - svc_start -} diff --git a/net-fs/autofs/files/autofs5.initd b/net-fs/autofs/files/autofs5.initd index bd3f14f0bdb4..939444e0218c 100644 --- a/net-fs/autofs/files/autofs5.initd +++ b/net-fs/autofs/files/autofs5.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs5.initd,v 1.3 2011/10/05 14:27:26 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs5.initd,v 1.4 2013/11/10 15:53:29 tomwij Exp $ DAEMON=/usr/sbin/automount PIDFILE=/var/run/autofs.pid @@ -64,7 +64,7 @@ reload() { if [ ! -r "${PIDFILE}" ]; then eend 1 "automount not running" else - kill -HUP $(cat "${PIDFILE}") 2> /dev/null + kill -s HUP $(cat "${PIDFILE}") 2> /dev/null eend $? fi } diff --git a/net-fs/autofs/files/autofs5.rc1 b/net-fs/autofs/files/autofs5.rc1 deleted file mode 100644 index 9e4252adf3ea..000000000000 --- a/net-fs/autofs/files/autofs5.rc1 +++ /dev/null @@ -1,42 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs5.rc1,v 1.1 2008/02/05 12:32:20 stefaan Exp $ - -DAEMON=/usr/sbin/automount -PIDFILE=/var/run/autofs.pid - -depend() { - need localmount - use ypbind nfs slapd portmap net -} - -opts="start stop restart status reload" - -start() { - ebegin "Starting automounter" - - # ensure autofs support is loaded - grep -q autofs /proc/filesystems || modprobe -q autofs4 || modprobe -q autofs - if [ $? -ne 0 ]; then - eend 1 "No autofs support available" - return 1 - fi - - start-stop-daemon --start --exec ${DAEMON} -- -p ${PIDFILE} ${daemonoptions} - - eend $? -} - -stop() { - ebegin "Stopping automounter" - start-stop-daemon --stop --quiet --signal TERM -p ${PIDFILE} - eend $? -} - -reload() { - ebegin "Reloading automounter" - kill -HUP $(cat ${PIDFILE}) - eend $? -} - diff --git a/net-im/mcabber/Manifest b/net-im/mcabber/Manifest index 6e4dbdbc4025..cffe410f0e43 100644 --- a/net-im/mcabber/Manifest +++ b/net-im/mcabber/Manifest @@ -1,3 +1,4 @@ DIST mcabber-0.10.0.tar.bz2 552111 SHA256 ef1bb95238a32f841c6e7032550b40197643843b6e459f44ad53c558f5d75c03 DIST mcabber-0.10.1.tar.bz2 554682 SHA256 00cb9c0b272a44559c4207fe37ecd43c5cdff88d1e3a0ed2ba5eec10d9638888 SHA512 2117fe1f9af3d8b4722fbbdab379d941fd19409a5eac05641820bf75682aaeae194577ad8357c37fd11038ed22aeafa545a121df0a87e6b0915ef83a06af0489 WHIRLPOOL 864950a1c8017216bf893b953adbf81d138d2ef1820d6758eb76abb139623c23f026418cad6bcf135f7f5f615bac55194e1d9db9f329bfb89fe4e965d09fdb98 DIST mcabber-0.10.2.tar.bz2 604378 SHA256 e246d153f93a75b4f45879f447434db070503c9903bf3f995af396b3b94586f8 SHA512 976c29ec753a364392ba6b5280c9031d9eb8884236b7d07fbeaa69a731806706f72b93a0bbbca1eca4f11325412d5beff62b14d94acca912841b8b820c2b3652 WHIRLPOOL b448d34025c2e8eb67ff7ccbfe831bbefd609c436ae83516d96060afaba2053a984dfb0aaf2607216b4868c9d05536001b36ee0a4c910c5ce134c0f623d12c04 +DIST mcabber-0.10.2_p20131025.tar.gz 399025 SHA256 90f4e583a7ea929abcd243dc970d64db53f1f577a4a76dc55432eaa86b5ce007 SHA512 4910acfb3d0f6341e0926bff740186d3039a47f15fd075409ecd940b6388b9bb3bf35cb88eb675e6063eaefba6f4421ca7c07e18cb307a1c7b3206c077feeeb1 WHIRLPOOL 12b9ea8d5dd2e70afeeaab18f8361bd57a5c9850bfc70e953800efe5319d632881163c48d904efc07aadb9cb1a33c09d9b034537e4fe3102793da084bd246e97 diff --git a/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild b/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild new file mode 100644 index 000000000000..d69fde058e51 --- /dev/null +++ b/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/mcabber/mcabber-0.10.2_p20131025.ebuild,v 1.1 2013/11/09 19:19:55 mrueg Exp $ + +EAPI=5 + +inherit flag-o-matic autotools + +DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP" +HOMEPAGE="http://mcabber.com/" +REV="a18e1b488f1c" +SRC_URI="http://mcabber.com/hg/index.cgi/archive/${REV}.tar.gz -> ${P}.tar.gz" + +S=${WORKDIR}/${PN}-${REV}/${PN} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +IUSE="aspell crypt idn modules otr spell ssl vim-syntax" + +LANGS="cs de fr it nl pl ru uk" +# localized help versions are installed only, when LINGUAS var is set +for i in ${LANGS}; do + IUSE="${IUSE} linguas_${i}" +done; + +RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 ) + otr? ( >=net-libs/libotr-3.1.0 ) + aspell? ( app-text/aspell ) + vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) + idn? ( net-dns/libidn ) + spell? ( app-text/enchant ) + dev-libs/glib:2 + sys-libs/ncurses + >=net-libs/loudmouth-1.4.3-r1[ssl?]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +pkg_setup() { + if use aspell && use spell; then + ewarn "NOTE: You have both USE flags 'aspell' and 'spell' enabled, enchant (USE flag 'spell') will be preferred." + fi +} + +src_prepare() { + eautoreconf +} + +src_configure() { + econf \ + $(use_enable crypt gpgme) \ + $(use_enable otr) \ + $(use_enable aspell) \ + $(use_enable spell enchant) \ + $(use_enable modules) \ + $(use_with idn libidn) +} + +src_install() { + emake DESTDIR="${D}" install + + # clean unneeded language documentation + for i in ${LANGS}; do + use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i} + done + + dodoc AUTHORS ChangeLog NEWS README TODO mcabberrc.example + dodoc doc/README_PGP.txt + + # contrib themes + insinto /usr/share/${PN}/themes + doins "${S}"/contrib/themes/* + + # contrib generic scripts + exeinto /usr/share/${PN}/scripts + doexe "${S}"/contrib/*.{pl,py} + + # contrib event scripts + exeinto /usr/share/${PN}/scripts/events + doexe "${S}"/contrib/events/* + + if use vim-syntax; then + cd contrib/vim/ || die + + insinto /usr/share/vim/vimfiles/syntax + doins mcabber_log-syntax.vim + + insinto /usr/share/vim/vimfiles/ftdetect + doins mcabber_log-ftdetect.vim + fi +} + +pkg_postinst() { + elog + elog "MCabber requires you to create a subdirectory .mcabber in your home" + elog "directory and to place a configuration file there." + elog "An example mcabberrc was installed as part of the documentation." + elog "To create a new mcabberrc based on the example mcabberrc, execute the" + elog "following commands:" + elog + elog " mkdir -p ~/.mcabber" + elog " bzcat ${EROOT}usr/share/doc/${PF}/mcabberrc.example.bz2 >~/.mcabber/mcabberrc" + elog + elog "Then edit ~/.mcabber/mcabberrc with your favorite editor." + elog + elog "See the CONFIGURATION FILE and FILES sections of the mcabber" + elog "manual page (section 1) for more information." + elog + elog "From version 0.9.0 on, MCabber supports PGP encryption of messages." + elog "See README_PGP.txt for details." + echo + einfo "Check out ${EROOT}usr/share/${PN} for contributed themes and event scripts." + echo +} diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index e69a51c65fe1..cad93576de2f 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,2 +1,2 @@ -DIST gnome-online-accounts-3.8.3.tar.xz 640668 SHA256 9e5e55c5097b8d7c32c0dfb7d94448795c627723b133e8edd0b846adde63a44b SHA512 b8027a2f6f7993323c4e05ff6579a1d986bbc5b3644a81888cb3f1153be0336125348e95ae7a1ca9dec419903349665a29dc584e45d2fd6b410250b56f18fe87 WHIRLPOOL 0bd416ee278e21940b0caf5a64ab16bd2aac41d58668b6878f85dabff4b930ae08dbe859ce48edf3c35d6599359d426ad114068597d3b03f1bf85adacffaa9b2 DIST gnome-online-accounts-3.8.4.1.tar.xz 648012 SHA256 7f74fb776c322a16c108ee4061eec5e98e17e4fb11577c894fb0cb550462d157 SHA512 fed1ce1fc874e63f87232869d116d96015c57c8af691719a8d70c0c9c22ab5306142a13ae1e0b56264917c082c92a17590b985a3277504965314d3709e376bc0 WHIRLPOOL 584ce7991d24d7efe6fd7ca3f87e1ce73f3a87844241070cb1922833a4f44fbd1f73ae643202e70029853aca0cc6f43acecb9acd30c4fb7807901f50503f6ca1 +DIST gnome-online-accounts-3.8.5.tar.xz 648396 SHA256 34d6fbc33bda4c7bba8aa52343ebe1eb8afe1033097c10a2d9979c0a99593e5d SHA512 b5af8c2e83e3287954c15b3b42ef9eebbbcb245534e45375f1e80c0309b064f81740d94ea4fb5b510863383e8c21f394fc6ec77523b4ef63566bfc15742f0b1c WHIRLPOOL cbcd43d36a15b5e9adc0d4284f4ee4c5a6291efe47e7a268f3f66024ca752af71edb5dc558014f683dd10ed36f54232bad7d43473936b5f80361e4defebf8d52 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.5.ebuild similarity index 91% rename from net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild rename to net-libs/gnome-online-accounts/gnome-online-accounts-3.8.5.ebuild index eecfa489d4f1..25748e7301a2 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.5.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild,v 1.2 2013/09/16 13:03:21 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.5.ebuild,v 1.1 2013/11/10 09:53:39 pacho Exp $ EAPI="5" +GCONF_DEBUG="yes" inherit gnome2 DESCRIPTION="GNOME framework for accessing online accounts" -HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts" +HOMEPAGE="https://wiki.gnome.org/GnomeOnlineAccounts" LICENSE="LGPL-2+" SLOT="0" @@ -29,7 +30,6 @@ RDEPEND=" net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 x11-libs/pango - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr:0= diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest index f923e507884b..cc29fc764907 100644 --- a/net-libs/gnutls/Manifest +++ b/net-libs/gnutls/Manifest @@ -1,2 +1,3 @@ DIST gnutls-2.12.23.tar.bz2 7279415 SHA256 dfa67a7e40727eb0913e75f3c44911d5d8cd58d1ead5acfe73dd933fc0d17ed2 SHA512 7780e9ca7b592350ce9b11e53a63d3212320402d8ad2462bfbc0e69aec4a48bb372a1925627abb7996535c87c90e3d79537ea118c8bb36d26aae8e19eaae3a06 WHIRLPOOL 8cab909c961760c72b478d5cbe75633ce0d26190fdece018e9f33b171879753ed38348c33c00fda7b5f3a6b596a5439fb62f1c82a891e9e62fee5bb784cf7e11 DIST gnutls-3.2.5.tar.xz 4987156 SHA256 c6fbcdcd32b2f38cca3bbfa10759556d66f4795ac6e6e50503f2ee5c08c081b7 SHA512 87dc3ba29d2423769e6532d2f6175ddec4665d30b22f45907c30bee3b48468032790eb4dc49e7a1c0a13f523b44dd98be2c5ea062444885652b122cbcc26d69d WHIRLPOOL 8714e2c174978ec85edf54f8b2e50a94c8d2be2213cafade9d85c43d23cb20abf588328dbf436fea90ec0befc86a8518f8d29e7d1e7e09c8db6d0cc2f777b2c3 +DIST gnutls-3.2.6.tar.xz 4992204 SHA256 0a45dfa50edc8091ca1c25f7bae9d9c780b8a09c58ceb3e256264d2dc49338f4 SHA512 1246c03780d9fffc0c89e9eb00a24fe85dcc5370d9c8329174331e49c6b4221a22c216c778733a1646c9d66d099921ebce59c7463366bfb5a9deb86d90080931 WHIRLPOOL 6e4a93700083fccbbf52ff3ffea2e9722db7c2f12e56c48687c3b73ceae3b62bf992b32b7230e607b768bb13b774354b08e41301b2f88e863073f77b39898b8e diff --git a/net-libs/gnutls/gnutls-3.2.6.ebuild b/net-libs/gnutls/gnutls-3.2.6.ebuild new file mode 100644 index 000000000000..15c217f960c8 --- /dev/null +++ b/net-libs/gnutls/gnutls-3.2.6.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.6.ebuild,v 1.1 2013/11/09 21:28:46 radhermit Exp $ + +EAPI=5 + +inherit autotools libtool eutils versionator + +DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" +HOMEPAGE="http://www.gnutls.org/" +SRC_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz" + +# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library. +# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled. +LICENSE="GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" +IUSE="+cxx dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" +# heartbeat support is not disabled until re-licensing happens fullyf + +# NOTICE: sys-devel/autogen is required at runtime as we +# use system libopts +RDEPEND=">=dev-libs/libtasn1-2.14 + >=dev-libs/nettle-2.7[gmp] + dev-libs/gmp + sys-devel/autogen + dane? ( net-dns/unbound ) + guile? ( >=dev-scheme/guile-1.8[networking] ) + nls? ( virtual/libintl ) + pkcs11? ( >=app-crypt/p11-kit-0.11 ) + zlib? ( >=sys-libs/zlib-1.2.3.1 )" +DEPEND="${RDEPEND} + >=sys-devel/automake-1.11.6 + virtual/pkgconfig + doc? ( dev-util/gtk-doc ) + nls? ( sys-devel/gettext ) + test? ( app-misc/datefudge )" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO ) + +src_prepare() { + # tests/suite directory is not distributed + sed -i \ + -e ':AC_CONFIG_FILES(\[tests/suite/Makefile\]):d' \ + -e '/^AM_INIT_AUTOMAKE/s/-Werror//' \ + configure.ac || die + + sed -i \ + -e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \ + doc/Makefile.am || die + + rm -f {m4,gl/m4}/{lt*,libtool.m4} + find . -name ltmain.sh -delete + + # use system libopts + sed -i -e "/^enable_local_libopts/s/yes/no/" configure.ac || die + + # force regeneration of autogen-ed files + local file + for file in $(grep -l AutoGen-ed src/*.c) ; do + rm src/$(basename ${file} .c).{c,h} || die + done + + # support user patches + epatch_user + + eautoreconf + + # Use sane .so versioning on FreeBSD. + elibtoolize +} + +src_configure() { + LINGUAS="${LINGUAS//en/en@boldquot en@quot}" + + # TPM needs to be tested before being enabled + econf \ + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ + --disable-valgrind-tests \ + --enable-heartbeat-support \ + $(use_enable cxx) \ + $(use_enable dane libdane) \ + $(use_enable doc gtk-doc) \ + $(use_enable doc gtk-doc-pdf) \ + $(use_enable guile) \ + $(use_enable nls) \ + $(use_enable static-libs static) \ + $(use_with pkcs11 p11-kit) \ + $(use_with zlib) \ + --without-tpm +} + +src_test() { + # parallel testing often fails + emake -j1 check +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete + + dodoc doc/certtool.cfg + + if use doc; then + dodoc doc/gnutls.pdf + dohtml doc/gnutls.html + fi + + if use examples; then + docinto examples + dodoc doc/examples/*.c + fi +} diff --git a/net-libs/gssdp/Manifest b/net-libs/gssdp/Manifest index 48dca87fe161..15341458b6ad 100644 --- a/net-libs/gssdp/Manifest +++ b/net-libs/gssdp/Manifest @@ -1,4 +1,3 @@ DIST gssdp-0.12.2.1.tar.xz 271976 SHA256 928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414 SHA512 a5ee79f128c52431266d20fadfef8601b61bb1ce2a5fd6bffbde79b48d48dee001d5fc742e61db8c7ca1d25ef083747e307411a2aec10dc8cb1c3eca015d3aaa WHIRLPOOL b908cf776856b0ae27af202f857f01c80d64aeeebfd1f22d2b10445c2bdbd6659ec1dccd6bba2a891670bc80e23d3caa09bfd315a26c5f3cc224d9a3c5320f41 -DIST gssdp-0.14.3.tar.xz 274716 SHA256 79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d SHA512 a3707625fb693165af10f2b0a84483db145f38bbb374e66be232e0feb54a2df9cdc45ce4e33d6fd1f696d4700c4d94ea960a191955aaa07bb5eb6cba482c6d6c WHIRLPOOL ba2aba11f0e40531b5b12d2f56e44c2766f236289a95ec288d4b0102832706bd25c0d634f0eaef6ea98b2eaa298ac751e5b28e78b3a775806cef1b3b685871ff -DIST gssdp-0.14.4.tar.xz 281380 SHA256 ed93fa1555a7032fa1e2b24eeef17d20a2275ee8b1682f28ac48640d6f2112ac SHA512 94e0e9ff5f2dbc156335bb118f15480bc31da86ac62aff91ffeda876b1d7bb7e6ae98698d77a741851c36fddcf8339c9aad998fb43c79aea3f1eb774d2be0503 WHIRLPOOL c2f5f88c33ec82e9cb15b6e1e84082d42f72b86cf2685a11af4882226d45999d49632456eb645f2f3209217d2e726199572932b2294e5aa0ff0cc043ab90a9c4 DIST gssdp-0.14.5.tar.xz 282464 SHA256 e847940a852c968d18c7ca044783e9b938c84c3b5f53978a29b636bf95c91af1 SHA512 e019539848081e3056abd7785e1413d4673079e70e6df7260aa042e9a5a60fa6e6c9c1db8c17884c9fc61c8ca9fb2a97ccb7847b57671250437fc26ef6907220 WHIRLPOOL 4bf3b8d61bb17877bbe66c49cf19ae1f87ef8359f2534804beea9bb1e20c40f228402d4bb098a27a1d2926c3745cd9aa7811bb942ff46a438ea2d14c3d2919dd +DIST gssdp-0.14.6.tar.xz 283188 SHA256 9acfdeb99080b165c34ea7c65fb909ea356b4550937972a73df5b69b419eeacd SHA512 5dea516a20d5924e5a2f410db8b62b825ed025b775d2cae366b7892b2cfee0e3836f35e9a2a882a532c719c552b2af3c85d36d66aede5a16ae7f861205b09521 WHIRLPOOL 5e53bf5bd50575239dde2deaa9a6d623ebd67808f714cad6d52e46aef06b18ec4f86f003691d7f60df794ad67bf2386a056b3b9f213abe1fc4430409ec926560 diff --git a/net-libs/gssdp/gssdp-0.14.3.ebuild b/net-libs/gssdp/gssdp-0.14.3.ebuild deleted file mode 100644 index 943229a992b4..000000000000 --- a/net-libs/gssdp/gssdp-0.14.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/gssdp-0.14.3.ebuild,v 1.1 2013/05/28 19:00:25 pacho Exp $ - -EAPI="5" -VALA_MIN_API_VERSION="0.14" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome.org vala - -DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP." -HOMEPAGE="http://gupnp.org/" - -LICENSE="LGPL-2" -SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+introspection +gtk" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - >=net-libs/libsoup-2.26.1:2.4[introspection?] - gtk? ( >=x11-libs/gtk+-3.0:3 ) - introspection? ( - >=dev-libs/gobject-introspection-0.6.7 - $(vala_depend) - ) - ! - net-p2p - gnome - - Use dev-libs/gobject-introspection - for introspection - +gnome diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest index f8706d838c07..8fd251b1bc3e 100644 --- a/net-libs/gupnp/Manifest +++ b/net-libs/gupnp/Manifest @@ -1,3 +1,3 @@ DIST gupnp-0.18.4.tar.xz 361524 SHA256 6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1 SHA512 94d89013d58a4bf2dbe278c8d4eda8e06348a698de16c20f51d13340d81d216a7aa823fc44b535e4f3b2a5a63a4b8fc91a144e3cc1dc05b2dfe521e1afd72a22 WHIRLPOOL 6cdf3d107a8845e70f3fcba471f8d6a7bc5166862407a2c88f52a72e1d7a8399d80fbbb69ec0016edb5cddff3ff7a03e078147ffb0cfb5379258c0c494374c04 -DIST gupnp-0.20.6.tar.xz 379124 SHA256 1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa SHA512 c8be5f9b79e17d3dffb2f92e6b0c01cae8a26bdbc31257339bad078bc4ab9a23399a45ef30b808ab13efaa7e86d9b4e2ae7a1c0b91f695a3348b8dd0b3265919 WHIRLPOOL e171340ba12e741413df38cbc378ef55e012026b3d6c76b065e6a9d6ba50ba1ba95aa87a7354173b8fa32f22c3418b18e672b2dd74a83f8f6b4c2da39e11cf8c DIST gupnp-0.20.7.tar.xz 379644 SHA256 ccfa6b04935d81bbcd4aa1f15b6dada977fb32386cf3b99c59a4166067ce3102 SHA512 7484368fe0c262d3e2a0390d5de1c020e073666cec055841014cc473bfdab33c1500031ea2e32110fea11ec69051c2324c3d0a0ee75d88d6c4a1d89ad747a998 WHIRLPOOL e068bf2beb4321533d9751aa72ea48d4c95d8a175f47a6955c382b729459b5c2d8e31ab24cebfe4f5cfedc1bbfbcee596d85081077c122c1dbb9f8e73e88a95b +DIST gupnp-0.20.8.tar.xz 380956 SHA256 f70da127e0d35a7b8aecaf6f58b740bbb56836451be33d7aeb7979a5c131eac8 SHA512 3dbabe3fd49ecd19b79067a64125d1a332b0a592d0739730797b2fe2872de0f3a9ef14bb8b8da6730ae93c4425c7f1a44d1823833ac0e7ade334e3ff8a27ad50 WHIRLPOOL 298f8611e1c45e81bcdee5c010baa3bae3c730bc5acdc951f415ff6c66f1e4587c6fc0f3470ecfd7d7345b7974966d8d0a9ca4f01f66fce2b665d1b3429f4b98 diff --git a/net-libs/gupnp/gupnp-0.20.6.ebuild b/net-libs/gupnp/gupnp-0.20.8.ebuild similarity index 93% rename from net-libs/gupnp/gupnp-0.20.6.ebuild rename to net-libs/gupnp/gupnp-0.20.8.ebuild index 620bb090a0f5..ba8e81a46377 100644 --- a/net-libs/gupnp/gupnp-0.20.6.ebuild +++ b/net-libs/gupnp/gupnp-0.20.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.6.ebuild,v 1.2 2013/10/15 09:44:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.8.ebuild,v 1.1 2013/11/10 10:19:08 pacho Exp $ EAPI="5" GCONF_DEBUG="no" diff --git a/net-libs/gupnp/metadata.xml b/net-libs/gupnp/metadata.xml index 1c9dfa882bfd..da6fd63d0085 100644 --- a/net-libs/gupnp/metadata.xml +++ b/net-libs/gupnp/metadata.xml @@ -1,6 +1,5 @@ - net-p2p - gnome +gnome diff --git a/net-misc/bgpq3/Manifest b/net-misc/bgpq3/Manifest new file mode 100644 index 000000000000..bf394bb931cb --- /dev/null +++ b/net-misc/bgpq3/Manifest @@ -0,0 +1 @@ +DIST bgpq3-0.1.19.tgz 60308 SHA256 f919ae9aa0cab12c991569178f938ee18267e754298710e1a0f28c36ea211086 SHA512 dc7a3a3e679797316129d10662741d2b94f91631b729712d20a1b6386b567d29b5f6024c0b28c6bf872dab624160069c5b911ab4281415f03e6faab3076499fe WHIRLPOOL 0ae476afafea689b9afa963a9bd60b53be55ddc2a41e058b847f24555d2b3866d0bd8296a8446cd1517d42fe55e3a90926d44942c99989591c0ea349ef71ebe7 diff --git a/net-misc/bgpq3/bgpq3-0.1.19.ebuild b/net-misc/bgpq3/bgpq3-0.1.19.ebuild new file mode 100644 index 000000000000..1598ebd6af2a --- /dev/null +++ b/net-misc/bgpq3/bgpq3-0.1.19.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/bgpq3/bgpq3-0.1.19.ebuild,v 1.1 2013/11/10 15:33:19 pinkbyte Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Generate access-lists for Cisco/Juniper routers, successor of bgpq" +HOMEPAGE="http://snar.spb.ru/prog/bgpq3/" +SRC_URI="http://snar.spb.ru/prog/bgpq3/${P}.tgz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +src_prepare() { + # Respect CFLAGS and LDFLAGS + sed -i \ + -e '/^CFLAGS=/s/-g //' \ + -e '/^CFLAGS=/s/ -O0//' \ + -e '/^LDADD/s/@LDFLAGS@ @LDFLAGS@/@LDFLAGS@/' \ + Makefile.in || die 'sed on Makefile.in failed' + + epatch_user +} + +src_install() { + dobin bgpq3 + doman bgpq3.8 + dodoc CHANGES + dohtml *.html +} diff --git a/net-misc/bgpq3/metadata.xml b/net-misc/bgpq3/metadata.xml new file mode 100644 index 000000000000..1e87335024ff --- /dev/null +++ b/net-misc/bgpq3/metadata.xml @@ -0,0 +1,25 @@ + + + + + pinkbyte@gentoo.org + Sergey Popov + + + bgpq3 allows to generate different config entries with prefix lists, useful for Cisco/Juniper routers and their software analogs, such as Quagga. + This program is a successor of bgpq from same author, main difference - it supports IPv6. + + + bgpq3 позволяет создавать различные чaсти конфигурационных файлов со списком сетей для маршрутизаторов Cisco/Juniper и их программных аналогов, + таких как Quagga. + Данная программа - идейный наследник bgpq от того же автора, основное отличие - поддержка IPv6. + + + + snar@snar.spb.ru + Alexandre Snarskii + + snar/bgpq3 + https://github.com/snar/bgpq3/issues + + diff --git a/net-misc/curl/curl-7.33.0.ebuild b/net-misc/curl/curl-7.33.0.ebuild index 8a493889d88d..db8640002ba7 100644 --- a/net-misc/curl/curl-7.33.0.ebuild +++ b/net-misc/curl/curl-7.33.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.33.0.ebuild,v 1.1 2013/10/15 20:07:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.33.0.ebuild,v 1.2 2013/11/10 20:36:21 hwoarang Exp $ EAPI="5" @@ -47,8 +47,7 @@ RDEPEND="ldap? ( net-nds/openldap ) # rtmp? ( # media-video/rtmpdump # curl_ssl_gnutls? ( media-video/rtmpdump[gnutls] ) -# curl_ssl_polarssl? ( media-video/rtmpdump[polarssl] ) -# curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,-polarssl,ssl] ) +# curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,ssl] ) # ) # ssl providers to be added: diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest index e153302049d7..8d3490ec608d 100644 --- a/net-misc/netctl/Manifest +++ b/net-misc/netctl/Manifest @@ -1 +1,2 @@ DIST netctl-1.3.tar.xz 40560 SHA256 f0019cca3a87c03253f18251f7157c2c43d2468ee541ac0fdab8f8aeecec8488 SHA512 5c737a690f863f53c86bec2e52c8fcfc7d650ceb1c4960e31629b923a7f0e2a8b4eafd98514092a92c720f77254337a05b6d45990e6e2dd87361590d600ea90d WHIRLPOOL 92b8acc9174fe8d170e3fbe7a596242f1f85c7bec198135a2562811e09cf6ac6164f0728e4a2a94a2250d894da57ed2d07a72b0c42ef1c7dddb86fe0c86dfdc0 +DIST netctl-1.4.tar.xz 41016 SHA256 9312cae5f5f4474b581e256f87ecd2976c9f76e8696abdc03050aba4df76a6c0 SHA512 882dbc87fe0db5b0a0afe68d460596db2b422b8db1ee71a6f73051af61c66849a84a2a6b3a788088fdc3efb1458ca79a00d5c97a0fbd7bc65ddcb30f571ba312 WHIRLPOOL 1d195d2603bd7fc4af40c425835cd237c2af699fea78a36ee0f84647992ea7ddaf6564deb71261917fd204c6bde1f7244de2516fe02e6552325df12f9155f4f5 diff --git a/net-misc/netctl/netctl-1.4.ebuild b/net-misc/netctl/netctl-1.4.ebuild new file mode 100644 index 000000000000..b43630e3082b --- /dev/null +++ b/net-misc/netctl/netctl-1.4.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.4.ebuild,v 1.1 2013/11/11 02:38:38 floppym Exp $ + +EAPI=5 + +inherit bash-completion-r1 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://projects.archlinux.org/netctl.git" + inherit git-2 + DEPEND="app-text/asciidoc" +else + SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Profile based network connection tool from Arch Linux" +HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl + https://www.archlinux.org/packages/core/any/netctl/ + https://projects.archlinux.org/netctl.git/" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND+=" + virtual/pkgconfig + sys-apps/systemd +" +RDEPEND=" + >=app-shells/bash-4.0 + >=net-dns/openresolv-3.5.4-r1 + sys-apps/iproute2 + sys-apps/systemd + !=net-misc/dhcp-5.6.7[client]" + optfeature "WPA support" net-wireless/wpa_supplicant + optfeature "interactive assistant" dev-util/dialog + optfeature "automatic connection" sys-apps/ifplugd + optfeature "bonding support" net-misc/ifenslave + optfeature "dialup support" net-dialup/ppp + fi +} diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest index 779cc4b56d38..1f30a03372e0 100644 --- a/net-misc/openssh/Manifest +++ b/net-misc/openssh/Manifest @@ -13,6 +13,8 @@ DIST openssh-6.2p2.tar.gz 1182922 SHA256 7f29b9d2ad672ae0f9e1dcbff871fc5c2e60a19 DIST openssh-6.3p1+x509-7.6.diff.gz 219962 SHA256 d9e5f37c1a7750c19895f71d9b54e35afb6e7a45511b828e9da51252d0946460 SHA512 be39c8711185735635b5dcbd6c525125cd807ae36368aaab776f37d1674638470dc46108fe0fd4cd4b5d0a17de01174a537a9607efb0d4ae2d09cb2402bda42e WHIRLPOOL 55de1c1ee3f795983c6267fb0984b89c819d982c738b81da2b2d16c2d1d9a7e34b3163546068b06dc578783217fa2bb037cbc8d61b2f7b4eb4a0abe27d24982d DIST openssh-6.3p1-hpnssh14v2.diff.gz 24569 SHA256 85c0aeecb329af961203017921e4eb0409657d7f9754548188bf668e410cf474 SHA512 d01f100e98a2b6aa3a8cbd249cb0f2f1a7507c9b67753e9c4002d35e6fbd4e82c36b7460cddd5f6adc16fd5be597f127800b4571afdb06610c612b7977704047 WHIRLPOOL 51b618da275d654b79d2ec3ef63d6465ab7511db4a85647b27e396d7b5f0051e13993aabaebcac6a6e3e58e1efd0cbb126d456def9202867d02b95623814d0de DIST openssh-6.3p1.tar.gz 1201101 SHA256 aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420 SHA512 9ae0d11b7305739345e84adbf9dae769705ff93b3d3c3ccd9b7fb887a69716518bee931fd698f2c67087ae75281a25bcfd72220cbac1c751715d540d208a6a9a WHIRLPOOL 827548305d730148c93f0634767e3bd78380ae519ef4db149f523c179bdcb1dffc20bb47b48dbcac4e8b4935d504d6934d1ac58da63617735cda52b998f3e3c9 +DIST openssh-6.4p1+x509-7.7.diff.gz 220934 SHA256 8b490a9ce1afcaedf12c5b16f83147a6dda68213f498aaccd3f970cee6a1fb7d SHA512 e56c0567d836b2dd0a21cfac7e4fa46f2eb1d6a3c3fc831da7f1fddf9b365a9e851469bf5b79556b397e698477e597add10930ef11429554b83e7727555247c4 WHIRLPOOL f025f23b76c0c1eeadd065c03118c32c425e0ad390ec65c73736e1f611a5fd110bcab83109cc69533aac544035388946f2ac7ba70fe0c8f36c5dc8c265c521a0 +DIST openssh-6.4p1.tar.gz 1201402 SHA256 5530f616513b14aea3662c4c373bafd6a97a269938674c006377e381f68975d2 SHA512 f87b3e1d3110b87c1dfff729459ff26024863480c8eb4449b9e3b0b750d187acdfedb199ca4ea133b5dfa436bed0e2eea7607392d451b18c626c4dc1d38bb52a WHIRLPOOL 3737ec70c724a240b8eefb34a5c01974a9c3a8ca0f20b52d52f106b066f298119404b1f5a324c2347d3d8bdcb2cd1cc06e4f0c5b6c7c895d1d394a97cc591f72 DIST openssh-lpk-5.9p1-0.3.14.patch.gz 18335 SHA256 1a922d57a2e7020bf597135437a57080d7d046c9f41a7a53559945ddddbe0892 SHA512 eb4641d30e221eaa409d22ab423e38c1a31dd9dfeacbf978c94827194cb838cc0f832bf96aa4c494a71a5d5d1b90fc6789e8469e35d82ffcaf54305f07ccdb9b WHIRLPOOL 6748426d6d0cda07729744d8993d96a762134a61acf757afc1618ada5cbd9752d9211a89be831e5a4f1744f70cc4fc643b5f745d1f785b53a4e1dbf9d7c92680 DIST openssh-lpk-6.0p1-0.3.14.patch.gz 18401 SHA256 d0f3d55fd92ecc45aa6120d6ea919c903e4828ce0c2b07612c742a2aa7648beb SHA512 ebf680b90bc289c0d69c22fd6fd666032cdcf4c3850ecdf03e264200d60c50a12f4a5254907c6ab850727216e7837176be5564ae22b68d9b80a67c62f372a9dd WHIRLPOOL 4f8b32c77fc2a9205d283109ccd787a3f37757c18060da39c63147ff09f6b922f4a57ca1ba8d0cdc692f3f1eaba3e5e88eb4287f728ddaaf544d2d425c0cca91 DIST openssh-lpk-6.1p1-0.3.14.patch.gz 18458 SHA256 2d0e40116e021913668519a42743f89b8fb77f8d5beed863d620cc79999b0b79 SHA512 9cfd83e650cedbc3950b8cf80d0b36fbb7dff8fbe7d017378f9a2ae18189fa6e459e323dae6cd1fa1d82ff948f628563892d0a0f30113b3a8ba5269fe051e784 WHIRLPOOL c1ee5570f0bfb3191c602d575e0e05cabe7d42183bd78c07cac19a2743a59f110728e309fcee6f0b6abc7b141ae8c701d92d010d2b7737739b4cac92406552fa diff --git a/net-misc/openssh/files/openssh-6.4_p1-x509-glue.patch b/net-misc/openssh/files/openssh-6.4_p1-x509-glue.patch new file mode 100644 index 000000000000..6aed19be7bd5 --- /dev/null +++ b/net-misc/openssh/files/openssh-6.4_p1-x509-glue.patch @@ -0,0 +1,30 @@ +Make x509 apply after openssh-5.9_p1-sshd-gssapi-multihomed.patch and remove +redundant README.x509v3 directory. + +--- openssh-6.4p1+x509-7.7.diff.orig 2013-11-09 14:51:13.400696545 -0800 ++++ openssh-6.4p1+x509-7.7.diff 2013-11-09 14:51:05.798786189 -0800 +@@ -6809,9 +6809,9 @@ + + -$OpenBSD: README.dns,v 1.2 2003/10/14 19:43:23 jakob Exp $ + +$OpenBSD$ +-diff -ruN openssh-6.4p1/README.x509v3/README.x509v3 openssh-6.4p1+x509-7.7/README.x509v3/README.x509v3 +---- openssh-6.4p1/README.x509v3/README.x509v3 1970-01-01 02:00:00.000000000 +0200 +-+++ openssh-6.4p1+x509-7.7/README.x509v3/README.x509v3 2013-05-17 18:50:02.156263192 +0300 ++diff -ruN openssh-6.4p1/README.x509v3 openssh-6.4p1+x509-7.7/README.x509v3 ++--- openssh-6.4p1/README.x509v3 1970-01-01 02:00:00.000000000 +0200 +++++ openssh-6.4p1+x509-7.7/README.x509v3 2013-05-17 18:50:02.156263192 +0300 + @@ -0,0 +1,615 @@ + + Roumen Petrov + + Sofia, Bulgaria +@@ -14793,10 +14793,9 @@ + .It Cm ChallengeResponseAuthentication + Specifies whether challenge-response authentication is allowed (e.g. via + PAM or though authentication styles supported in +-@@ -490,6 +567,16 @@ ++@@ -490,5 +567,15 @@ + The default is + .Dq yes . +- Note that this option applies to protocol version 2 only. + +.It Cm HostbasedAlgorithms + +Specifies the protocol version 2 algorithms used in + +.Dq hostbased diff --git a/net-misc/openssh/openssh-6.4_p1.ebuild b/net-misc/openssh/openssh-6.4_p1-r1.ebuild similarity index 96% rename from net-misc/openssh/openssh-6.4_p1.ebuild rename to net-misc/openssh/openssh-6.4_p1-r1.ebuild index ceadc78c9fdc..fd6e9fa9e71d 100644 --- a/net-misc/openssh/openssh-6.4_p1.ebuild +++ b/net-misc/openssh/openssh-6.4_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.4_p1.ebuild,v 1.1 2013/11/09 01:26:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.4_p1-r1.ebuild,v 1.1 2013/11/09 23:04:08 radhermit Exp $ EAPI="4" inherit eutils user flag-o-matic multilib autotools pam systemd versionator @@ -8,11 +8,10 @@ inherit eutils user flag-o-matic multilib autotools pam systemd versionator # Make it more portable between straight releases # and _p? releases. PARCH=${P/_} -PARCH=${PARCH/6.4/6.3} # For 6.4 only -HPN_PATCH="${PARCH}-hpnssh14v2.diff.gz" -LDAP_PATCH="${PARCH/-/-lpk-}-0.3.14.patch.gz" -X509_VER="7.6" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz" +HPN_PATCH="${PN}-6.3p1-hpnssh14v2.diff.gz" +LDAP_PATCH="${PN}-lpk-6.3p1-0.3.14.patch.gz" +X509_VER="7.7" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz" DESCRIPTION="Port of OpenBSD's free SSH release" HOMEPAGE="http://www.openssh.org/" @@ -99,13 +98,10 @@ src_prepare() { # don't break .ssh/authorized_keys2 for fun sed -i '/^AuthorizedKeysFile/s:^:#:' sshd_config || die - # bug 490728 - #epatch "${FILESDIR}"/${PN}-6.3_p1-aes-gcm.patch - epatch "${FILESDIR}"/${PN}-5.9_p1-sshd-gssapi-multihomed.patch #378361 if use X509 ; then pushd .. >/dev/null - epatch "${FILESDIR}"/${PN}-6.3_p1-x509-glue.patch + epatch "${FILESDIR}"/${PN}-6.4_p1-x509-glue.patch popd >/dev/null epatch "${WORKDIR}"/${X509_PATCH%.*} epatch "${FILESDIR}"/${PN}-6.3_p1-x509-hpn14v2-glue.patch diff --git a/net-misc/openvswitch/Manifest b/net-misc/openvswitch/Manifest index 18fdeefeb1dc..d26b089a8abf 100644 --- a/net-misc/openvswitch/Manifest +++ b/net-misc/openvswitch/Manifest @@ -1,2 +1,3 @@ DIST openvswitch-1.11.0.tar.gz 2551510 SHA256 007d7d3f2deabe5a3845d1045d23b6b1de174497a8e436091541221dd71833da SHA512 9c338a9e376c845ae5f273030263dbae52fa268350d943e65987d6840d9647194f715e36517c829be32200f1064e13a585bd5b2acb9fa2a7f32199bd4be31459 WHIRLPOOL fa7bc71f0f17f789ed0dc1dce953e1399f56c7529d13a10761f90a3b40a210e511722dda99a502fa2ef8f74ccc6ea5e8c3392c408bf00a85b5824bfa96fc7f24 DIST openvswitch-1.9.0.tar.gz 2351740 SHA256 825730db82c7b46a142f057a43345590c299e66704ef7a88d9ed4ffd0c3d6b64 SHA512 6368852aafa81f003a09108e973a37281a938ad36948aef96b0699c85a754c33fdb274e998ca804c8102a8cf0839e023633510d43a975cf355b10575bc024587 WHIRLPOOL d4c88aadfe8676d5aef24673051c34864dcc9b6bbc624e6396389fae7ffbb0518f213334ede034fe1c4894187fb001b8e389a11cd8d0bc253f5237696ab0b405 +DIST openvswitch-2.0.0.tar.gz 2708774 SHA256 5060e2be69cce01c15f67b481482cb1a0eaa6ef5cbdbed592bac3c3ab2a390f8 SHA512 f6d36663b65d054d179e5a09a478cf45ae9510c8f3aa31bb2013aaee1b146ee21ce986bb8b9f63ac72036f94d0b415f30ab874451b661b855f46b44eaa42537d WHIRLPOOL be6ac428d5d01b751d8d6312e7e028a23160d44da62231cc84c21d42c19c8c5f6b9457c29c26e7b283db91b08a00d8b54368534a621e556c54e15c0682dad4a1 diff --git a/net-misc/openvswitch/openvswitch-2.0.0.ebuild b/net-misc/openvswitch/openvswitch-2.0.0.ebuild new file mode 100644 index 000000000000..c44268903653 --- /dev/null +++ b/net-misc/openvswitch/openvswitch-2.0.0.ebuild @@ -0,0 +1,148 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild,v 1.1 2013/11/11 02:58:44 prometheanfire Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils linux-info linux-mod python-single-r1 + +DESCRIPTION="Production quality, multilayer virtual switch." +HOMEPAGE="http://openvswitch.org" +SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" + +LICENSE="Apache-2.0 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug modules monitor +pyside +ssl" + +RDEPEND=">=sys-apps/openrc-0.10.5 + ssl? ( dev-libs/openssl ) + monitor? ( + ${PYTHON_DEPS} + dev-python/twisted-core + dev-python/twisted-conch + dev-python/twisted-web + pyside? ( dev-python/pyside[${PYTHON_USEDEP}] ) + !pyside? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) + net-zope/zope-interface[${PYTHON_USEDEP}] ) + debug? ( dev-lang/perl )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 ~TUN" +MODULE_NAMES="brcompat(net:${S}/datapath/linux) openvswitch(net:${S}/datapath/linux)" +BUILD_TARGETS="all" + +pkg_setup() { + if use modules ; then + CONFIG_CHECK+=" ~!OPENVSWITCH" + linux-mod_pkg_setup + else + CONFIG_CHECK+=" ~OPENVSWITCH" + linux-info_pkg_setup + fi + kernel_is ge 2 6 32 || die "Linux >=2.6.32 and <3.10 required" + kernel_is lt 3 11 || die "Linux >=2.6.18 and <3.11 required" + use monitor && python-single-r1_pkg_setup +} + +src_prepare() { + # Never build kernelmodules, doing this manually + sed -i \ + -e '/^SUBDIRS/d' \ + datapath/Makefile.in || die "sed failed" +} +src_configure() { + set_arch_to_kernel + use monitor || export ovs_cv_python="no" + use pyside || export ovs_cv_pyuic4="no" + + local linux_config + use modules && linux_config="--with-linux=${KERNEL_DIR}" + + econf ${linux_config} \ + --with-rundir=/var/run/openvswitch \ + --with-logdir=/var/log/openvswitch \ + --with-pkidir=/etc/ssl/openvswitch \ + --with-dbdir=/var/lib/openvswitch \ + $(use_enable ssl) \ + $(use_enable !debug ndebug) +} + +src_compile() { + default + + use monitor && python_fix_shebang \ + utilities/ovs-{pcap,tcpundump,test,vlan-test} \ + utilities/bugtool/ovs-bugtool \ + ovsdb/ovsdbmonitor/ovsdbmonitor + + use modules && linux-mod_src_compile +} + +src_install() { + default + + if use monitor ; then + python_domodule "${ED}"/usr/share/openvswitch/python/* + rm -r "${ED}/usr/share/openvswitch/python" + python_optimize "${ED}/usr/share/ovsdbmonitor" + fi + # not working without the brcompat_mod kernel module which did not get + # included in the kernel and we can't build it anymore + rm "${D}/usr/sbin/ovs-brcompatd" "${D}/usr/share/man/man8/ovs-brcompatd.8" + + keepdir /var/{lib,log}/openvswitch + keepdir /etc/ssl/openvswitch + fperms 0750 /etc/ssl/openvswitch + + rm -rf "${ED}/var/run" + use monitor || rmdir "${ED}/usr/share/ovsdbmonitor" + use debug || rm "${ED}/usr/bin/ovs-parse-leaks" + + newconfd "${FILESDIR}/ovsdb-server_conf" ovsdb-server + newconfd "${FILESDIR}/ovs-vswitchd_conf" ovs-vswitchd + newconfd "${FILESDIR}/ovs-controller_conf" ovs-controller + newinitd "${FILESDIR}/ovsdb-server-r1" ovsdb-server + newinitd "${FILESDIR}/ovs-vswitchd-r1" ovs-vswitchd + newinitd "${FILESDIR}/ovs-controller-r1" ovs-controller + + insinto /etc/logrotate.d + newins rhel/etc_logrotate.d_openvswitch openvswitch + + use modules && linux-mod_src_install +} + +pkg_postinst() { + use modules && linux-mod_pkg_postinst + + for pv in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 1.9.0 ${pv} ; then + ewarn "The configuration database for Open vSwitch got moved in version 1.9.0 from" + ewarn " /etc/openvswitch" + ewarn "to" + ewarn " /var/lib/openvswitch" + ewarn "Please copy/move the database manually before running the schema upgrade." + ewarn "The PKI files are now supposed to go to /etc/ssl/openvswitch" + fi + done + + elog "Use the following command to create an initial database for ovsdb-server:" + elog " emerge --config =${CATEGORY}/${PF}" + elog "(will create a database in /var/lib/openvswitch/conf.db)" + elog "or to convert the database to the current schema after upgrading." +} + +pkg_config() { + local db="${EPREFIX}/var/lib/openvswitch/conf.db" + if [ -e "${db}" ] ; then + einfo "Database '${db}' already exists, doing schema migration..." + einfo "(if the migration fails, make sure that ovsdb-server is not running)" + "${EPREFIX}/usr/bin/ovsdb-tool" convert "${db}" "${EPREFIX}/usr/share/openvswitch/vswitch.ovsschema" || die "converting database failed" + else + einfo "Creating new database '${db}'..." + "${EPREFIX}/usr/bin/ovsdb-tool" create "${db}" "${EPREFIX}/usr/share/openvswitch/vswitch.ovsschema" || die "creating database failed" + fi +} diff --git a/net-misc/rdesktop/rdesktop-1.7.1.ebuild b/net-misc/rdesktop/rdesktop-1.7.1.ebuild index 0d6224f5af06..c87a88eab9af 100644 --- a/net-misc/rdesktop/rdesktop-1.7.1.ebuild +++ b/net-misc/rdesktop/rdesktop-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.7.1.ebuild,v 1.11 2013/02/22 19:05:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.7.1.ebuild,v 1.12 2013/11/10 15:16:18 pinkbyte Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="alsa ao debug ipv6 libsamplerate oss pcsc-lite" S=${WORKDIR}/${PN}-${MY_PV} diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest index 1353e62ec035..4e9afafebbb0 100644 --- a/net-misc/strongswan/Manifest +++ b/net-misc/strongswan/Manifest @@ -1,2 +1 @@ -DIST strongswan-5.1.0.tar.bz2 3602562 SHA256 a0ce4ce80c2e3db34748a46a139db7af6f6fed578d34f470cdff8b3941188aec SHA512 200fabef473b38b24fc652f61d25c242fc919c53fff5d0b3de16d312f5aace686e1197561d67a9ab777a47bd267da635d5d8eab5e1b19a1f7204a0f3a5e0ca13 WHIRLPOOL 6b59ca346ff1eb9f7ff45e3960a75cf482aa32a611f42d8c87c055a81cb553d43ed3077266e8fb785e900895250de877fa1f6235aeb53cd75d570e6cf023ea27 DIST strongswan-5.1.1.tar.bz2 3673200 SHA256 fbf2a668221fc4a36a34bdeac2dfeda25b96f572d551df022585177953622406 SHA512 77b5f51e2e8d2c87c97984ddaf271f6c30ec418e3564bb131a9be6393e9aeb838e53fe90e0f271d8714c05975c655bba0762349f04984aa9b176f6b08c2c966f WHIRLPOOL d740e1a48198f8629f18ab31262d3aa2cf73a5d7a1e95e6ae33c99b91b127c0614b46c796eee4b62eea2c360d12e4334c44b9455a154e36a1b2b3b1b943ec1ef diff --git a/net-misc/strongswan/strongswan-5.1.0.ebuild b/net-misc/strongswan/strongswan-5.1.0.ebuild deleted file mode 100644 index 52c169fa789d..000000000000 --- a/net-misc/strongswan/strongswan-5.1.0.ebuild +++ /dev/null @@ -1,268 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.1.0.ebuild,v 1.5 2013/08/09 14:58:11 ago Exp $ - -EAPI=5 -inherit eutils linux-info systemd user - -DESCRIPTION="IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE" -HOMEPAGE="http://www.strongswan.org/" -SRC_URI="http://download.strongswan.org/${P}.tar.bz2" - -LICENSE="GPL-2 RSA DES" -SLOT="0" -KEYWORDS="amd64 arm ppc ~ppc64 x86" -IUSE="+caps curl debug dhcp eap farp gcrypt ldap mysql networkmanager +non-root +openssl sqlite pam" - -COMMON_DEPEND="!net-misc/openswan - >=dev-libs/gmp-4.1.5 - gcrypt? ( dev-libs/libgcrypt ) - caps? ( sys-libs/libcap ) - curl? ( net-misc/curl ) - ldap? ( net-nds/openldap ) - openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) - mysql? ( virtual/mysql ) - sqlite? ( >=dev-db/sqlite-3.3.1 ) - pam? ( sys-libs/pam )" -DEPEND="${COMMON_DEPEND} - virtual/linux-sources - sys-kernel/linux-headers" -RDEPEND="${COMMON_DEPEND} - virtual/logger - sys-apps/iproute2" - -UGID="ipsec" - -pkg_setup() { - linux-info_pkg_setup - elog "Linux kernel version: ${KV_FULL}" - - if ! kernel_is -ge 2 6 16; then - eerror - eerror "This ebuild currently only supports ${PN} with the" - eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16." - eerror - fi - - if kernel_is -lt 2 6 34; then - ewarn - ewarn "IMPORTANT KERNEL NOTES: Please read carefully..." - ewarn - - if kernel_is -lt 2 6 29; then - ewarn "[ < 2.6.29 ] Due to a missing kernel feature, you have to" - ewarn "include all required IPv6 modules even if you just intend" - ewarn "to run on IPv4 only." - ewarn - ewarn "This has been fixed with kernels >= 2.6.29." - ewarn - fi - - if kernel_is -lt 2 6 33; then - ewarn "[ < 2.6.33 ] Kernels prior to 2.6.33 include a non-standards" - ewarn "compliant implementation for SHA-2 HMAC support in ESP and" - ewarn "miss SHA384 and SHA512 HMAC support altogether." - ewarn - ewarn "If you need any of those features, please use kernel >= 2.6.33." - ewarn - fi - - if kernel_is -lt 2 6 34; then - ewarn "[ < 2.6.34 ] Support for the AES-GMAC authentification-only" - ewarn "ESP cipher is only included in kernels >= 2.6.34." - ewarn - ewarn "If you need it, please use kernel >= 2.6.34." - ewarn - fi - fi - - if use non-root; then - enewgroup ${UGID} - enewuser ${UGID} -1 -1 -1 ${UGID} - fi -} - -src_prepare() { - epatch_user -} - -src_configure() { - local myconf="" - - if use non-root; then - myconf="${myconf} --with-user=${UGID} --with-group=${UGID}" - fi - - # If a user has already enabled db support, those plugins will - # most likely be desired as well. Besides they don't impose new - # dependencies and come at no cost (except for space). - if use mysql || use sqlite; then - myconf="${myconf} --enable-attr-sql --enable-sql" - fi - - # strongSwan builds and installs static libs by default which are - # useless to the user (and to strongSwan for that matter) because no - # header files or alike get installed... so disabling them is safe. - if use pam && use eap; then - myconf="${myconf} --enable-eap-gtc" - else - myconf="${myconf} --disable-eap-gtc" - fi - econf \ - --disable-static \ - --enable-ikev1 \ - --enable-ikev2 \ - $(use_with caps capabilities libcap) \ - $(use_enable curl) \ - $(use_enable ldap) \ - $(use_enable debug leak-detective) \ - $(use_enable eap eap-sim) \ - $(use_enable eap eap-sim-file) \ - $(use_enable eap eap-simaka-sql) \ - $(use_enable eap eap-simaka-pseudonym) \ - $(use_enable eap eap-simaka-reauth) \ - $(use_enable eap eap-identity) \ - $(use_enable eap eap-md5) \ - $(use_enable eap eap-aka) \ - $(use_enable eap eap-aka-3gpp2) \ - $(use_enable eap eap-mschapv2) \ - $(use_enable eap eap-radius) \ - $(use_enable eap eap-tls) \ - $(use_enable openssl) \ - $(use_enable gcrypt) \ - $(use_enable mysql) \ - $(use_enable sqlite) \ - $(use_enable dhcp) \ - $(use_enable farp) \ - $(use_enable networkmanager nm) \ - "$(systemd_with_unitdir)" \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - - doinitd "${FILESDIR}"/ipsec - - local dir_ugid - if use non-root; then - fowners ${UGID}:${UGID} \ - /etc/ipsec.conf \ - /etc/strongswan.conf - - dir_ugid="${UGID}" - else - dir_ugid="root" - fi - - diropts -m 0750 -o ${dir_ugid} -g ${dir_ugid} - dodir /etc/ipsec.d \ - /etc/ipsec.d/aacerts \ - /etc/ipsec.d/acerts \ - /etc/ipsec.d/cacerts \ - /etc/ipsec.d/certs \ - /etc/ipsec.d/crls \ - /etc/ipsec.d/ocspcerts \ - /etc/ipsec.d/private \ - /etc/ipsec.d/reqs - - dodoc NEWS README TODO || die - - # shared libs are used only internally and there are no static libs, - # so it's safe to get rid of the .la files - find "${D}" -name '*.la' -delete || die "Failed to remove .la files." -} - -pkg_preinst() { - has_version "Enable programmer for SiI SATA controllers Enable programmer for Marvell SATA controllers Enable Serial Flasher programmer + Install additional tools + Enable support for Altera USB-Blaster dongles Enable wiki informations, like supported devices etc. -flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various programmer devices. +flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. - * Supports more than 261 flash chips, 152 chipsets, 259 mainboards, 43 PCI devices, 5 USB devices and various parallel/serial port-based programmers. - * Supports parallel, LPC, FWH and SPI flash interfaces and various chip packages (DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40, TSOP48, and more) - * No physical access needed, root access is sufficient. - * No bootable floppy disk, bootable CD-ROM or other media needed. - * No keyboard or monitor needed. Simply reflash remotely via SSH. - * No instant reboot needed. Reflash your chip in a running system, verify it, be happy. The new firmware will be present next time you boot. - * Crossflashing and hotflashing is possible as long as the flash chips are electrically and logically compatible (same protocol). Great for recovery. - * Scriptability. Reflash a whole pool of identical machines at the same time from the command line. It is recommended to check flashrom output and error codes. - * Speed. flashrom is often much faster than most vendor flash tools. - * Portability. Supports DOS, Linux, FreeBSD, NetBSD, OpenBSD, DragonFly BSD, Solaris, Mac OS X, and other Unix-like OSes. Partial Windows support is available (full support as patch). + Supports more than 380 flash chips, 260 chipsets, 450 mainboards, 50 PCI devices, 12 USB devices and various parallel/serial port-based programmers. + Supports parallel, LPC, FWH and SPI flash interfaces and various chip packages (DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40, TSOP48, BGA and more) + No physical access needed, root access is sufficient (not needed for some programmers). + No bootable floppy disk, bootable CD-ROM or other media needed. + No keyboard or monitor needed. Simply reflash remotely via SSH. + No instant reboot needed. Reflash your chip in a running system, verify it, be happy. The new firmware will be present next time you boot. + Crossflashing and hotflashing is possible as long as the flash chips are electrically and logically compatible (same protocol). Great for recovery. + Scriptability. Reflash a whole pool of identical machines at the same time from the command line. It is recommended to check flashrom output and error codes. + Speed. flashrom is often much faster than most vendor flash tools. + Portability. Supports DOS, Linux, FreeBSD, NetBSD, OpenBSD, DragonFly BSD, Solaris, Mac OS X, and other Unix-like OSes. Partial Windows support is available (no internal programmer support at the moment, hence no "BIOS flashing"). diff --git a/sys-auth/nss-pam-ldapd/Manifest b/sys-auth/nss-pam-ldapd/Manifest index 02c6fe4ace8d..e8282a5d8bab 100644 --- a/sys-auth/nss-pam-ldapd/Manifest +++ b/sys-auth/nss-pam-ldapd/Manifest @@ -1,4 +1,4 @@ DIST nss-pam-ldapd-0.8.12.tar.gz 484453 SHA256 d4bb255a796d59daa69e8c0aa790d15fb2a22e9706005d26e93ca52cf502ac10 SHA512 84b4b3c69783db28ea45db038985da04809a4cdd2bb8f0c0774c2a0615da98372101894826a28bb972328f8937cd45ae4cfba44f1212cbdc34a71cc1939a71da WHIRLPOOL d7591e272ebc0a7b2a8935b1f70af604c836ce24ba94ed44658b0701e6eb0b6d85d3a048e301ca5192858fd6eab3f20c827f39c5a6f0ccdd836f7e1b76f5c530 DIST nss-pam-ldapd-0.8.13.tar.gz 487295 SHA256 b792ae98c98402ac25db49d54c4c53b860d45c9a7a7e24587e03a5fda7ee5d22 SHA512 fbc1baac3957cfe1a0f5a29563ba37e045b45931867815d2a5ac2e11b9c985df0723a1086fa4cb5251b9a20c87e91028bf93ee0deb9128ed525863076a301f01 WHIRLPOOL 18c93663a12af9d0f1ae25476693a1772ee9d74b6894af7b7a87e609c353d4e39dc71b0b5bf336bed1aba6693c745048a5dffa35c7be66b1d8a5a4a3d7084d4b -DIST nss-pam-ldapd-0.9.0.tar.gz 532513 SHA256 43a4cb9f222042a6b1c4725e37e270deb88d25ac44e90d96367a98e6b35ae24d SHA512 6dc9506188b36ba547fead3b95f280d305cfd871d7be6c4a1823a1f4001859909c1942d92049049ebadd346d0df684c43a217ae7ee02a8cb00e3d876b3c7c16f WHIRLPOOL 37c64d9e989b8fb9c1e628401a03d572e935ab0ea24f2525e037ca6baaf7f2ff3886355bfcefc3699bc5f02bec9c331ffdd68627f14caa1db243f524a3874b73 DIST nss-pam-ldapd-0.9.1.tar.gz 573640 SHA256 fd21b0648f6b621ff4869e9e0306722d8fce04313323ab281387dd70302dbd98 SHA512 1e901ee713d91dbf30d95dc20e184612c96cebf3c7517421ad282cd8d6e73d298a4c1b99a8ca130622e3e7a697f5c0ec391c4d37da679f829810ce414355a226 WHIRLPOOL 16032e11d36d68f40944b8fcd0c1298adee5e9c61818d55bbef700c6e3701f049684abc404b395b6ab959a368b4519dbba12453b2ec2382484f167de655090c7 +DIST nss-pam-ldapd-0.9.2.tar.gz 731190 SHA256 9b52ed91885223dc704f28de58a51b85cfac0630aa9a522b152120071c754544 SHA512 daf1c73b58481f73991c0697b394c12381821982085db6b8ed230a58a7c0222b693b44b35471f7e3cdb994796ec2948e7fc0ca72a0130b1fc8d1c9b689859204 WHIRLPOOL 53cfeb746c8194dc287a0426def28287e8c5f15235e70af5e3f6f6991dd9e782ad9a01f7549b276ae25b696daba8aa7ac63c901358020fd350c4cae581bfae66 diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.0.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.2.ebuild similarity index 96% rename from sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.0.ebuild rename to sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.2.ebuild index 2765f674c022..651ba2a61eb8 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.0.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.0.ebuild,v 1.2 2013/04/17 17:58:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.2.ebuild,v 1.1 2013/11/10 23:09:41 prometheanfire Exp $ EAPI=4 diff --git a/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild b/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild index 6e578db83427..b16f462cf68c 100644 --- a/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild +++ b/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild,v 1.1 2013/09/27 00:41:28 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild,v 1.2 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -56,7 +56,7 @@ RDEPEND="=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] + openstack adds swift account support adds swift container suppport diff --git a/sys-cluster/swift/swift-1.10.0.ebuild b/sys-cluster/swift/swift-1.10.0.ebuild index fbee073f8548..8b61d32158bc 100644 --- a/sys-cluster/swift/swift-1.10.0.ebuild +++ b/sys-cluster/swift/swift-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.10.0.ebuild,v 1.1 2013/10/29 05:29:57 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.10.0.ebuild,v 1.2 2013/11/10 07:02:22 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -49,10 +49,6 @@ CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR ~EXT4_FS_XATTR ~ZFS" -src_test () { - sh .unittests || die -} - pkg_setup() { enewuser swift enewgroup swift @@ -63,6 +59,12 @@ src_prepare() { sed -i 's/xattr/pyxattr/g' "${S}/tools/pip-requires" } +src_test () { + # https://bugs.launchpad.net/swift/+bug/1249727 + find . \( -name test_wsgi.py -o -name test_locale.py \) -delete || die + sh .unittests || die +} + python_install() { distutils-r1_python_install keepdir /etc/swift @@ -108,19 +110,3 @@ pkg_postinst() { elog " * cd /etc/swift" elog " * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key" } - -#src_install() -#{ -# distutils_src_install -# -# dodir "/var/run/swift" -# -# if use proxy-server; then -# newinitd "${FILESDIR}/swift-proxy-server.initd" swift-proxy-server -# fi -# -# if use storage-server; then -# newinitd "${FILESDIR}/swift-storage-server.initd" swift-storage-server -# newconfd "${FILESDIR}/swift-storage-server.confd" swift-storage-server -# fi -#} diff --git a/sys-cluster/swift/swift-1.9.1.ebuild b/sys-cluster/swift/swift-1.9.1.ebuild index bfcc0a7384b4..25d5cd65fbfe 100644 --- a/sys-cluster/swift/swift-1.9.1.ebuild +++ b/sys-cluster/swift/swift-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.9.1.ebuild,v 1.1 2013/08/13 16:07:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-1.9.1.ebuild,v 1.2 2013/11/10 07:02:22 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -49,11 +49,6 @@ CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR PATCHES=( ) -# "${FILESDIR}/CVE-2013-2161.patch" - -src_test () { - sh .unittests || die -} pkg_setup() { enewuser swift @@ -66,6 +61,12 @@ src_prepare() { distutils-r1_python_prepare_all } +src_test () { + # https://bugs.launchpad.net/swift/+bug/1249727 + find . \( -name test_wsgi.py -o -name test_locale.py \) -delete || die + sh .unittests || die +} + python_install() { distutils-r1_python_install keepdir /etc/swift @@ -111,19 +112,3 @@ pkg_postinst() { elog " * cd /etc/swift" elog " * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key" } - -#src_install() -#{ -# distutils_src_install -# -# dodir "/var/run/swift" -# -# if use proxy-server; then -# newinitd "${FILESDIR}/swift-proxy-server.initd" swift-proxy-server -# fi -# -# if use storage-server; then -# newinitd "${FILESDIR}/swift-storage-server.initd" swift-storage-server -# newconfd "${FILESDIR}/swift-storage-server.confd" swift-storage-server -# fi -#} diff --git a/sys-cluster/swift/swift-2013.2.9999.ebuild b/sys-cluster/swift/swift-2013.2.9999.ebuild index d8d7cc66c7bc..f254d9d57acf 100644 --- a/sys-cluster/swift/swift-2013.2.9999.ebuild +++ b/sys-cluster/swift/swift-2013.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2013.2.9999.ebuild,v 1.2 2013/10/22 18:05:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2013.2.9999.ebuild,v 1.3 2013/11/10 08:51:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -64,6 +64,12 @@ src_prepare() { sed -i 's/xattr/pyxattr/g' "${S}/tools/pip-requires" } +src_test () { + # https://bugs.launchpad.net/swift/+bug/1249727 + find . \( -name test_wsgi.py -o -name test_locale.py \) -delete || die + sh .unittests || die +} + python_install() { distutils-r1_python_install keepdir /etc/swift @@ -109,19 +115,3 @@ pkg_postinst() { elog " * cd /etc/swift" elog " * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key" } - -#src_install() -#{ -# distutils_src_install -# -# dodir "/var/run/swift" -# -# if use proxy-server; then -# newinitd "${FILESDIR}/swift-proxy-server.initd" swift-proxy-server -# fi -# -# if use storage-server; then -# newinitd "${FILESDIR}/swift-storage-server.initd" swift-storage-server -# newconfd "${FILESDIR}/swift-storage-server.confd" swift-storage-server -# fi -#} diff --git a/sys-cluster/swift/swift-9999.ebuild b/sys-cluster/swift/swift-9999.ebuild index d72f0357f956..14b765134848 100644 --- a/sys-cluster/swift/swift-9999.ebuild +++ b/sys-cluster/swift/swift-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-9999.ebuild,v 1.5 2013/09/12 04:55:07 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-9999.ebuild,v 1.6 2013/11/10 08:51:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -45,10 +45,6 @@ CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR ~EXT4_FS_XATTR ~ZFS" -src_test () { - sh .unittests || die -} - pkg_setup() { enewuser swift enewgroup swift @@ -59,6 +55,12 @@ src_prepare() { sed -i 's/xattr/pyxattr/g' "${S}/tools/pip-requires" } +src_test () { + # https://bugs.launchpad.net/swift/+bug/1249727 + find . -name test_wsgi.py -delete || die + sh .unittests || die +} + python_install() { distutils-r1_python_install keepdir /etc/swift diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest index 9b97cfeba863..c621170a1fc0 100644 --- a/sys-devel/bin86/Manifest +++ b/sys-devel/bin86/Manifest @@ -1,3 +1,4 @@ DIST bin86-0.16.17.tar.gz 152400 SHA256 429ba36cb6220083ad7cf56d644b7265d401e631c93eb42f4b7ab9bb48c6829c SHA512 154b367772cca27f1ff65c6f5db21e20223e90a87129f0308d8a03d99c0a8df6918eafa8e5cb889909aca8f637b7aa24ea1a14a44e5f2d9ccd9af511c01374bd WHIRLPOOL b45758367090b2aab33dbdb6033f8ce66f1f122123eff38321216f513fa6b1fe49a91bafcb7f87568bf92e75d915635980447b37de95602611b10041d276840c DIST bin86-0.16.18.tar.gz 146383 SHA256 10b1aa5c0813e0bb01b8cab8b06543809e75b06b8e55db462351887c4a9ed831 SHA512 73751df158210ed75bd4238f7e10630e997ff5fd950860fd794c9dc1e32d682e0f6838063ab6961c1247d3d2c61fadeb56a4fabfba26959369a5248a76e0ca7b WHIRLPOOL d71828d24012fdeac580ed049708fa81c2cc94eac0ab9022fbd9e3e5d6c1ca6f432cdd042efc0a7249497f28b28b2104d06e591abf9ba97bc55da4342bdad2b6 DIST bin86-0.16.19.tar.gz 151088 SHA256 35b99e05395264d0692f8b327f9b4f18de9e483484faa5ccbaa7c9f353d9c30c SHA512 7cd54b1425a2a631b8af3e3e3b26c91b287f6e14e94f7795eb9e6a746c5acfe9137689bb802adf30f355cb731d59b4753acfa829028380c89ef3259642cad454 WHIRLPOOL a9fee0d67c3b545c9ecf74f08910dcda49194a21b0f205ad50c1de2cbfd62db4828cef8a342c3cd29438492c054e69bf9f9f39242e948942f62c685e8a7679e6 +DIST bin86-0.16.20.tar.gz 154107 SHA256 00dcf75f75080b4a51d137f14fe787d8144d12fff0448e08fe696e8909780437 SHA512 c567ad5f9241d9ed768410f988266d4ff952fd4767d033552b100a2643db69ee9d4b5929a1b40c3018db7037b0efc7b47db84fa1f561bc39f01e640b1a3bacfc WHIRLPOOL 028be86ee91f47768837b35b917eaa0ff0231b900a052e15ec3e30574ba76693d8699a186bcef5d4b580a445c152334bc33028b32be60b33c369fb7f12331514 diff --git a/sys-devel/bin86/bin86-0.16.20.ebuild b/sys-devel/bin86/bin86-0.16.20.ebuild new file mode 100644 index 000000000000..7a0ff2a52ee0 --- /dev/null +++ b/sys-devel/bin86/bin86-0.16.20.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.20.ebuild,v 1.1 2013/11/10 11:07:02 ago Exp $ + +EAPI="5" + +inherit toolchain-funcs eutils + +DESCRIPTION="Assembler and loader used to create kernel bootsector" +HOMEPAGE="http://v3.sk/~lkundrak/dev86/" +SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_prepare() { + sed -i \ + -e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \ + -e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \ + -e '/^INSTALL_OPTS/s:-s::' \ + -e "/^CFLAGS/s:=.*:=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}:" \ + -e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \ + Makefile || die + epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch + tc-export CC +} + +src_install() { + dodir /usr/bin /usr/share/man/man1 + default +} diff --git a/sys-devel/dev86/Manifest b/sys-devel/dev86/Manifest index 042956a9d6b2..7ec05fb2f861 100644 --- a/sys-devel/dev86/Manifest +++ b/sys-devel/dev86/Manifest @@ -1,3 +1,4 @@ DIST Dev86src-0.16.17.tar.gz 703028 SHA256 52ed4980c0e4b68d2624aadb0ceb0339cb3fd8dd7c2175419d4f77a451846cbe DIST Dev86src-0.16.18.tar.gz 705030 SHA256 049852a83898d3ee0ba97b88e526897ec6eaf0a051f4af1e9e073b1151178ff1 SHA512 d14523bc1623e027188f4003be9725adaa56a1703edc434d747c1a0e6cffdfdf8dfa593d430eda28e7e77ae84e97e65a119f4b5d2e7fe6146f3a84f42e3c92ac WHIRLPOOL 4d5e06fca2356191b001912a4673b935692d45dcf5e3b5d23e203a3e9656fb798395e046a52a8de14f6196d3a68e3d470c28f62790edadf235974831446eb05e DIST Dev86src-0.16.19.tar.gz 713688 SHA256 33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e SHA512 4077f7ac800330eb4658ffaa53dc8cc982792b1dcd7a59625cba4a5dac494117c6bd4ec5307bf02349ad6ae3d0c0903ab2e41123a8df94373e469092fa005cd3 WHIRLPOOL 87862b606be25f81c2c487534f36b20ac04d1df4303d644a46563e9f382686574dbe650c80265d44e53913f5bda7503c35cf056f7ffd8c5e559729e36c9db4d2 +DIST Dev86src-0.16.20.tar.gz 717091 SHA256 61817a378c8c8ba65f36c6792d457a305dc4eedae8cdc8b6233bf2bb28e5fe8d SHA512 8be0abbee40d5ec25fcc8015bbf362d35179cf99d6e5c81d97b9ba1262b05a06cceb0bbb4406c44b9c428da1d51bed4160d76923b04a8c12f209e517fe7ca4be WHIRLPOOL 640c100edfb30125a030c17511d2fa2a561f7ac2c474ac333be842e8a6cfde4f5dc8fbc5fc5bae8c6a870c6ccab7b62e384c3256ad0b786ab6dd3126b2ca84c5 diff --git a/sys-devel/dev86/dev86-0.16.20.ebuild b/sys-devel/dev86/dev86-0.16.20.ebuild new file mode 100644 index 000000000000..181681b04f5b --- /dev/null +++ b/sys-devel/dev86/dev86-0.16.20.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v 1.1 2013/11/10 10:56:18 ago Exp $ + +EAPI="5" + +inherit eutils multilib + +DESCRIPTION="Bruce's C compiler - Simple C compiler to generate 8086 code" +HOMEPAGE="http://v3.sk/~lkundrak/dev86/" +SRC_URI="http://v3.sk/~lkundrak/dev86/archive/Dev86src-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-devel/bin86" +DEPEND="${RDEPEND} + dev-util/gperf" + +STRIP_MASK="/usr/*/bcc/lib*.a /usr/*/i386/libc.a" + +src_prepare() { + # elksemu doesn't compile under amd64 + if use amd64; then + einfo "Not compiling elksemu on amd64" + sed -i \ + -e 's,alt-libs elksemu,alt-libs,' \ + -e 's,install-lib install-emu,install-lib,' \ + makefile.in || die + fi + + epatch "${FILESDIR}"/dev86-pic.patch + epatch "${FILESDIR}"/${PN}-0.16.19-fortify.patch + sed -i \ + -e "s:-O2 -g:${CFLAGS}:" \ + -e '/INEXE=/s:-s::' \ + makefile.in || die + sed -i \ + -e "s:/lib/:/$(get_libdir)/:" \ + bcc/bcc.c || die + sed -i -e '/INSTALL_OPTS=/s:-s::' bin86/Makefile || die + sed -i -e '/install -m 755 -s/s:-s::' dis88/Makefile || die +} + +src_compile() { + # Don't mess with CPPFLAGS as they tend to break compilation + # (bug #343655). + CPPFLAGS="" + + # First `make` is also a config, so set all the path vars here + emake -j1 \ + DIST="${D}" \ + CC="$(tc-getCC)" \ + LIBDIR="/usr/$(get_libdir)/bcc" \ + INCLDIR="/usr/$(get_libdir)/bcc" + + export PATH=${S}/bin:${PATH} + cd bin + ln -s ncc bcc + cd .. + cd bootblocks + ln -s ../bcc/version.h . + emake DIST="${D}" +} + +src_install() { + emake -j1 install-all DIST="${D}" + dobin bootblocks/makeboot + # remove all the stuff supplied by bin86 + cd "${D}" + rm usr/bin/{as,ld,nm,objdump,size}86 || die + rm usr/man/man1/{as,ld}86.1 || die + dodir /usr/share/man + mv usr/man usr/share/ +} diff --git a/sys-devel/llvm/llvm-3.3-r1.ebuild b/sys-devel/llvm/llvm-3.3-r1.ebuild index 815b7c4f67ed..eade651fc8d1 100644 --- a/sys-devel/llvm/llvm-3.3-r1.ebuild +++ b/sys-devel/llvm/llvm-3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.15 2013/10/13 07:55:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.16 2013/11/10 15:14:28 chithanh Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold kernel_Darwin kernel_FreeBSD +libffi multitarget ocaml python +static-analyzer test udis86 video_cards_radeon" diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index 115e3a7cb7c4..205e5cef1bb6 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -28,12 +28,12 @@ DIST genpatches-3.10-23.extras.tar.xz 17752 SHA256 0cee08fb7ebb857d78741b833190d DIST genpatches-3.10-24.base.tar.xz 341852 SHA256 7f3ee2b5c2b0ea4cb062d3ef0b69eed41dd855e1b3c34b787e5b0d186872fed8 SHA512 9646c210139e709b901df8402b14b5510c68a069ec1d77b7ccfaaba0c0831075c21ffee89c4388469b14236b8f8965dbb118c60e94814bd71fe861fbf5cbc371 WHIRLPOOL 5a014618a840e6299f7dd7d79b027c09c7f39ed854495ca7c3733e5203db73a61b769da2cf3c62d8dc5846441df63e4648f830a90343bac3e10ae6d695f2cdb4 DIST genpatches-3.10-24.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 DIST genpatches-3.10-24.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc -DIST genpatches-3.10-25.base.tar.xz 355184 SHA256 006dd59e5551601363bb9e74fccc324927f93ed0e7681f83824e1090a9912826 SHA512 e4b8ac5e4d4931079aefc9c949d96cb605fac2e228c5fe6c7cf1ac2081c1714a1a1b1e6bf6f7ee7bfb28927e9ce8c0dee1651d4db707a1dee6e623f47fa1c614 WHIRLPOOL 340e0f26c9ab3eb68833537bf80bd61bcd1b581a9979621676f9767585826261289b0f0858e8242021ce2bf5f1e6cde93fed8bb0f5fe81e50646b7f79f520c48 -DIST genpatches-3.10-25.experimental.tar.xz 17764 SHA256 1440283897da3e6bed3c80a723cfed9b43385b0fccc346d142281d87690c78da SHA512 d8643d432f083d6fc7aefb81b43bb6f90fbb48d50dd6f1bd03d8ca516d57f27ec9144fda36d03040c2e47af38a7cb9f6aef47990585b4257a767e5399075058d WHIRLPOOL 119b5cdf27de2e250d1b256821e5b2e3f362642d43710034971c343738b219891795ed938869144ce96b1860680fdabd7d6840ac27d98798274bcd6b7b50150a -DIST genpatches-3.10-25.extras.tar.xz 17764 SHA256 1440283897da3e6bed3c80a723cfed9b43385b0fccc346d142281d87690c78da SHA512 d8643d432f083d6fc7aefb81b43bb6f90fbb48d50dd6f1bd03d8ca516d57f27ec9144fda36d03040c2e47af38a7cb9f6aef47990585b4257a767e5399075058d WHIRLPOOL 119b5cdf27de2e250d1b256821e5b2e3f362642d43710034971c343738b219891795ed938869144ce96b1860680fdabd7d6840ac27d98798274bcd6b7b50150a -DIST genpatches-3.11-10.base.tar.xz 164896 SHA256 02cea38d624fb6c830af164fe709e22c92cdfbfac2c752af4ff145681f5ae0ac SHA512 c80625740d5670ee511b90b7a2b29881b7b5f14b5276e0be7d7e307404788355cde252c46440c2c60fe117c1bb43bc24ba3323beaaf3aa415d44aabd194b52ef WHIRLPOOL 67f3825dd6a7c1b35d3a198c595646acb4f150904599ee8aab9999a92bebcb18ddd02f14fd01eac423518a94bdfc1fb61c97d1cc616ab96d326f622fe99a2bb2 -DIST genpatches-3.11-10.experimental.tar.xz 18160 SHA256 b851583398a66ebdcad560503a6cf8dc27febf2f4794dc5f0786c46e9bb9dc42 SHA512 4f62355caf2d63559c9f0d24c203574b5b6bf8050cffb2d31a19cdc33bd980810fff168c37d5691bf7ea9e2566017df121da232f4dedf19d787ed7d956aeda2f WHIRLPOOL 9e40d7c0af708d43c53f10d7913d391e6e384d3ce385d759a135ebb5d5eaf76a4428e24582cda51c5ea8aefca70312de07366eb840398534966bf9c921602b1b -DIST genpatches-3.11-10.extras.tar.xz 18160 SHA256 b851583398a66ebdcad560503a6cf8dc27febf2f4794dc5f0786c46e9bb9dc42 SHA512 4f62355caf2d63559c9f0d24c203574b5b6bf8050cffb2d31a19cdc33bd980810fff168c37d5691bf7ea9e2566017df121da232f4dedf19d787ed7d956aeda2f WHIRLPOOL 9e40d7c0af708d43c53f10d7913d391e6e384d3ce385d759a135ebb5d5eaf76a4428e24582cda51c5ea8aefca70312de07366eb840398534966bf9c921602b1b +DIST genpatches-3.10-26.base.tar.xz 355184 SHA256 ed6d1efc5486561b7457fe6d28e4f811dd93183d9f53190ed347f074ae52228c SHA512 880bd584cc60e241395b59c902176a2752f232f5740100e73c4c508d56dbc4922da51a28e62ae815b89b8da7c674cee2282d49d2163aad27976a10a5cebcb678 WHIRLPOOL 68b346e7a9854d43420631c847b7308fc1cadf2530f9d050e3d22e3955f90da3631083af2cb16891295e45ba166f538547e67e452ee0d460e3b3fcbf8c1df91c +DIST genpatches-3.10-26.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 +DIST genpatches-3.10-26.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc +DIST genpatches-3.11-11.base.tar.xz 164940 SHA256 1f40e194fa87ccb7f30b75bb08fc756198af651e67871365a10b706d66111c59 SHA512 0d6ea90d0c8a3ae7c012dd493f9e6b73959332e133009b162d4f5fc8c57f6eb36b86201c52e5c4362ed3bd55e50adc66ced594cbf34b147f55c7c97c9986eeef WHIRLPOOL 6cafc2116f192338da87a934ee5e215fcc97ddbf79699437c72c32dd1d2682bf0e79f0c1e99ff90c6ca11b3946ed12edfee1af5a9c485271b473c669eb9d582a +DIST genpatches-3.11-11.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 +DIST genpatches-3.11-11.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 DIST genpatches-3.11-6.base.tar.xz 75160 SHA256 9f70497ffebd560dba84d4a4a060f9c5ab00abc84155eedad999a5ff981bf2e9 SHA512 f02dbf01420fe7e1f03e28658e163f0163b1eacb395fb81dbc3fa7272519df0ac5192030ec566860619a2d33ed0e5648620dcd3a6cd66a84dfbadeb0c92fe62c WHIRLPOOL c1d685d010fd4c1336e175f2796c1068f97260daad65cba48b491a21823afcb1c6a93428beef60bfc1fbd5442eef1d040a090dfa2d3149349275f2f9a8d66f1b DIST genpatches-3.11-6.experimental.tar.xz 45268 SHA256 acf8671a1a2be0f97b3f0328ead21f829a4a88bfc9219f3383edc95104bf62a8 SHA512 6dd01072e352bf09158fd8efa900457c7c28d43cc5d7ac2209dde198412e194f5db5310a88c3beebb5e1eb6b7152ca36fe9927cbb92134ba0ae94c564acffdab WHIRLPOOL 6c1d318df4bcdd7868a67d5bc8137c331592b947084304566cc02d9078d4afbd05c95a0fcfa9df4dfa6ceed30cdca2fc567430c31201982a3b45b52d19458512 DIST genpatches-3.11-6.extras.tar.xz 16640 SHA256 568cb13bca26078e372000f3b3a31170aee4b7cadeb3beda93bdbdea3ebf470b SHA512 f1408958ef99c338629eb4100e606455b39fa46f60222ec0eac8f694e405e0137e799b1a60143d6c6dfb4dfad313980c8d0dcead6014555e412137baab22d6bb WHIRLPOOL 8257d5d7113b1843fe956db3f853b806e0a76e4be0d3e99b7b1c5be5c12f201977db0d650d0915171810275b99d91dcd39c93eae315d979d53ae8498f58e59fa diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild index 7f59837a9582..8df06876597c 100644 --- a/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild +++ b/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild,v 1.1 2013/11/09 09:15:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.18.ebuild,v 1.2 2013/11/10 09:52:45 jlec Exp $ EAPI=5 ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="25" +K_GENPATCHES_VER="26" K_DEBLOB_AVAILABLE="1" inherit kernel-2 eutils detect_version diff --git a/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild index f2e412e23ac4..4e9ee35bc404 100644 --- a/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild +++ b/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild,v 1.1 2013/11/09 09:15:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.11.7.ebuild,v 1.2 2013/11/10 09:52:45 jlec Exp $ EAPI=5 ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" +K_GENPATCHES_VER="11" K_DEBLOB_AVAILABLE="1" inherit kernel-2 eutils detect_version diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 1c03321ae35f..f726048b283b 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -30,14 +30,14 @@ DIST genpatches-3.10-23.extras.tar.xz 17752 SHA256 0cee08fb7ebb857d78741b833190d DIST genpatches-3.10-24.base.tar.xz 341852 SHA256 7f3ee2b5c2b0ea4cb062d3ef0b69eed41dd855e1b3c34b787e5b0d186872fed8 SHA512 9646c210139e709b901df8402b14b5510c68a069ec1d77b7ccfaaba0c0831075c21ffee89c4388469b14236b8f8965dbb118c60e94814bd71fe861fbf5cbc371 WHIRLPOOL 5a014618a840e6299f7dd7d79b027c09c7f39ed854495ca7c3733e5203db73a61b769da2cf3c62d8dc5846441df63e4648f830a90343bac3e10ae6d695f2cdb4 DIST genpatches-3.10-24.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 DIST genpatches-3.10-24.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc -DIST genpatches-3.10-25.base.tar.xz 355184 SHA256 006dd59e5551601363bb9e74fccc324927f93ed0e7681f83824e1090a9912826 SHA512 e4b8ac5e4d4931079aefc9c949d96cb605fac2e228c5fe6c7cf1ac2081c1714a1a1b1e6bf6f7ee7bfb28927e9ce8c0dee1651d4db707a1dee6e623f47fa1c614 WHIRLPOOL 340e0f26c9ab3eb68833537bf80bd61bcd1b581a9979621676f9767585826261289b0f0858e8242021ce2bf5f1e6cde93fed8bb0f5fe81e50646b7f79f520c48 -DIST genpatches-3.10-25.experimental.tar.xz 17764 SHA256 1440283897da3e6bed3c80a723cfed9b43385b0fccc346d142281d87690c78da SHA512 d8643d432f083d6fc7aefb81b43bb6f90fbb48d50dd6f1bd03d8ca516d57f27ec9144fda36d03040c2e47af38a7cb9f6aef47990585b4257a767e5399075058d WHIRLPOOL 119b5cdf27de2e250d1b256821e5b2e3f362642d43710034971c343738b219891795ed938869144ce96b1860680fdabd7d6840ac27d98798274bcd6b7b50150a -DIST genpatches-3.10-25.extras.tar.xz 17764 SHA256 1440283897da3e6bed3c80a723cfed9b43385b0fccc346d142281d87690c78da SHA512 d8643d432f083d6fc7aefb81b43bb6f90fbb48d50dd6f1bd03d8ca516d57f27ec9144fda36d03040c2e47af38a7cb9f6aef47990585b4257a767e5399075058d WHIRLPOOL 119b5cdf27de2e250d1b256821e5b2e3f362642d43710034971c343738b219891795ed938869144ce96b1860680fdabd7d6840ac27d98798274bcd6b7b50150a +DIST genpatches-3.10-26.base.tar.xz 355184 SHA256 ed6d1efc5486561b7457fe6d28e4f811dd93183d9f53190ed347f074ae52228c SHA512 880bd584cc60e241395b59c902176a2752f232f5740100e73c4c508d56dbc4922da51a28e62ae815b89b8da7c674cee2282d49d2163aad27976a10a5cebcb678 WHIRLPOOL 68b346e7a9854d43420631c847b7308fc1cadf2530f9d050e3d22e3955f90da3631083af2cb16891295e45ba166f538547e67e452ee0d460e3b3fcbf8c1df91c +DIST genpatches-3.10-26.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 +DIST genpatches-3.10-26.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc DIST genpatches-3.10.7-1.base.tar.xz 226708 SHA256 2c0aeb406bc461db705155b7740306527f2685f533a1f1d0ddcfa55b728ea906 SHA512 af4b7f9ae6f66597bb8216c102befcdc9513b954f92009e0dd4ebd48f21c7d71510b27b59575ad6dedd976a4d92cbbe090bef75fcb64ddd7089b03103f4cc45f WHIRLPOOL 287e2eafd279549d120ef6c7a8235c08d29b529f042f6cb779064b0488e3e93812a7a9ae12bebef42a7055b0fcfb156c90ffcc55b957ad53a135cda1cc3a02d8 DIST genpatches-3.10.7-1.extras.tar.xz 17732 SHA256 699d67f6827c9c06207bdcd81ff7132efe148c49f9088ad70c2354bc1aed4440 SHA512 4445126ae7662fae576e46ca9728895311f6956de95efc38d0ac4499d3b8973092a4fa42af2dbf63e136168636b1c5b49d6db215e13c57cf603a65e0a3f90f4d WHIRLPOOL 1b792770c9a45102bcbb626193d10e35fca350227aed7b76cc47a3460a9fbaea9383659b2665855120aea30e8509aa5818a22231732587922950aae56f2e97cc -DIST genpatches-3.11-10.base.tar.xz 164896 SHA256 02cea38d624fb6c830af164fe709e22c92cdfbfac2c752af4ff145681f5ae0ac SHA512 c80625740d5670ee511b90b7a2b29881b7b5f14b5276e0be7d7e307404788355cde252c46440c2c60fe117c1bb43bc24ba3323beaaf3aa415d44aabd194b52ef WHIRLPOOL 67f3825dd6a7c1b35d3a198c595646acb4f150904599ee8aab9999a92bebcb18ddd02f14fd01eac423518a94bdfc1fb61c97d1cc616ab96d326f622fe99a2bb2 -DIST genpatches-3.11-10.experimental.tar.xz 18160 SHA256 b851583398a66ebdcad560503a6cf8dc27febf2f4794dc5f0786c46e9bb9dc42 SHA512 4f62355caf2d63559c9f0d24c203574b5b6bf8050cffb2d31a19cdc33bd980810fff168c37d5691bf7ea9e2566017df121da232f4dedf19d787ed7d956aeda2f WHIRLPOOL 9e40d7c0af708d43c53f10d7913d391e6e384d3ce385d759a135ebb5d5eaf76a4428e24582cda51c5ea8aefca70312de07366eb840398534966bf9c921602b1b -DIST genpatches-3.11-10.extras.tar.xz 18160 SHA256 b851583398a66ebdcad560503a6cf8dc27febf2f4794dc5f0786c46e9bb9dc42 SHA512 4f62355caf2d63559c9f0d24c203574b5b6bf8050cffb2d31a19cdc33bd980810fff168c37d5691bf7ea9e2566017df121da232f4dedf19d787ed7d956aeda2f WHIRLPOOL 9e40d7c0af708d43c53f10d7913d391e6e384d3ce385d759a135ebb5d5eaf76a4428e24582cda51c5ea8aefca70312de07366eb840398534966bf9c921602b1b +DIST genpatches-3.11-11.base.tar.xz 164940 SHA256 1f40e194fa87ccb7f30b75bb08fc756198af651e67871365a10b706d66111c59 SHA512 0d6ea90d0c8a3ae7c012dd493f9e6b73959332e133009b162d4f5fc8c57f6eb36b86201c52e5c4362ed3bd55e50adc66ced594cbf34b147f55c7c97c9986eeef WHIRLPOOL 6cafc2116f192338da87a934ee5e215fcc97ddbf79699437c72c32dd1d2682bf0e79f0c1e99ff90c6ca11b3946ed12edfee1af5a9c485271b473c669eb9d582a +DIST genpatches-3.11-11.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 +DIST genpatches-3.11-11.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 DIST genpatches-3.11-6.base.tar.xz 75160 SHA256 9f70497ffebd560dba84d4a4a060f9c5ab00abc84155eedad999a5ff981bf2e9 SHA512 f02dbf01420fe7e1f03e28658e163f0163b1eacb395fb81dbc3fa7272519df0ac5192030ec566860619a2d33ed0e5648620dcd3a6cd66a84dfbadeb0c92fe62c WHIRLPOOL c1d685d010fd4c1336e175f2796c1068f97260daad65cba48b491a21823afcb1c6a93428beef60bfc1fbd5442eef1d040a090dfa2d3149349275f2f9a8d66f1b DIST genpatches-3.11-6.experimental.tar.xz 45268 SHA256 acf8671a1a2be0f97b3f0328ead21f829a4a88bfc9219f3383edc95104bf62a8 SHA512 6dd01072e352bf09158fd8efa900457c7c28d43cc5d7ac2209dde198412e194f5db5310a88c3beebb5e1eb6b7152ca36fe9927cbb92134ba0ae94c564acffdab WHIRLPOOL 6c1d318df4bcdd7868a67d5bc8137c331592b947084304566cc02d9078d4afbd05c95a0fcfa9df4dfa6ceed30cdca2fc567430c31201982a3b45b52d19458512 DIST genpatches-3.11-6.extras.tar.xz 16640 SHA256 568cb13bca26078e372000f3b3a31170aee4b7cadeb3beda93bdbdea3ebf470b SHA512 f1408958ef99c338629eb4100e606455b39fa46f60222ec0eac8f694e405e0137e799b1a60143d6c6dfb4dfad313980c8d0dcead6014555e412137baab22d6bb WHIRLPOOL 8257d5d7113b1843fe956db3f853b806e0a76e4be0d3e99b7b1c5be5c12f201977db0d650d0915171810275b99d91dcd39c93eae315d979d53ae8498f58e59fa diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild index 4ad5857ce427..eb5a8ccc202c 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild,v 1.1 2013/11/09 01:12:48 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.18.ebuild,v 1.2 2013/11/09 20:40:35 tomwij Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="25" +K_GENPATCHES_VER="26" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild index 6d03982158d4..ad42f7b837ef 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild,v 1.1 2013/11/09 00:09:28 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.11.7.ebuild,v 1.2 2013/11/09 20:40:35 tomwij Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" +K_GENPATCHES_VER="11" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version diff --git a/sys-kernel/tuxonice-sources/Manifest b/sys-kernel/tuxonice-sources/Manifest index 6d0b76a9fbe7..9845fde6e7c0 100644 --- a/sys-kernel/tuxonice-sources/Manifest +++ b/sys-kernel/tuxonice-sources/Manifest @@ -1,22 +1,18 @@ -DIST genpatches-3.0-49.base.tar.xz 958336 SHA256 6d6451da9b7423a82a29c751f9ab0800280bdbc73847704c97d8dce8791beafa SHA512 9da281665d68b7e8be763d3be08c56cc4855b0015ca99b80d658a6d2e0f9b1f2e14db7a5fa881a64b6a1e9e6f3505921ac113103a542154e4cb66e1e9fa78c25 WHIRLPOOL 148e4fa6d4d95eb37e3c4a95faad7f15b81b8d84cd08b174bc2b611f313bccc988e87057067010e6c81299b84780e277edc7b96b5433c266afa5360e05734a80 -DIST genpatches-3.0-49.extras.tar.xz 16760 SHA256 f41f09a944b08d354dc286c3b0775a1adac62fc4ce74b29c9a3c77768b88b79f SHA512 2bab6415b7cc12de7b40c686290f53baa22026e29d5ed4075dd1ed9e60e4ebdf65425c0cdbeed49d8a21f02a4461717e520c42052debbe57cacfedcfd0bac406 WHIRLPOOL 834881583d5732a9c1aaff4c9c3db0fa2600bf56aa494399b6d2c34c4eec9f1f8f854f728d680c5ec252c9dfb26f8cf42c066505f2df46ed6e2a3541ff44bbaf -DIST genpatches-3.0-51.base.tar.xz 966612 SHA256 f978f7b10701c12be5f091878337465d26f03ecbdc5f3fdea72a662685947b21 SHA512 60b0c2ed414d08b24392fac3d8b244210dea0a72d7064b317742ee53e6b93c12292ab45f963a17e2856679206c84c30b46a57f307fbbc3141fd43305d9324d5a WHIRLPOOL 707d0aa0b2cfa2714ffc86d5bea2282c4a921faa2de90e9b09b2985a08a9241f1ce9f95cc96dffcceea864b494f45ea517ec8cedb6c89e149602d820d866c35e -DIST genpatches-3.0-51.extras.tar.xz 16760 SHA256 f41f09a944b08d354dc286c3b0775a1adac62fc4ce74b29c9a3c77768b88b79f SHA512 2bab6415b7cc12de7b40c686290f53baa22026e29d5ed4075dd1ed9e60e4ebdf65425c0cdbeed49d8a21f02a4461717e520c42052debbe57cacfedcfd0bac406 WHIRLPOOL 834881583d5732a9c1aaff4c9c3db0fa2600bf56aa494399b6d2c34c4eec9f1f8f854f728d680c5ec252c9dfb26f8cf42c066505f2df46ed6e2a3541ff44bbaf -DIST genpatches-3.4-27.base.tar.xz 706024 SHA256 60d214da9d3fd2f8478d70c53be38f2887e5f6d476cb224974491de6c778c9bc SHA512 81523a5b661c79816a5d82684c857636025d74b9eb1e01b36f45eb449f737f088480e05ff830a42b83db9b46772dc7cd78e5cba37bef378cf3589b7dda217d10 WHIRLPOOL 992f70096311d8c3304be86963ee3a4e5c9718f4dead3b614ef60cadb5c9013fb064a59eda6a5d045412cd8d55b25bb0c80be42214ea81440b9d000d8d5b0aad -DIST genpatches-3.4-27.extras.tar.xz 16992 SHA256 1f06fd131f6c69ae7d6900c9404de4bf87793cad4d9f693e7094d4e2d74ae342 SHA512 444660569084827bf816dc8c91016c29fd1f694ca621c20eafe4f9e39a9b5f4cdd1a241e9bae72919622f917b6e63dcc3ce958035706a73e2fef343535362588 WHIRLPOOL 519a34f1b9a04ad36d6f811f83285f8a8bcb4f4c78ae109e55c3289967e057b58e2572cae229ce923f9883a0cb0915774e46752e06fde7dad136ebdbe4c531ef -DIST genpatches-3.4-29.base.tar.xz 721320 SHA256 25a3edd1c76d6077feb5cedcc459aac9c81fe9c04fcbf8f6a8a10ca205fbd9ba SHA512 714d13c35ba65a7f09119deb871d13b1c80324527a332aafd43daf3cc27216d52af494b7d76fc5b6e778eeafb56a4c53966e3ecd9acfb2fc69a9fdc06f2e7a57 WHIRLPOOL 200b28456138cf3538b3071f9bfaee9332e23a2cd84390aae7c609facddc58ca5396194465bc5addc0cb9b343b7dcaf0e64337a2d93ce530be748fd97e8cde6e -DIST genpatches-3.4-29.extras.tar.xz 16992 SHA256 1f06fd131f6c69ae7d6900c9404de4bf87793cad4d9f693e7094d4e2d74ae342 SHA512 444660569084827bf816dc8c91016c29fd1f694ca621c20eafe4f9e39a9b5f4cdd1a241e9bae72919622f917b6e63dcc3ce958035706a73e2fef343535362588 WHIRLPOOL 519a34f1b9a04ad36d6f811f83285f8a8bcb4f4c78ae109e55c3289967e057b58e2572cae229ce923f9883a0cb0915774e46752e06fde7dad136ebdbe4c531ef -DIST genpatches-3.8-16.base.tar.xz 302328 SHA256 3acaf074cd73cb95062540bada7722da434abdd8b18a4c6e9be901135b0955a3 SHA512 2a47099cf7dac8e0fe3c26f2246780b9c863d177c3477716bfc7e4d49f3268a1bbdd131bc0458585c5139bfd15de74978b326af59de60f9f12abea8c0b98f981 WHIRLPOOL 3848edf61e624212d53637639396a0e6e8547d7cb6d0be8bd1452cf532db46ab45516a666df22fb941b6dff78c5886513c725b072d193e69f5797d1e940b7fbe -DIST genpatches-3.8-16.extras.tar.xz 16568 SHA256 2ea61060a1525c4a8572af0b8258b222e84cc7fdc538b1b71b29784cea0dd424 SHA512 3601f4e2e5f428a18615a7b8f6c6ce00a8cc6476cb7a0d39665e66e2f49b89f091ec28ac01c6c1e288f68da1dedb23c64dec7bc1d93892e84350bdb83039fbc6 WHIRLPOOL 24d54663df1423f3110011d335d1128b55622daa306d70e6a010b42bb1859e5b479c8766f39e3a467096db6fcef08b37885f0d1d6e8fff2c58d5f31dfb593a4e +DIST genpatches-3.10-26.base.tar.xz 355184 SHA256 ed6d1efc5486561b7457fe6d28e4f811dd93183d9f53190ed347f074ae52228c SHA512 880bd584cc60e241395b59c902176a2752f232f5740100e73c4c508d56dbc4922da51a28e62ae815b89b8da7c674cee2282d49d2163aad27976a10a5cebcb678 WHIRLPOOL 68b346e7a9854d43420631c847b7308fc1cadf2530f9d050e3d22e3955f90da3631083af2cb16891295e45ba166f538547e67e452ee0d460e3b3fcbf8c1df91c +DIST genpatches-3.10-26.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 +DIST genpatches-3.10-26.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc +DIST genpatches-3.11-11.base.tar.xz 164940 SHA256 1f40e194fa87ccb7f30b75bb08fc756198af651e67871365a10b706d66111c59 SHA512 0d6ea90d0c8a3ae7c012dd493f9e6b73959332e133009b162d4f5fc8c57f6eb36b86201c52e5c4362ed3bd55e50adc66ced594cbf34b147f55c7c97c9986eeef WHIRLPOOL 6cafc2116f192338da87a934ee5e215fcc97ddbf79699437c72c32dd1d2682bf0e79f0c1e99ff90c6ca11b3946ed12edfee1af5a9c485271b473c669eb9d582a +DIST genpatches-3.11-11.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 +DIST genpatches-3.11-11.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 +DIST genpatches-3.4-49.base.tar.xz 846268 SHA256 25139a97d098392b901ac21ef4cc77806580729dd79a4cb5bc634d11738a6483 SHA512 f7e629a9f2d4ddada4aa06af73c210a2631bf300e89d687bf9164a2ee23cfc1d9b2d0875c86c64ac1d5a92d1bd36a15436191de17d9d7c4716b130cbf07ed566 WHIRLPOOL 025b5212e9ee829b3b02ef03a7ce14dc49b0f35dadffa3ee428210cc4d8a170dee234a795d94d286041f31cba3818cb53f1d2dd708370dda18702b682ba7a523 +DIST genpatches-3.4-49.extras.tar.xz 18152 SHA256 7bd2e5f8d4a00048d06dbfd8d1d4eac1a2addc73bfde310b7492c38a8e49ec32 SHA512 6676e0f81b69ba9ff9ab583122e0558ed2681b31cbe75c079e855f56014935f4c828efbb3b219de21e318218bb82472607daaf5732a8ac0398dc08f00fc6e8e6 WHIRLPOOL cb21e4e615c056a7050f8f1806f80cbf986f01ca65ed12d04a77feb984959d7901c2428e855e811f7fee9f6924baa3947324abe975c96f98359ccd47edd91952 DIST genpatches-3.9-8.base.tar.xz 112672 SHA256 1bcbda2685faeafb6dabd670d6095e86614d009dc041f9b60e9a1f0f35589ab4 SHA512 00fd4d08f1d8df460c5271669d777123ed698d1f93788f87594707dd59c257ae21278e8af383f0f21b25cbda925453429361811843706741ef9498905d97aded WHIRLPOOL 65593164c9e6918baa6ac11ce9c8e2bac3adf04d48c7c4d2aa23589072106bafb8cce5a371e04ea4a33d3c1d5619c444bc765e12f974bbbecc2857c0f8700128 DIST genpatches-3.9-8.extras.tar.xz 16564 SHA256 8d94865f0f58f95c6d67bda5d7ba998b9b4339b3859ed2b32403ac8173c12aaa SHA512 9f17682d1c76538badcaaf4ac1a99c51eb33379a23e0843eb779b5b5076fe7222c759974787d95bdf009a2bcb024872e6e45c50f694f57fa1598a745047cfd09 WHIRLPOOL 50ef8f3a8faaefc3a98700a089c86ff66ee4363ac8111b0a08d8dd41a71a0fcdc39f75ba65b6ae0efca958281339c896388ec63fb4f504f02b60fec0a06a7aa7 -DIST linux-3.0.tar.xz 63798008 SHA256 ef5e8c2dedb20a6eab01bb379e9982cd7d47cf95bd87c9ee3e872272e85c24b6 SHA512 d1ce2369a8f6d73043b7cd992c47953c227afa591bca31e8d5ae8a549052cc2f70c035382332335ae9cf6af2d183cc88c3a41e7f0a582c7f493b8022f82816f5 WHIRLPOOL 0ea5069df287b2d86f148b59f38193ec40d5add585213bfac3efe4aa9e250ecea96017d9c54be6004894106049eac5e8fbef1d8605fd39441795d0c88c96a1c3 +DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 +DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3 DIST linux-3.4.tar.xz 66748028 SHA256 ff3dee6a855873d12487a6f4070ec2f7996d073019171361c955639664baa0c6 SHA512 1c49b336750c9c2b49d21e54126f22a800367296be0d57e6df28b1532cbeba7fc3bdf4cfe27d9810576e76c2db2e9c2493f0804451c915137cb78d7aa61f236c WHIRLPOOL a36e62fe197ba7c08d498a79034da58091a94348f69542241067c9ebef683f86371b2c0a3b3fb6c4611e2fb885d9b74eee5c1f46a493c72dfb76c5665f0b8a6a -DIST linux-3.8.tar.xz 70989468 SHA256 e070d1bdfbded5676a4f374721c63565f1c969466c5a3e214004a136b583184b SHA512 10a7983391af907d8aec72bdb096d1cabd4911985715e9ea13d35ff09095c035db15d4ab08b92eda7c10026cc27348cb9728c212335f7fcdcda7c610856ec30f WHIRLPOOL 0c633854ad9c06df1b1d832aea9bbef76144ba88c8fccf6a3f8729101dc36838bcda6ccd444451cab19177608e7f7866f4f79cff1a8ef2bd0c893933d7f1f44c DIST linux-3.9.tar.xz 72104164 SHA256 60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541 SHA512 77fa521f42380409f8ab400c26f7b00e225cb075ef40834bb263325cfdcc3e65aef8511ec2fc2b50bbf4f50e226fb5ab07d7a479aaf09162adbbf318325d0790 WHIRLPOOL 668a8de30c7c3ccf6558cf0f29570f15e37ca7d599d1453afc3cab113d1b05fbd5b32646dd9ed798ceb61405a8754345da0740a53f467b825445028cda4bc698 -DIST tuxonice-for-linux-3.0-78-2013-05-12.patch.bz2 132373 SHA256 d279938905a2b1a28f87c60ad2ed3594fa87b2f225396a7903eb31c468680177 SHA512 1279e97074af93dbfafbc9b884cdb810a5ffd97239c763a2496dbeb0c5b02b4526771f54c09e9de563129d7f098767207d3a8f05fc6dcda37efca72227cbe875 WHIRLPOOL cdd4ad041e53dff0a4181d8b1ef00ef0a9cee38a2144849f552e9a2244c65a946d08debb3b60e2d9389b3443799e015d038ca835c50d5af8f1b600aa1723bcf1 -DIST tuxonice-for-linux-3.0-80-2013-05-26.patch.bz2 131852 SHA256 5fc7f9de5cdd7a2a1393fbd44f32a8df5e194fc040a2e734a0248989cfcb6077 SHA512 5d50d32816a0ca1b8984793b8bbd574d73649a7b4e284680f9f195b1a083c04edf65940ffc63cb729c09c676e10e4f2861ffa334ae6e0b49387e4d0cb13c3c6f WHIRLPOOL fb21a846cbf5ca386fe6393dfbf616f91082e389ce02d159c3e595f339299e9effa0e7161f29ba4142be84b728834df0523b9c74af41cf677e8ea53312683255 -DIST tuxonice-for-linux-3.4-45-2013-05-12.patch.bz2 131476 SHA256 c600c7dee329f460b8bd349d6248638b7b92a60310c472aa3524f65fa9c3fd31 SHA512 cf420753c7738bb73fd1bffd12a0332387132367108cd85c0694c4bde31ba232d71c8f84048cc4545691c6947e8dcc60df68b509e60ef3b41b35255b8a336221 WHIRLPOOL 6096c2375ad33cafbc540acfd92a9910157d2f93033d7f14e0b791a1e7b065a10136241453d583e9e03b85a609f4c00d9772d3e3dc6a8c3dd03a4bdb886592ec -DIST tuxonice-for-linux-3.4-47-2013-05-26.patch.bz2 131516 SHA256 894deefca7d815fa077408243eedb12b8de25d9d5a7221e3a44267914037eef8 SHA512 c4ac7fe4b58d3536c4b15b7b85813624d0c54b08580f3a920e7d28b53151934bc9ca8c775059c562fd65c4a84d4b59895e6a1af6be8d96f7180d46f7b645f7ca WHIRLPOOL 08cb5c207586eae3494907867db6cf0378db8071d5e271f6f7c42058df1359b67ea28e083afff7064445a95ae81199b774f69dd0868c47a139c3f14e82ed9b24 -DIST tuxonice-for-linux-3.8-13-2013-05-12.patch.bz2 128148 SHA256 d7c9c4ec28c54b943b80c7d67054801c39e5f97638c46d35f9538b00c66f5516 SHA512 c5e96d286740d21beaa95c444a5b102526b5182f0d307feadc9ba74f3baf5a462d11682b3402ed7d4d1927087177957c474b8687f65c909a49198611d90e62a6 WHIRLPOOL 761ff31600e0bafafe16ba936dcd7526fd13c8115a0f3fb62617d8204710418ef9fda484a1558b1e8a7300736acbc6036c4051a146aeebdc810e3102507c12c9 +DIST tuxonice-for-linux-3.10.18-2013-11-07.patch.bz2 129243 SHA256 72702c0690708ec3fb15a812e52493ab7a5372f5ac92db9b01227bd21ece6101 SHA512 72c85f259fc1363b1e76b9abe0bcd62aa589be6a32f6f4cba36cc3d218c57f4158c65e200e78c91f55137d91dce2ce0b1b87b52fcca307822d65aac9182209f1 WHIRLPOOL 67ca576aa91395bfc2511f64f0865073974271593d30ade369828633d29ba715bf5ffadad0173e9d8f408f56a3892ceeb8049aa9bcb07ed9ce1323aee5415edf +DIST tuxonice-for-linux-3.11.7-2013-11-07.patch.bz2 129180 SHA256 1c857cc35549d12c22cd7ae675fa0e30ae80524298aa18fc8516fd71a68ed4d8 SHA512 6e09c8c61483a4755db6ef2d3b13c418ef6bd0c7adec0f34f6ef1d8d6563ac4a22d9a777dbaf726ad0427c4b5b309488ebccc172021babcc4cd49abd5934d4d2 WHIRLPOOL 2ad9d0b4efcdcc86bf42d9158bc010b036b9466915cf6e5454bb1c4be21af66c36a46d34249170181741907c0d7db6930941a30e30cab3546fd973eb05c6a296 +DIST tuxonice-for-linux-3.4.68-2013-11-07.patch.bz2 131497 SHA256 2dc13c8e0872725fa3a7e8d0855837c450bde8db6506800db49fd3a1d4d5b5ef SHA512 60277a9e76f886d743b4e197c31e22b4b193683d1ce0717ba8138453f68c85e45b20a08d1dd734a4baaed63bbe04b89f52468e8361145b57a7a4aaa462f9b486 WHIRLPOOL 3afd420240e812edd7be0670f6fe8adc8e892479b9b4df1e8d1fd27bd2845d65c3b13963c08d7380c01fa5fabde597ea29b0fa037179fc78cc2cb56ffd4aa80a DIST tuxonice-for-linux-3.9-4-2013-05-26.patch.bz2 128441 SHA256 fb9d915e9cc9d0d5348a2af74a0b19530a4a431225c01e270248c7346c2e13ae SHA512 eff765aed04d8bd68ede493a1d7e15051f15c4694ede4ba102e98e839096dba69bd92e7add995d0cf8803d1ef26d28ec2eff75f8a9a7db424d16fc3693984a72 WHIRLPOOL 100969fcc59c8c07f857ff353870245a45fca7be23a1c7c32e7bcd98e2ca4471fa3f7e20fc7d1775cd36663af4201da9c5cf50533ffc4ac76e62daddbdb565c6 diff --git a/sys-kernel/tuxonice-sources/metadata.xml b/sys-kernel/tuxonice-sources/metadata.xml index b8664ff77a5b..723f2cab5ecc 100644 --- a/sys-kernel/tuxonice-sources/metadata.xml +++ b/sys-kernel/tuxonice-sources/metadata.xml @@ -2,7 +2,15 @@ kernel + proxy-maintainers + + arfrever.fta@gmail.com + Arfrever Frehtes Taifersar Arahesis + cpe:/o:linux:linux_kernel + + Apply experimental patches; for more information, see "https://wiki.gentoo.org/wiki/Project:Kernel/Experimental". + diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.45.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.18.ebuild similarity index 83% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.4.45.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.10.18.ebuild index 731a4247eccd..e56321864561 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.45.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.18.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.45.ebuild,v 1.1 2013/05/12 11:28:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.18.ebuild,v 1.1 2013/11/10 00:23:52 tomwij Exp $ EAPI="5" ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="27" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="26" inherit kernel-2 versionator detect_version @@ -14,8 +14,8 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" -TUXONICE_SNAPSHOT="2013-05-12" -TUXONICE_PV="$(replace_version_separator 2 '-')" +TUXONICE_SNAPSHOT="2013-11-07" +TUXONICE_PV="${PV}" TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" TUXONICE_URI="http://tuxonice.net/downloads/all/${TUXONICE_PATCH}" @@ -24,6 +24,7 @@ UNIPATCH_STRICTORDER="yes" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" KEYWORDS="~amd64 ~x86" +IUSE="experimental" RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.80.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.11.7.ebuild similarity index 83% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.0.80.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.11.7.ebuild index 77883e642b5f..bf3ca2666584 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.80.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.11.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.80.ebuild,v 1.1 2013/06/04 19:21:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.11.7.ebuild,v 1.1 2013/11/09 23:11:03 tomwij Exp $ EAPI="5" ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="51" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="11" inherit kernel-2 versionator detect_version @@ -14,8 +14,8 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" -TUXONICE_SNAPSHOT="2013-05-26" -TUXONICE_PV="$(replace_version_separator 2 '-')" +TUXONICE_SNAPSHOT="2013-11-07" +TUXONICE_PV="${PV}" TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" TUXONICE_URI="http://tuxonice.net/downloads/all/${TUXONICE_PATCH}" @@ -24,6 +24,7 @@ UNIPATCH_STRICTORDER="yes" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" KEYWORDS="~amd64 ~x86" +IUSE="experimental" RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.47.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.47.ebuild deleted file mode 100644 index 031bb76b30ad..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.47.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.47.ebuild,v 1.1 2013/06/04 19:21:48 pacho Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="29" - -inherit kernel-2 versionator -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" - -TUXONICE_SNAPSHOT="2013-05-26" -TUXONICE_PV="$(replace_version_separator 2 '-')" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.net/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.78.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.68.ebuild similarity index 87% rename from sys-kernel/tuxonice-sources/tuxonice-sources-3.0.78.ebuild rename to sys-kernel/tuxonice-sources/tuxonice-sources-3.4.68.ebuild index 9896ae81b734..ca195f7bf6e0 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.78.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.78.ebuild,v 1.1 2013/05/12 11:28:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.68.ebuild,v 1.1 2013/11/10 00:23:52 tomwij Exp $ EAPI="5" ETYPE="sources" @@ -14,8 +14,8 @@ detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" -TUXONICE_SNAPSHOT="2013-05-12" -TUXONICE_PV="$(replace_version_separator 2 '-')" +TUXONICE_SNAPSHOT="2013-11-07" +TUXONICE_PV="${PV}" TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" TUXONICE_URI="http://tuxonice.net/downloads/all/${TUXONICE_PATCH}" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.8.13.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.8.13.ebuild deleted file mode 100644 index 24c64fd49c72..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-3.8.13.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.8.13.ebuild,v 1.3 2013/05/25 11:11:19 ago Exp $ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="16" - -inherit kernel-2 versionator -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" - -TUXONICE_SNAPSHOT="2013-05-12" -TUXONICE_PV="$(replace_version_separator 2 '-')" - -TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_SNAPSHOT}.patch.bz2" -TUXONICE_URI="http://tuxonice.net/downloads/all/${TUXONICE_PATCH}" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="amd64 x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-1.0 - || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" - -K_EXTRAELOG="If there are issues with this kernel, please direct any - queries to the tuxonice-users mailing list: - http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" -K_SECURITY_UNSUPPORTED="1" diff --git a/sys-libs/libhugetlbfs/Manifest b/sys-libs/libhugetlbfs/Manifest index 244efc328690..da9713407439 100644 --- a/sys-libs/libhugetlbfs/Manifest +++ b/sys-libs/libhugetlbfs/Manifest @@ -1,4 +1,2 @@ -DIST libhugetlbfs-2.15.tar.gz 178317 SHA256 1ff30080b983b2d067c9f2629e4a4dee0aa37ef664dc3a7241abedbfc8e21a24 SHA512 3e771d0e4c9998d3bc0e079a67ddf35cd18949683d6ec0c260b9e0619a79277b9644fb64bfff227350f3600dd338e6a175b245f56978eceef2624821ed768883 WHIRLPOOL e9bd6424724faa9ca25e0958391304b265e04c80bf89f1040d3efa8ce1e9166747348bce3598d21c74aaa8bbee70b6de219f30a0c027acb84f6fa35f0cda478e DIST libhugetlbfs-2.16.tar.gz 178982 SHA256 1a473ebc70e80d8c452f359b05bc45d1fb87e6e2425d216c06486e30acf86ed2 SHA512 0bc0d301c0c5e237a2fd2c518a084b19b06b658fbabfcdcf85c9545236f6d068ca8e064bb4fd8479d6460834f28b2a1491c7255f047a08b512803761e029e7e8 WHIRLPOOL 4b3c6a46f4d6464c7981e9892d7f6badbd68774845fc5ead299e4179960178cb7f9fb34fe4f0a037165904fb5ac8132697d213974a3378892eed42c49e46560f -DIST libhugetlbfs-2.6.tar.gz 148202 SHA256 6195fdecee0b370d8a82c76a6c2a5b9892e547de319d8a7f52138a796505e890 -DIST libhugetlbfs-2.9.tar.gz 167149 SHA256 8f2adfb85ef5cf83b6024f4249514751901cfea0bb663b7812eac07cae8e8623 SHA512 b83eaa734552c795c8555afa4e29ba0914ab14257870c94d8249c4dcfb773e0024210c3199159efbe33a0710437162a6b0ff03971551dfe553dbb0ccb7710bef WHIRLPOOL 8a57e62043ab191a40f7e1abaae4470e8a7f305e875aec3233c67b1fb068ed8132effb078bf4e6542b56f0f4c9865d0d707795bb4a49b7f0b81efce750c0b47a +DIST libhugetlbfs-2.17.tar.gz 180829 SHA256 3ef1dd19ebeefe2cefaf8bdbc40400dbfb9b3c546a7e4cf2ab0cdf381ff7fe93 SHA512 2821a784b0246906f6d1e7c8ce3e883ca516892a3d88d4abfb49ee73709bf0ea76edcc01c36209f5634f8fdebcb7a9f1c84cc64110d9e8f0e8779169a93b2a29 WHIRLPOOL 7cd5e433b7e6f479bafdd9d6718adf7440d40c68f9fe8323036c73acac8fbb5e3be737821c31a3b620f5f33a6c84288078f2577f7e65c48dd7b99184c66797ea diff --git a/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild b/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild index ec6d8cbaf7b9..4619a7286242 100644 --- a/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild +++ b/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild,v 1.1 2013/05/22 05:52:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.16.ebuild,v 1.2 2013/11/10 03:38:47 radhermit Exp $ EAPI="4" @@ -60,7 +60,7 @@ src_test_alloc_one() { src_test() { [[ $UID -eq 0 ]] || die "Need FEATURES=-userpriv to run this testsuite" einfo "Building testsuite" - emake -j1 tests "Failed to build tests" + emake -j1 tests || die "Failed to build tests" hugeadm='obj/hugeadm' allocated='' diff --git a/sys-libs/libhugetlbfs/libhugetlbfs-2.15.ebuild b/sys-libs/libhugetlbfs/libhugetlbfs-2.17.ebuild similarity index 94% rename from sys-libs/libhugetlbfs/libhugetlbfs-2.15.ebuild rename to sys-libs/libhugetlbfs/libhugetlbfs-2.17.ebuild index e4a5ccc90eef..67d7db55b84d 100644 --- a/sys-libs/libhugetlbfs/libhugetlbfs-2.15.ebuild +++ b/sys-libs/libhugetlbfs/libhugetlbfs-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.15.ebuild,v 1.1 2013/01/06 23:04:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.17.ebuild,v 1.1 2013/11/10 03:36:05 radhermit Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" +IUSE="static-libs" src_prepare() { epatch "${FILESDIR}"/${PN}-2.9-build.patch #332517 @@ -34,14 +34,13 @@ src_prepare() { } src_compile() { - tc-export AR CC - emake libs tools + tc-export AR + emake CC="$(tc-getCC)" libs tools } src_install() { default -#emake install DESTDIR="${D}" -# dodoc HOWTO NEWS README + use static-libs || rm -f "${D}"/usr/$(get_libdir)/*.a rm "${D}"/usr/bin/oprofile* || die } @@ -63,7 +62,7 @@ src_test_alloc_one() { src_test() { [[ $UID -eq 0 ]] || die "Need FEATURES=-userpriv to run this testsuite" einfo "Building testsuite" - emake -j1 tests "Failed to build tests" + emake -j1 tests || die "Failed to build tests" hugeadm='obj/hugeadm' allocated='' diff --git a/sys-libs/libhugetlbfs/libhugetlbfs-2.6.ebuild b/sys-libs/libhugetlbfs/libhugetlbfs-2.6.ebuild deleted file mode 100644 index 536dbadc7446..000000000000 --- a/sys-libs/libhugetlbfs/libhugetlbfs-2.6.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.6.ebuild,v 1.5 2012/03/07 07:10:59 radhermit Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="easy hugepage access" -HOMEPAGE="http://libhugetlbfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -DEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.6-noexec-stack.patch - epatch "${FILESDIR}"/${PN}-2.6-fixup-testsuite.patch - sed -i \ - -e '/^PREFIX/s:/local::' \ - -e '1iBUILDTYPE = NATIVEONLY' \ - -e '1iV = 1' \ - -e "/^LIB\(32\)/s:=.*:= $(get_libdir):" \ - -e '/^CC\(32\|64\)/s:=.*:= $(CC):' \ - Makefile - if [ "$(get_libdir)" == "lib64" ]; then - sed -i \ - -e "/^LIB\(32\)/s:=.*:= lib32:" \ - Makefile - fi -} - -src_configure() { - : -} - -src_compile() { - tc-export AR CC - emake libs tools || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc HOWTO NEWS README - rm "${D}"/usr/bin/oprofile* -} - -src_test_alloc_one() { - hugeadm="$1" - sign="$2" - pagesize="$3" - pagecount="$4" - ${hugeadm} \ - --pool-pages-max ${pagesize}:${sign}${pagecount} \ - && \ - ${hugeadm} \ - --pool-pages-min ${pagesize}:${sign}${pagecount} - return $? -} - -# die is NOT allowed in this src_test block after the marked point, so that we -# can clean up memory allocation. You'll leak at LEAST 64MiB per run otherwise. -src_test() { - [[ $UID -eq 0 ]] || die "Need FEATURES=-userpriv to run this testsuite" - einfo "Building testsuite" - emake -j1 tests || die "Failed to build tests" - - hugeadm='obj/hugeadm' - allocated='' - rc=0 - # the testcases need 64MiB per pagesize. - MIN_HUGEPAGE_RAM=$((64*1024*1024)) - - einfo "Planning allocation" - PAGESIZES="$(${hugeadm} --page-sizes-all)" - - # Need to do this before we can create the mountpoints. - for pagesize in ${PAGESIZES} ; do - # The kernel depends on the location :-( - mkdir -p /var/lib/hugetlbfs/pagesize-${pagesize} - addwrite /var/lib/hugetlbfs/pagesize-${pagesize} - done - addwrite /proc/sys/vm/ - addwrite /proc/sys/kernel/shmall - addwrite /proc/sys/kernel/shmmax - addwrite /proc/sys/kernel/shmmni - - einfo "Checking HugeTLB mountpoints" - ${hugeadm} --create-mounts || die "Failed to set up hugetlb mountpoints." - - # ----------------------------------------------------- - # --------- die is unsafe after this point. ----------- - # ----------------------------------------------------- - - einfo "Starting allocation" - for pagesize in ${PAGESIZES} ; do - pagecount=$((${MIN_HUGEPAGE_RAM}/${pagesize})) - einfo " ${pagecount} @ ${pagesize}" - addwrite /var/lib/hugetlbfs/pagesize-${pagesize} - src_test_alloc_one "$hugeadm" "+" "${pagesize}" "${pagecount}" - rc=$? - if [[ $rc -eq 0 ]]; then - allocated="${allocated} ${pagesize}:${pagecount}" - else - eerror "Failed to add ${pagecount} pages of size ${pagesize}" - fi - done - - einfo "Allocation status" - ${hugeadm} --pool-list - - if [[ -n "${allocated}" ]]; then - # All our allocations worked, so time to run. - einfo "Starting tests" - cd "${S}"/tests - TESTOPTS="-t func" - case $ARCH in - amd64|ppc64) - TESTOPTS="${TESTOPTS} -b 64" - ;; - x86) - TESTOPTS="${TESTOPTS} -b 32" - ;; - esac - # This needs a bit of work to give a nice exit code still. - ./run_tests.py ${TESTOPTS} - rc=$? - else - eerror "Failed to make HugeTLB allocations." - rc=1 - fi - - einfo "Cleaning up memory" - cd "${S}" - # Cleanup memory allocation - for alloc in ${allocated} ; do - pagesize="${alloc/:*}" - pagecount="${alloc/*:}" - einfo " ${pagecount} @ ${pagesize}" - src_test_alloc_one "$hugeadm" "-" "${pagesize}" "${pagecount}" - done - - # --------------------------------------------------------- - # --------- die is safe again after this point. ----------- - # --------------------------------------------------------- - - return $rc -} diff --git a/sys-libs/libhugetlbfs/libhugetlbfs-2.9.ebuild b/sys-libs/libhugetlbfs/libhugetlbfs-2.9.ebuild deleted file mode 100644 index 8c5570e8bcca..000000000000 --- a/sys-libs/libhugetlbfs/libhugetlbfs-2.9.ebuild +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-2.9.ebuild,v 1.3 2012/03/07 07:10:59 radhermit Exp $ - -EAPI="2" - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="easy hugepage access" -HOMEPAGE="http://libhugetlbfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.9-build.patch #332517 - epatch "${FILESDIR}"/${PN}-2.6-noexec-stack.patch - epatch "${FILESDIR}"/${PN}-2.6-fixup-testsuite.patch - sed -i \ - -e '/^PREFIX/s:/local::' \ - -e '1iBUILDTYPE = NATIVEONLY' \ - -e '1iV = 1' \ - -e "/^LIB\(32\)/s:=.*:= $(get_libdir):" \ - -e '/^CC\(32\|64\)/s:=.*:= $(CC):' \ - Makefile - if [ "$(get_libdir)" == "lib64" ]; then - sed -i \ - -e "/^LIB\(32\)/s:=.*:= lib32:" \ - Makefile - fi -} - -src_compile() { - tc-export AR CC - emake libs tools || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc HOWTO NEWS README - rm "${D}"/usr/bin/oprofile* || die -} - -src_test_alloc_one() { - hugeadm="$1" - sign="$2" - pagesize="$3" - pagecount="$4" - ${hugeadm} \ - --pool-pages-max ${pagesize}:${sign}${pagecount} \ - && \ - ${hugeadm} \ - --pool-pages-min ${pagesize}:${sign}${pagecount} - return $? -} - -# die is NOT allowed in this src_test block after the marked point, so that we -# can clean up memory allocation. You'll leak at LEAST 64MiB per run otherwise. -src_test() { - [[ $UID -eq 0 ]] || die "Need FEATURES=-userpriv to run this testsuite" - einfo "Building testsuite" - emake -j1 tests || die "Failed to build tests" - - hugeadm='obj/hugeadm' - allocated='' - rc=0 - # the testcases need 64MiB per pagesize. - MIN_HUGEPAGE_RAM=$((64*1024*1024)) - - einfo "Planning allocation" - PAGESIZES="$(${hugeadm} --page-sizes-all)" - - # Need to do this before we can create the mountpoints. - for pagesize in ${PAGESIZES} ; do - # The kernel depends on the location :-( - mkdir -p /var/lib/hugetlbfs/pagesize-${pagesize} - addwrite /var/lib/hugetlbfs/pagesize-${pagesize} - done - addwrite /proc/sys/vm/ - addwrite /proc/sys/kernel/shmall - addwrite /proc/sys/kernel/shmmax - addwrite /proc/sys/kernel/shmmni - - einfo "Checking HugeTLB mountpoints" - ${hugeadm} --create-mounts || die "Failed to set up hugetlb mountpoints." - - # ----------------------------------------------------- - # --------- die is unsafe after this point. ----------- - # ----------------------------------------------------- - - einfo "Starting allocation" - for pagesize in ${PAGESIZES} ; do - pagecount=$((${MIN_HUGEPAGE_RAM}/${pagesize})) - einfo " ${pagecount} @ ${pagesize}" - addwrite /var/lib/hugetlbfs/pagesize-${pagesize} - src_test_alloc_one "$hugeadm" "+" "${pagesize}" "${pagecount}" - rc=$? - if [[ $rc -eq 0 ]]; then - allocated="${allocated} ${pagesize}:${pagecount}" - else - eerror "Failed to add ${pagecount} pages of size ${pagesize}" - fi - done - - einfo "Allocation status" - ${hugeadm} --pool-list - - if [[ -n "${allocated}" ]]; then - # All our allocations worked, so time to run. - einfo "Starting tests" - cd "${S}"/tests - TESTOPTS="-t func" - case $ARCH in - amd64|ppc64) - TESTOPTS="${TESTOPTS} -b 64" - ;; - x86) - TESTOPTS="${TESTOPTS} -b 32" - ;; - esac - # This needs a bit of work to give a nice exit code still. - ./run_tests.py ${TESTOPTS} - rc=$? - else - eerror "Failed to make HugeTLB allocations." - rc=1 - fi - - einfo "Cleaning up memory" - cd "${S}" - # Cleanup memory allocation - for alloc in ${allocated} ; do - pagesize="${alloc/:*}" - pagecount="${alloc/*:}" - einfo " ${pagecount} @ ${pagesize}" - src_test_alloc_one "$hugeadm" "-" "${pagesize}" "${pagecount}" - done - - # --------------------------------------------------------- - # --------- die is safe again after this point. ----------- - # --------------------------------------------------------- - - return $rc -} diff --git a/sys-libs/libsemanage/libsemanage-2.2.ebuild b/sys-libs/libsemanage/libsemanage-2.2.ebuild index 59848852ebd0..ffb438a6f88c 100644 --- a/sys-libs/libsemanage/libsemanage-2.2.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v 1.1 2013/11/04 21:54:51 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v 1.2 2013/11/10 14:17:26 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_2 ) @@ -24,6 +24,7 @@ IUSE="python ruby" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} >=sys-libs/libselinux-${SELNX_VER} dev-libs/ustr + sys-process/audit ruby? ( $(ruby_implementations_depend) )" diff --git a/sys-process/psmisc/Manifest b/sys-process/psmisc/Manifest index 4e59017c3cee..a9b7214b8d03 100644 --- a/sys-process/psmisc/Manifest +++ b/sys-process/psmisc/Manifest @@ -1,2 +1,3 @@ DIST psmisc-22.16-r1.tar.gz 468223 SHA256 38ba34e9ddbfa755f9b7c54a4e1733e12d65121891dacda941f21d856ab41da8 SHA512 f6805f2fdd07f06a1f2ad70be065636a842dd73f4ec176b8173d7486d737561330a52392cf8712aa509fa303a174775a41a0fd73e89dad3a2958fa1d7e5b97f9 WHIRLPOOL 056dff216ac303e18af7fa1ed0a4fc97d91b701a7e69cce599079a13a478206107521d7fc2693eaca97c7c65c9417475c8c499b59a74f9d275a47afdd6a04254 DIST psmisc-22.20.tar.gz 432501 SHA256 b17224e2385f6a799ffebba27eb7870771d42555e86814ef56b6d7e955765514 SHA512 5565163651c90afeb146c3305fddefc544bcd4cd5e98917fd57a9920e76c22e4bc0a197618539475a1410cfec9dd168b69983b2210a3ad9fc54368e9220503a6 WHIRLPOOL 97826e7d6d5def8a631a0726c3c1c8f67ab4f5f5b39e67d4a915f2741d8914b6c83d69293daacf25e92cef37990e1463ef7dc0843b47d5b0bfb1e3745fde669d +DIST psmisc-22.21.tar.gz 451833 SHA256 3848b9c100a40b209cb478a9f7827564d739051efe3be2914122d62186d023dc SHA512 1b654d6362c667c4148892f6cb13ca19ce2fd0a61b097d0dceed6fc6902d9a3db85dbf9bc57daaa63a2f14ea2590ee09f1aeeae9820e38ae2976d80bd98fc6da WHIRLPOOL 0b084f246eff4c791219a76b6c6eec33fae594d3adbc87d902d0a69b21719186a809b8b554b7bcd6c29b9e9f1d5a6ba6a4ffce4d936dad7e08f45824e12a763d diff --git a/sys-process/psmisc/psmisc-22.21.ebuild b/sys-process/psmisc/psmisc-22.21.ebuild new file mode 100644 index 000000000000..fcc161ee57c6 --- /dev/null +++ b/sys-process/psmisc/psmisc-22.21.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.21.ebuild,v 1.1 2013/11/10 03:27:49 radhermit Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="A set of tools that use the proc filesystem" +HOMEPAGE="http://psmisc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" +IUSE="ipv6 nls selinux X" + +RDEPEND=">=sys-libs/ncurses-5.7-r7 + nls? ( virtual/libintl ) + selinux? ( sys-libs/libselinux )" +DEPEND="${RDEPEND} + >=sys-devel/libtool-2.2.6b + nls? ( sys-devel/gettext )" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_configure() { + econf \ + $(use_enable selinux) \ + --disable-harden-flags \ + $(use_enable ipv6) \ + $(use_enable nls) +} + +src_compile() { + # peekfd is a fragile crap hack #330631 + nonfatal emake -C src peekfd || touch src/peekfd{.o,} + emake +} + +src_install() { + default + + use X || rm -f "${ED}"/usr/bin/pstree.x11 + + [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd + [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1 + + # fuser is needed by init.d scripts; use * wildcard for #458250 + dodir /bin + mv "${ED}"/usr/bin/*fuser "${ED}"/bin || die +} diff --git a/www-apps/moodle/Manifest b/www-apps/moodle/Manifest index 150c5089cd11..6897e602df93 100644 --- a/www-apps/moodle/Manifest +++ b/www-apps/moodle/Manifest @@ -1,3 +1,6 @@ +DIST moodle-2.3.10.tgz 28280693 SHA256 e9cf9050aff2f50c32eeab901acd3f01f24a93ed7c10b8c970c2d10ba5582631 SHA512 81326c21af1d58139a758d3dfb2ba1d4a7d83069e9435ad6bacb0d655c8f0d97b0248982611790ee650d1fb1cd209c347d74644f58493cc8090821659fea1ef7 WHIRLPOOL 6466131b2bce746853d5f440c742fe1e21fad18f4d43c3178bc60552c45419a30a049a04825fece6bc13085e19c3fe6aecf6fd8b267f9492d9c76720b6067a00 DIST moodle-2.3.9.tgz 28294017 SHA256 5a6467f7e2ad6b2d61df76389af13b691694e417762906dff5fc886a211a1573 SHA512 cb14da103630119f774a3d73067773a696d0892b04589adc3a0376048efc31c584d297ac9bfe266ce5c52088a9ffa81947ce0ed34a9168b2dbbf2c46d2f897c1 WHIRLPOOL 8ded48bc91a77235fdf936e69eac0e5633d506611984ad84b813e3734f609d424d2648f0207475c9ea11493b7269ee2697614ef8d58fe583e49e1bd90d5ea439 DIST moodle-2.4.6.tgz 30455947 SHA256 7de616da3a14135f53d22838b1294018df47e389205cbbdb4dafb7b6af3c98e4 SHA512 335ed818da10b5e74f0e377472d3ce3e22f1fc66b4d670ca0165d6ebf3f9c1adeeeed8b34d591072e93cba2bd980f67f1e84cd6b4defdb8813442357a033df41 WHIRLPOOL 70268323853f337b06071f542533ffc58ae76a21e4a03e3cea57fa0c202225b7cf9527d8ed9e7456e1ea7d2197b852bf8ed366fe2a052f08e075d6bb0257a3d1 +DIST moodle-2.4.7.tgz 30484284 SHA256 328e603a296f09d75379537af3a7a827f8b5f689e3f2a6c069ef1e4c93a77696 SHA512 edb218ecd40f5aae3cd626b1919db42bf10bf349a37256a4171cfd01380110b7ba7f820397bceaef35010d26e1af3ee9c1d27a4a9b34fd2f11528ca2c6c95912 WHIRLPOOL 6960642a21d2d9ea4cb118dc73ccbb955fba16c06b86284ec58ff1914c4378d913fb71d2f1cd5972a2693fcb147d25d2f3d6fe54a0d7b954354f8a047439c09d DIST moodle-2.5.2.tgz 31927126 SHA256 e07e00ea48c62c76f0fa05eccf394632e14b790c3449f135573a56888f89cd95 SHA512 b44cf2de1aeb167843e14a46bc87dbc14fb779cfc81d4d1f1d2de01447d5265da4396a24b2aa116cc73f61aa7c4985ce4192696f0d8870f800c9773235219af7 WHIRLPOOL c8299bf5ade04a35f0ff82345abf7035f3155801c3f369d10dae2038251b5c68d6ba9a82cc9793b505b0aa828def0aeaf1804073b0f0678e1cda49f950f2aef0 +DIST moodle-2.5.3.tgz 32377514 SHA256 7d7914f2c38b2328fafd728376640828fe165a426278af1cb2c9d55440400ae9 SHA512 be932d42c06f17bf4a5c66c0c544bc1a9938f375dd63226154852799695ae4ffbda7426a8efef3959d3c1f520ab4ef2f940c3a58925c07d1e2e29d703aa24416 WHIRLPOOL 15b2095eec06007033b2cf0d34ec6bdd6345b246ae8660220d5f25c7142d14a656e967807165ce8f63a3644606a4f181a331ee8bee18113b565ebecd314e5e43 diff --git a/www-apps/moodle/moodle-2.3.10.ebuild b/www-apps/moodle/moodle-2.3.10.ebuild new file mode 100644 index 000000000000..6edb7d5ba2f6 --- /dev/null +++ b/www-apps/moodle/moodle-2.3.10.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/moodle-2.3.10.ebuild,v 1.1 2013/11/10 23:15:10 blueness Exp $ + +EAPI="4" + +inherit versionator webapp + +AVC=( $(get_version_components) ) +MY_BRANCH="stable${AVC[0]}${AVC[1]}" + +DESCRIPTION="The Moodle Course Management System" +HOMEPAGE="http://moodle.org" +SRC_URI="http://download.moodle.org/${MY_BRANCH}/${P}.tgz" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +#SLOT empty due to webapp + +DB_FLAGS="mysqli?,postgres?" +DB_TYPES=${DB_FLAGS//\?/} +DB_TYPES=${DB_TYPES//,/ } + +AUTHENTICATION_FLAGS="imap?,ldap?,odbc?" +AUTHENTICATION_MODES=${AUTHENTICATION_FLAGS//\?/} +AUTHENTICATION_MODES=${AUTHENTICATION_MODES//,/ } + +PHP_REQUIRED_FLAGS_53="ctype,curl,iconv,json,session,simplexml,xml,zip" +PHP_OPTIONAL_FLAGS_53="gd,intl,soap,ssl,tokenizer,xmlrpc" +PHP_FLAGS_53="${PHP_REQUIRED_FLAGS_53},${PHP_OPTIONAL_FLAGS_53}" + +IUSE="${DB_TYPES} ${AUTHENTICATION_MODES} vhosts" +REQUIRED_USE="|| ( ${DB_TYPES} )" + +# No forced dependency on +# mysql? ( virtual/mysql ) +# postgres? ( dev-db/postgresql-server-7* ) +# which may live on another server +DEPEND="" +RDEPEND=" + =dev-lang/php-5.3*[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS_53}] + virtual/httpd-php + virtual/cron" + +pkg_setup() { + webapp_pkg_setup + + # How many dbs were selected? If one and only one, which one is it? + MYDB="" + DB_COUNT=0 + for db in ${DB_TYPES}; do + if use ${db}; then + MYDB=${db} + DB_COUNT=$(($DB_COUNT+1)) + fi + done + + # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero + #if [[ ${DB_COUNT} -eq 0 ]]; then + # eerror + # eerror "\033[1;31m**************************************************\033[00m" + # eerror "No database selected in your USE flags," + # eerror "You must select at least one." + # eerror "\033[1;31m**************************************************\033[00m" + # eerror + # die + #fi + + if [[ ${DB_COUNT} -gt 1 ]]; then + MYDB="" + ewarn + ewarn "\033[1;33m**************************************************\033[00m" + ewarn "Multiple databases selected in your USE flags," + ewarn "You will have to choose your database manually." + ewarn "\033[1;33m**************************************************\033[00m" + ewarn + fi +} + +src_prepare() { + rm COPYING.txt + cp "${FILESDIR}"/config.php . + + # Moodle expect postgres7, not postgres + MYDB=${MYDB/postgres/postgres7} + + # Moodle expects mysql, not mysqli + MYDB=${MYDB/mysqli/mysql} + + if [[ ${DB_COUNT} -eq 1 ]] ; then + sed -i -e "s|mydb|${MYDB}|" config.php + fi +} + +src_install() { + webapp_src_preinst + + local MOODLEDATA="${MY_HOSTROOTDIR}"/moodle + dodir ${MOODLEDATA} + webapp_serverowned -R "${MOODLEDATA}" + + local MOODLEROOT="${MY_HTDOCSDIR}" + insinto ${MOODLEROOT} + doins -r * + + webapp_configfile "${MOODLEROOT}"/config.php + + if [[ ${DB_COUNT} -eq 1 ]]; then + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + else + webapp_postinst_txt en "${FILESDIR}"/postinstall-nodb-en.txt + fi + + webapp_src_install +} + +pkg_postinst() { + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo + einfo "To see the post install instructions, do" + einfo + einfo " webapp-config --show-postinst ${PN} ${PVR}" + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo +} diff --git a/www-apps/moodle/moodle-2.4.7.ebuild b/www-apps/moodle/moodle-2.4.7.ebuild new file mode 100644 index 000000000000..5961117c1b1e --- /dev/null +++ b/www-apps/moodle/moodle-2.4.7.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/moodle-2.4.7.ebuild,v 1.1 2013/11/10 23:15:10 blueness Exp $ + +EAPI="5" + +inherit versionator webapp + +AVC=( $(get_version_components) ) +MY_BRANCH="stable${AVC[0]}${AVC[1]}" + +DESCRIPTION="The Moodle Course Management System" +HOMEPAGE="http://moodle.org" +SRC_URI="http://download.moodle.org/${MY_BRANCH}/${P}.tgz" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +#SLOT empty due to webapp + +DB_FLAGS="mysqli?,postgres?" +DB_TYPES=${DB_FLAGS//\?/} +DB_TYPES=${DB_TYPES//,/ } + +AUTHENTICATION_FLAGS="imap?,ldap?,odbc?" +AUTHENTICATION_MODES=${AUTHENTICATION_FLAGS//\?/} +AUTHENTICATION_MODES=${AUTHENTICATION_MODES//,/ } + +PHP_REQUIRED_FLAGS="ctype,curl,iconv,json,session,simplexml,xml,zip" +PHP_OPTIONAL_FLAGS="gd,intl,soap,ssl,tokenizer,xmlrpc" +PHP_FLAGS="${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}" + +IUSE="${DB_TYPES} ${AUTHENTICATION_MODES} vhosts" +REQUIRED_USE="|| ( ${DB_TYPES} )" + +# No forced dependency on +# mysql? ( virtual/mysql ) +# postgres? ( dev-db/postgresql-server-7* ) +# which may live on another server +DEPEND="" +RDEPEND=" + =dev-lang/php-5.3*[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + virtual/httpd-php + virtual/cron" + +pkg_setup() { + webapp_pkg_setup + + # How many dbs were selected? If one and only one, which one is it? + MYDB="" + DB_COUNT=0 + for db in ${DB_TYPES}; do + if use ${db}; then + MYDB=${db} + DB_COUNT=$(($DB_COUNT+1)) + fi + done + + # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero + #if [[ ${DB_COUNT} -eq 0 ]]; then + # eerror + # eerror "\033[1;31m**************************************************\033[00m" + # eerror "No database selected in your USE flags," + # eerror "You must select at least one." + # eerror "\033[1;31m**************************************************\033[00m" + # eerror + # die + #fi + + if [[ ${DB_COUNT} -gt 1 ]]; then + MYDB="" + ewarn + ewarn "\033[1;33m**************************************************\033[00m" + ewarn "Multiple databases selected in your USE flags," + ewarn "You will have to choose your database manually." + ewarn "\033[1;33m**************************************************\033[00m" + ewarn + fi +} + +src_prepare() { + rm COPYING.txt + cp "${FILESDIR}"/config.php . + + # Moodle expect postgres7, not postgres + MYDB=${MYDB/postgres/postgres7} + + # Moodle expects mysql, not mysqli + MYDB=${MYDB/mysqli/mysql} + + if [[ ${DB_COUNT} -eq 1 ]] ; then + sed -i -e "s|mydb|${MYDB}|" config.php + fi +} + +src_install() { + webapp_src_preinst + + local MOODLEDATA="${MY_HOSTROOTDIR}"/moodle + dodir ${MOODLEDATA} + webapp_serverowned -R "${MOODLEDATA}" + + local MOODLEROOT="${MY_HTDOCSDIR}" + insinto ${MOODLEROOT} + doins -r * + + webapp_configfile "${MOODLEROOT}"/config.php + + if [[ ${DB_COUNT} -eq 1 ]]; then + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + else + webapp_postinst_txt en "${FILESDIR}"/postinstall-nodb-en.txt + fi + + webapp_src_install +} + +pkg_postinst() { + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo + einfo "To see the post install instructions, do" + einfo + einfo " webapp-config --show-postinst ${PN} ${PVR}" + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo +} diff --git a/www-apps/moodle/moodle-2.5.3.ebuild b/www-apps/moodle/moodle-2.5.3.ebuild new file mode 100644 index 000000000000..0af8875fc3a6 --- /dev/null +++ b/www-apps/moodle/moodle-2.5.3.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/moodle/moodle-2.5.3.ebuild,v 1.1 2013/11/10 23:15:10 blueness Exp $ + +EAPI="5" + +inherit versionator webapp + +AVC=( $(get_version_components) ) +MY_BRANCH="stable${AVC[0]}${AVC[1]}" + +DESCRIPTION="The Moodle Course Management System" +HOMEPAGE="http://moodle.org" +SRC_URI="http://download.moodle.org/${MY_BRANCH}/${P}.tgz" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +#SLOT empty due to webapp + +DB_FLAGS="mysqli?,postgres?" +DB_TYPES=${DB_FLAGS//\?/} +DB_TYPES=${DB_TYPES//,/ } + +AUTHENTICATION_FLAGS="imap?,ldap?,odbc?" +AUTHENTICATION_MODES=${AUTHENTICATION_FLAGS//\?/} +AUTHENTICATION_MODES=${AUTHENTICATION_MODES//,/ } + +PHP_REQUIRED_FLAGS="ctype,curl,iconv,json,session,simplexml,xml,zip" +PHP_OPTIONAL_FLAGS="gd,intl,soap,ssl,tokenizer,xmlrpc" +PHP_FLAGS="${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}" + +IUSE="${DB_TYPES} ${AUTHENTICATION_MODES} vhosts" +REQUIRED_USE="|| ( ${DB_TYPES} )" + +# No forced dependency on +# mysql? ( virtual/mysql ) +# postgres? ( dev-db/postgresql-server-7* ) +# which may live on another server +DEPEND="" +RDEPEND=" + >=dev-lang/php-5.3.3[${DB_FLAGS},${AUTHENTICATION_FLAGS},${PHP_FLAGS}] + virtual/httpd-php + virtual/cron" + +pkg_setup() { + webapp_pkg_setup + + # How many dbs were selected? If one and only one, which one is it? + MYDB="" + DB_COUNT=0 + for db in ${DB_TYPES}; do + if use ${db}; then + MYDB=${db} + DB_COUNT=$(($DB_COUNT+1)) + fi + done + + # REQUIRED_USE above guarantees that ${DB_COUNT} cannot be zero + #if [[ ${DB_COUNT} -eq 0 ]]; then + # eerror + # eerror "\033[1;31m**************************************************\033[00m" + # eerror "No database selected in your USE flags," + # eerror "You must select at least one." + # eerror "\033[1;31m**************************************************\033[00m" + # eerror + # die + #fi + + if [[ ${DB_COUNT} -gt 1 ]]; then + MYDB="" + ewarn + ewarn "\033[1;33m**************************************************\033[00m" + ewarn "Multiple databases selected in your USE flags," + ewarn "You will have to choose your database manually." + ewarn "\033[1;33m**************************************************\033[00m" + ewarn + fi +} + +src_prepare() { + rm COPYING.txt + cp "${FILESDIR}"/config.php . + + # Moodle expect postgres7, not postgres + MYDB=${MYDB/postgres/postgres7} + + # Moodle expects mysql, not mysqli + MYDB=${MYDB/mysqli/mysql} + + if [[ ${DB_COUNT} -eq 1 ]] ; then + sed -i -e "s|mydb|${MYDB}|" config.php + fi +} + +src_install() { + webapp_src_preinst + + local MOODLEDATA="${MY_HOSTROOTDIR}"/moodle + dodir ${MOODLEDATA} + webapp_serverowned -R "${MOODLEDATA}" + + local MOODLEROOT="${MY_HTDOCSDIR}" + insinto ${MOODLEROOT} + doins -r * + + webapp_configfile "${MOODLEROOT}"/config.php + + if [[ ${DB_COUNT} -eq 1 ]]; then + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + else + webapp_postinst_txt en "${FILESDIR}"/postinstall-nodb-en.txt + fi + + webapp_src_install +} + +pkg_postinst() { + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo + einfo "To see the post install instructions, do" + einfo + einfo " webapp-config --show-postinst ${PN} ${PVR}" + einfo + einfo "\033[1;32m**************************************************\033[00m" + einfo +} diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest index 9ccc88ddc840..a68da781148c 100644 --- a/x11-base/xorg-server/Manifest +++ b/x11-base/xorg-server/Manifest @@ -3,4 +3,5 @@ DIST xorg-server-1.11.4.tar.bz2 4900810 SHA256 3e2935bc400612df58d5b5e6840829e2c DIST xorg-server-1.12.4.tar.bz2 5444761 SHA256 8ac07c35306ba3fb3c0972722dd4e919303039eca1d40ac7862560e0b2c94cf7 SHA512 70997e8ba4f948829c158e52924753c5691a783dd14e5a86fdce4fc601638dd4e0b281590876b0315a303bf8d5195bdf43ede7113d1d569415a41ab03d938d85 WHIRLPOOL bfee61329ca85ecedb991ca933de6e3a1e94e34a04d9a723a0e9c90a36e067824701c38e8a0034498ed28dfca82eb653d1e1ab5c0223020f5da69cbbf80bbf98 DIST xorg-server-1.13.4.tar.bz2 5506293 SHA256 a2c969887f3c7b0f3f7d31e2ee8e91fa73ce81ba3c16d82da9150ffa302c98cf SHA512 600fe0fc77a9d6c242ec264f74624cddf5e3dd0e2eacaa65d475be638e2b4d9497bc555d753b43b24845bd6f446a811e387446f94fa98d3e75f664063a7a3d3d WHIRLPOOL 68ca7d6f121496d3a371fb4242c4e9c8fa77eae5c79a13dfec2cdbfd8f0ed82b9a97aa607923674f2e17f3380ec9a8c82d3aab9b2d8b829457a29b8330970f54 DIST xorg-server-1.14.3.tar.bz2 5502845 SHA256 02125ae13a443dcbb55f964d5c37f1da2f58ad54c2102356037bec23c1b84f5e SHA512 d5379e2f52e93985ab2636ca02f503baadd359a4ec05bed80162213392e16d433a2b7308e90cdd18c1a0bd283429f2c8b8758b5a2c585923533cced6245de989 WHIRLPOOL 241feac891f48bdc7470891d54abec0e13921cc127898b083665778ab87920d2bf10088536ac05b9db200cc2cc8b002307873786223995624aa70098370ba183 +DIST xorg-server-1.14.4.tar.bz2 5507288 SHA256 608ccfaafb845f6e559884a30f946d365209172416710d687b190e9e1ff65dc3 SHA512 c288a9d38b08d675b90e860539c4cbd423be90fa27dd1a5fa443076475801bfa74b1f5a0dd6282cc1c9c8ff30bdff77c1eb587186479ebfcaf57185c2affba8a WHIRLPOOL 11595991efb4c3bd896e87e0f1624b52004e28195081ece09cd84dbf3f3ab1c60f40461f1c8f79a82360320fd89523d8939aab47b4d9dabb5588bd99a3343923 DIST xorg-server-1.9.5.tar.bz2 5172054 SHA256 3fc775097c4f0e8f731447d0183ee709ae37c44c0c286ba00a4b028274e029dc SHA512 f17baa6e871c7df4dc61330e32e235906d9e4c842a70226b0833d2b64ab62811131b960eb942f4dc9359ea828676ce60afd82802aa7cffc711d27c4946c32345 WHIRLPOOL a8ede9d5e4ae80713e2b363042a80fe7ac9a03f8623dbf058b241a4237edd2397b437dda5ea56076ec1da71b946dc5b936adfd4afd436893b5c8350996ba169e diff --git a/x11-base/xorg-server/xorg-server-1.14.4.ebuild b/x11-base/xorg-server/xorg-server-1.14.4.ebuild new file mode 100644 index 000000000000..6f7286558b1e --- /dev/null +++ b/x11-base/xorg-server/xorg-server-1.14.4.ebuild @@ -0,0 +1,249 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.14.4.ebuild,v 1.1 2013/11/10 18:11:32 chithanh Exp $ + +EAPI=5 + +XORG_DOC=doc +# avoid maintainer mode, bug #484634 +XORG_EAUTORECONF=yes +inherit xorg-2 multilib versionator flag-o-matic +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" + +DESCRIPTION="X.Org X servers" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + +IUSE_SERVERS="dmx kdrive xnest xorg xvfb" +IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid tslib +udev" + +RDEPEND=">=app-admin/eselect-opengl-1.0.8 + dev-libs/openssl + media-libs/freetype + >=x11-apps/iceauth-1.0.2 + >=x11-apps/rgb-1.0.3 + >=x11-apps/xauth-1.0.3 + x11-apps/xkbcomp + >=x11-libs/libdrm-2.4.20 + >=x11-libs/libpciaccess-0.12.901 + >=x11-libs/libXau-1.0.4 + >=x11-libs/libXdmcp-1.0.2 + >=x11-libs/libXfont-1.4.2 + >=x11-libs/libxkbfile-1.0.4 + >=x11-libs/pixman-0.27.2 + >=x11-libs/xtrans-1.2.2 + >=x11-misc/xbitmaps-1.0.1 + >=x11-misc/xkeyboard-config-2.4.1-r3 + dmx? ( + x11-libs/libXt + >=x11-libs/libdmx-1.0.99.1 + >=x11-libs/libX11-1.1.5 + >=x11-libs/libXaw-1.0.4 + >=x11-libs/libXext-1.0.99.4 + >=x11-libs/libXfixes-5.0 + >=x11-libs/libXi-1.2.99.1 + >=x11-libs/libXmu-1.0.3 + x11-libs/libXrender + >=x11-libs/libXres-1.0.3 + >=x11-libs/libXtst-1.0.99.2 + ) + kdrive? ( + >=x11-libs/libXext-1.0.5 + x11-libs/libXv + ) + !minimal? ( + >=x11-libs/libX11-1.1.5 + >=x11-libs/libXext-1.0.5 + >=media-libs/mesa-8[nptl=] + ) + tslib? ( >=x11-libs/tslib-1.0 ) + udev? ( >=virtual/udev-150 ) + >=x11-apps/xinit-1.3 + selinux? ( sec-policy/selinux-xserver )" + +DEPEND="${RDEPEND} + sys-devel/flex + >=x11-proto/bigreqsproto-1.1.0 + >=x11-proto/compositeproto-0.4 + >=x11-proto/damageproto-1.1 + >=x11-proto/fixesproto-5.0 + >=x11-proto/fontsproto-2.0.2 + >=x11-proto/glproto-1.4.16 + >=x11-proto/inputproto-2.2.99.1 + >=x11-proto/kbproto-1.0.3 + >=x11-proto/randrproto-1.4.0 + >=x11-proto/recordproto-1.13.99.1 + >=x11-proto/renderproto-0.11 + >=x11-proto/resourceproto-1.2.0 + >=x11-proto/scrnsaverproto-1.1 + >=x11-proto/trapproto-3.4.3 + >=x11-proto/videoproto-2.2.2 + >=x11-proto/xcmiscproto-1.2.0 + >=x11-proto/xextproto-7.1.99 + >=x11-proto/xf86dgaproto-2.0.99.1 + >=x11-proto/xf86rushproto-1.1.2 + >=x11-proto/xf86vidmodeproto-2.2.99.1 + >=x11-proto/xineramaproto-1.1.3 + >=x11-proto/xproto-7.0.22 + dmx? ( + >=x11-proto/dmxproto-2.2.99.1 + doc? ( + || ( + www-client/links + www-client/lynx + www-client/w3m + ) + ) + ) + !minimal? ( + >=x11-proto/xf86driproto-2.1.0 + >=x11-proto/dri2proto-2.8 + )" + +PDEPEND=" + xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )" + +REQUIRED_USE="!minimal? ( + || ( ${IUSE_SERVERS} ) + )" + +#UPSTREAMED_PATCHES=( +# "${WORKDIR}/patches/" +#) + +PATCHES=( + "${UPSTREAMED_PATCHES[@]}" + "${FILESDIR}"/${PN}-1.12-disable-acpi.patch + "${FILESDIR}"/${PN}-1.12-ia64-fix_inx_outx.patch + "${FILESDIR}"/${PN}-1.12-unloadsubmodule.patch +) + +pkg_pretend() { + # older gcc is not supported + [[ "${MERGE_TYPE}" != "binary" && $(gcc-major-version) -lt 4 ]] && \ + die "Sorry, but gcc earlier than 4.0 will not work for xorg-server." +} + +src_configure() { + # localstatedir is used for the log location; we need to override the default + # from ebuild.sh + # sysconfdir is used for the xorg.conf location; same applies + # NOTE: fop is used for doc generating ; and i have no idea if gentoo + # package it somewhere + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + $(use_enable dmx) + $(use_enable kdrive) + $(use_enable kdrive kdrive-kbd) + $(use_enable kdrive kdrive-mouse) + $(use_enable kdrive kdrive-evdev) + $(use_enable suid install-setuid) + $(use_enable tslib) + $(use_enable !minimal record) + $(use_enable !minimal xfree86-utils) + $(use_enable !minimal install-libxf86config) + $(use_enable !minimal dri) + $(use_enable !minimal dri2) + $(use_enable !minimal glx) + $(use_enable xnest) + $(use_enable xorg) + $(use_enable xvfb) + $(use_enable nptl glx-tls) + $(use_enable udev config-udev) + $(use_with doc doxygen) + $(use_with doc xmlto) + --enable-libdrm + --sysconfdir="${EPREFIX}"/etc/X11 + --localstatedir="${EPREFIX}"/var + --with-fontrootdir="${EPREFIX}"/usr/share/fonts + --with-xkb-output="${EPREFIX}"/var/lib/xkb + --disable-config-hal + --without-dtrace + --without-fop + --with-os-vendor=Gentoo + ) + + # Xorg-server requires includes from OS mesa which are not visible for + # users of binary drivers. + mkdir -p "${T}/mesa-symlinks/GL" + for i in gl glx glxmd glxproto glxtokens; do + ln -s "${EROOT}usr/$(get_libdir)/opengl/xorg-x11/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die + done + for i in glext glxext; do + ln -s "${EROOT}usr/$(get_libdir)/opengl/global/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die + done + append-cppflags "-I${T}/mesa-symlinks" + + xorg-2_src_configure +} + +src_install() { + xorg-2_src_install + + dynamic_libgl_install + + server_based_install + + if ! use minimal && use xorg; then + # Install xorg.conf.example into docs + dodoc "${AUTOTOOLS_BUILD_DIR}"/hw/xfree86/xorg.conf.example + fi + + newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup + newinitd "${FILESDIR}"/xdm.initd-10 xdm + newconfd "${FILESDIR}"/xdm.confd-4 xdm + + # install the @x11-module-rebuild set for Portage + insinto /usr/share/portage/config/sets + newins "${FILESDIR}"/xorg-sets.conf xorg.conf +} + +pkg_postinst() { + # sets up libGL and DRI2 symlinks if needed (ie, on a fresh install) + eselect opengl set xorg-x11 --use-old + + if [[ ${PV} != 9999 && $(get_version_component_range 2 ${REPLACING_VERSIONS}) != $(get_version_component_range 2 ${PV}) ]]; then + ewarn "You must rebuild all drivers if upgrading from &1 > /dev/null || die + fi + + mkdir xvba_sdk + cd xvba_sdk + unpack ${XVBA_SDK_DISTFILE} + + mkdir -p "${WORKDIR}/extra" || die "mkdir extra failed" + cd "${WORKDIR}/extra" + tar -xf "../${FOLDER_PREFIX}usr/src/ati/fglrx_sample_source.tgz" +} + +src_prepare() { + if use modules; then + if use debug; then + sed -i '/^#define DRM_DEBUG_CODE/s/0/1/' \ + "${MODULE_DIR}/firegl_public.c" \ + || die "Failed to enable debug output." + fi + fi + + # These are the userspace utilities that we also have source for. + # We rebuild these later. + rm \ + "${ARCH_DIR}"/usr/X11R6/bin/fgl_glxgears \ + || die "bin rm failed" + + # in this version amdcccle isn't static, thus we depend on qt4 + use qt4 || rm "${ARCH_DIR}"/usr/X11R6/bin/amdcccle + + # ACPI fixups + sed -i \ + -e "s:/var/lib/xdm/authdir/authfiles/:/var/run/xauth/:" \ + -e "s:/var/lib/gdm/:/var/gdm/:" \ + "${S}/${FOLDER_PREFIX}etc/ati/authatieventsd.sh" \ + || die "ACPI fixups failed." + + # Since "who" is in coreutils, we're using that one instead of "finger". + sed -i -e 's:finger:who:' \ + "${S}/${FOLDER_PREFIX}usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh" \ + || die "Replacing 'finger' with 'who' failed." + # Adjust paths in the script from /usr/X11R6/bin/ to /opt/bin/ and + # add function to detect default state. + epatch "${FILESDIR}"/ati-powermode-opt-path-3.patch + + # see http://ati.cchtml.com/show_bug.cgi?id=495 + #epatch "${FILESDIR}"/ati-drivers-old_rsp.patch + # first hunk applied upstream second (x32 related) was not + epatch "${FILESDIR}"/ati-drivers-x32_something_something.patch + + # compile fix for AGP-less kernel, bug #435322 + epatch "${FILESDIR}"/ati-drivers-12.9-KCL_AGP_FindCapsRegisters-stub.patch + + # Compile fix for kernel typesafe uid types #469160 + epatch "${FILESDIR}/typesafe-kuid.diff" + + epatch "${FILESDIR}/ati-drivers-13.8-beta-include-seq_file.patch" + + epatch "${FILESDIR}/check-for-iommu-only-if-iommu-is-supported.patch" + + # Fix #483400 + epatch "${FILESDIR}/fgl_glxgears-do-not-include-glATI.patch" + + # Compile fix, https://bugs.gentoo.org/show_bug.cgi?id=454870 + use pax_kernel && epatch "${FILESDIR}/const-notifier-block.patch" + + cd "${MODULE_DIR}" + + # bugged fglrx build system, this file should be copied by hand + cp ${ARCH_DIR}/lib/modules/fglrx/build_mod/libfglrx_ip.a 2.6.x + + convert_to_m 2.6.x/Makefile || die "convert_to_m failed" + + # When built with ati's make.sh it defines a bunch of macros if + # certain .config values are set, falling back to less reliable + # detection methods if linux/autoconf.h is not available. We + # simply use the linux/autoconf.h settings directly, bypassing the + # detection script. + sed -i -e 's/__SMP__/CONFIG_SMP/' *.c *h || die "SMP sed failed" + sed -i -e 's/ifdef MODVERSIONS/ifdef CONFIG_MODVERSIONS/' *.c *.h \ + || die "MODVERSIONS sed failed" +} + +src_compile() { + use modules && linux-mod_src_compile + + ebegin "Building fgl_glxgears" + cd "${S}"/extra/fgl_glxgears + # These extra libs/utils either have an Imakefile that does not + # work very well without tweaking or a Makefile ignoring CFLAGS + # and the like. We bypass those. + # The -DUSE_GLU is needed to compile using nvidia headers + # according to a comment in ati-drivers-extra-8.33.6.ebuild. + "$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU \ + -I"${S}"/${FOLDER_PREFIX}usr/include fgl_glxgears.c \ + -lGL -lGLU -lX11 -lm || die "fgl_glxgears build failed" + eend $? +} + +src_install() { + use modules && linux-mod_src_install + + # We can do two things here, and neither of them is very nice. + + # For direct rendering libGL has to be able to load one or more + # dri modules (files ending in _dri.so, like fglrx_dri.so). + # Gentoo's mesa looks for these files in the location specified by + # LIBGL_DRIVERS_PATH or LIBGL_DRIVERS_DIR, then in the hardcoded + # location /usr/$(get_libdir)/dri. Ati's libGL does the same + # thing, but the hardcoded location is /usr/X11R6/lib/modules/dri + # on x86 and amd64 32bit, /usr/X11R6/lib64/modules/dri on amd64 + # 64bit. So we can either put the .so files in that (unusual, + # compared to "normal" mesa libGL) location or set + # LIBGL_DRIVERS_PATH. We currently do the latter. See also bug + # 101539. + + # The problem with this approach is that LIBGL_DRIVERS_PATH + # *overrides* the default hardcoded location, it does not extend + # it. So if ati-drivers is merged but a non-ati libGL is selected + # and its hardcoded path does not match our LIBGL_DRIVERS_PATH + # (because it changed in a newer mesa or because it was compiled + # for a different set of multilib abis than we are) stuff breaks. + + # We create one file per ABI to work with "native" multilib, see + # below. + + echo "COLON_SEPARATED=LIBGL_DRIVERS_PATH" > "${T}/03ati-colon-sep" + doenvd "${T}/03ati-colon-sep" || die + + # All libraries that we have a 32 bit and 64 bit version of on + # amd64 are installed in src_install-libs. Everything else + # (including libraries only available in native 64bit on amd64) + # goes in here. + + # There used to be some code here that tried to detect running + # under a "native multilib" portage ((precursor of) + # http://dev.gentoo.org/~kanaka/auto-multilib/). I removed that, it + # should just work (only doing some duplicate work). --marienz + if has_multilib_profile; then + local OABI=${ABI} + for ABI in $(get_install_abis); do + src_install-libs + done + ABI=${OABI} + unset OABI + else + src_install-libs + fi + + # This is sorted by the order the files occur in the source tree. + + # X modules. + exeinto /usr/$(get_libdir)/xorg/modules/drivers + doexe "${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/drivers/fglrx_drv.so + exeinto /usr/$(get_libdir)/xorg/modules/linux + doexe "${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/linux/libfglrxdrm.so + exeinto /usr/$(get_libdir)/xorg/modules + doexe "${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/{glesx.so,amdxmm.so} + + # Arch-specific files. + # (s)bin. + into /opt + dosbin "${ARCH_DIR}"/usr/sbin/atieventsd + use qt4 && dosbin "${ARCH_DIR}"/usr/sbin/amdnotifyui + dobin "${ARCH_DIR}"/usr/bin/clinfo + # We cleaned out the compilable stuff in src_unpack + dobin "${ARCH_DIR}"/usr/X11R6/bin/* + + # Common files. + # etc. + insinto /etc/ati + exeinto /etc/ati + # Everything except for the authatieventsd.sh script. + doins ${FOLDER_PREFIX}etc/ati/{logo*,control,atiogl.xml,signature,amdpcsdb.default} + doexe ${FOLDER_PREFIX}etc/ati/authatieventsd.sh + + # include. + insinto /usr + doins -r ${FOLDER_PREFIX}usr/include + insinto /usr/include/X11/extensions + + # Just the atigetsysteminfo.sh script. + into /usr + dosbin ${FOLDER_PREFIX}usr/sbin/* + + # data files for the control panel. + if use qt4 ; then + insinto /usr/share + doins -r ${FOLDER_PREFIX}usr/share/ati + insinto /usr/share/pixmaps + doins ${FOLDER_PREFIX}usr/share/icons/ccc_large.xpm + make_desktop_entry amdcccle 'AMD Catalyst Control Center' \ + ccc_large System + fi + + # doc. + dohtml -r ${FOLDER_PREFIX}usr/share/doc/fglrx + + doman ${FOLDER_PREFIX}usr/share/man/man8/atieventsd.8 + + pushd ${FOLDER_PREFIX}usr/share/doc/fglrx/examples/etc/acpi > /dev/null + + exeinto /etc/acpi + doexe ati-powermode.sh + insinto /etc/acpi/events + doins events/* + + popd > /dev/null + + # Done with the "source" tree. Install tools we rebuilt: + dobin extra/fgl_glxgears/fgl_glxgears + newdoc extra/fgl_glxgears/README README.fgl_glxgears + + # Gentoo-specific stuff: + newinitd "${FILESDIR}"/atieventsd.init atieventsd + echo 'ATIEVENTSDOPTS=""' > "${T}"/atieventsd.conf + newconfd "${T}"/atieventsd.conf atieventsd + + # PowerXpress stuff + exeinto /usr/$(get_libdir)/fglrx + doexe "${FILESDIR}"/switchlibGL || die "doexe switchlibGL failed" + cp "${FILESDIR}"/switchlibGL "${T}"/switchlibglx + doexe "${T}"/switchlibglx || die "doexe switchlibglx failed" +} + +src_install-libs() { + if [[ "${ABI}" == "amd64" ]]; then + local EX_BASE_DIR="${BASE_DIR}_64a" + local pkglibdir=lib64 + local MY_ARCH_DIR="${S}/arch/x86_64" + local oclsuffix=64 + else + local EX_BASE_DIR="${BASE_DIR}" + local pkglibdir=lib + local MY_ARCH_DIR="${S}/arch/x86" + local oclsuffix=32 + fi + einfo "ati tree '${pkglibdir}' -> '$(get_libdir)' on system" + + local ATI_ROOT=/usr/$(get_libdir)/opengl/ati + # To make sure we do not miss a spot when these change. + local libmajor=1 libminor=2 + local libver=${libmajor}.${libminor} + + # The GLX libraries + # (yes, this really is "lib" even on amd64/multilib --marienz) + exeinto ${ATI_ROOT}/lib + newexe "${MY_ARCH_DIR}"/usr/X11R6/${pkglibdir}/fglrx/fglrx-libGL.so.${libver} \ + libGL.so.${libver} + dosym libGL.so.${libver} ${ATI_ROOT}/lib/libGL.so.${libmajor} + dosym libGL.so.${libver} ${ATI_ROOT}/lib/libGL.so + + exeinto ${ATI_ROOT}/extensions + doexe "${EX_BASE_DIR}"/usr/X11R6/${pkglibdir}/modules/extensions/fglrx/fglrx-libglx.so + mv "${D}"/${ATI_ROOT}/extensions/{fglrx-,}libglx.so + + # other libs + exeinto /usr/$(get_libdir) + # Everything except for the libGL.so installed some row above + doexe $(find "${MY_ARCH_DIR}"/usr/X11R6/${pkglibdir} \ + -maxdepth 1 -type f -name '*.so*' -not -name '*libGL.so*') + insinto /usr/$(get_libdir) + doins $(find "${MY_ARCH_DIR}"/usr/X11R6/${pkglibdir} \ + -maxdepth 1 -type f -not -name '*.so*') + + # DRI modules, installed into the path used by recent versions of mesa. + exeinto /usr/$(get_libdir)/dri + doexe "${MY_ARCH_DIR}"/usr/X11R6/${pkglibdir}/modules/dri/fglrx_dri.so + + # AMD Cal and OpenCL libraries + exeinto /usr/$(get_libdir)/OpenCL/vendors/amd + doexe "${MY_ARCH_DIR}"/usr/${pkglibdir}/libamdocl*.so* + doexe "${MY_ARCH_DIR}"/usr/${pkglibdir}/libOpenCL*.so* + dosym libOpenCL.so.${libmajor} /usr/$(get_libdir)/OpenCL/vendors/amd/libOpenCL.so + exeinto /usr/$(get_libdir) + doexe "${MY_ARCH_DIR}"/usr/${pkglibdir}/libati*.so* + + # OpenCL vendor files + insinto /etc/OpenCL/vendors/ + cat > "${T}"/amdocl${oclsuffix}.icd <<-EOF + /usr/$(get_libdir)/OpenCL/vendors/amd/libamdocl${oclsuffix}.so + EOF + doins "${T}"/amdocl${oclsuffix}.icd + + local envname="${T}"/04ati-dri-path + if [[ -n ${ABI} ]]; then + envname="${envname}-${ABI}" + fi + echo "LIBGL_DRIVERS_PATH=/usr/$(get_libdir)/dri" > "${envname}" + doenvd "${envname}" + + # Silence the QA notice by creating missing soname symlinks + for so in $(find "${D}"/usr/$(get_libdir) -maxdepth 1 -name *.so.[0-9].[0-9]) + do + local soname=${so##*/} + local soname_one=${soname%.[0-9]} + local soname_zero=${soname_one%.[0-9]} + dosym ${soname} /usr/$(get_libdir)/${soname_one} + dosym ${soname_one} /usr/$(get_libdir)/${soname_zero} + done + + # See https://bugs.gentoo.org/show_bug.cgi?id=443466 + dodir /etc/revdep-rebuild/ + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers" + + #remove static libs if not wanted + use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a + + #install xvba sdk headers + doheader xvba_sdk/include/amdxvba.h + + if use pax_kernel; then + pax-mark m "${D}"/usr/lib*/opengl/ati/lib/libGL.so.1.2 || die "pax-mark failed" + fi +} + +pkg_postinst() { + elog "To switch to AMD OpenGL, run \"eselect opengl set ati\"" + elog "To change your xorg.conf you can use the bundled \"aticonfig\"" + elog + elog "If you experience unexplained segmentation faults and kernel crashes" + elog "with this driver and multi-threaded applications such as wine," + elog "set UseFastTLS in xorg.conf to either 0 or 1, but not 2." + elog + elog "Fully rebooting the system after an ${PN} update is recommended" + elog "Stopping Xorg, reloading fglrx kernel module and restart Xorg" + elog "might not work" + elog + elog "Some cards need acpid running to handle events" + elog "Please add it to boot runlevel with rc-update add acpid boot" + elog + + use modules && linux-mod_pkg_postinst + "${ROOT}"/usr/bin/eselect opengl set --use-old ati + "${ROOT}"/usr/bin/eselect opencl set --use-old amd + + if has_version "x11-drivers/xf86-video-intel[sna]"; then + ewarn "It is reported that xf86-video-intel built with USE=\"sna\" causes the X server" + ewarn "to crash on systems that use hybrid AMD/Intel graphics. If you experience" + ewarn "this crash, downgrade to xf86-video-intel-2.20.2 or earlier or" + ewarn "try disabling sna for xf86-video-intel." + ewarn "For details, see https://bugs.gentoo.org/show_bug.cgi?id=430000" + fi + + if use pax_kernel; then + ewarn "Please run \"revdep-pax -s libGL.so.1 -me\" after installation and" + ewarn "after you have run \"eselect opengl set ati\". Executacle" + ewarn "revdep-pax is part of package sys-apps/elfix." + fi +} + +pkg_preinst() { + use modules && linux-mod_pkg_preinst +} + +pkg_prerm() { + "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11 +} + +pkg_postrm() { + use modules && linux-mod_pkg_postrm + "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11 +} diff --git a/x11-drivers/xf86-video-nouveau/Manifest b/x11-drivers/xf86-video-nouveau/Manifest index 60708b699c4e..2b11aff0669b 100644 --- a/x11-drivers/xf86-video-nouveau/Manifest +++ b/x11-drivers/xf86-video-nouveau/Manifest @@ -1,6 +1,2 @@ -DIST xf86-video-nouveau-0.0.16_pre20120322.tar.bz2 133789 SHA256 5cd902e8986baecdf1acdf7b4834fe2dd81aaf2b350a17736040a590d10c7930 SHA512 3b0f6dcbf772b5816c7ea24fbd44ea038b833f5044acf0d80e09b87ab76508d86dfb739c17c87bcdfeb05f47383a2838af3b29fe10fb7bf1419c9a4ef21aa483 WHIRLPOOL f4a0a02ad4c71d8ebe3afe60bb954162a42a275d56cceab05e40e601f81ea1aa4e847642257c81321921f91173f2aed2de5719f1758e765c7f929c36a1540342 -DIST xf86-video-nouveau-1.0.4.tar.bz2 555169 SHA256 1a8290489cf4f48d2094a541ec9a6b68beb80299741d047e322e650c30ceb7c1 SHA512 49a85cc93674e5988e9a0ee59150e1e4ca8df13575182798025fc015069663cb8d2a4b129804199ff0eff9f984e00097fdd545d9fc5c6be6bfdc82e72f85d30f WHIRLPOOL e0fe34e664b5717aab58f0eb4fa2c5ca9843e63327f1983ff8c5565194d075f7f05d098c562fbf3484061c3990dd9864cf967a1b3521c1b7591acee5abf6f95e -DIST xf86-video-nouveau-1.0.6.tar.bz2 553757 SHA256 e3e1522d08134da74cb1796e8863fd3ad3caad9eb5e9d27f4cee3dfa7c75341f SHA512 b8e593a4999ff31fbdaaa01d69753e0d32a83d85078cb77285fb3991db036330d3f4ab9d503437f8252e22a5a2a40bf771719c52619f0e0b3a55dbd32c7a127e WHIRLPOOL a46f1690d14ad7043fd951c7892058be8b9a7ba61987f1ef39895bb3b529951af00ed988e3ee7e11a91348c844b3743ad01c9573ea6c1b97c5af39bd611461a1 -DIST xf86-video-nouveau-1.0.7.tar.bz2 562850 SHA256 d187c658e1823ca829c941f3f601f8e7220d427e079c3e52b94ecff45bc2e131 SHA512 83367a7345f2ad2b1913e9bbd2af775a9821a099f7a062c825070f710f264c384d49e7c1e2011ec8cf65c5ac599f33cdbb06efabc19fae244c116835bbd0c3cd WHIRLPOOL 645c41ac52fd9650551ad19279b30698c0a7100e73ab06bc1d38f8b8920d046f8ef352925f412446929ac83cdca207cda751b908a4b9a9318a9f2e491446bcbe -DIST xf86-video-nouveau-1.0.8.tar.bz2 568773 SHA256 9b904314b8e9c7a5800724a6a31038ed88fa3fcfd35da6f4015fc104c8283617 SHA512 9eef0e697df83cb37fdd041b6d69b1ffeb47de6503edadbc3e311efbf47155461124722100288a7c7eb8b49c8b64d4e06fc848ee8975d39da962886ad90b7ce8 WHIRLPOOL 7d9869edc4446cf24e1d3a72528089dd87f2eb595d292008a093793c2fe236b22951d7b1e17233a83a35ddb5035150afeae39c4f13e8279121813eba3b1ec1c5 +DIST xf86-video-nouveau-1.0.10.tar.bz2 580544 SHA256 c1bab3160bae96d485fc93a048d19775398aa85b407bac53020675f7e995db9d SHA512 461301e5e05cdf21197abe7d7c009d491aa7d455403a3976d0ad0cba05a8d43010440e60061f5d3bcfe6cfe6bd6c4c7723ed73a889459950b795ea895459b32b WHIRLPOOL 1600767973034ab914b8978f134afbee6d33220c8a798328fad5815a84c25aa6a47192289ecf0d949272251f2574627728594b6633900a9f21b40fa5dfba245c DIST xf86-video-nouveau-1.0.9.tar.bz2 580019 SHA256 b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482 SHA512 61118a57c3918b516d250fdba917cc32d85576aa46fe84b4632e6cb1cd0e00dba76cd36667d66821361d75ddd6cc1c91a7f4d13ce0bce79e1ff2f19297474de1 WHIRLPOOL 773ed56730ad0210bffc55561177aeac0fae3973e2e8561e0e0ea3778d5e0c9876e55188422b4963ae9c25a46635a1b656c686c9b6fd98848b7895889605799e diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild deleted file mode 100644 index 7bf9475a9792..000000000000 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild,v 1.8 2013/01/08 16:59:15 chithanh Exp $ - -EAPI=4 -XORG_EAUTORECONF="yes" -XORG_DRI="always" -inherit linux-info xorg-2 - -DESCRIPTION="Accelerated Open Source driver for nVidia cards" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau] - - - eva@gentoo.org - - - Use dev-libs/gobject-introspection for - introspection - +gnome diff --git a/x11-libs/qwt/qwt-5.2.3-r2.ebuild b/x11-libs/qwt/qwt-5.2.3-r2.ebuild index 4990f6b792cd..ebe0d9a3b57e 100644 --- a/x11-libs/qwt/qwt-5.2.3-r2.ebuild +++ b/x11-libs/qwt/qwt-5.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.2.3-r2.ebuild,v 1.3 2013/06/05 02:52:28 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.2.3-r2.ebuild,v 1.4 2013/11/10 13:38:43 jlec Exp $ EAPI=5 @@ -11,11 +11,12 @@ HOMEPAGE="http://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="qwt" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" SLOT="5" IUSE="doc examples static-libs svg" DEPEND=" + dev-qt/designer:4 dev-qt/qtgui:4 doc? ( !> qwtconfig.pri epatch "${FILESDIR}/${PN}-6.0.2-invalid-read.patch" + + MULTIBUILD_VARIANTS=( shared ) + use static-libs && MULTIBUILD_VARIANTS+=( static ) + + preparation() { + cp -rf "${S}" "${BUILD_DIR}" || die + [[ ${MULTIBUILD_VARIANT} == shared ]] && \ + echo "QWT_CONFIG += QwtDll" >> "${BUILD_DIR}"/qwtconfig.pri + run_in_build_dir qt4-r2_src_prepare + } + multibuild_foreach_variant preparation +} + +src_configure() { + multibuild_parallel_foreach_variant qt4-r2_src_configure } src_compile() { + compilation() { +# cd "${BUILD_DIR}" || die +# run_in_build_dir pwd +# run_in_build_dir ls -l +# run_in_build_dir default + cd "${BUILD_DIR}" || die + default + } +# multibuild_foreach_variant run_in_build_dir default + multibuild_foreach_variant compilation + building() { # split compilation to allow parallel building emake sub-src emake } - building - - if use static-libs; then - sed "/QwtDll/d" -i qwtconfig.pri || die - eqmake4 - building - echo "CONFIG += QwtDll" >> qwtconfig.pri || die - fi +# building + +# if use static-libs; then +# sed "/QwtDll/d" -i qwtconfig.pri || die +# eqmake4 +# building +# echo "QWT_CONFIG += QwtDll" >> qwtconfig.pri || die +# fi } src_test() { @@ -93,7 +119,8 @@ src_test() { src_install () { qt4-r2_src_install - use static-libs && dolib.a lib/libqwt.a +# use static-libs && dolib.so lib/*.so* + use static-libs && dolib.a lib/*.a if use doc; then dohtml -r doc/html/* diff --git a/x11-proto/xcb-proto/xcb-proto-1.9.ebuild b/x11-proto/xcb-proto/xcb-proto-1.9.ebuild index 0a3946ab7563..41ad3420b26a 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.9.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.9.ebuild,v 1.2 2013/11/09 09:57:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.9.ebuild,v 1.3 2013/11/10 20:47:45 mattst88 Exp $ EAPI=5 @@ -26,6 +26,9 @@ DEPEND="${RDEPEND} src_prepare() { rm -f py-compile eautoreconf + + # Remove tabs, bug 490928. + sed -i -e 's/ / /' xcbgen/xtypes.py || die } src_configure() {