diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest index 765da9d43053..3eb3c53f8bfe 100644 --- a/app-admin/emacs-updater/Manifest +++ b/app-admin/emacs-updater/Manifest @@ -1,2 +1,3 @@ DIST emacs-updater-1.10.tar.xz 6444 SHA256 6519597ee64e95bcaa1145e6b3f88e15d4de64da7764f20a02d0de55dcae34c8 SHA512 2cbbb6a12ebc72af68056c0dadbbe82afb34dd565ab659085cee5e497441444ee53c9bcea288b1bf29c4720fa12849f9f144816769ccb03a7eb11aff3010d9f3 WHIRLPOOL 9fd4967f2ec8f1f831282dcea0b8d869b2576e1c659b4f4858b15a440ab1db47032cccfc792b84c4153977bba2c7f43a48b7931fe4c5d73ec18573b1a5ea2d2b +DIST emacs-updater-1.12.tar.xz 6892 SHA256 f2407629a1e34fce3abd3478488b3866221530d34a2a451a9999ca681a071dbd SHA512 aa5b62b233aa95286063e9efc1df8a113b8a7a7650e4a979b01dd8b7937caf4e52a16a398f16472f9915fb01aa17408f2c069337ab2005f7070ad1048f65cb3e WHIRLPOOL 59aa61f44089d7bce0aeea361bf377e5ecbf9a2caec4f758ee1183c40a674b0f8111b386cbb6988f3651c8bf5dc1b730995e4b160c3f34b45c48bbdcaed0552a DIST emacs-updater-1.9.tar.bz2 6445 SHA256 3d1957b42adbdbd9d2736942b7c8a7f281868cd4d413406761c62f2093e970c0 SHA512 aac069a9e06d10bf44d6e62a63094207488c1ab44dbe9234d2c9b315dcee9a1b4eab80058594fd8a191ae20a379d8a8cf4609c5971525f695508a80fe20618e7 WHIRLPOOL 8ae3046709141f9b9172998f1ccee8db2afa4c4217d4fddba0252eba88fe911f905470e40ecd63c248cebb7c53095d69a549b52158bf313a7fcd1910b0178171 diff --git a/app-admin/emacs-updater/emacs-updater-1.12.ebuild b/app-admin/emacs-updater/emacs-updater-1.12.ebuild new file mode 100644 index 000000000000..78dbef1a1a8c --- /dev/null +++ b/app-admin/emacs-updater/emacs-updater-1.12.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/app-admin/emacs-updater/emacs-updater-1.12.ebuild,v 1.1 2013/03/11 11:27:03 ulm Exp $ + +EAPI=5 + +DESCRIPTION="Rebuild Emacs packages" +HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +SRC_URI="mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="app-arch/xz-utils" +RDEPEND=">=app-portage/portage-utils-0.3 + virtual/emacs" + +src_prepare() { + if [[ -n ${EPREFIX} ]]; then + sed -i -e "1s:/:${EPREFIX%/}/:" \ + -e "s:^\(EMACS\|SITELISP\)=:&${EPREFIX%/}:" \ + emacs-updater || die + fi +} + +src_install() { + dosbin emacs-updater + doman emacs-updater.8 +} diff --git a/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild b/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild new file mode 100644 index 000000000000..b54b45d9092c --- /dev/null +++ b/app-admin/eselect-xvmc/eselect-xvmc-0.4.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/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild,v 1.1 2013/03/11 14:36:20 ottxor Exp $ + +EAPI=5 + +DESCRIPTION="Manages XvMC implementations" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="app-admin/eselect" + +S="${FILESDIR}" + +src_install() { + insinto /usr/share/eselect/modules + newins "${FILESDIR}"/${P}.eselect xvmc.eselect +} diff --git a/app-admin/eselect-xvmc/files/eselect-xvmc-0.4.eselect b/app-admin/eselect-xvmc/files/eselect-xvmc-0.4.eselect new file mode 100644 index 000000000000..eefd56675945 --- /dev/null +++ b/app-admin/eselect-xvmc/files/eselect-xvmc-0.4.eselect @@ -0,0 +1,198 @@ +# -*-eselect-*- vim: ft=eselect +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Manage the XvMC implementation used by your system" +MAINTAINER="{cardoe,ottxor}@gentoo.org" +VERSION="0.4" + +init_XVMC_vars() { + get_libname() { + case ${OSTYPE} in + darwin*) echo ${1:+.}${1}.dylib ;; + *) echo .so${1:+.}${1} ;; + esac + } + + XVMCLIBS=( + "libXvMCNVIDIA_dynamic$(get_libname 1)" + "libXvMC$(get_libname 1)" + "libviaXvMC$(get_libname 1)" + "libviaXvMCPro$(get_libname 1)" + "libchromeXvMC$(get_libname 1)" + "libchromeXvMCPro$(get_libname 1)" + "libXvMCVIA$(get_libname)" + "libXvMCVIAPro$(get_libname)" + "libI810XvMC$(get_libname 1)" + "/usr/lib/libIntelXvMC$(get_libname)" + "libAMDXvBA$(get_libname 1)" + ) + + XVMCPRETTY=( + "nvidia" + "xorg-x11" + "via" + "via-pro" + "openchrome" + "openchrome-pro" + "unichrome" + "unichrome-pro" + "intel-i810" + "intel-i915/i965" + "ati" + ) +} + +get_implementation_indices() { + local ret n + for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do + [[ -e "${EROOT}/usr/lib/${XVMCLIBS[n]##*/}" ]] && ret+=($n) + done + + echo ${ret[@]} +} + +get_current_implementation_index() { + local n + if [[ -f "${EROOT}/etc/X11/XvMCConfig" ]]; then + local current=$(< "${EROOT}/etc/X11/XvMCConfig") + for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do + if [[ "${XVMCLIBS[n]}" = "${current}" ]]; then + echo "${n}" + return + fi + done + fi + + echo "-1" +} + +set_new_implementation() { + echo -n "Switching to ${XVMCPRETTY[$1]} XvMC implementation..." + touch "${EROOT}/etc/X11/XvMCConfig" 2>&1 > /dev/null + if [[ $? -eq 0 ]]; then + echo "${XVMCLIBS[$1]}" > "${EROOT}/etc/X11/XvMCConfig" + chmod 644 "${EROOT}/etc/X11/XvMCConfig" + [[ ${EROOT} == "/" ]] && chown 0:0 "${EROOT}/etc/X11/XvMCConfig" + echo " done" + else + echo " failed!" + echo "Insufficient privileges" + fi +} + +### list action + +## {{{ list stuff +describe_list() { + echo "List Available XvMC implementations" +} + +do_list() { + local output n + init_XVMC_vars + local avail=( $(get_implementation_indices) ) + local current=$(get_current_implementation_index) + write_list_start \ + "Available XvMC implementations ($(highlight '*') is current):" + + for n in "${avail[@]}"; do + output[n]=${XVMCPRETTY[n]} + [[ ${current} -eq ${n} ]] \ + && output[n]=$(highlight_marker "${output[n]}") + done + write_numbered_list -m "(none found)" "${output[@]}" + + return 0 +} +## }}} + +### show action + +## {{{ show stuff +describe_show() { + echo "Print the current XvMC implementation." +} + +do_show() { + init_XVMC_vars + local current=$(get_current_implementation_index) + write_list_start "Current XvMC implementation:" + + if [[ ${current} -ne -1 ]]; then + echo "${XVMCPRETTY[current]}" + return 0 + else + echo "(none)" + return 2 + fi +} +## }}} + +### set action + +## {{{ set stuff +describe_set() { + echo "Select the XvMC implementation" +} + +describe_set_parameters() { + echo "" +} + +describe_set_options() { + echo " : XvMC implementation to activate" + echo "--use-old : If an implementation is already set, use that one instead" +} + +do_set() { + init_XVMC_vars + local current=$(get_current_implementation_index) + local avail=( $(get_implementation_indices) ) + local n new action + + while [[ ${#@} -gt 0 ]]; do + local opt=${1} + shift + case ${opt} in + --use-old) + if [[ ${current} -gt -1 ]]; then + (( ${current} < ${#XVMCPRETTY[@]} )) && action="old-implementation" + fi + ;; + *) + [[ -z ${action} ]] && action="set-implementation" + + if is_number ${opt} ; then + new=${avail[opt - 1]} + if [[ -z ${new} ]]; then + die -q "Unrecognized option: ${opt}" + fi + elif has ${opt} ${XVMCPRETTY[@]}; then + for (( n = 0; n < ${#XVMCPRETTY[@]}; ++n )); do + [[ "${XVMCPRETTY[n]}" = "${opt}" ]] && new=${n} + done + else + die -q "Unrecognized option: ${opt}" + fi + ;; + esac + done + + case ${action} in + old-implementation) + set_new_implementation ${current} + return $? + ;; + set-implementation) + if [[ -n ${new} ]]; then + set_new_implementation ${new} + return $? + else + die -q "Please specify an implementation to set" + fi + ;; + *) + die -q "Invalid usage of set action." + esac +} diff --git a/app-admin/eselect-xvmc/metadata.xml b/app-admin/eselect-xvmc/metadata.xml index 877ed7af7da8..a0494aadf4b2 100644 --- a/app-admin/eselect-xvmc/metadata.xml +++ b/app-admin/eselect-xvmc/metadata.xml @@ -1,7 +1,11 @@ - - cardoe@gentoo.org - + + ottxor@gentoo.org + Christoph Junghans + + + cardoe@gentoo.org + diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index de0ae81e6360..e8322ee8ca31 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,3 +1 @@ -DIST heimdal-1.5.1.tar.gz 6800347 SHA256 bd69940e67ce985589451d868354a959eebf96d8a059f513b23d40e4aa101d5f SHA512 897c8f562073d3f2638f1a2e7ffa76f56f3e46c3f986c50844bfba46735d4c0f1c09b9bfa3569d8dd79822afb1c04b69be09276f86e3dd2397874e4b3b839318 WHIRLPOOL 76195fde1921817b3674d71ea63ec694462f531c78fcc67c7ca94aaf7e6ca0d6507a61eb525524b5e10699275ef479938db297a6d6583a026fa7f96adc2b536d -DIST heimdal-1.5.2.tar.gz 6798615 SHA256 22603f282f31173533b939d289f3374258aa1ccccbe51ee088d7568d321279ec SHA512 a04abb6f6ad3b1d6c366d9c4e6d92f5c2ca00ae0261c7acbfb1a5782d1bab4b3c498c4fa4b114867cb7e09291cee663cf4fd5c25afca8deb425a8e5112308957 WHIRLPOOL fb0bf1a13675f240c3728cc3378d5652322c08b792a5c2d0ef21a954a1e76149bd580548aacd0dfa67df8653b27972b24bbc9e2a16ffd518646a2ca38f3d601c DIST heimdal-1.5.3.tar.gz 6798305 SHA256 aac27bedb33c341b6aed202af07ccc816146a893148721f8123abbbf93bbfea5 SHA512 5c7890f60d6fe6b5034fca204eb7cdb33fdc397fe09b169212b6267310b83bb0b3b06a4c2888841be34c92cbd701bd95734b4019c33c147459c4a449861c4431 WHIRLPOOL 8202b1bdf76e84b4a0fea1aa89935dfb3fbcceca38c84ffb3e3e8454691398c9a7cecfad40c6661426be5e82f4e3f43b6d6494cf287900ff958e06603b602e19 diff --git a/app-crypt/heimdal/files/CVE-2011-4862.patch b/app-crypt/heimdal/files/CVE-2011-4862.patch deleted file mode 100644 index 1c4672fcaf98..000000000000 --- a/app-crypt/heimdal/files/CVE-2011-4862.patch +++ /dev/null @@ -1,16 +0,0 @@ -Stolen shamelessly from FreeBSD - -Index: crypto/heimdal/appl/telnet/libtelnet/encrypt.c -=================================================================== ---- appl/telnet/libtelnet/encrypt.c (revision 228798) -+++ appl/telnet/libtelnet/encrypt.c (working copy) -@@ -736,6 +736,9 @@ - int dir = kp->dir; - int ret = 0; - -+ if (len > MAXKEYLEN) -+ len = MAXKEYLEN; -+ - if (!(ep = (*kp->getcrypt)(*kp->modep))) { - if (len == 0) - return; diff --git a/app-crypt/heimdal/files/heimdal-kadmind.initd-r1 b/app-crypt/heimdal/files/heimdal-kadmind.initd-r1 deleted file mode 100644 index 798d94fe641a..000000000000 --- a/app-crypt/heimdal/files/heimdal-kadmind.initd-r1 +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kadmind.initd-r1,v 1.1 2011/02/16 22:14:12 eras Exp $ - -depend() { - need net - use heimdal-kdc - after logger -} - -start() { - ebegin "Starting Heimdal kadmind" - /usr/sbin/kadmind "${OPTIONS}" & - echo $! > /var/run/heimdal-kadmind.pid - eend $? -} - -stop() { - ebegin "Stopping Heimdal kadmind" - start-stop-daemon --stop --quiet --exec \ - /usr/sbin/kadmind - eend $? -} diff --git a/app-crypt/heimdal/files/heimdal-kdc.initd-r1 b/app-crypt/heimdal/files/heimdal-kdc.initd-r1 deleted file mode 100644 index be425c4126c3..000000000000 --- a/app-crypt/heimdal/files/heimdal-kdc.initd-r1 +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kdc.initd-r1,v 1.1 2011/02/16 22:14:12 eras Exp $ - -depend() { - need net - after logger -} - -OPTIONS="${OPTIONS} --detach" - -start() { - ebegin "Starting Heimdal kdc" - start-stop-daemon --start --quiet --exec \ - /usr/sbin/kdc -- ${OPTIONS# } - eend $? -} - -stop() { - ebegin "Stopping Heimdal kdc" - start-stop-daemon --stop --quiet --exec \ - /usr/sbin/kdc - eend $? -} diff --git a/app-crypt/heimdal/files/heimdal-kpasswdd.initd-r1 b/app-crypt/heimdal/files/heimdal-kpasswdd.initd-r1 deleted file mode 100644 index 2f3afa2d310a..000000000000 --- a/app-crypt/heimdal/files/heimdal-kpasswdd.initd-r1 +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kpasswdd.initd-r1,v 1.1 2011/02/16 22:14:12 eras Exp $ - -depend() { - need net - use heimdal-kdc - after logger -} - -start() { - ebegin "Starting Heimdal kpasswdd" - start-stop-daemon --background --start --quiet --exec \ - /usr/sbin/kpasswdd -- "${OPTIONS}" - eend $? -} - -stop() { - ebegin "Stopping Heimdal kpasswdd" - start-stop-daemon --stop --quiet --exec \ - /usr/sbin/kpasswdd - eend $? -} diff --git a/app-crypt/heimdal/heimdal-1.5.1-r1.ebuild b/app-crypt/heimdal/heimdal-1.5.1-r1.ebuild deleted file mode 100644 index 6c8fd008fdbd..000000000000 --- a/app-crypt/heimdal/heimdal-1.5.1-r1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.1-r1.ebuild,v 1.11 2012/05/31 03:25:16 zmedico Exp $ - -EAPI=2 -# PYTHON_BDEPEND="2" -VIRTUALX_REQUIRED="manual" - -inherit autotools db-use eutils multilib python toolchain-funcs virtualx flag-o-matic - -MY_P="${P}" -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.h5l.org/" -SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - !berkdb? ( sys-libs/gdbm ) - caps? ( sys-libs/libcap-ng ) - >=dev-db/sqlite-3.5.7 - >=sys-libs/e2fsprogs-libs-1.41.11 - sys-libs/ncurses - sys-libs/readline - afs? ( net-fs/openafs ) - hdb-ldap? ( >=net-nds/openldap-2.3.0 ) - X? ( x11-libs/libX11 - x11-libs/libXau - x11-libs/libXt ) - !!app-crypt/mit-krb5 - !!app-crypt/mit-krb5-appl" - -DEPEND="${RDEPEND} - =dev-lang/python-2* - virtual/pkgconfig - >=sys-devel/autoconf-2.62 - test? ( X? ( ${VIRTUALX_DEPEND} ) )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}/heimdal_missing-include.patch" - epatch "${FILESDIR}/CVE-2011-4862.patch" - epatch "${FILESDIR}/heimdal_db5.patch" - epatch "${FILESDIR}/heimdal_disable-check-iprop.patch" - epatch "${FILESDIR}/heimdal_link_order.patch" - eautoreconf -} - -src_configure() { - # QA - append-flags -fno-strict-aliasing - - local myconf="" - if use berkdb; then - myconf="--with-berkeley-db --with-berkeley-db-include=$(db_includedir)" - else - myconf="--without-berkeley-db" - fi - econf \ - --enable-kcm \ - --disable-osfc2 \ - --enable-shared \ - --with-libintl=/usr \ - --with-readline=/usr \ - --with-sqlite3=/usr \ - --libexecdir=/usr/sbin \ - $(use_enable afs afs-support) \ - $(use_enable otp) \ - $(use_enable pkinit kx509) \ - $(use_enable pkinit pk-init) \ - $(use_enable static-libs static) \ - $(use_enable threads pthread-support) \ - $(use_with caps capng) \ - $(use_with hdb-ldap openldap /usr) \ - $(use_with ipv6) \ - $(use_with ssl openssl /usr) \ - $(use_with X x) \ - ${myconf} -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - INSTALL_CATPAGES="no" emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd,rshd,popper} - do - mv "${D}"/usr/share/man/man8/{,k}${i}.8 - mv "${D}"/usr/sbin/{,k}${i} - done - - for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf} - do - mv "${D}"/usr/share/man/man1/{,k}${i}.1 - mv "${D}"/usr/bin/{,k}${i} - done - - mv "${D}"/usr/share/man/man5/{,k}ftpusers.5 - mv "${D}"/usr/share/man/man5/{,k}login.access.5 - - newinitd "${FILESDIR}"/heimdal-kdc.initd-r1 heimdal-kdc - newinitd "${FILESDIR}"/heimdal-kadmind.initd-r1 heimdal-kadmind - newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r1 heimdal-kpasswdd - newinitd "${FILESDIR}"/heimdal-kcm.initd-r1 heimdal-kcm - - newconfd "${FILESDIR}"/heimdal-kdc.confd heimdal-kdc - newconfd "${FILESDIR}"/heimdal-kadmind.confd heimdal-kadmind - newconfd "${FILESDIR}"/heimdal-kpasswdd.confd heimdal-kpasswdd - newconfd "${FILESDIR}"/heimdal-kcm.confd heimdal-kcm - - insinto /etc - newins "${FILESDIR}"/krb5.conf krb5.conf.example - - if use hdb-ldap; then - insinto /etc/openldap/schema - doins "${S}/lib/hdb/hdb.schema" - fi - - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete - - # default database dir - keepdir /var/heimdal - - # Ugly hack for broken symlink - bug #417081 - rm "${D}"/usr/share/man/man5/qop.5 || die - dosym mech.5 /usr/share/man/man5/qop.5 -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libgssapi.so.2 -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libgssapi.so.2 -} diff --git a/app-crypt/heimdal/heimdal-1.5.2-r1.ebuild b/app-crypt/heimdal/heimdal-1.5.2-r1.ebuild deleted file mode 100644 index 7b566688e1ea..000000000000 --- a/app-crypt/heimdal/heimdal-1.5.2-r1.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.2-r1.ebuild,v 1.1 2012/06/13 17:48:19 eras Exp $ - -EAPI=4 -# PYTHON_BDEPEND="2" -VIRTUALX_REQUIRED="manual" - -inherit autotools db-use eutils multilib python toolchain-funcs virtualx flag-o-matic - -MY_P="${P}" -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.h5l.org/" -SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - !berkdb? ( sys-libs/gdbm ) - caps? ( sys-libs/libcap-ng ) - >=dev-db/sqlite-3.5.7 - >=sys-libs/e2fsprogs-libs-1.41.11 - sys-libs/ncurses - sys-libs/readline - afs? ( net-fs/openafs ) - hdb-ldap? ( >=net-nds/openldap-2.3.0 ) - X? ( x11-libs/libX11 - x11-libs/libXau - x11-libs/libXt ) - !!app-crypt/mit-krb5 - !!app-crypt/mit-krb5-appl" - -DEPEND="${RDEPEND} - =dev-lang/python-2* - virtual/pkgconfig - >=sys-devel/autoconf-2.62 - test? ( X? ( ${VIRTUALX_DEPEND} ) )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}/heimdal_missing-include.patch" - epatch "${FILESDIR}/heimdal_db5.patch" - epatch "${FILESDIR}/heimdal_disable-check-iprop.patch" - epatch "${FILESDIR}/heimdal_link_order.patch" - epatch "${FILESDIR}/heimdal_missing_symbols.patch" - eautoreconf -} - -src_configure() { - # QA - append-flags -fno-strict-aliasing - - local myconf="" - if use berkdb; then - myconf="--with-berkeley-db --with-berkeley-db-include=$(db_includedir)" - else - myconf="--without-berkeley-db" - fi - econf \ - --enable-kcm \ - --disable-osfc2 \ - --enable-shared \ - --with-libintl=/usr \ - --with-readline=/usr \ - --with-sqlite3=/usr \ - --libexecdir=/usr/sbin \ - $(use_enable afs afs-support) \ - $(use_enable otp) \ - $(use_enable pkinit kx509) \ - $(use_enable pkinit pk-init) \ - $(use_enable static-libs static) \ - $(use_enable threads pthread-support) \ - $(use_with caps capng) \ - $(use_with hdb-ldap openldap /usr) \ - $(use_with ipv6) \ - $(use_with ssl openssl /usr) \ - $(use_with X x) \ - ${myconf} -} - -src_compile() { - emake -j1 -} - -src_install() { - INSTALL_CATPAGES="no" emake DESTDIR="${D}" install - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd,rshd,popper} - do - mv "${D}"/usr/share/man/man8/{,k}${i}.8 - mv "${D}"/usr/sbin/{,k}${i} - done - - for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf} - do - mv "${D}"/usr/share/man/man1/{,k}${i}.1 - mv "${D}"/usr/bin/{,k}${i} - done - - mv "${D}"/usr/share/man/man5/{,k}ftpusers.5 - mv "${D}"/usr/share/man/man5/{,k}login.access.5 - - newinitd "${FILESDIR}"/heimdal-kdc.initd-r1 heimdal-kdc - newinitd "${FILESDIR}"/heimdal-kadmind.initd-r1 heimdal-kadmind - newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r1 heimdal-kpasswdd - newinitd "${FILESDIR}"/heimdal-kcm.initd-r1 heimdal-kcm - - newconfd "${FILESDIR}"/heimdal-kdc.confd heimdal-kdc - newconfd "${FILESDIR}"/heimdal-kadmind.confd heimdal-kadmind - newconfd "${FILESDIR}"/heimdal-kpasswdd.confd heimdal-kpasswdd - newconfd "${FILESDIR}"/heimdal-kcm.confd heimdal-kcm - - insinto /etc - newins "${FILESDIR}"/krb5.conf krb5.conf.example - - if use hdb-ldap; then - insinto /etc/openldap/schema - doins "${S}/lib/hdb/hdb.schema" - fi - - use static-libs || prune_libtool_files - - # default database dir - keepdir /var/heimdal - - # Ugly hack for broken symlink - bug #417081 - rm "${D}"/usr/share/man/man5/qop.5 || die - dosym mech.5 /usr/share/man/man5/qop.5 -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libgssapi.so.2 -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libgssapi.so.2 -} diff --git a/app-crypt/heimdal/heimdal-1.5.2-r2.ebuild b/app-crypt/heimdal/heimdal-1.5.2-r2.ebuild deleted file mode 100644 index 560fba63571c..000000000000 --- a/app-crypt/heimdal/heimdal-1.5.2-r2.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/app-crypt/heimdal/heimdal-1.5.2-r2.ebuild,v 1.1 2013/01/16 19:58:57 eras Exp $ - -EAPI=4 -# PYTHON_BDEPEND="2" -VIRTUALX_REQUIRED="manual" - -inherit autotools db-use eutils multilib python toolchain-funcs virtualx flag-o-matic - -MY_P="${P}" -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.h5l.org/" -SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - !berkdb? ( sys-libs/gdbm ) - caps? ( sys-libs/libcap-ng ) - >=dev-db/sqlite-3.5.7 - >=sys-libs/e2fsprogs-libs-1.41.11 - sys-libs/ncurses - sys-libs/readline - afs? ( net-fs/openafs ) - hdb-ldap? ( >=net-nds/openldap-2.3.0 ) - X? ( x11-libs/libX11 - x11-libs/libXau - x11-libs/libXt ) - !!app-crypt/mit-krb5 - !!app-crypt/mit-krb5-appl" - -DEPEND="${RDEPEND} - =dev-lang/python-2* - virtual/pkgconfig - >=sys-devel/autoconf-2.62 - test? ( X? ( ${VIRTUALX_DEPEND} ) )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}/heimdal_missing-include.patch" - epatch "${FILESDIR}/heimdal_db5.patch" - epatch "${FILESDIR}/heimdal_disable-check-iprop.patch" - epatch "${FILESDIR}/heimdal_link_order.patch" - epatch "${FILESDIR}/heimdal_missing_symbols.patch" - eautoreconf -} - -src_configure() { - # QA - append-flags -fno-strict-aliasing - - local myconf="" - if use berkdb; then - myconf="--with-berkeley-db --with-berkeley-db-include=$(db_includedir)" - else - myconf="--without-berkeley-db" - fi - econf \ - --enable-kcm \ - --disable-osfc2 \ - --enable-shared \ - --with-libintl=/usr \ - --with-readline=/usr \ - --with-sqlite3=/usr \ - --libexecdir=/usr/sbin \ - $(use_enable afs afs-support) \ - $(use_enable otp) \ - $(use_enable pkinit kx509) \ - $(use_enable pkinit pk-init) \ - $(use_enable static-libs static) \ - $(use_enable threads pthread-support) \ - $(use_with caps capng) \ - $(use_with hdb-ldap openldap /usr) \ - $(use_with ipv6) \ - $(use_with ssl openssl /usr) \ - $(use_with X x) \ - ${myconf} -} - -src_compile() { - emake -j1 -} - -src_install() { - INSTALL_CATPAGES="no" emake DESTDIR="${D}" install - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd,rshd,popper} - do - mv "${D}"/usr/share/man/man8/{,k}${i}.8 - mv "${D}"/usr/sbin/{,k}${i} - done - - for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf} - do - mv "${D}"/usr/share/man/man1/{,k}${i}.1 - mv "${D}"/usr/bin/{,k}${i} - done - - mv "${D}"/usr/share/man/man5/{,k}ftpusers.5 - mv "${D}"/usr/share/man/man5/{,k}login.access.5 - - newinitd "${FILESDIR}"/heimdal-kdc.initd-r2 heimdal-kdc - newinitd "${FILESDIR}"/heimdal-kadmind.initd-r2 heimdal-kadmind - newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r2 heimdal-kpasswdd - newinitd "${FILESDIR}"/heimdal-kcm.initd-r1 heimdal-kcm - - newconfd "${FILESDIR}"/heimdal-kdc.confd heimdal-kdc - newconfd "${FILESDIR}"/heimdal-kadmind.confd heimdal-kadmind - newconfd "${FILESDIR}"/heimdal-kpasswdd.confd heimdal-kpasswdd - newconfd "${FILESDIR}"/heimdal-kcm.confd heimdal-kcm - - insinto /etc - newins "${FILESDIR}"/krb5.conf krb5.conf.example - - if use hdb-ldap; then - insinto /etc/openldap/schema - doins "${S}/lib/hdb/hdb.schema" - fi - - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete - - # default database dir - keepdir /var/heimdal - - # Ugly hack for broken symlink - bug #417081 - rm "${D}"/usr/share/man/man5/qop.5 || die - dosym mech.5 /usr/share/man/man5/qop.5 -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libgssapi.so.2 -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libgssapi.so.2 -} diff --git a/app-crypt/heimdal/heimdal-1.5.2.ebuild b/app-crypt/heimdal/heimdal-1.5.2.ebuild deleted file mode 100644 index 695f70ea569e..000000000000 --- a/app-crypt/heimdal/heimdal-1.5.2.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/app-crypt/heimdal/heimdal-1.5.2.ebuild,v 1.4 2012/05/31 03:25:16 zmedico Exp $ - -EAPI=4 -# PYTHON_BDEPEND="2" -VIRTUALX_REQUIRED="manual" - -inherit autotools db-use eutils multilib python toolchain-funcs virtualx flag-o-matic - -MY_P="${P}" -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.h5l.org/" -SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - !berkdb? ( sys-libs/gdbm ) - caps? ( sys-libs/libcap-ng ) - >=dev-db/sqlite-3.5.7 - >=sys-libs/e2fsprogs-libs-1.41.11 - sys-libs/ncurses - sys-libs/readline - afs? ( net-fs/openafs ) - hdb-ldap? ( >=net-nds/openldap-2.3.0 ) - X? ( x11-libs/libX11 - x11-libs/libXau - x11-libs/libXt ) - !!app-crypt/mit-krb5 - !!app-crypt/mit-krb5-appl" - -DEPEND="${RDEPEND} - =dev-lang/python-2* - virtual/pkgconfig - >=sys-devel/autoconf-2.62 - test? ( X? ( ${VIRTUALX_DEPEND} ) )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}/heimdal_missing-include.patch" - epatch "${FILESDIR}/heimdal_db5.patch" - epatch "${FILESDIR}/heimdal_disable-check-iprop.patch" - epatch "${FILESDIR}/heimdal_link_order.patch" - eautoreconf -} - -src_configure() { - # QA - append-flags -fno-strict-aliasing - - local myconf="" - if use berkdb; then - myconf="--with-berkeley-db --with-berkeley-db-include=$(db_includedir)" - else - myconf="--without-berkeley-db" - fi - econf \ - --enable-kcm \ - --disable-osfc2 \ - --enable-shared \ - --with-libintl=/usr \ - --with-readline=/usr \ - --with-sqlite3=/usr \ - --libexecdir=/usr/sbin \ - $(use_enable afs afs-support) \ - $(use_enable otp) \ - $(use_enable pkinit kx509) \ - $(use_enable pkinit pk-init) \ - $(use_enable static-libs static) \ - $(use_enable threads pthread-support) \ - $(use_with caps capng) \ - $(use_with hdb-ldap openldap /usr) \ - $(use_with ipv6) \ - $(use_with ssl openssl /usr) \ - $(use_with X x) \ - ${myconf} -} - -src_compile() { - emake -j1 -} - -src_install() { - INSTALL_CATPAGES="no" emake DESTDIR="${D}" install - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd,rshd,popper} - do - mv "${D}"/usr/share/man/man8/{,k}${i}.8 - mv "${D}"/usr/sbin/{,k}${i} - done - - for i in {rcp,rsh,telnet,ftp,su,login,pagsh,kf} - do - mv "${D}"/usr/share/man/man1/{,k}${i}.1 - mv "${D}"/usr/bin/{,k}${i} - done - - mv "${D}"/usr/share/man/man5/{,k}ftpusers.5 - mv "${D}"/usr/share/man/man5/{,k}login.access.5 - - newinitd "${FILESDIR}"/heimdal-kdc.initd-r1 heimdal-kdc - newinitd "${FILESDIR}"/heimdal-kadmind.initd-r1 heimdal-kadmind - newinitd "${FILESDIR}"/heimdal-kpasswdd.initd-r1 heimdal-kpasswdd - newinitd "${FILESDIR}"/heimdal-kcm.initd-r1 heimdal-kcm - - newconfd "${FILESDIR}"/heimdal-kdc.confd heimdal-kdc - newconfd "${FILESDIR}"/heimdal-kadmind.confd heimdal-kadmind - newconfd "${FILESDIR}"/heimdal-kpasswdd.confd heimdal-kpasswdd - newconfd "${FILESDIR}"/heimdal-kcm.confd heimdal-kcm - - insinto /etc - newins "${FILESDIR}"/krb5.conf krb5.conf.example - - if use hdb-ldap; then - insinto /etc/openldap/schema - doins "${S}/lib/hdb/hdb.schema" - fi - - use static-libs || find "${D}"/usr/lib* -name '*.la' -delete - - # default database dir - keepdir /var/heimdal - - # Ugly hack for broken symlink - bug #417081 - rm "${D}"/usr/share/man/man5/qop.5 || die - dosym mech.5 /usr/share/man/man5/qop.5 -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libgssapi.so.2 -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libgssapi.so.2 -} diff --git a/app-crypt/heimdal/heimdal-1.5.3.ebuild b/app-crypt/heimdal/heimdal-1.5.3.ebuild index 179539df32ed..be99e866f83a 100644 --- a/app-crypt/heimdal/heimdal-1.5.3.ebuild +++ b/app-crypt/heimdal/heimdal-1.5.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-crypt/heimdal/heimdal-1.5.3.ebuild,v 1.12 2013/03/10 16:24:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3.ebuild,v 1.13 2013/03/11 07:38:47 ago Exp $ EAPI=4 # PYTHON_BDEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/app-crypt/oclhashcat-lite-bin/Manifest b/app-crypt/oclhashcat-lite-bin/Manifest index 7df035c01eb1..173e707548f6 100644 --- a/app-crypt/oclhashcat-lite-bin/Manifest +++ b/app-crypt/oclhashcat-lite-bin/Manifest @@ -1,3 +1 @@ -DIST oclHashcat-lite-0.10.7z 2478892 SHA256 4d4d668981c249e4a7dff139f0952794300ac1d6dac6b9cd355a90928af98b78 SHA512 22768b09d7d0157aafdcbed7be4ac22611b30e4bd1e7eb936b45ffd0988bea78b1d2932cdae8a40ebbe82be7b29c4d7a63f69c5743648edb0f9c72fd0de46842 WHIRLPOOL 4faa59a57771f2d5729d82530e97f3b6523d98dbbfc4f9662298a5aafe7ed96630856786c83e7a71ecab34361326a170c132d64a281082a8ee7287f8a920a07e -DIST oclHashcat-lite-0.13.7z 2728439 SHA256 5d62b4ae1207b0de6f43a4a6da1fc54bb36c72feeb7825a499df5d534c6b4258 SHA512 17622edc4aa9df1b809a1f235130f8f3ec92664a2fc800fdd288af7d56719613b667b972263e8b7de16fe161fd611b08e9029e78368e699d542997f2b1b1bd56 WHIRLPOOL 4c991f9b501be938e17c2393abeac25f42a7d74aa7290c3e09b34f592baf42facc5688b38285ff06782db6f0120e8cf1dbf31b96219dc310ed4692ed60ee128e DIST oclHashcat-lite-0.14.7z 2967901 SHA256 faec3c48c1ee9adde97d4f5efad17bb36ce4e69b495eeed80ae89d6faf9db551 SHA512 71fd31947208df6cd1ce26d64b0b68191d479a8142cde936eafe4c256e11905ab955a238a93393f3cf5865c75729d13bb0d496da9109c5f644e326331dca9b08 WHIRLPOOL 4c6972b5c993debbd1590fa0b4fdc59ba409cc9bcee05de2112cf4c79a74bf67c63e5a5abf70047fe0ae4cb1d6f23a57b83b84f3f1ac34e8247e9542da1d7881 diff --git a/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.10.ebuild b/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.10.ebuild deleted file mode 100644 index 3d4dab915cdd..000000000000 --- a/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.10.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.10.ebuild,v 1.3 2012/07/04 17:41:29 zerochaos Exp $ - -EAPI=4 - -inherit eutils pax-utils - -DESCRIPTION="An opencl hash cracker" -HOMEPAGE="http://hashcat.net/oclhashcat-lite/" -MY_P="oclHashcat-lite-${PV}" -SRC_URI="http://hashcat.net/files/${MY_P}.7z" - -#license applies to this version per http://hashcat.net/forum/thread-1348.html -LICENSE="hashcat" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_fglrx - video_cards_nvidia" - -IUSE="${IUSE_VIDEO_CARDS}" - -RDEPEND="sys-libs/zlib - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) - video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 )" -DEPEND="${RDEPEND} - app-arch/p7zip" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="strip" -QA_PREBUILT="*Hashcat-lite*.bin" - -src_install() { - dodoc docs/* - rm -rf *.exe docs || die - if use x86; then - rm oclHashcat-lite64.bin || die - rm cudaHashcat-lite64.bin || die - fi - if use amd64; then - rm oclHashcat-lite32.bin || die - rm cudaHashcat-lite32.bin || die - fi - if ! use video_cards_fglrx; then - rm -r kernels/4098 || die - rm oclHashcat-lite*.bin || die - fi - if ! use video_cards_nvidia; then - rm -r kernels/4318 || die - rm cudaHashcat-lite*.bin || die - fi - - #I assume this is needed but I didn't check - pax-mark m *Hashcat-lite*.bin - - insinto /opt/${PN} - doins -r "${S}"/* - - dodir /opt/bin - - cat <<-EOF > "${ED}"/opt/bin/oclhashcat-lite - #! /bin/sh - echo "oclHashcat-lite and all related files have been installed in /opt/${PN}" - echo "Please run one of the following binaries to use gpu accelerated hashcat:" - EOF - - for x in oclHashcat-lite64.bin oclHashcat-lite32.bin cudaHashcat-lite64.bin cudaHashcat-lite32.bin - do - if [ -f "${ED}"/opt/${PN}/${x} ] - then - case "${x}" in - oclHashcat-lite64.bin) - echo "echo '64 bit ATI accelerated \"oclHashcat-lite64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - oclHashcat-lite32.bin) - echo "echo '32 bit ATI accelerated \"oclHashcat-lite32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - cudaHashcat-lite64.bin) - echo "echo '64 bit NVIDIA accelerated \"cudaHashcat-lite64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - cudaHashcat-lite32.bin) - echo "echo '32 bit NVIDIA accelerated \"cudaHashcat-lite32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - esac - - fperms +x /opt/${PN}/${x} - - cat <<-EOF > "${ED}"/opt/bin/${x} - #! /bin/sh - cd /opt/${PN} - echo "Warning: ${x} is running from /opt/${PN} so be careful of relative paths." - exec ./${x} "\$@" - EOF - - fperms +x /opt/bin/${x} - - fi - done - - fperms +x /opt/bin/oclhashcat-lite - fowners root:video /opt/${PN} - einfo "oclhashcat-lite can be run as user if you are in the video group" -} diff --git a/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.13.ebuild b/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.13.ebuild deleted file mode 100644 index 27a5bc591c37..000000000000 --- a/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.13.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-lite-bin/oclhashcat-lite-bin-0.13.ebuild,v 1.1 2012/12/31 21:28:01 zerochaos Exp $ - -EAPI=4 - -inherit eutils pax-utils - -DESCRIPTION="An opencl hash cracker" -HOMEPAGE="http://hashcat.net/oclhashcat-lite/" -MY_P="oclHashcat-lite-${PV}" -SRC_URI="http://hashcat.net/files/${MY_P}.7z" - -#license applies to this version per http://hashcat.net/forum/thread-1348.html -LICENSE="hashcat" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_fglrx - video_cards_nvidia" - -IUSE="${IUSE_VIDEO_CARDS}" - -RDEPEND="sys-libs/zlib - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) - video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 )" -DEPEND="${RDEPEND} - app-arch/p7zip" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="strip" -QA_PREBUILT="*Hashcat-lite*.bin" - -src_install() { - dodoc docs/* - rm -rf *.exe docs || die - if use x86; then - rm oclHashcat-lite64.bin || die - rm cudaHashcat-lite64.bin || die - fi - if use amd64; then - rm oclHashcat-lite32.bin || die - rm cudaHashcat-lite32.bin || die - fi - if ! use video_cards_fglrx; then - rm -r kernels/4098 || die - rm oclHashcat-lite*.bin || die - fi - if ! use video_cards_nvidia; then - rm -r kernels/4318 || die - rm cudaHashcat-lite*.bin || die - fi - - #I assume this is needed but I didn't check - pax-mark m *Hashcat-lite*.bin - - insinto /opt/${PN} - doins -r "${S}"/* - - dodir /opt/bin - - cat <<-EOF > "${ED}"/opt/bin/oclhashcat-lite - #! /bin/sh - echo "oclHashcat-lite and all related files have been installed in /opt/${PN}" - echo "Please run one of the following binaries to use gpu accelerated hashcat:" - EOF - - for x in oclHashcat-lite64.bin oclHashcat-lite32.bin cudaHashcat-lite64.bin cudaHashcat-lite32.bin - do - if [ -f "${ED}"/opt/${PN}/${x} ] - then - case "${x}" in - oclHashcat-lite64.bin) - echo "echo '64 bit ATI accelerated \"oclHashcat-lite64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - oclHashcat-lite32.bin) - echo "echo '32 bit ATI accelerated \"oclHashcat-lite32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - cudaHashcat-lite64.bin) - echo "echo '64 bit NVIDIA accelerated \"cudaHashcat-lite64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - cudaHashcat-lite32.bin) - echo "echo '32 bit NVIDIA accelerated \"cudaHashcat-lite32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-lite - ;; - esac - - fperms +x /opt/${PN}/${x} - - cat <<-EOF > "${ED}"/opt/bin/${x} - #! /bin/sh - cd /opt/${PN} - echo "Warning: ${x} is running from /opt/${PN} so be careful of relative paths." - exec ./${x} "\$@" - EOF - - fperms +x /opt/bin/${x} - - fi - done - - fperms +x /opt/bin/oclhashcat-lite - fowners root:video /opt/${PN} - einfo "oclhashcat-lite can be run as user if you are in the video group" -} diff --git a/app-crypt/oclhashcat-plus-bin/Manifest b/app-crypt/oclhashcat-plus-bin/Manifest index bb8c927c8213..15581a9cfa3e 100644 --- a/app-crypt/oclhashcat-plus-bin/Manifest +++ b/app-crypt/oclhashcat-plus-bin/Manifest @@ -1,5 +1 @@ -DIST oclHashcat-plus-0.081-32.7z 19358773 SHA256 2b293e19dc87e969eea4e1b75055b791d4855d6066858fd1075494ba44179aca SHA512 30dde0691f4ac5fa9fc55f2e79f334e5d6aeea6a7e99da89b53b824df34395f7024df7b53eedfb600306f9e484deeb932c8ba9357f9a7cf07e414632f71b77f8 WHIRLPOOL eea0cbb98b4ee2030966310e260817cef253ace7d62f77f3bcbacbd2cd8458e34fc4183e5495a473d31a30f5b1ff3c0c157629b351498977874bf65a4e2df1be -DIST oclHashcat-plus-0.081-64.7z 22259753 SHA256 5390a8a3c6b8887536e936c918ca2cfeba6b971e4cd9a57dca36a3cfa5e83684 SHA512 650e75eec5d1b20fe13469097f707b667c422c5595793af4675ae860c6338aad98f809fec15dd44a53bae92a3763008632e0f618f181036ac2d70440f43d1e1d WHIRLPOOL 224764c6ccd204ea0f432c611a9076908d13bfb524caf16c0c861f2c308521f9483d22a6863d24273079b045a79c0431b1c5543b315838c7a5f11d3a264e8cb6 -DIST oclHashcat-plus-0.09.7z 16556469 SHA256 8cb00584d43adf189116bf689a26740d421d0a541f3543855b3d0bf001f618a7 SHA512 0de76421b9d52027312c71b48c20d64e27deeee481a2859c5eb2af370cf3032cfd378e9aeed2c6cf19da7cc1adf1244cefde51b60aa885a66028d743f7d64a00 WHIRLPOOL 84dda3c0953593a2cfb1920909038ae320da305ff8e48294c008ef9328247bf38e56b16d197743dac063ceb2e536ed6d502a36e0ca6e666cdd32b514883e36a1 -DIST oclHashcat-plus-0.12.7z 18713143 SHA256 8b02548e0d6e97c59bafdeabdb411b84eef581a00a131bf89238a9560bafc8fa SHA512 c2d8225f4c4bd546824823040b31aba66bd73539dd26a9f0fd695f0bf7078610f0970cbcfe3d25df133fdbf6365311c2b233fb1779da56e4756646b9b864a2b2 WHIRLPOOL 27d96e5eadc10de4fcd4ee98a93449a34e132563f79dc0c9cefa8281e85c246b3cba519942e3c76b2a1b37cafa8ca977c7f62783953f34a3d1f05b99c633d2aa DIST oclHashcat-plus-0.13.7z 22397251 SHA256 374e612979a9e10ecf01d2f2a892f8f0af00ca8cfcfbcba5e6e36eb2aae27228 SHA512 3e259ad7abb1a42b1bed30de2ccc1d3f81d0ce420b27e4969332abbbe460287e3b3420c253cc7a82e060daa7411464927edb4f084e8e671ae60553c234f097de WHIRLPOOL 075f6eab5b03e24964ce4793435189bd950678f12276cd45f49e12f57b6d638c1d6acdb91d2d8397963de5a83b44383103c41438ac21a67d6e51d4c68149d399 diff --git a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.081.ebuild b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.081.ebuild deleted file mode 100644 index d6f8e953b955..000000000000 --- a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.081.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.081.ebuild,v 1.3 2012/07/04 17:51:22 zerochaos Exp $ - -EAPI=4 - -inherit eutils pax-utils - -DESCRIPTION="An opencl multihash cracker" -HOMEPAGE="http://hashcat.net/oclhashcat-plus/" - -MY_P="oclHashcat-plus-${PV}" -SRC_URI="amd64? ( http://hashcat.net/files/${MY_P}-64.7z ) \ - x86? ( http://hashcat.net/files/${MY_P}-32.7z )" - -LICENSE="hashcat" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_fglrx - video_cards_nvidia" - -IUSE="${IUSE_VIDEO_CARDS}" - -RDEPEND="sys-libs/zlib - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) - video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 )" -DEPEND="${RDEPEND} - app-arch/p7zip" - -#S="${WORKDIR}/${MY_P}" -#temporary hack needed due to 0.81 patch release -S="${WORKDIR}/oclHashcat-plus-0.08" - -RESTRICT="strip" -QA_PREBUILT="*Hashcat-plus*.bin" - -src_install() { - dodoc docs/* - rm -r *.exe docs || die - #patches already in aircrack-ng - rm -r contrib/aircrack-ng_r1959 || die - - #the current release (0.08) seperates 64bit from 32 bit, will he stay with this? - #if ! use amd64; then - # rm oclHashcat-plus64.bin || die - # rm cudaHashcat-plus64.bin || die - # rm kernels/4098/*64* kernels/4318/*64* || die - #fi - #if ! use x86; then - # rm oclHashcat-plus32.bin || die - # rm cudaHashcat-plus32.bin || die - # rm kernels/4098/*32* kernels/4318/*32* || die - #fi - if ! use video_cards_fglrx; then - rm -r kernels/4098 || die - rm oclHashcat-plus*.bin || die - fi - if ! use video_cards_nvidia; then - rm -r kernels/4318 || die - rm cudaHashcat-plus*.bin || die - fi - pax-mark m *Hashcat-plus*.bin - - insinto /opt/${PN} - doins -r "${S}"/* || die "Copy files failed" - - dodir /opt/bin - - cat <<-EOF > "${ED}"/opt/bin/oclhashcat-plus - #! /bin/sh - echo "oclHashcat-plus and all related files have been installed in /opt/${PN}" - echo "Please run one of the following binaries to use gpu accelerated hashcat:" - EOF - - for x in oclHashcat-plus64.bin oclHashcat-plus32.bin cudaHashcat-plus64.bin cudaHashcat-plus32.bin - do - if [ -f "${ED}"/opt/${PN}/${x} ] - then - case "${x}" in - oclHashcat-plus64.bin) - echo "echo '64 bit ATI accelerated \"oclHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - oclHashcat-plus32.bin) - echo "echo '32 bit ATI accelerated \"oclHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus64.bin) - echo "echo '64 bit NVIDIA accelerated \"cudaHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus32.bin) - echo "echo '32 bit NVIDIA accelerated \"cudaHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - esac - - fperms +x /opt/${PN}/${x} - - cat <<-EOF > "${ED}"/opt/bin/${x} - #! /bin/sh - cd /opt/${PN} - echo "Warning: ${x} is running from /opt/${PN} so be careful of relative paths." - exec ./${x} "\$@" - EOF - - fperms +x /opt/bin/${x} - - fi - done - - fperms +x /opt/bin/oclhashcat-plus - fowners root:video /opt/${PN} - einfo "oclhashcat-plus can be run as user if you are in the video group" -} diff --git a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild deleted file mode 100644 index f4cc21a498ce..000000000000 --- a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v 1.2 2012/10/30 16:30:44 zerochaos Exp $ - -EAPI=4 - -inherit eutils pax-utils - -DESCRIPTION="An opencl multihash cracker" -HOMEPAGE="http://hashcat.net/oclhashcat-plus/" - -MY_P="oclHashcat-plus-${PV}" -SRC_URI="http://hashcat.net/files/${MY_P}.7z" - -LICENSE="hashcat" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_fglrx - video_cards_nvidia" - -IUSE="${IUSE_VIDEO_CARDS}" - -RDEPEND="sys-libs/zlib - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.32 ) - video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.8 )" -DEPEND="${RDEPEND} - app-arch/p7zip" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="strip" -QA_PREBUILT="*Hashcat-plus*.bin" - -src_install() { - dodoc docs/* - rm -r *.exe docs || die - - if ! use video_cards_fglrx; then - rm -r kernels/4098 || die - rm oclHashcat-plus*.bin || die - fi - if ! use video_cards_nvidia; then - rm -r kernels/4318 || die - rm cudaHashcat-plus*.bin || die - fi - pax-mark m *Hashcat-plus*.bin - - insinto /opt/${PN} - doins -r "${S}"/* || die "Copy files failed" - - dodir /opt/bin - - cat <<-EOF > "${ED}"/opt/bin/oclhashcat-plus - #! /bin/sh - echo "oclHashcat-plus and all related files have been installed in /opt/${PN}" - echo "Please run one of the following binaries to use gpu accelerated hashcat:" - EOF - - for x in oclHashcat-plus64.bin oclHashcat-plus32.bin cudaHashcat-plus64.bin cudaHashcat-plus32.bin - do - if [ -f "${ED}"/opt/${PN}/${x} ] - then - case "${x}" in - oclHashcat-plus64.bin) - echo "echo '64 bit ATI accelerated \"oclHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - oclHashcat-plus32.bin) - echo "echo '32 bit ATI accelerated \"oclHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus64.bin) - echo "echo '64 bit NVIDIA accelerated \"cudaHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus32.bin) - echo "echo '32 bit NVIDIA accelerated \"cudaHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - esac - - fperms +x /opt/${PN}/${x} - - cat <<-EOF > "${ED}"/opt/bin/${x} - #! /bin/sh - cd /opt/${PN} - echo "Warning: ${x} is running from /opt/${PN} so be careful of relative paths." - exec ./${x} "\$@" - EOF - - fperms +x /opt/bin/${x} - - fi - done - - fperms +x /opt/bin/oclhashcat-plus - fowners root:video /opt/${PN} - einfo "oclhashcat-plus can be run as user if you are in the video group" -} diff --git a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.12.ebuild b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.12.ebuild deleted file mode 100644 index e80e4b96c6f7..000000000000 --- a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.12.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.12.ebuild,v 1.1 2012/12/31 21:20:04 zerochaos Exp $ - -EAPI=4 - -inherit eutils pax-utils - -DESCRIPTION="An opencl multihash cracker" -HOMEPAGE="http://hashcat.net/oclhashcat-plus/" - -MY_P="oclHashcat-plus-${PV}" -SRC_URI="http://hashcat.net/files/${MY_P}.7z" - -LICENSE="hashcat" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_fglrx - video_cards_nvidia" - -IUSE="${IUSE_VIDEO_CARDS}" - -RDEPEND="sys-libs/zlib - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) - video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 )" -DEPEND="${RDEPEND} - app-arch/p7zip" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="strip" -QA_PREBUILT="*Hashcat-plus*.bin" - -src_install() { - dodoc docs/* - rm -r *.exe docs || die - use x86 && rm *Hashcat-plus64* - use amd64 && rm *Hashcat-plus32* - - if ! use video_cards_fglrx; then - rm -r kernels/4098 || die - rm oclHashcat-plus*.bin || die - fi - if ! use video_cards_nvidia; then - rm -r kernels/4318 || die - rm cudaHashcat-plus*.bin || die - fi - pax-mark m *Hashcat-plus*.bin - - insinto /opt/${PN} - doins -r "${S}"/* || die "Copy files failed" - - dodir /opt/bin - - cat <<-EOF > "${ED}"/opt/bin/oclhashcat-plus - #! /bin/sh - echo "oclHashcat-plus and all related files have been installed in /opt/${PN}" - echo "Please run one of the following binaries to use gpu accelerated hashcat:" - EOF - - for x in oclHashcat-plus64.bin oclHashcat-plus32.bin cudaHashcat-plus64.bin cudaHashcat-plus32.bin - do - if [ -f "${ED}"/opt/${PN}/${x} ] - then - case "${x}" in - oclHashcat-plus64.bin) - echo "echo '64 bit ATI accelerated \"oclHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - oclHashcat-plus32.bin) - echo "echo '32 bit ATI accelerated \"oclHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus64.bin) - echo "echo '64 bit NVIDIA accelerated \"cudaHashcat-plus64.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - cudaHashcat-plus32.bin) - echo "echo '32 bit NVIDIA accelerated \"cudaHashcat-plus32.bin\"'" >> "${ED}"/opt/bin/oclhashcat-plus - ;; - esac - - fperms +x /opt/${PN}/${x} - - cat <<-EOF > "${ED}"/opt/bin/${x} - #! /bin/sh - cd /opt/${PN} - echo "Warning: ${x} is running from /opt/${PN} so be careful of relative paths." - exec ./${x} "\$@" - EOF - - fperms +x /opt/bin/${x} - - fi - done - - fperms +x /opt/bin/oclhashcat-plus - fowners root:video /opt/${PN} - einfo "oclhashcat-plus can be run as user if you are in the video group" -} diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest index fc564ebfac67..c903de78ed52 100644 --- a/app-editors/emacs/Manifest +++ b/app-editors/emacs/Manifest @@ -9,6 +9,5 @@ DIST emacs-23.4-patches-8.tar.bz2 4742 SHA256 ec48d5186aa31240d5740a02949f5ac536 DIST emacs-23.4.tar.bz2 38646508 SHA256 26576f9e664397c729f78f5ffcd092969251988461896fe8793062346ee988b9 SHA512 def7a95ecaefae24d8102b96b1d575a23def1b11a8f0bb17b68f7913bd118e2ea4449a8feee76c1bd649f099b70419f0d494ddd9bb32b26f92720cda842b0296 WHIRLPOOL 2384c3f63ff153c3975e373334d6021d46b23ad3cab448ed2e1180501236453a61d13bf1dfbb2e6075bb141dd8511d85f77e37c763b39769f98de48eacc56f3b DIST emacs-24.2-patches-3.tar.xz 3884 SHA256 cf2de3291f8dd09c8073300e2395182d51761055c67818a390cd7b052e764f44 SHA512 c424580bc9b93af3b99e5fcf0189a711314857019594ea90c42317f72cedf552bb3af93ce8394dd4af888d98395ff09a372535b7b58b98b8831adf165919e561 WHIRLPOOL 2eeb7a6b441626584ae2b9fd9eba231ef8b87e7ce017f703f8fe23b2cf2cb8e251dfb041c7affe73484d20916ea3fa341b583b23ffdf59948f66121a2613f63b DIST emacs-24.2.tar.xz 34712012 SHA256 1f11b65520611d108eceea886cc1d2573704e18b19aded8a09b75fdea7eb0ddd SHA512 7627d985e9691dd5b5f2a14472592bc1da96ce90823ff50457bb5c20b6e746912b319befff5fb1dac024e1f150df6b7c687ee2cc785f5b7387885244f511bdbd WHIRLPOOL 37a2f8e45a7b3364728f9f99b0661a60355b93f19d745de505dc71b9d8a2ab4de6b4b75a104830da2bcc8d1b3d22539e5f52c85d2f104d8de0dcd0dd69dc9924 -DIST emacs-24.3-rc2.tar.xz 35575280 SHA256 9745142a0f3f0a6ead93ba8ad529e862f74f94672b32b38bee526c736b4bcf01 SHA512 b39c8b233569937e0414368fe46ee6312d50eb09fce2e2890d3b3d70c1e7d9914c80c1e0166d4876fc41c9e4188ebc73d1a8cdd6e75398aab7ee1281c693fd35 WHIRLPOOL fde5decf6239911d271d730cf37cdb287c6c135ff2f0a71f8a0f5478d4953244dac2e05cd42b69425542114473354e5f16b65f8fdf53c866b6cb287415375f58 -DIST emacs-24.3-rc3.tar.xz 35587524 SHA256 0e023fd1c485b443862a67da64a3eb461c41d984e01ccbe9c6dd4acecbf71463 SHA512 99aed34dd91c0ade6326d35618f2914b1b982c5852be5db208064471eaf4e304e2f5b1cf7ccbc4369001b3814a29b49fbe676cc19d7a18e037ad531995a4a91a WHIRLPOOL e4e39f37776e0f081823f860f16769106188d6b5036e8a24d40adf0f6a286f681e0d71158ef67ca6a632829f2a4d2d1991f76fe20c6cb0e3d8eb2fbfd520c37f +DIST emacs-24.3.tar.xz 35565352 SHA256 70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d SHA512 a1300fa10a9fba2db9735db3d01382bcda89ceec033976c4622796dfdf6d2748ed5fa73edf229182b368190c8acbf706810dd5f344542d2c0d294154bc2d0ca9 WHIRLPOOL 687ad4c7d69b41884bf28269bdea1808e03cdcec5a5218d0bac23c07cca3ced341ef98b4d5892149e2dbe899774a5e60edde9931d6c0fe41687995f530fb61d8 DIST leim-21.4.tar.gz 3291433 SHA256 db24946985dd644bfed18815d6e991dad27f8ab1fd5823dd6dc4eb8dcd04333b SHA512 c361996f7a3fcc550e7af30a7df3f692071ded2c9dce998e72f537b0e8011f319cfae1742d0be463608a86852046cba23037a29c3ecdcbaf5976807e1d1a1e2c WHIRLPOOL d7f25d5d491f323b80609567ce5cbcb5f20109cdd4671e9972c79279a3ca5338bbf67d35ae8f0bc627bc06917f545d71ab1f66a09c647f47ddaea26772bfc5c1 diff --git a/app-editors/emacs/emacs-23.4-r5.ebuild b/app-editors/emacs/emacs-23.4-r5.ebuild index 46ea1262fcfa..9c920ae4d5bd 100644 --- a/app-editors/emacs/emacs-23.4-r5.ebuild +++ b/app-editors/emacs/emacs-23.4-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/app-editors/emacs/emacs-23.4-r5.ebuild,v 1.13 2013/03/10 16:22:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r5.ebuild,v 1.14 2013/03/11 08:27:34 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -283,8 +283,8 @@ src_install () { See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml for how to enable anti-aliased fonts." use aqua && DOC_CONTENTS+="\\n\\nEmacs${EMACS_SUFFIX#emacs}.app is in - ${EPREFIX}/Applications/Gentoo. You may want to copy or symlink it - into /Applications by yourself." + \"${EPREFIX}/Applications/Gentoo\". You may want to copy or symlink + it into /Applications by yourself." readme.gentoo_create_doc } diff --git a/app-editors/emacs/emacs-24.3_rc2.ebuild b/app-editors/emacs/emacs-24.3.ebuild similarity index 97% rename from app-editors/emacs/emacs-24.3_rc2.ebuild rename to app-editors/emacs/emacs-24.3.ebuild index bbde351dbb6b..0664668dceca 100644 --- a/app-editors/emacs/emacs-24.3_rc2.ebuild +++ b/app-editors/emacs/emacs-24.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-editors/emacs/emacs-24.3_rc2.ebuild,v 1.1 2013/03/07 15:22:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.3.ebuild,v 1.1 2013/03/11 08:27:34 ulm Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" -SRC_URI="mirror://gnu-alpha/emacs/pretest/${P/_/-}.tar.xz" +SRC_URI="mirror://gnu/emacs/${P}.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24" @@ -287,8 +287,8 @@ src_install () { See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml for how to enable anti-aliased fonts." use aqua && DOC_CONTENTS+="\\n\\nEmacs${EMACS_SUFFIX#emacs}.app is in - ${EPREFIX}/Applications/Gentoo. You may want to copy or symlink it - into /Applications by yourself." + \"${EPREFIX}/Applications/Gentoo\". You may want to copy or symlink + it into /Applications by yourself." readme.gentoo_create_doc } diff --git a/app-editors/emacs/emacs-24.3_rc3.ebuild b/app-editors/emacs/emacs-24.3_rc3.ebuild deleted file mode 100644 index 728aa8e91cd3..000000000000 --- a/app-editors/emacs/emacs-24.3_rc3.ebuild +++ /dev/null @@ -1,334 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.3_rc3.ebuild,v 1.1 2013/03/08 19:33:37 ulm Exp $ - -EAPI=5 - -inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo - -DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" -HOMEPAGE="http://www.gnu.org/software/emacs/" -SRC_URI="mirror://gnu-alpha/emacs/pretest/${P/_/-}.tar.xz" - -LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" -SLOT="24" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="alsa aqua athena dbus games gconf gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm" -REQUIRED_USE="?? ( aqua X )" - -RDEPEND="sys-libs/ncurses - >=app-admin/eselect-emacs-1.2 - >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] - net-libs/liblockfile - hesiod? ( net-dns/hesiod ) - kerberos? ( virtual/krb5 ) - alsa? ( media-libs/alsa-lib ) - gpm? ( sys-libs/gpm ) - dbus? ( sys-apps/dbus ) - gnutls? ( net-libs/gnutls ) - libxml2? ( >=dev-libs/libxml2-2.2.0 ) - selinux? ( sys-libs/libselinux ) - X? ( - x11-libs/libXmu - x11-libs/libXt - x11-misc/xbitmaps - gconf? ( >=gnome-base/gconf-2.26.2 ) - gsettings? ( >=dev-libs/glib-2.28.6 ) - gif? ( media-libs/giflib ) - jpeg? ( virtual/jpeg ) - png? ( >=media-libs/libpng-1.4:0 ) - svg? ( >=gnome-base/librsvg-2.0 ) - tiff? ( media-libs/tiff ) - xpm? ( x11-libs/libXpm ) - imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) - xft? ( - media-libs/fontconfig - media-libs/freetype - x11-libs/libXft - m17n-lib? ( - >=dev-libs/libotf-0.9.4 - >=dev-libs/m17n-lib-1.5.1 - ) - ) - gtk? ( - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( x11-libs/gtk+:2 ) - ) - !gtk? ( - Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( - athena? ( x11-libs/libXaw ) - !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) ) - ) - ) - )" - -DEPEND="${RDEPEND} - app-arch/xz-utils - alsa? ( virtual/pkgconfig ) - dbus? ( virtual/pkgconfig ) - gnutls? ( virtual/pkgconfig ) - libxml2? ( virtual/pkgconfig ) - X? ( virtual/pkgconfig ) - gzip-el? ( app-arch/gzip ) - pax_kernel? ( sys-apps/paxctl )" - -RDEPEND="${RDEPEND} - !/site-lisp dir - rm -rf "${ED}"/usr/share/emacs/${FULL_VERSION}/site-lisp - - local c=";;" - if use source; then - insinto /usr/share/emacs/${FULL_VERSION}/src - # This is not meant to install all the source -- just the - # C source you might find via find-function - doins src/*.{c,h,m} - c="" - fi - - sed 's/^X//' >"${T}/${SITEFILE}" <<-EOF - X - ;;; ${PN}-${SLOT} site-lisp configuration - X - (when (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) - X ${c}(setq find-function-C-source-directory - X ${c} "${EPREFIX}/usr/share/emacs/${FULL_VERSION}/src") - X (let ((path (getenv "INFOPATH")) - X (dir "${EPREFIX}/usr/share/info/${EMACS_SUFFIX}") - X (re "\\\\\`${EPREFIX}/usr/share/info\\\\>")) - X (and path - X ;; move Emacs Info dir before anything else in /usr/share/info - X (let* ((p (cons nil (split-string path ":" t))) (q p)) - X (while (and (cdr q) (not (string-match re (cadr q)))) - X (setq q (cdr q))) - X (setcdr q (cons dir (delete dir (cdr q)))) - X (setq Info-directory-list (prune-directory-list (cdr p))))))) - EOF - elisp-site-file-install "${T}/${SITEFILE}" || die - - dodoc README BUGS - - if use aqua; then - dodir /Applications/Gentoo - rm -rf "${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app - mv nextstep/Emacs.app \ - "${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app || die - fi - - DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs - through the Emacs eselect module, which also redirects man and info - pages. Therefore, several Emacs versions can be installed at the - same time. \"man emacs.eselect\" for details. - \\n\\nIf you upgrade from Emacs version 24.2 or earlier, then it is - strongly recommended that you use app-admin/emacs-updater to rebuild - all byte-compiled elisp files of the installed Emacs packages." - use X && DOC_CONTENTS+="\\n\\nYou need to install some fonts for Emacs. - Installing media-fonts/font-adobe-{75,100}dpi on the X server's - machine would satisfy basic Emacs requirements under X11. - See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml - for how to enable anti-aliased fonts." - use aqua && DOC_CONTENTS+="\\n\\nEmacs${EMACS_SUFFIX#emacs}.app is in - ${EPREFIX}/Applications/Gentoo. You may want to copy or symlink it - into /Applications by yourself." - readme.gentoo_create_doc -} - -pkg_preinst() { - # move Info dir file to correct name - local infodir=/usr/share/info/${EMACS_SUFFIX} f - if [[ -f ${ED}${infodir}/dir.orig ]]; then - mv "${ED}"${infodir}/dir{.orig,} || die "moving info dir failed" - elif [[ -d "${ED}"${infodir} ]]; then - # this should not happen in EAPI 4 - ewarn "Regenerating Info directory index in ${infodir} ..." - rm -f "${ED}"${infodir}/dir{,.*} - for f in "${ED}"${infodir}/*; do - if [[ ${f##*/} != *-[0-9]* && -e ${f} ]]; then - install-info --info-dir="${ED}"${infodir} "${f}" \ - || die "install-info failed" - fi - done - fi -} - -pkg_postinst() { - elisp-site-regen - - local pvr - for pvr in ${REPLACING_VERSIONS}; do - [[ ${pvr%%[-_]*} = 24.[12] ]] && FORCE_PRINT_ELOG=1 - done - readme.gentoo_print_elog - - if use livecd; then - # force an update of the emacs symlink for the livecd/dvd, - # because some microemacs packages set it with USE=livecd - eselect emacs update - else - eselect emacs update ifunset - fi -} - -pkg_postrm() { - elisp-site-regen - eselect emacs update ifunset -} diff --git a/app-editors/scite/Manifest b/app-editors/scite/Manifest index 1f27ab6f943d..34b1268398aa 100644 --- a/app-editors/scite/Manifest +++ b/app-editors/scite/Manifest @@ -1,2 +1,3 @@ DIST scite323.tgz 2053250 SHA256 d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65 SHA512 70125c33a8bcb68d428a6f006d1043a9398ce34ef11f2287ebdcd84bab132c515d176ec247c2c0d3321b2f8cfa9f4a01c67526f48d2ae1d00d6d3429e2616990 WHIRLPOOL 5f260a7b11869dd41047fab3dbeebc8bbd0b7cb70d6129efb28459648ad42b1d99895ac9b5baf239a0d684c3a3205fbe6190213b72da66ec3daf150d4e082c67 DIST scite324.tgz 1956084 SHA256 bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08 SHA512 974d8609e663808b1f7bcb290f97ac4fbb61cc13c9328dd357960c637b50326fb7d75de6e19fe53cdfe4df5f5fb41c8a9dd23494715b43e4b56834aaae67b485 WHIRLPOOL 46950463738ae3098da594476d101f28941b26127fcd140c0879b48ffbe73f2f5bcc3750fa301ee5d40c9e7c46e5868fb2f1377a6485c2dd4b9c2fd7f5a4d8fd +DIST scite325.tgz 1974782 SHA256 ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef SHA512 2ebd98a2ae064630d4b784d9be91f2727e17d95deac6ef3e096c1df86540546aee174d770e14efe10f1cb4d1c11e68d98bec47ad108219a781dd01bcf0137716 WHIRLPOOL dcfbc7839d3fc3aba0c05868e417a95fd8d264e38c4a81cc2e5c613b284758ea04c41511c0b99890f4d40b6d1f6d2af046a545c3ff53f9c99e49a85949795619 diff --git a/app-editors/scite/scite-3.2.5.ebuild b/app-editors/scite/scite-3.2.5.ebuild new file mode 100644 index 000000000000..258c5330ecbe --- /dev/null +++ b/app-editors/scite/scite-3.2.5.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.2.5.ebuild,v 1.1 2013/03/11 13:01:34 ago Exp $ + +EAPI="4" + +inherit toolchain-funcs eutils + +MY_PV=${PV//./} +DESCRIPTION="A very powerful editor for programmers" +HOMEPAGE="http://www.scintilla.org/SciTE.html" +SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" + +LICENSE="HPND lua? ( MIT )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" +IUSE="lua" + +RDEPEND="dev-libs/glib + x11-libs/cairo + x11-libs/gtk+:2 + x11-libs/gdk-pixbuf + x11-libs/pango + lua? ( >=dev-lang/lua-5 )" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-apps/sed-4" + +S="${WORKDIR}/${PN}/gtk" + +src_prepare() { + cd "${WORKDIR}/scintilla/gtk" + sed -i makefile \ + -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ + -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \ + -e "s#-Os##" \ + || die "error patching makefile" + + cd "${WORKDIR}/scite/gtk" + sed -i makefile \ + -e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \ + || die "error patching makefile" + + cd "${S}" + sed -i makefile \ + -e 's#usr/local#usr#g' \ + -e 's#/gnome/apps/Applications#/applications#' \ + -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ + -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ + -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \ + -e 's#${D}##' \ + -e 's#-g root#-g 0#' \ + -e "s#-Os##" \ + || die "error patching makefile" + cd "${WORKDIR}" + epatch "${FILESDIR}/${PN}-3.0.1-no-lua.patch" +} + +src_compile() { + emake -C ../../scintilla/gtk AR="$(tc-getAR)" + if use lua; then + emake + else + emake NO_LUA=1 + fi +} + +src_install() { + dodir /usr/bin + dodir /usr/share/{pixmaps,applications} + + emake prefix="${ED}/usr" install + + # we have to keep this because otherwise it'll break upgrading + mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die + dosym /usr/bin/scite /usr/bin/SciTE + + # replace .desktop file with our own working version + rm -f "${ED}/usr/share/applications/SciTE.desktop" + domenu "${FILESDIR}/scite.desktop" + + doman ../doc/scite.1 + dodoc ../README +} diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest index 483eb6b6349a..24af3319f9a3 100644 --- a/app-office/calcurse/Manifest +++ b/app-office/calcurse/Manifest @@ -1,3 +1,4 @@ DIST calcurse-3.1.1.tar.gz 678208 SHA256 0bc2cbe1eb33d61589b04e9d991572e4934f843660a14c64bd3be06f865d006d SHA512 c90973ddc3ef2707b43800d3b272ee652bc8289d8b68d9e516df92d4a2c70b9035fda8ced558c245da923670bf064217ad2b95edeb202229ee2350a11af8d24e WHIRLPOOL e7b02b721312c6173dd8f510eb71cdf35e183c915fee1b0de2c5af82119bf77c91e8ead0a1e53803a2abe7960865279077e8e6783c64e7bc9cc7db6be4f8e2c6 DIST calcurse-3.1.2.tar.gz 678379 SHA256 47da7fc65ab122c6f989188f62eda473c7367b13b99693dc6de5fa5ea6f2a76e SHA512 5a1630e59ff62affd43ecc030a4753cda0977c209c2686bd2f7776c7956848f3709eb14ce0b2af56200dbca9631d263a39730f528d06b9cd160a2270ea6d031c WHIRLPOOL 3ea777870ecb7c44f698bb427486d48e241bc79a6dac2ab52498e07a4c1bd08ba694b3f665245181d00bc3caa9cd6ff9e9a84671c480f445366bfc92ac6e65f8 DIST calcurse-3.1.3.tar.gz 686770 SHA256 32bb99ef67a522ce8a164cd151bca620ebf6ebb1ffce9afa013a518dc5ccc0db SHA512 6ffa62eb1f0899f1ac2cf6fbe59130fdd30b8cf8dd1cbea5d54b5d973cdc006f9fa87894068eaaea6ba2abdde0b8f3037005d2bff088d673ba74cf14acea3050 WHIRLPOOL c49698b375fcc902f3a43d391a2c055b90327c5ddc42fc39efe80397b3c7251b0fd13d07678532a85d34c7c33109f317cab4d06ed41d8e4c546a3d7876c66e51 +DIST calcurse-3.1.4.tar.gz 684526 SHA256 4121b3b14ded3583af7613a99646332701ee2ccc8cf2b87397eb3c07b97390e3 SHA512 efdb655f96a176ca45a23a6246987735413a69046e5273efafffd5d2087f880969f84e387dd84672dacc8fae670a86ee7b132f6a4662e072ba92121492fd7ca7 WHIRLPOOL cc0802f6128068419de98524fcd984cf3213ca7f7f2cc003b122c808aed858230a87f387682368379329d0205bb42a55d232e5cf82f639535ffdda8ab51d9fa7 diff --git a/app-office/calcurse/calcurse-3.1.4.ebuild b/app-office/calcurse/calcurse-3.1.4.ebuild new file mode 100644 index 000000000000..ac46519f0df7 --- /dev/null +++ b/app-office/calcurse/calcurse-3.1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-3.1.4.ebuild,v 1.2 2013/03/11 12:57:08 jer Exp $ + +EAPI=5 + +DESCRIPTION="a text-based calendar and scheduling application" +HOMEPAGE="http://calcurse.org/" +SRC_URI="http://calcurse.org/files/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +CC_LINGUAS=( de en es fr nl pt_BR ru ) +IUSE+=" ${CC_LINGUAS[@]/#/linguas_}" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS NEWS README TODO ) diff --git a/app-office/lyx/lyx-2.0.5.1.ebuild b/app-office/lyx/lyx-2.0.5.1.ebuild index b87b5bd6d9f6..4f0b9e7cfbf9 100644 --- a/app-office/lyx/lyx-2.0.5.1.ebuild +++ b/app-office/lyx/lyx-2.0.5.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/app-office/lyx/lyx-2.0.5.1.ebuild,v 1.9 2013/03/02 19:36:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.5.1.ebuild,v 1.10 2013/03/11 17:49:04 ago Exp $ EAPI=3 @@ -20,7 +20,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos" IUSE="cups debug nls +latex xetex luatex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant" LANGS="ar ca cs de da el en es eu fi fr gl he hu ia id it ja nb nn pl pt ro ru sk sr sv tr uk zh_CN zh_TW" diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild index 464ed2bc6c8f..b2244d6452f0 100644 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.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/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild,v 1.2 2013/02/19 02:45:45 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild,v 1.4 2013/03/11 12:33:35 nimiux Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ruby" RDEPEND=">=app-text/build-docbook-catalog-1.1 diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest index 0c76b7ca0e15..260d93bbe37b 100644 --- a/dev-db/mongodb/Manifest +++ b/dev-db/mongodb/Manifest @@ -4,6 +4,5 @@ DIST 20121128-10gen-mms-agent.zip 31408 SHA256 be5314dcf2dbfe22b6acd6901fa7d436c DIST mongodb-src-r2.0.7.tar.gz 2982999 SHA256 b204d94bc912692bdc154402fbfc2e5c4bd60b09dcbe244f3b2b7657f0a82736 SHA512 4c92d99433388f6829e990f3a065b7d897c0ef83a8b41e99613b1b7fbccd8d1797a048c4340d6dafed956dcb06785ac9784a4b68990020c5052b11368ec98806 WHIRLPOOL 159952c811eae62cdb6b4ad577351a8f6537b8fae1b2d2ad5e4dbdf07e14944aebff765ee896f48ce53cbd7d53b6bb0fc2da470226488f2957b5c6e6df07f3e4 DIST mongodb-src-r2.0.8.tar.gz 2983263 SHA256 882f0880609c9658793702af4da5183f49d85331600ae4d8997018367f4ae827 SHA512 f79ecc75bcf574886681b27198263cc9128ab6d865b71ae3a32ea366e9125f3c636fa45a7e94d8ee7acc04adb8da655f940da03e8a285d11d6b62b0c1cad23f5 WHIRLPOOL 21525830a69a8c734bdc39d979cd3abd3e7092ffa5b1e98392ca5e013e0bd7dd2e298792ba876e5c6098204fc73f35d5cf6186cb58e12f933de46fa903938c65 DIST mongodb-src-r2.2.0.tar.gz 10150762 SHA256 084626e476ac747dfae143889c24a10f739cd54480af9bf253f50999f065608b SHA512 b040efe01457703d14d63f69b3fff79a09d6068a89b17d52ad7eb430f81d3f60fdba711cee628d55456a772d7e36fde7c683d4d71fa7d95225e436e28ccac163 WHIRLPOOL 43d12039aff75bdb12c41721ccf259b379245a655aba72472f2a973dad921d9a384f79356d6bfa9795b609f2011324b1e7100ff94b8b92f2834c40a3a9bbe653 -DIST mongodb-src-r2.2.1.tar.gz 10163588 SHA256 6ddc92c859c8d018bbdf5191c15e621dfe1505f71ddd039c26b20070f634a567 SHA512 d34182d397a34baeed02e8d50c46866bec7a70b1eedb7027c03eeb56f568dfe7fe0494aa83317acda305e8aed2dc118ff2c36dafcb8814bc4566ecafa83005e2 WHIRLPOOL ca22ad970114dce259ce95bfbb12a44244a1021888a43a142a4c94dd1fd8f2d64963845ff95eb1f45bb41fc3e75d25248133b47bcf1a0c241d2010eded0b6328 DIST mongodb-src-r2.2.2.tar.gz 10171793 SHA256 e646abd0a9839dec11fa4f35089aad8e9aeef628bce7832ab40a3138c7462127 SHA512 004c321dc046ee59a3bdb2e672d6720d627b6a0d482afacf89b557846bc0600ac06623c94076fd41f62fc6d59660a8a80c5333d128e7482a9835e260f7238142 WHIRLPOOL 52f310acb1cbed1d296fbe3719c71c74cf3bf89ea1ad89bc8dbc6aafeafae3e719fdce479fcf5a9d95b29eaab2e6099111687ed748309a125c18dfb10782f20a DIST mongodb-src-r2.2.3.tar.gz 10178451 SHA256 dd292c73f8182eb201ae4dd4bd7132c79c56247a7bc4fcde9d09a5bc6c74978d SHA512 216bb448db731ff5b435edcc127ccd99ca6fc388d1814872915e3fb6584621263d1339d8bf4da8a37ae25911df3fc036fb0fb898998e0c37ec65f61d5e38d83a WHIRLPOOL ca9a78b8574e03ec40dc4a505f768c34af964435685768fb878d30827dcb6c4c6da32d13d705f6704febd299a5d0e03aa594a51ae6894b9bc14aad0134b8cf76 diff --git a/dev-db/mongodb/files/mongodb-2.2-fix-sharedclient.patch b/dev-db/mongodb/files/mongodb-2.2-fix-sharedclient.patch new file mode 100644 index 000000000000..21e3f66c7cb6 --- /dev/null +++ b/dev-db/mongodb/files/mongodb-2.2-fix-sharedclient.patch @@ -0,0 +1,34 @@ +diff -urN mongodb-src-r2.2.0.orig/src/SConscript.client mongodb-src-r2.2.0/src/SConscript.client +--- mongodb-src-r2.2.0.orig/src/SConscript.client 2012-08-28 08:28:11.000000000 +0300 ++++ mongodb-src-r2.2.0/src/SConscript.client 2013-03-08 10:32:46.776436389 +0200 +@@ -3,7 +3,7 @@ + # This SConscript describes build and install rules for the Mongo C++ driver and associated exmaple + # programs. + +-Import('env clientEnv') ++Import('env clientEnv has_option') + + clientSource = [ + 'mongo/bson/oid.cpp', +@@ -96,9 +96,11 @@ + clientHeaders.extend(Glob('mongo/%s/*.hpp' % path)) + + mongoclient_lib = env.Library('mongoclient', clientSource), ++if has_option( "sharedclient" ): ++ mongoclient_slib = env.SharedLibrary('mongoclient', clientSource) + mongoclient_install = env.Install('#/', [ + mongoclient_lib, +- #env.SharedLibrary('mongoclient', clientSource), ++ mongoclient_slib, + ]) + env.Alias('mongoclient', mongoclient_install) + +@@ -135,6 +137,8 @@ + prefix = GetOption("prefix") + + env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}') ++if has_option( "sharedclient" ): ++ env.Install(prefix + "/lib", '${SHLIBPREFIX}mongoclient${SHLIBSUFFIX}') + + for x in clientHeaderDirectories: + env.Install(prefix + "/include/mongo/" + x, diff --git a/dev-db/mongodb/files/mongodb-2.2-fix-x86client.patch b/dev-db/mongodb/files/mongodb-2.2-fix-x86client.patch index f289d18da24b..197372c4b14e 100644 --- a/dev-db/mongodb/files/mongodb-2.2-fix-x86client.patch +++ b/dev-db/mongodb/files/mongodb-2.2-fix-x86client.patch @@ -1,13 +1,15 @@ -diff --git a/src/SConscript.client b/src/SConscript.client -index 7a6bdc9..3fb55e5 100644 ---- a/src/SConscript.client -+++ b/src/SConscript.client -@@ -134,7 +134,7 @@ env.Install( +diff -urN mongodb-src-r2.2.0.orig/src/SConscript.client mongodb-src-r2.2.0/src/SConscript.client +--- mongodb-src-r2.2.0.orig/src/SConscript.client 2013-03-08 10:32:46.000000000 +0200 ++++ mongodb-src-r2.2.0/src/SConscript.client 2013-03-08 10:34:04.208437762 +0200 +@@ -136,9 +136,9 @@ # install prefix = GetOption("prefix") -env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}') +env.InstallAs(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}') + if has_option( "sharedclient" ): +- env.Install(prefix + "/lib", '${SHLIBPREFIX}mongoclient${SHLIBSUFFIX}') ++ env.InstallAs(prefix + "/lib", '${SHLIBPREFIX}mongoclient${SHLIBSUFFIX}') for x in clientHeaderDirectories: env.Install(prefix + "/include/mongo/" + x, diff --git a/dev-db/mongodb/mongodb-2.2.0-r1.ebuild b/dev-db/mongodb/mongodb-2.2.0-r1.ebuild index 039d469efb09..dacba831162b 100644 --- a/dev-db/mongodb/mongodb-2.2.0-r1.ebuild +++ b/dev-db/mongodb/mongodb-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ -# 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-db/mongodb/mongodb-2.2.0-r1.ebuild,v 1.2 2012/11/22 03:45:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.0-r1.ebuild,v 1.3 2013/03/11 10:12:04 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -37,7 +37,7 @@ pkg_setup() { enewgroup mongodb enewuser mongodb -1 -1 /var/lib/${PN} mongodb - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" + scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient" scons_opts+=" --use-system-tcmalloc" scons_opts+=" --use-system-pcre" scons_opts+=" --use-system-snappy" @@ -53,6 +53,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" + epatch "${FILESDIR}/${PN}-2.2-fix-sharedclient.patch" # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink # on amd64 machines [2]. diff --git a/dev-db/mongodb/mongodb-2.2.0-r2.ebuild b/dev-db/mongodb/mongodb-2.2.0-r2.ebuild index 3499d22e1069..ec0db37d4e01 100644 --- a/dev-db/mongodb/mongodb-2.2.0-r2.ebuild +++ b/dev-db/mongodb/mongodb-2.2.0-r2.ebuild @@ -1,6 +1,6 @@ -# 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-db/mongodb/mongodb-2.2.0-r2.ebuild,v 1.2 2012/11/22 03:45:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.0-r2.ebuild,v 1.3 2013/03/11 10:12:04 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -37,7 +37,7 @@ pkg_setup() { enewgroup mongodb enewuser mongodb -1 -1 /var/lib/${PN} mongodb - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" + scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient" scons_opts+=" --use-system-tcmalloc" scons_opts+=" --use-system-pcre" scons_opts+=" --use-system-snappy" @@ -54,6 +54,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch" + epatch "${FILESDIR}/${PN}-2.2-fix-sharedclient.patch" # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink # on amd64 machines [2]. diff --git a/dev-db/mongodb/mongodb-2.2.1.ebuild b/dev-db/mongodb/mongodb-2.2.1.ebuild deleted file mode 100644 index fdf9c00cbd5b..000000000000 --- a/dev-db/mongodb/mongodb-2.2.1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.1.ebuild,v 1.2 2012/11/09 16:08:37 flameeyes Exp $ - -EAPI=4 -SCONS_MIN_VERSION="1.2.0" - -inherit eutils flag-o-matic multilib pax-utils scons-utils user versionator - -MY_P=${PN}-src-r${PV/_rc/-rc} - -DESCRIPTION="A high-performance, open source, schema-free document-oriented database" -HOMEPAGE="http://www.mongodb.org" -SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz - mms-agent? ( http://dev.gentoo.org/~ultrabug/20120830-10gen-mms-agent.zip )" - -LICENSE="AGPL-3 Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mms-agent static-libs v8" - -PDEPEND="mms-agent? ( dev-python/pymongo )" -RDEPEND=" - v8? ( dev-lang/v8 ) - >=dev-libs/boost-1.50[threads(+)] - dev-libs/libpcre[cxx] - dev-util/google-perftools - net-libs/libpcap - app-arch/snappy" -DEPEND="${RDEPEND} - sys-libs/readline - sys-libs/ncurses" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - enewgroup mongodb - enewuser mongodb -1 -1 /var/lib/${PN} mongodb - - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" - scons_opts+=" --use-system-tcmalloc" - scons_opts+=" --use-system-pcre" - scons_opts+=" --use-system-snappy" - scons_opts+=" --use-system-boost" - - if use v8; then - scons_opts+=" --usev8" - else - scons_opts+=" --usesm" - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" - epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" - epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch" - - # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink - # on amd64 machines [2]. - # [1] https://jira.mongodb.org/browse/SERVER-5575 - # [2] https://bugs.gentoo.org/show_bug.cgi?id=434664 - if use !prefix && [[ "$(get_libdir)" == "lib" ]]; then - epatch "${FILESDIR}/${PN}-2.2-fix-x86client.patch" - fi -} - -src_compile() { - escons ${scons_opts} all -} - -src_install() { - escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr - - use static-libs || rm "${ED}/usr/$(get_libdir)/libmongoclient.a" - - use v8 && pax-mark m "${ED}"/usr/bin/{mongo,mongod} - - for x in /var/{lib,log,run}/${PN}; do - keepdir "${x}" - fowners mongodb:mongodb "${x}" - done - - doman debian/mongo*.1 - dodoc README docs/building.md - - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN/db/s}.initd" ${PN/db/s} - newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s} - - insinto /etc/logrotate.d/ - newins "${FILESDIR}/${PN}.logrotate" ${PN} - - if use mms-agent; then - local MY_PN="mms-agent" - local MY_D="/opt/${MY_PN}" - insinto ${MY_D} - doins "${WORKDIR}/${MY_PN}/"* - fowners -R mongodb:mongodb ${MY_D} - newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN} - newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN} - fi -} - -src_test() { - escons ${scons_opts} test - "${S}"/test --dbpath=unittest || die -} - -pkg_postinst() { - if [[ ${REPLACING_VERSIONS} < 1.8 ]]; then - ewarn "You just upgraded from a previous version of mongodb !" - ewarn "Make sure you run 'mongod --upgrade' before using this version." - fi - elog "Journaling is now enabled by default, see /etc/conf.d/${PN}" -} diff --git a/dev-db/mongodb/mongodb-2.2.2-r1.ebuild b/dev-db/mongodb/mongodb-2.2.2-r2.ebuild similarity index 94% rename from dev-db/mongodb/mongodb-2.2.2-r1.ebuild rename to dev-db/mongodb/mongodb-2.2.2-r2.ebuild index 7509f10d9359..1a686f8c248d 100644 --- a/dev-db/mongodb/mongodb-2.2.2-r1.ebuild +++ b/dev-db/mongodb/mongodb-2.2.2-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/dev-db/mongodb/mongodb-2.2.2-r1.ebuild,v 1.1 2013/01/18 11:19:27 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.2-r2.ebuild,v 1.1 2013/03/11 10:12:04 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -37,7 +37,7 @@ pkg_setup() { enewgroup mongodb enewuser mongodb -1 -1 /var/lib/${PN} mongodb - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" + scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient" scons_opts+=" --use-system-tcmalloc" scons_opts+=" --use-system-pcre" scons_opts+=" --use-system-snappy" @@ -54,6 +54,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch" + epatch "${FILESDIR}/${PN}-2.2-fix-sharedclient.patch" # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink # on amd64 machines [2]. diff --git a/dev-db/mongodb/mongodb-2.2.3.ebuild b/dev-db/mongodb/mongodb-2.2.3-r1.ebuild similarity index 92% rename from dev-db/mongodb/mongodb-2.2.3.ebuild rename to dev-db/mongodb/mongodb-2.2.3-r1.ebuild index 373991c9acdd..f0170cbbebb7 100644 --- a/dev-db/mongodb/mongodb-2.2.3.ebuild +++ b/dev-db/mongodb/mongodb-2.2.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/dev-db/mongodb/mongodb-2.2.3.ebuild,v 1.1 2013/02/02 19:04:05 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.3-r1.ebuild,v 1.1 2013/03/11 10:12:04 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -37,7 +37,7 @@ pkg_setup() { enewgroup mongodb enewuser mongodb -1 -1 /var/lib/${PN} mongodb - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" + scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient" scons_opts+=" --use-system-tcmalloc" scons_opts+=" --use-system-pcre" scons_opts+=" --use-system-snappy" @@ -54,6 +54,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch" + epatch "${FILESDIR}/${PN}-2.2-fix-sharedclient.patch" # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink # on amd64 machines [2]. diff --git a/dev-dotnet/gio-sharp/metadata.xml b/dev-dotnet/gio-sharp/metadata.xml index b8286560973f..e85974a7fa17 100644 --- a/dev-dotnet/gio-sharp/metadata.xml +++ b/dev-dotnet/gio-sharp/metadata.xml @@ -1,9 +1,5 @@ - dotnet - - ssuominen@gentoo.org - Samuli Suominen - +dotnet diff --git a/dev-dotnet/gkeyfile-sharp/metadata.xml b/dev-dotnet/gkeyfile-sharp/metadata.xml index b8286560973f..e85974a7fa17 100644 --- a/dev-dotnet/gkeyfile-sharp/metadata.xml +++ b/dev-dotnet/gkeyfile-sharp/metadata.xml @@ -1,9 +1,5 @@ - dotnet - - ssuominen@gentoo.org - Samuli Suominen - +dotnet diff --git a/dev-dotnet/gtk-sharp-beans/metadata.xml b/dev-dotnet/gtk-sharp-beans/metadata.xml index b8286560973f..e85974a7fa17 100644 --- a/dev-dotnet/gtk-sharp-beans/metadata.xml +++ b/dev-dotnet/gtk-sharp-beans/metadata.xml @@ -1,9 +1,5 @@ - dotnet - - ssuominen@gentoo.org - Samuli Suominen - +dotnet diff --git a/dev-dotnet/gudev-sharp/metadata.xml b/dev-dotnet/gudev-sharp/metadata.xml index b8286560973f..e85974a7fa17 100644 --- a/dev-dotnet/gudev-sharp/metadata.xml +++ b/dev-dotnet/gudev-sharp/metadata.xml @@ -1,9 +1,5 @@ - dotnet - - ssuominen@gentoo.org - Samuli Suominen - +dotnet diff --git a/dev-games/vamos/Manifest b/dev-games/vamos/Manifest index 1f9dcfa7c869..af87d15968d1 100644 --- a/dev-games/vamos/Manifest +++ b/dev-games/vamos/Manifest @@ -1,2 +1 @@ -DIST vamos-0.7.0.tar.gz 1648589 SHA256 ee4d6bf92c1769ed1cf47cb000316df02815dc866f91e22450d1a008f65d6af9 SHA512 9f64b08583aed69dd49f4d63cf5f8fa078bcb28895d20b5d420dc211a00fca4a26ee4bb6de2849334a80daa0e3ff8c576fe1407da3b772692c06f31de75b8026 WHIRLPOOL 22eb63a339db00dfedc62474de4c3ee46beeeea28a6ee88927dd9a511894ed2a097a102ee9e962229a3edcfaa45e30cf2dffb3e1f9d2e56c73856a60044454d5 DIST vamos-0.7.1.tar.gz 1681074 SHA256 c81930b5ea376431c0abf868bf23153440eb6c44c1c47e3d9a53a5a15ab35824 SHA512 7560911e12636a4c530b6eeedc942be7121e39312d58f736a72d3b7fa2f632c962e9ccf714709f8f2e4335fa6d718f6870e7ba9e0c84f55c572e7915b4bf03e2 WHIRLPOOL 925b0038ae1638d270f54b7fee81526589bb4e2a67817834d17678063d2587da753d4e75237d610c4c111fabb1fcdb6b6e42417893f78245cd5f04100d7ada09 diff --git a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch b/dev-games/vamos/files/vamos-0.7.0-as-needed.patch deleted file mode 100644 index 868e9318cae8..000000000000 --- a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vamos-0.7.0.orig/media/Makefile.in -+++ vamos-0.7.0/media/Makefile.in -@@ -71,7 +71,7 @@ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" - LTLIBRARIES = $(lib_LTLIBRARIES) --libvamos_media_la_LIBADD = -+libvamos_media_la_LIBADD = ../geometry/libvamos-geometry.la - am_libvamos_media_la_OBJECTS = Ac3d.lo Sample.lo Texture_Image.lo \ - XML_Parser.lo - libvamos_media_la_OBJECTS = $(am_libvamos_media_la_OBJECTS) diff --git a/dev-games/vamos/vamos-0.7.0.ebuild b/dev-games/vamos/vamos-0.7.0.ebuild deleted file mode 100644 index b13d6b020cc5..000000000000 --- a/dev-games/vamos/vamos-0.7.0.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-games/vamos/vamos-0.7.0.ebuild,v 1.3 2013/01/13 11:22:57 ago Exp $ - -EAPI=4 -inherit eutils - -DESCRIPTION="an automotive simulation framework" -HOMEPAGE="http://vamos.sourceforge.net/" -SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/freeglut - media-libs/libpng:0 - media-libs/libsdl[joystick,video] - media-libs/openal - media-libs/freealut" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-as-needed.patch -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-unit-tests \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dobin caelum/.libs/caelum - newdoc caelum/README README.caelum - dodoc AUTHORS ChangeLog README TODO - prune_libtool_files -} diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild deleted file mode 100644 index 347061f693d0..000000000000 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild +++ /dev/null @@ -1,219 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild,v 1.13 2013/01/01 18:55:31 armin76 Exp $ - -EAPI=4 -inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use - -SASLAUTHD_CONF_VER="2.1.21" - -DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)." -HOMEPAGE="http://cyrusimap.web.cmu.edu/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" - -LICENSE="BSD-with-attribution" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite -srp ssl static-libs urandom" - -DEPEND="authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) - berkdb? ( >=sys-libs/db-3.2 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - kerberos? ( virtual/krb5 ) - openldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - pam? ( virtual/pam ) - postgres? ( dev-db/postgresql-base ) - sqlite? ( dev-db/sqlite:3 ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 )" -RDEPEND="${DEPEND}" - -pkg_setup() { - java-pkg-opt-2_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-sasldb_al.patch - epatch "${FILESDIR}"/${P}-saslauthd_libtool.patch - epatch "${FILESDIR}"/${P}-avoid_pic_overwrite.patch - epatch "${FILESDIR}"/${P}-autotools_fixes.patch - epatch "${FILESDIR}"/${P}-as_needed.patch - epatch "${FILESDIR}"/${P}-missing_header.patch - epatch "${FILESDIR}"/${P}-gssapi.patch - epatch "${FILESDIR}"/${P}-lib_before_plugin.patch - epatch "${FILESDIR}"/${P}-fix_heimdal.patch - epatch "${FILESDIR}"/${P}-auxprop.patch - epatch "${FILESDIR}"/${PN}-2.1.23-gss_c_nt_hostbased_service.patch - epatch "${FILESDIR}"/${PN}-2.1.23+db-5.0.patch - epatch "${FILESDIR}"/${P}-get_fqhostname.patch - - # Get rid of the -R switch (runpath_switch for Sun) - # >=gcc-4.6 errors out with unknown option - sed -i -e '/LIB_SQLITE.*-R/s/ -R[^"]*//' configure.in - - # Use plugindir for sasldir - sed -i '/^sasldir =/s:=.*:= $(plugindir):' \ - "${S}"/plugins/Makefile.{am,in} || die "sed failed" - - AT_M4DIR="${S}/cmulocal ${S}/config" eautoreconf -} - -src_configure() { - append-flags -fno-strict-aliasing - append-cppflags -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -DLDAP_DEPRECATED - - # Java support. - use java && export JAVAC="${JAVAC} ${JAVACFLAGS}" - - local myconf - - # Add authdaemond support (bug #56523). - if use authdaemond ; then - myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket" - fi - - # Fix for bug #59634. - if ! use ssl ; then - myconf="${myconf} --without-des" - fi - - if use mysql || use postgres || use sqlite ; then - myconf="${myconf} --enable-sql" - else - myconf="${myconf} --disable-sql" - fi - - # Default to GDBM if both 'gdbm' and 'berkdb' are present. - if use gdbm ; then - einfo "Building with GNU DB as database backend for your SASLdb" - myconf="${myconf} --with-dblib=gdbm" - elif use berkdb ; then - einfo "Building with BerkeleyDB as database backend for your SASLdb" - myconf="${myconf} --with-dblib=berkeley --with-bdb-incdir=$(db_includedir)" - else - einfo "Building without SASLdb support" - myconf="${myconf} --with-dblib=none" - fi - - # Use /dev/urandom instead of /dev/random (bug #46038). - if use urandom ; then - myconf="${myconf} --with-devrandom=/dev/urandom" - fi - - econf \ - --enable-login \ - --enable-ntlm \ - --enable-auth-sasldb \ - --disable-cmulocal \ - --disable-krb4 \ - --enable-otp \ - --without-sqlite \ - --with-saslauthd=/var/lib/sasl2 \ - --with-pwcheck=/var/lib/sasl2 \ - --with-configdir=/etc/sasl2 \ - --with-plugindir=/usr/$(get_libdir)/sasl2 \ - --with-dbpath=/etc/sasl2/sasldb2 \ - $(use_with ssl openssl) \ - $(use_with pam) \ - $(use_with openldap ldap) \ - $(use_enable ldapdb) \ - $(use_enable sample) \ - $(use_enable kerberos gssapi) \ - $(use_enable java) \ - $(use_with java javahome ${JAVA_HOME}) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - $(use_with sqlite sqlite3 /usr/$(get_libdir)) \ - $(use_enable srp) \ - $(use_enable static-libs static) \ - ${myconf} -} - -src_compile() { - emake - - # Default location for java classes breaks OpenOffice (bug #60769). - # Thanks to axxo@gentoo.org for the solution. - cd "${S}" - if use java ; then - jar -cvf ${PN}.jar -C java $(find java -name "*.class") - fi - - # Add testsaslauthd (bug #58768). - cd "${S}/saslauthd" - emake testsaslauthd -} - -src_install() { - emake DESTDIR="${D}" install - keepdir /var/lib/sasl2 /etc/sasl2 - - if use sample ; then - docinto sample - dodoc sample/*.c - exeinto /usr/share/doc/${P}/sample - doexe sample/client sample/server - fi - - # Default location for java classes breaks OpenOffice (bug #60769). - if use java ; then - java-pkg_dojar ${PN}.jar - java-pkg_regso "${D}/usr/$(get_libdir)/libjavasasl.so" - # hackish, don't wanna dig through makefile - rm -Rf "${D}/usr/$(get_libdir)/java" - docinto "java" - dodoc "${S}/java/README" "${FILESDIR}/java.README.gentoo" "${S}"/java/doc/* - dodir "/usr/share/doc/${PF}/java/Test" - insinto "/usr/share/doc/${PF}/java/Test" - doins "${S}"/java/Test/*.java - fi - - docinto "" - dodoc AUTHORS ChangeLog NEWS README doc/TODO doc/*.txt - newdoc pwcheck/README README.pwcheck - dohtml doc/*.html - - docinto "saslauthd" - dodoc saslauthd/{AUTHORS,ChangeLog,LDAP_SASLAUTHD,NEWS,README} - - newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd - - newinitd "${FILESDIR}/pwcheck.rc6" pwcheck - - newinitd "${FILESDIR}/saslauthd2.rc6" saslauthd - newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd - - newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd - - use static-libs || find "${D}"/usr/lib*/sasl2 -name 'lib*.la' -delete -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libsasl2.so.2.0.23 -} - -pkg_postinst () { - # Generate an empty sasldb2 with correct permissions. - if ( use berkdb || use gdbm ) && [[ ! -f "${ROOT}/etc/sasl2/sasldb2" ]] ; then - einfo "Generating an empty sasldb2 with correct permissions ..." - echo "p" | "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -p login \ - || die "Failed to generate sasldb2" - "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -d login \ - || die "Failed to delete temp user" - chown root:mail "${ROOT}/etc/sasl2/sasldb2" \ - || die "Failed to chown ${ROOT}/etc/sasl2/sasldb2" - chmod 0640 "${ROOT}/etc/sasl2/sasldb2" \ - || die "Failed to chmod ${ROOT}/etc/sasl2/sasldb2" - fi - - if use authdaemond ; then - elog "You need to add a user running a service using Courier's" - elog "authdaemon to the 'mail' group. For example, do:" - elog " gpasswd -a postfix mail" - elog "to add the 'postfix' user to the 'mail' group." - fi - - preserve_old_lib_notify /usr/$(get_libdir)/libsasl2.so.2.0.23 -} diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26.ebuild deleted file mode 100644 index fbfc853dfc4a..000000000000 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26.ebuild +++ /dev/null @@ -1,213 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26.ebuild,v 1.1 2013/02/22 15:47:31 eras Exp $ - -EAPI=5 -inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use - -SASLAUTHD_CONF_VER="2.1.21" - -DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)." -HOMEPAGE="http://cyrusimap.web.cmu.edu/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" - -LICENSE="BSD-with-attribution" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite -srp ssl static-libs urandom" - -DEPEND="net-mail/mailbase - authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) - berkdb? ( >=sys-libs/db-3.2 ) - gdbm? ( >=sys-libs/gdbm-1.8.0 ) - kerberos? ( virtual/krb5 ) - openldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - pam? ( virtual/pam ) - postgres? ( dev-db/postgresql-base ) - sqlite? ( dev-db/sqlite:3 ) - ssl? ( dev-libs/openssl ) - java? ( >=virtual/jdk-1.4 )" -RDEPEND="${DEPEND}" - -pkg_setup() { - java-pkg-opt-2_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.1.25-sasldb_al.patch - epatch "${FILESDIR}"/${PN}-2.1.25-saslauthd_libtool.patch - epatch "${FILESDIR}"/${PN}-2.1.25-avoid_pic_overwrite.patch - epatch "${FILESDIR}"/${PN}-2.1.25-autotools_fixes.patch - epatch "${FILESDIR}"/${PN}-2.1.25-as_needed.patch - epatch "${FILESDIR}"/${PN}-2.1.25-missing_header.patch - epatch "${FILESDIR}"/${PN}-2.1.25-fix_heimdal.patch - epatch "${FILESDIR}"/${PN}-2.1.25-auxprop.patch - epatch "${FILESDIR}"/${PN}-2.1.23-gss_c_nt_hostbased_service.patch - epatch "${FILESDIR}"/${PN}-2.1.25-service_keytabs.patch - - # Get rid of the -R switch (runpath_switch for Sun) - # >=gcc-4.6 errors out with unknown option - sed -i -e '/LIB_SQLITE.*-R/s/ -R[^"]*//' configure.in - - # Use plugindir for sasldir - sed -i '/^sasldir =/s:=.*:= $(plugindir):' \ - "${S}"/plugins/Makefile.{am,in} || die "sed failed" - - eautoreconf -} - -src_configure() { - append-flags -fno-strict-aliasing - append-cppflags -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -DLDAP_DEPRECATED - - # Java support. - use java && export JAVAC="${JAVAC} ${JAVACFLAGS}" - - local myconf - - # Add authdaemond support (bug #56523). - if use authdaemond ; then - myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket" - fi - - # Fix for bug #59634. - if ! use ssl ; then - myconf="${myconf} --without-des" - fi - - if use mysql || use postgres || use sqlite ; then - myconf="${myconf} --enable-sql" - else - myconf="${myconf} --disable-sql" - fi - - # Default to GDBM if both 'gdbm' and 'berkdb' are present. - if use gdbm ; then - einfo "Building with GNU DB as database backend for your SASLdb" - myconf="${myconf} --with-dblib=gdbm" - elif use berkdb ; then - einfo "Building with BerkeleyDB as database backend for your SASLdb" - myconf="${myconf} --with-dblib=berkeley --with-bdb-incdir=$(db_includedir)" - else - einfo "Building without SASLdb support" - myconf="${myconf} --with-dblib=none" - fi - - # Use /dev/urandom instead of /dev/random (bug #46038). - if use urandom ; then - myconf="${myconf} --with-devrandom=/dev/urandom" - fi - - econf \ - --enable-login \ - --enable-ntlm \ - --enable-auth-sasldb \ - --disable-cmulocal \ - --disable-krb4 \ - --enable-otp \ - --without-sqlite \ - --with-saslauthd=/var/lib/sasl2 \ - --with-pwcheck=/var/lib/sasl2 \ - --with-configdir=/etc/sasl2 \ - --with-plugindir=/usr/$(get_libdir)/sasl2 \ - --with-dbpath=/etc/sasl2/sasldb2 \ - $(use_with ssl openssl) \ - $(use_with pam) \ - $(use_with openldap ldap) \ - $(use_enable ldapdb) \ - $(use_enable sample) \ - $(use_enable kerberos gssapi) \ - $(use_enable java) \ - $(use_with java javahome ${JAVA_HOME}) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - $(use_with sqlite sqlite3 /usr/$(get_libdir)) \ - $(use_enable srp) \ - $(use_enable static-libs static) \ - ${myconf} -} - -src_compile() { - emake - - # Default location for java classes breaks OpenOffice (bug #60769). - # Thanks to axxo@gentoo.org for the solution. - cd "${S}" - if use java ; then - jar -cvf ${PN}.jar -C java $(find java -name "*.class") - fi -} - -src_install() { - emake DESTDIR="${D}" install - keepdir /var/lib/sasl2 /etc/sasl2 - - if use sample ; then - docinto sample - dodoc sample/*.c - exeinto /usr/share/doc/${P}/sample - doexe sample/client sample/server - fi - - # Default location for java classes breaks OpenOffice (bug #60769). - if use java ; then - java-pkg_dojar ${PN}.jar - java-pkg_regso "${D}/usr/$(get_libdir)/libjavasasl.so" - # hackish, don't wanna dig through makefile - rm -Rf "${D}/usr/$(get_libdir)/java" - docinto "java" - dodoc "${S}/java/README" "${FILESDIR}/java.README.gentoo" "${S}"/java/doc/* - dodir "/usr/share/doc/${PF}/java/Test" - insinto "/usr/share/doc/${PF}/java/Test" - doins "${S}"/java/Test/*.java - fi - - docinto "" - dodoc AUTHORS ChangeLog NEWS README doc/TODO doc/*.txt - newdoc pwcheck/README README.pwcheck - dohtml doc/*.html - - docinto "saslauthd" - dodoc saslauthd/{AUTHORS,ChangeLog,LDAP_SASLAUTHD,NEWS,README} - - newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd - - newinitd "${FILESDIR}/pwcheck.rc6" pwcheck - - newinitd "${FILESDIR}/saslauthd2.rc6" saslauthd - newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd - - newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd - - use static-libs || find "${D}"/usr/lib*/sasl2 -name 'lib*.la' -delete -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libsasl2.so.2.0.25 -} - -pkg_postinst () { - # Generate an empty sasldb2 with correct permissions. - if ( use berkdb || use gdbm ) && [[ ! -f "${ROOT}/etc/sasl2/sasldb2" ]] ; then - einfo "Generating an empty sasldb2 with correct permissions ..." - echo "p" | "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -p login \ - || die "Failed to generate sasldb2" - "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -d login \ - || die "Failed to delete temp user" - chown root:mail "${ROOT}/etc/sasl2/sasldb2" \ - || die "Failed to chown ${ROOT}/etc/sasl2/sasldb2" - chmod 0640 "${ROOT}/etc/sasl2/sasldb2" \ - || die "Failed to chmod ${ROOT}/etc/sasl2/sasldb2" - fi - - if use authdaemond ; then - elog "You need to add a user running a service using Courier's" - elog "authdaemon to the 'mail' group. For example, do:" - elog " gpasswd -a postfix mail" - elog "to add the 'postfix' user to the 'mail' group." - fi - - preserve_old_lib_notify /usr/$(get_libdir)/libsasl2.so.2.0.25 -} diff --git a/dev-libs/libaio/libaio-0.3.109-r4.ebuild b/dev-libs/libaio/libaio-0.3.109-r4.ebuild index 81aaa226db0c..c4d4fd91cc23 100644 --- a/dev-libs/libaio/libaio-0.3.109-r4.ebuild +++ b/dev-libs/libaio/libaio-0.3.109-r4.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-libs/libaio/libaio-0.3.109-r4.ebuild,v 1.10 2013/03/10 16:17:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libaio/libaio-0.3.109-r4.ebuild,v 1.11 2013/03/11 07:37:47 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/libs/aio/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="multilib static-libs test" EMULTILIB_PKG="true" diff --git a/dev-libs/libzip/libzip-0.10.1-r1.ebuild b/dev-libs/libzip/libzip-0.10.1-r1.ebuild index 93b19e9ebfdc..3e28eb6b4ecd 100644 --- a/dev-libs/libzip/libzip-0.10.1-r1.ebuild +++ b/dev-libs/libzip/libzip-0.10.1-r1.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-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.7 2013/01/14 09:57:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.8 2013/03/11 13:01:20 ssuominen Exp $ EAPI=4 MY_P=${P/_} AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils +inherit autotools-utils eutils DESCRIPTION="Library for manipulating zip archives" HOMEPAGE="http://www.nih.at/libzip/" @@ -47,7 +47,7 @@ src_prepare() { src_install() { autotools-utils_src_install - remove_libtool_files all + prune_libtool_files --all } src_test() { diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild deleted file mode 100644 index 8e989227dc33..000000000000 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild,v 1.9 2012/12/30 16:57:46 ulm Exp $ - -EAPI="2" - -PHP_EXT_NAME="uuid" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_VERSION="5" - -MY_P="uuid-${PV}" -PHP_EXT_S="${WORKDIR}/${MY_P}/php" -PHP_EXT_OPTIONAL_USE="php" -inherit eutils multilib php-ext-source-r2 - -DESCRIPTION="An ISO-C:1999 API and corresponding CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUID." -HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" -SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="+cxx php" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - - epatch "${FILESDIR}/${P}-gentoo-r1.patch" - - if use php; then - local slot - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - epatch "${FILESDIR}/${P}-gentoo-php.patch" - done - - php-ext-source-r2_src_prepare - fi -} - -src_configure() { - # Notes: - # * collides with e2fstools libs and includes if not moved around - # * perl-bindings are broken - # * pgsql-bindings need PostgreSQL-sources and are included since PostgreSQL 8.3 - econf \ - --includedir=/usr/include/ossp \ - --with-dce \ - --without-pgsql \ - --without-perl \ - --without-php \ - $(use_with cxx) \ - || die "econf failed" - if use php; then - php-ext-source-r2_src_configure - fi -} - -src_compile() { - emake || die "emake failed" - - if use php; then - php-ext-source-r2_src_compile - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS BINDINGS ChangeLog HISTORY NEWS OVERVIEW PORTING README SEEALSO THANKS TODO USERS - - if use php ; then - php-ext-source-r2_src_install - cd "${S}/php" - insinto /usr/share/php - newins uuid.php5 uuid.php - fi - - mv "${D}/usr/$(get_libdir)/pkgconfig"/{,ossp-}uuid.pc - mv "${D}/usr/share/man/man3"/uuid.3{,ossp} - mv "${D}/usr/share/man/man3"/uuid++.3{,ossp} -} - -src_test() { - emake check || die "emake check failed" - # Tests for the php-bindings would be available -} diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild index cc8c678294c2..7868163683a8 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-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/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild,v 1.13 2013/03/10 16:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild,v 1.14 2013/03/11 07:37:20 ago Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="+cxx perl php static-libs" DEPEND="perl? ( dev-lang/perl )" diff --git a/dev-python/BitVector/BitVector-3.3.ebuild b/dev-python/BitVector/BitVector-3.3.ebuild new file mode 100644 index 000000000000..402453043387 --- /dev/null +++ b/dev-python/BitVector/BitVector-3.3.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-python/BitVector/BitVector-3.3.ebuild,v 1.1 2013/03/11 08:40:46 patrick Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS="2.4 2.5" + +inherit distutils + +DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" +HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ http://pypi.python.org/pypi/BitVector" +SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +PYTHON_MODULES="BitVector.py" + +src_prepare() { + distutils_src_prepare + + # Don't install test.py. + rm -f test.py +} + +src_test() { + cd Test${PN} + + testing() { + PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" Test.py + } + python_execute_function testing +} diff --git a/dev-python/BitVector/Manifest b/dev-python/BitVector/Manifest index 57dde55ed4d7..6a830967c566 100644 --- a/dev-python/BitVector/Manifest +++ b/dev-python/BitVector/Manifest @@ -1,3 +1,4 @@ DIST BitVector-3.0.tar.gz 147792 SHA256 a56fdeb184227e73a6be726d574f379d092022e1073087fc7769d0e1cfe896ba SHA512 a5616cc9e97ea09748cbfc906405bbcd61fc377ee22dd22a8f34aed0c947a5224e78e099267462aa3581fae4a1a3b76c678059a32227976c395381b48f66c2a1 WHIRLPOOL addac8dff0af2bbdd1c0809ac37442c8043262711a7e2dfe15e1b952edcd16c7e6f091494aceab49d9c384032ce9c384b2ac9c4265e3584e60e351297fd8fe84 DIST BitVector-3.1.tar.gz 157374 SHA256 fb839af4a65b9a656d7b6aa7a83c4088023b15f2123ea3a5f8a2764a6c17b1f7 SHA512 8b88bf2f958dc2fa1e3efdf4768e1e999549f7fb93d1c64b758e0acbb1e5aee3633fb08db053adca2e4404d08de1fd2b41d6a6c4e73c26f8723056a2403b17d2 WHIRLPOOL 3d163c97f2f42bf0407a6cf30a097c4f0c9b205f645423b9f1b186c90b3bdae0254c172d66a7f455c956ba790d47a6917ebc9373fb031ed691933c3a39c69b0c DIST BitVector-3.2.tar.gz 160287 SHA256 05c3981259b6d64cc29a3d91be973dd75e6f72231337bd0f9616f0466bacc16d SHA512 0c8c5ea08e0fe2d6e3c15295240ffb4ae43aaf53de062c199f5db19f60819e98037a6ff07c590c627f84697cd91f4c5e59e7cce961a1e39f1880d96394a6a88b WHIRLPOOL b683c04bb83ce7dca2e09d5c01fc2c7b5ca4f4b38a74277656150b0820b33bcbaac9e3274a107e8671bbb0aae5e30e0186ed6dd3bc060a3ea3502576bc96666a +DIST BitVector-3.3.tar.gz 126836 SHA256 ad82343d3e12f2538a250de3385c2511e980e85478f858659c5280eb988d0484 SHA512 2a8ea8ca6d2da30a63abfb59eba21ed6e2a8f3e0ca37d3ca6063bf903519625b4e77bc9da8e9561d0a4fa943d87b1ba474c100fa86d8cc485b472a143c9059a3 WHIRLPOOL fe53f8db55d160341d633cdab96838ff10175f7ab3da332d5874c6203522edc168e447b755c04a98fcec6e5821c6c9a83dfdd919a3d19f2ca13a1ef43615a99c diff --git a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild index aaf362707e51..99f458d454de 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6-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/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.12 2013/03/03 00:36:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.13 2013/03/11 17:51:00 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -20,7 +20,7 @@ fi LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns" REQUIRED_USE=" diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest index 3a3bf7c7d0d6..66ea05c565fb 100644 --- a/dev-python/ansi2html/Manifest +++ b/dev-python/ansi2html/Manifest @@ -1,2 +1,3 @@ DIST ansi2html-0.9.1.tar.gz 30752 SHA256 72945cb51a15fbfd20c39e39256d838d3c7f0101232b5b697a5f0149401f7d42 SHA512 a5b06dc6b2c89c1dcd18b6d1b71aa5179720a1547d1421bdbe9f3974c159c2731a91d82919a1714e07824c39da4c32ada85ccb1be9c7a3e4207c8707a9b55998 WHIRLPOOL 7dd82815a2b9fc16c9317edfdc64b908d41e6345670cfad2fe0ac551d9b8a6e6f50375ac902e094f148f24f3d3003dfeefce35d065cc6e56c9b649bd3c97e74d DIST ansi2html-0.9.3.tar.gz 24178 SHA256 31653bbb3528624be03282ef617d96f92292b7da5d6b1541fc6b128a91ac825b SHA512 46c00c2f101b7c8ce7b3af9028c16a12a87da05fae9b92d9e5d8e1e5a60dac9ab49d6163852e33eb680338d35b371b0e64dcb858fa94724d8386a90a470ae8a1 WHIRLPOOL 67e5513e6af4a90e71b2403e1dfd2fab2d43a431f34d67c81b3ddc923e55c41099c05112209df89be186d2418ad2cee044d153d6748f09758042146cdac11301 +DIST ansi2html-0.9.4.tar.gz 27082 SHA256 8ab5d857bc9a789b4d3b7e3ced75b765f5c74ab8959cba585ac10066eec4b467 SHA512 5cc60687538309d2f5ea93a2e52d33af758e3c9372ce6dcc2286997a751d95cb6cc5a366614c36af6169b9189d7b5dda49c4d1b6e8b301ab4c592a8a9b650822 WHIRLPOOL da40dd7ef1f47fe80ff11f0c1f4f0f33613d8819c6d5e14c4b500977c70caa46b26c86a7796c71f4e8d95fcadb5223050f373e6237181886820ff2ccca45c761 diff --git a/dev-python/ansi2html/ansi2html-0.9.4.ebuild b/dev-python/ansi2html/ansi2html-0.9.4.ebuild new file mode 100644 index 000000000000..b9892b0cfb2c --- /dev/null +++ b/dev-python/ansi2html/ansi2html-0.9.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.1 2013/03/11 06:26:09 patrick Exp $ + +EAPI=5 + +# ordereddict is need for < 2.7, but it's not packaged (yet) +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) + +inherit distutils-r1 + +DESCRIPTION="Convert text with ANSI color codes to HTML" +HOMEPAGE="http://pypi.python.org/pypi/ansi2html https://github.com/ralphbean/ansi2html" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + nosetests -w tests \ + || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest index 258fedcd2d05..27f0faadb324 100644 --- a/dev-python/autopep8/Manifest +++ b/dev-python/autopep8/Manifest @@ -1,2 +1,3 @@ DIST autopep8-0.5.2.tar.gz 10049 SHA256 a9a808bac49605036bdeaa4bf5b50a9bbf87088a54b9a2e54e18c85abcecb70f SHA512 9d27a9b2c7cf90a7ea420732ac13675c6bc93435d9d9dc4e437e3e2e121d4b2931b995da77d751e2dbcf4c2c5379fda6c4c3c0f6cc222b461d4daa95e9ec2564 WHIRLPOOL 5b4f6ca08695da516f6579399de1decb3a1be6b2520a636812f1b68cb6ee7e05cb546fe7537513deb3f9a3f914808ffeaa956d1daa2c4e0bcf14f22071e9e7c8 DIST autopep8-0.8.6.tar.gz 48048 SHA256 ee3ffd6b6f4484a06aeb8b47c148b74eb7b51d3ca4003c163b4e522bd555c2d6 SHA512 0430bc2c0427816945c0e433736fd4d5515b7842391c7e1dc5680cf3a4752c60d4d37d4331a60c8808f09ed02c3753e851894f86040968af9506ed0d0cef74e4 WHIRLPOOL 2c3d976fb32fe6e0129a2416ff51563e9d007314dfa0ee3d9819df8df4e934ca9a02bbc48d114b1d6374e53851e4fdf54e10f22cc6e4336d1e249dc22e812878 +DIST autopep8-0.8.7.tar.gz 48884 SHA256 8742d3e5fe19a7926af248bf43016d41600e64e71d15af5158f8cf0e1099263f SHA512 aaa02a6ca93586b2493f915dc145c835214a22470f7fe6c93d21ae6e6c1f56b001f3ae2089fad629099bbf8752c167ca6271ac75d25511458f9d8eb4c6409d8a WHIRLPOOL e16f35cb4dec502103f651893a7ee0c340a595a578da52f08763c8ac6d29842f25b7d18c4cb6387b329d79a3ba51fdeca9015da5f80c9ab72de852c40145e52e diff --git a/dev-python/autopep8/autopep8-0.8.7.ebuild b/dev-python/autopep8/autopep8-0.8.7.ebuild new file mode 100644 index 000000000000..1a2f7a5f056c --- /dev/null +++ b/dev-python/autopep8/autopep8-0.8.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-0.8.7.ebuild,v 1.1 2013/03/11 06:20:27 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide" +HOMEPAGE="https://github.com/hhatto/autopep8 http://pypi.python.org/pypi/autopep8" +SRC_URI="https://github.com/hhatto/${PN}/tarball/ver${PV} -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-python/pep8-1.3.2 + dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +python_test() { + "${PYTHON}" setup.py test || die +} + +pkg_postinst() { + ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3" + ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45" + ewarn "(indentation checks inside triple-quotes)." + ewarn "If you do not want to be affected by this, then add the" + ewarn "following lines to your local package.mask:" + ewarn " >=dev-python/pep8-1.3" + ewarn " >=dev-python/autopep8-0.6" +} diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest index 0f47cf7e3677..fa0dbd6a8793 100644 --- a/dev-python/billiard/Manifest +++ b/dev-python/billiard/Manifest @@ -1,3 +1,4 @@ DIST billiard-2.7.3.18.tar.gz 125092 SHA256 3ec1c17ff0c51ebb03ec3dea4629f81617424c937360ce1e5ba930dea147b659 SHA512 976db60981cc2e011dac9b43ac81ddbc6a2d51dc7d4b18ed72be8f879f34175cd6351c6f52a219448f7614aecf71f5f9e26393b8653de5bf714aca89e3f051b8 WHIRLPOOL 983d5c44d25a188a6a3a95767e9a9e52b0543a6f6f1b79942b9b587f5149aa5f49d47a866193b5348aad020f8f144846d3d234b703c2a3068cf6c7478227af80 DIST billiard-2.7.3.19.tar.gz 125515 SHA256 0e0fcf9a7cf44bf7634614070d117a23ef9ac945b6c55ed454b43f5a85adc2db SHA512 4d0938ac276996433a20401e29f286555b850517e07c3747c0417a21dc1b4edc74e7e360db18915f9707c1e9c8b32b6a8ceb3016df1d6da91d5165b59bd7a947 WHIRLPOOL 8b953a283a89d49afde6229ead41919a42e4f2039d42025f6ec8c56bb3d1bb4b14ebd4be2ac98a1c7769810185b33f28ff48bc7a63a5dfb8b705238a5cd70e93 DIST billiard-2.7.3.20.tar.gz 125674 SHA256 7f828599fc5ed67e9588ff2341e96fd8cf975d2479c51bd6bf9a26df65ad200e SHA512 76f62567e471aa7841d7fd281e3680b4a011f6b5c72d744576ded0640777da341c0bcb01722711e223bc0278d510b4a4a05ef68b554a982141dcdd4d768cd789 WHIRLPOOL e96eb730a13a90106140b76a3d4a8f387621ce4c2c1ee151222b6091cef22f81db4f6152bef9fbd58e8aa128affc91bf28fd0f7c32c87185b179e88b74e1047e +DIST billiard-2.7.3.21.tar.gz 125890 SHA256 1a72a6f2127e3572f4ba40cb64bd5d078111520c2c080f1fb08daf217c483be5 SHA512 2005bdbcd6ebaa6a97cdfb4220956f2bb2abd71164d7fd123f96773bf924764bda1f09140acf3d9aab6bc80ff8eb77d05c526b8571c551204e006806533fdb9e WHIRLPOOL f18be92edaa2cef4293bc40a65ce406fdd50a7d6857a9d3ef48fc96fe9e140e524ed814e51284dcdae2c017b6a82e5752852e26fc3db5a199ce908c30121e5b9 diff --git a/dev-python/billiard/billiard-2.7.3.21.ebuild b/dev-python/billiard/billiard-2.7.3.21.ebuild new file mode 100644 index 000000000000..4af27da877b5 --- /dev/null +++ b/dev-python/billiard/billiard-2.7.3.21.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-python/billiard/billiard-2.7.3.21.ebuild,v 1.1 2013/03/11 08:50:28 patrick Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) + +inherit distutils-r1 + +DESCRIPTION="Python multiprocessing fork" +HOMEPAGE="http://pypi.python.org/pypi/billiard https://github.com/celery/billiard" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + nosetests || die +} diff --git a/dev-python/bitstring/Manifest b/dev-python/bitstring/Manifest index 3c9ce3a8d010..29c04095f09d 100644 --- a/dev-python/bitstring/Manifest +++ b/dev-python/bitstring/Manifest @@ -1,3 +1,4 @@ DIST bitstring-2.2.0.zip 584654 SHA256 7c39ffcc2a2d62f6ea5a0114ea903c9bafd05056c94d5385c56d04bb9d0f4a3d SHA512 a8f0908e91bfcb0cc862ab1a7586a7863792dc9e31e7a87a7bc61df701feb8a475391e30c0dfe7999d1c2b856646576b0d25e1336f0d1509ca30e9757c01cd9f WHIRLPOOL 5cf0739b7d5492c3ebea877a588bf4080decdcdb147dc8708fb1a05088394f7879664eedf2959cdc240a3ec87c7b13b726279053cea85361f4917c5c5c306aa1 DIST bitstring-3.0.1.zip 623680 SHA256 d75d20f1c4c7543cf500e95eab9596877fa1c4d7d9952d7402dae77dc410419e SHA512 9a9728cc513d1692d4f4800b43b5de36841d49620c63cbe637fa06cfb554f23bd6276b51a096a71f649a4adb8b905127332f517e7f214f48a672502611c603da WHIRLPOOL fb8f15991340662cccf8a0e2936e8564734f54d145b6529b91985b6d27441debb2b22e1a197e39216159b93d875bd79106e7e1547462574d2256b72c62031780 DIST bitstring-3.0.2.zip 618856 SHA256 1ff42c7192b694774e09ad70a6dd40a0e655ec022ed4f090c929ea69f21b8ebc SHA512 6b0f4d926b693a2c9f28a61902000a446ce76778a0e31ea845891fccc3bdbe8b5f369a457fcc653801777c0c83a801a663a77c932fa4d6233976fad142987825 WHIRLPOOL d402b12d4f589bfe256944508fe6d8491f829907f32ac451d560222bded611bbeaf28e36c659e0d5967a2a60bcf1de5e3c8b35f7fba25a98721456beafa0608d +DIST bitstring-3.1.0.zip 620245 SHA256 a85b382481985e1382de09e9e00fc4e31ef7c2f36c2f0724c4d008a9a0691c3f SHA512 23e4b7584acce15e452900d7354284dc75cccddee3bbedfcfd53c955af3ae701ee2f089dd6f019e3960b9b86f22b80b92786b2e85ededa48ad33bb02c3ff797b WHIRLPOOL a9fa999d832c12d9f29297e1937cea482f2af9841b950dca3ebff906085e4543770292cf1b9b62f50b27b41b1ef1de8d2f8cc80051ae3483414dff861afbd73b diff --git a/dev-python/bitstring/bitstring-3.1.0.ebuild b/dev-python/bitstring/bitstring-3.1.0.ebuild new file mode 100644 index 000000000000..2f9bf3e3e333 --- /dev/null +++ b/dev-python/bitstring/bitstring-3.1.0.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-python/bitstring/bitstring-3.1.0.ebuild,v 1.1 2013/03/11 08:43:22 patrick Exp $ + +EAPI=3 +SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS="2.5" +inherit distutils + +DESCRIPTION="A pure Python module for creation and analysis of binary data" +HOMEPAGE="http://python-bitstring.googlecode.com/" +SRC_URI="http://python-bitstring.googlecode.com/files/${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="app-arch/unzip" + +src_test() { + testing() { + PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" test_${PN}.py + } + pushd test > /dev/null + python_execute_function testing + popd > /dev/null +} diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index 1e5a9f5be1d7..25b67f12418f 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1,3 +1,4 @@ DIST celery-3.0.12.tar.gz 1218262 SHA256 716a465327ded5048893d518eafdade5eb09eb9d941e6efdbdaaac73b0251d3d SHA512 4ce7da636b52b0f87d46444c27ac1c6ba2e6afc1cd3378829e1a01c01f18adf6ed91e64e08ff19a52833071df58dbf6d452ffcfd008a4fe1ce57ccbff0bb0ed6 WHIRLPOOL 5d045eb19394d09b6816d60a745508565d75775b814225939ee9e252b0690cca2b4b73850a970ba98a6c3ad21bede1747d297b7a8e757bb0cb8d366ced275650 DIST celery-3.0.13.tar.gz 1223019 SHA256 1a8d045c94bfda832db2afbc786e8c99ac0e094d6019a5d89c8adfe04f396d6a SHA512 20bfa638893497f1bbb29859fa0b6f488341aa07d0243da7a713642b9723825de7f747dca09d0f5544dddc7b9595775e947ce247d03204f4080be51d5e3a4955 WHIRLPOOL ac699c0900631138247fccf0de4f13ed8f508e3edb2c5fd01582d36e96ebbdb80bdd9fae00b9c2984f6088cf14cda30114335ebdc1afc5a8da3981a3e541bffe DIST celery-3.0.14.tar.gz 1229097 SHA256 57006a6e477282a2e55ace498729bf13218ac2c7ad5d9d920ad86b2469458df2 SHA512 df98a4a5661a005ed295339f527aef15e7d25c625904bb60bf3e305f40136c21ecd30d557cffe71b1888214e28099205df31e56e26d1d698e4b1366c11cbb722 WHIRLPOOL 29e984da6d5120ac31f04e5bf789ed1163d0726351725921d8c776a2fea1dd10e83a64a9979149f3bd2690884908f3963c7caa0374e49ca33fc7098aed8dda57 +DIST celery-3.0.15.tar.gz 1229180 SHA256 c20637d2ad68ddc407f4fba89e3afccbe7a9c55a3b79059579ba9fcf5de5d976 SHA512 697d88797d90cba747d8d331d2bef30427ef2ce574674543c0aec37d22a59c324a64092d1a0218c89ac122178a65488bb9a97e83b2a319272afd2538c2f6985b WHIRLPOOL af92937d660b12f560a18e7ebe94be448773b490e1c76d2bb017c434d95c871f988c6bedad746aa8da94cb6b87e34ca46ef73dbefc8f3af28f7925e4c8f81e44 diff --git a/dev-python/celery/celery-3.0.15.ebuild b/dev-python/celery/celery-3.0.15.ebuild new file mode 100644 index 000000000000..096d27dd10ad --- /dev/null +++ b/dev-python/celery/celery-3.0.15.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.15.ebuild,v 1.1 2013/03/11 08:50:11 patrick Exp $ + +EAPI="4" + +# Not broken but unsupported; dev-python/redis-py doesn't +# support python3 which is a dep in tests. pypy fails just 1 test +PYTHON_TESTS_RESTRICTED_ABIS="3.* 2.7-pypy-*" +PYTHON_DEPEND="*:2.7" +RESTRICT_PYTHON_ABIS="2.[5-6]" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils eutils + +DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." +HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples sql test" + +# jython would need: threadpool, simplejson +# python2.5 would need: ordereddict, test? unittest2 +# python2.6 would need: multiprocessing, test? simplejson +RDEPEND=">=dev-python/kombu-2.4.7 + =dev-python/anyjson-0.3.3 + virtual/pyparsing + >=dev-python/billiard-2.7.3.17 + dev-python/pytz + " +DEPEND="${RDEPEND} + test? ( + dev-python/gevent + >=dev-python/mock-0.7.0 + virtual/python-unittest2 + dev-python/pyopenssl + dev-python/nose-cover3 + dev-python/sqlalchemy + dev-python/pymongo + dev-python/redis-py + dev-db/redis + ) + doc? ( + dev-python/docutils + dev-python/sphinx + dev-python/jinja + dev-python/sphinxcontrib-issuetracker + dev-python/sqlalchemy + ) + dev-python/setuptools" + +src_test() { + testing() { + nosetests --py3where build-${PYTHON_ABI}/lib/${PN}/tests + } + python_execute_function testing +} + +src_compile() { + distutils_src_compile + dodocs() { + echo "test $PYTHON_ABI" + if [[ "${PYTHON_ABI}" == "2.7" ]]; then + mkdir docs/.build || die + PYTHONPATH="${S}/doc:${S}/build-${PYTHON_ABI}"/lib emake -C docs html + fi + } + use doc && python_execute_function dodocs +} + +src_install() { + distutils_src_install --install-scripts="/usr/bin" + + # Main celeryd init.d and conf.d + newinitd "${FILESDIR}/celery.initd" celery + newconfd "${FILESDIR}/celery.confd" celery + + if use examples; then + insinto usr/share/doc/${P}/ + doins -r examples + fi + use doc && dohtml -r docs/.build/html/ +} diff --git a/dev-python/d2to1/Manifest b/dev-python/d2to1/Manifest index dcfd685c193c..ae26a7b1a6ea 100644 --- a/dev-python/d2to1/Manifest +++ b/dev-python/d2to1/Manifest @@ -1 +1,2 @@ DIST d2to1-0.2.7.tar.gz 18784 SHA256 a029a89acac1117cf206e2e19ceff2e7f6eeee5d317c69b5a61be2632cc042cc SHA512 c5a5d216474bbdee297cdb1d824cf9e7c06563fb93706b87c7ef997538b941cc06055176bdaeee8392e63ed7bbab7c22989548d219768b26dfbedb71e0e8b012 WHIRLPOOL 2ef34d39fb6c494999ea5110a0ce5b744b5d63ae90d8308bf9f49525eaee4b2eb9354c787d00344091c68903999369c19b35b27844bd9c179334f9dd20fa6443 +DIST d2to1-0.2.9.tar.gz 37159 SHA256 f913e388aae7b7409cedffa51bc3ad19843a8bf6251227aa103857ef6db0c1c9 SHA512 12addbfbaa8cc392878758c7007ca6c61cd1aece68bc6692660b4affad4fb6773fa4c149a7eea17e2369b4063230087f6d4e4a6ba3538ced8e9f6ee67a0c9a4e WHIRLPOOL eb33078c579988f3bd685870f25cf48e35d8393c94b8d9648198b5d7b7aff1cf6ee18217526c4394b89689a49b10235656613984a99805a46e639d801994e26c diff --git a/dev-python/d2to1/d2to1-0.2.9.ebuild b/dev-python/d2to1/d2to1-0.2.9.ebuild new file mode 100644 index 000000000000..531d93049334 --- /dev/null +++ b/dev-python/d2to1/d2to1-0.2.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/d2to1/d2to1-0.2.9.ebuild,v 1.1 2013/03/11 05:48:11 patrick Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Allows using distutils2-like setup.cfg files for a package metadata" +HOMEPAGE="http://pypi.python.org/pypi/d2to1" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="${DEPEND}" diff --git a/dev-python/fabric/Manifest b/dev-python/fabric/Manifest index 0fc63b91d766..57dd6dc8661b 100644 --- a/dev-python/fabric/Manifest +++ b/dev-python/fabric/Manifest @@ -7,4 +7,5 @@ DIST Fabric-1.5.0.tar.gz 208678 SHA256 cddd0209dd9ff787dfdd7add752ae4adec8510b5c DIST Fabric-1.5.1.tar.gz 209128 SHA256 81b67886b539ecaa952925e2c821eff3bf95e26ae0c70d5058d3b67fc400367e SHA512 fc036d2e354189c26abe00b75ba016142d5aa8da2c523d02e2054da16e28d6fcba3f702379a68f5552ba7a26b6d48bc84fec4359b511b6769779b1488d8ee10a WHIRLPOOL 64824048530f9b85ea27ed4b24195b8bb8944eb7dbd2692f95f2afc8c70289bba8c03e2127346e8ca509daf5471e4f64328ef84350d976ebc2f6ae8acf2e506a DIST Fabric-1.5.2.tar.gz 211449 SHA256 bf3a942f22a1f7926ada9690375335756849e5a555b608bda63f7bf421be5726 SHA512 37c30625772e8beea3b1d740612e7232d95238f0bb7b3ddfe32dfb5b6fe416ea7b076ec9360608801425ad40ad0932c3d3884fdc0f145c62469c2c5626390cc1 WHIRLPOOL 64a699fc4e66aa59a0c8bfd52ad943e5ca372b1d627dab48752bc367e63724d07e9c4addf35c3be977f0a20090f3e2a01ea1eddd97e5ed41aa42ab9d6c358562 DIST Fabric-1.5.3.tar.gz 241041 SHA256 e90a15a5a6fe9be6941ca7141e1d36e0dc8112a9df13d316fa4770a92391b725 SHA512 9cbd093f24d8b4dc2aa0c363d040df98652bdc955a7416e65b5c8b9dc32c3191d4d2dc7ff61f1bf93050ff3a68b858ba178e0bc11b0b33137191b760d7476b54 WHIRLPOOL 1c7a3e1e7adb3ba48e17df2847e07599ccf8e839867db064a701e03d162aab39b3f3c2492d38dca7452a669233c6a454925972cf586db755ee80b183b649471c +DIST Fabric-1.6.0.tar.gz 215790 SHA256 6e326603a0b2f9b8cb7283e3c6dea1d22216c97a274bdab30ed9c8a41e1d996e SHA512 e8ac7351fd7e1b68f160ea022ddcf876e917ecbbe03d849a853884c3270816f0ad0856810be2c1640f94eae1437479e12f7ef20b8edf8be5e1c4a4507e7a33b4 WHIRLPOOL b7f322780d01304870513375424268af76e5faedcd1c576a6e9f67a413036283627681b15afdc81528140cf0c7c0ac9275454d22528a411998ed1fdaa288cd51 DIST fabric-1.4.2.tar.gz 194062 SHA256 a2052fefd10b7f433b9598a409b19eb6581656807a7a02fbaf94b6b61e7173a2 SHA512 de448ea3029998d1040bf02f07a36e9183b5c87fbe2dd9f217e19034f762b7b6d821d95c4f1fd3b2f5e1955adcaced880c3eaba5d85f91ff3e5ef4a7aeee4d4a WHIRLPOOL 9af535af3ad227ad3cfacd35ba6b4ff82efc879f4a8fe327f62d2c9f99b4911db95c026c06e1ac1b4c54730ca4dbaa274a459a3ed9ab2f7ca0f63297f3a07ad2 diff --git a/dev-python/fabric/fabric-1.6.0.ebuild b/dev-python/fabric/fabric-1.6.0.ebuild new file mode 100644 index 000000000000..d09ae1deaf0c --- /dev/null +++ b/dev-python/fabric/fabric-1.6.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.6.0.ebuild,v 1.1 2013/03/11 06:59:24 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*" +DISTUTILS_SRC_TEST="nosetests" + +# Requires multiprocessing package from py2.6+ +PYTHON_TESTS_RESTRICTED_ABIS="2.5" + +inherit distutils + +MY_PN="Fabric" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Fabric is a simple, Pythonic tool for remote execution and deployment." +HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-python/paramiko" +DEPEND="${RDEPEND} + dev-python/setuptools + doc? ( dev-python/sphinx ) + test? ( > site.cfg <<-EOF - [blas] - include_dirs = $(pc_incdir cblas) - library_dirs = $(pc_libdir cblas blas):${libdir} - blas_libs = $(pc_libs cblas blas) - [lapack] - library_dirs = $(pc_libdir lapack):${libdir} - lapack_libs = $(pc_libs lapack) - EOF - else - export {ATLAS,PTATLAS,BLAS,LAPACK,MKL}=None - fi - - export CC="$(tc-getCC) ${CFLAGS}" -} - -src_compile() { - distutils_src_compile ${NUMPY_FCONFIG} -} - -src_test() { - testing() { - "$(PYTHON)" setup.py ${NUMPY_FCONFIG} build -b "build-${PYTHON_ABI}" install \ - --home="${S}/test-${PYTHON_ABI}" --no-compile || die "install test failed" - pushd "${S}/test-${PYTHON_ABI}/"lib* > /dev/null - PYTHONPATH=python "$(PYTHON)" -c "import numpy; numpy.test()" 2>&1 | tee test.log - grep -Eq "^(ERROR|FAIL):" test.log && return 1 - popd > /dev/null - rm -fr test-${PYTHON_ABI} - } - python_execute_function testing -} - -src_install() { - distutils_src_install ${NUMPY_FCONFIG} - - delete_txt() { - rm -f "${ED}"$(python_get_sitedir)/numpy/*.txt - } - python_execute_function -q delete_txt - - docinto f2py - dodoc numpy/f2py/docs/*.txt - doman numpy/f2py/f2py.1 - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r "${WORKDIR}"/html - doins "${DISTDIR}"/${DOC_P}*pdf - fi -} diff --git a/dev-python/odfpy/Manifest b/dev-python/odfpy/Manifest index 44f2053f1faf..448171ddc84d 100644 --- a/dev-python/odfpy/Manifest +++ b/dev-python/odfpy/Manifest @@ -1,3 +1,4 @@ DIST odfpy-0.9.2.tar.gz 398078 SHA256 8ed47b5e0d0c8fa31f5fcc53896d8201c28b3df018f26d3c1dbc361e44d93536 SHA512 b32cd0949cea192c3418c0fd92e5a7f61473429575044446d41b3d464b78f80da9bde959a3779ad615fa60d5a0392f8df58d4ed74e56a35c6a6c5704dbae92a4 WHIRLPOOL 72a7eb35dcc5e8356b1f9878866897de53f9d5755a16aa25313e32ed04bc77b078115a9ae029ae17c3bc43b0cedf3c334d8fb812f2c06c93e65426942405ef7a DIST odfpy-0.9.4.tar.gz 463006 SHA256 e8a8b99c4cf16ef34b22f49dfab27ea9b8be6a18f423beec7fa29af13a7a73c8 SHA512 d6589176187a082f4719f1ad4d1471f71d65cfc7851ef5e9154e85beee7f422065e3c7457900394ff6485c7100d64fea8c4e8b91ff66aefbbf255fe6e4ac588e WHIRLPOOL 7d123cb2f16d2c4edf400744da8bb6c07d4559143d8b13f51733384f9afcf52800739498be5068892b61048318529d1bda0c4e066cb535f488da65eb388dbec4 DIST odfpy-0.9.5.tar.gz 463546 SHA256 8f62af3d48884dcf257831719d38a9c93cd63cb57202ee6a9165e5d64a5f55e4 SHA512 f013bab0124a29fac2ec853fa0e6eca7027368704e3682f20653110d82d831e73bd2f225fc080d8f0a8fea92c7c196f651ea95622fa51805c9613b917cdf88e6 WHIRLPOOL 5c2c5af759856ce52019cdea491b01a296d1358cbe0b9b6fafbde04e9511a3024e4db8bef685d648936e2d2a5d51803e5d87089d1f52978e81765bf6ad6e2ad4 +DIST odfpy-0.9.6.tar.gz 452061 SHA256 907f62853858913bc3d5b00e4be4f4e5d56ab3f0d51125a54e949824b560f0bf SHA512 6e49e956426695984d634c2409129741b84d093886fe8012dc17196e20abff77bb486c986e497b0f35642ad0de60a8bbf3cf07352d85ea509cab7da9f3fa470b WHIRLPOOL 11625e99a500eb9e6c13b1c1cb19486689accbb2f8dc6f93a858496ba5f60a1513a89302bce24c1603ef0d46a17bca1126a40c4532f9fafb2cab3b0263c1acd8 diff --git a/dev-python/odfpy/odfpy-0.9.6.ebuild b/dev-python/odfpy/odfpy-0.9.6.ebuild new file mode 100644 index 000000000000..38875aafcc73 --- /dev/null +++ b/dev-python/odfpy/odfpy-0.9.6.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/dev-python/odfpy/odfpy-0.9.6.ebuild,v 1.1 2013/03/11 06:23:59 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils eutils + +DESCRIPTION="Python API and tools to manipulate OpenDocument files" +HOMEPAGE="https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0 GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +PYTHON_MODNAME="odf" + +src_prepare() { + distutils_src_prepare + epatch "${FILESDIR}/${PN}-0.9.4-tests.patch" +} + +src_test() { + cd tests || die + testing() { + local exit_status=0 test + for test in test*.py; do + einfo "Running ${test} ..." + PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" + [[ $? -ne 0 ]] && exit_status=1 + done + return ${exit_status} + } + python_execute_function testing +} diff --git a/dev-python/pep8/Manifest b/dev-python/pep8/Manifest index fe23735af556..e2bb10c2b160 100644 --- a/dev-python/pep8/Manifest +++ b/dev-python/pep8/Manifest @@ -3,4 +3,5 @@ DIST pep8-1.3.3.tar.gz 33591 SHA256 f0697c178f9e1c9ed5071fd1a9a8a99269cf2f66f9ff DIST pep8-1.3.tar.gz 32387 SHA256 58dff3f15b5fd15714b9689d1eb461df780fa06cfb29687554aa4bc6d79e7320 SHA512 65ad21208e10a8b3422a4d69c901f2360462d8605086bae801db81bfe6991c30da1401b4b7b81edffb0d8dd9a36387d353d4ac0ed3b799fc5f1c40cf8fe8f573 WHIRLPOOL 5320f50cb2ef74d72c6115d69bb7771bdbf7ef3e5653ef1f2e9abff7faae8ef6d3b4756cea8256f89341e8bf34c56f9b9bb139c3987103e9b3439d90ca5bbd90 DIST pep8-1.4.1.tar.gz 54945 SHA256 071dbe7109114f0dc3fb5f779f64bb3d08ff51b00a7ebb8dc8aee19f1a95b7f3 SHA512 18d51a99a499d2341fefd4710575f20d7b59e87bfa26394468f3c3df3ed234193268f4ba4342716d2b9a9afd3afb86510d679266d1553b4874582ea5b88ff17b WHIRLPOOL 6828d0912926c8f1b15025a67e38220da3a078377d8837193dec5a97dc8c69969a1c4d0b2b9043af55aa19b638ff1df2847160c94f839c1b89b08c511807e598 DIST pep8-1.4.2.tar.gz 59715 SHA256 30b373fe9859c39fd1ea3afb67e1894934a73b7b3ed8cb7505e4f5903b88bc8c SHA512 2830b0d66335bd51a63e6fba62443465c20f0653d47f0a7de953639f8dac3efbd32cf18580892b34575c3ee8074c9790d738858ccaf4b0447941c66e7fef630f WHIRLPOOL df6e1430357792efcc0e538318a8a208d3b25c371ddc85aea097eb551e039eb38b0d40731f2693d59b47f38d35bd29f8a13eb454cc25bcaa9d3f7a56c72574a9 +DIST pep8-1.4.5.tar.gz 63021 SHA256 dd908e7df835ebb1b82ba0675e1b7e173ea9c55d7ae62808ecad2e6db2a6ee0e SHA512 c4d8e5b116762480e1aad2ddad1cd02d2d74779adcef8153739c7ca1e56d33bd81b42c984c525797548d915245f24d3cea636d6b89ade8e9e428f31b0a6fe8a6 WHIRLPOOL c597328ce58d226311162c7126c949f92e9142f0fa9a979cdd0ede29f71b839587ef4c5cef57ac8fdd608753f52a6c91220b90807ca9b3b56cc5b5772c688b9a DIST pep8-1.4.tar.gz 54417 SHA256 3fbaedba1f61b40760366325825dc36a8fb60a86690f4bec2e1da2e807cbb187 SHA512 dfe357534f924badee5ad88ec9de60d856af29a6332bcacb73ef994f9ca24c7dea8964596dedc45914b82099754c28a66d475c6df716a7e3629706e5cd78ea97 WHIRLPOOL cc276a9219bb49b5a9bb24d6a11b6adb6c3d4020570dd49f972dd9083a41ee2e8964d39e43629c92dba9d4db31c783e73d8c9ccd53dc87515168f7cac6a7fd19 diff --git a/dev-python/pep8/pep8-1.4.5.ebuild b/dev-python/pep8/pep8-1.4.5.ebuild new file mode 100644 index 000000000000..6724cd399de5 --- /dev/null +++ b/dev-python/pep8/pep8-1.4.5.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-python/pep8/pep8-1.4.5.ebuild,v 1.1 2013/03/11 06:47:36 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Python style guide checker" +HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES.txt ) + +python_test() { + PYTHONPATH="${S}" "${PYTHON}" pep8.py -v --testsuite=testsuite || die + PYTHONPATH="${S}" "${PYTHON}" pep8.py --doctest -v || die +} diff --git a/dev-python/pp/Manifest b/dev-python/pp/Manifest index 613ca171414c..ba7b1beff698 100644 --- a/dev-python/pp/Manifest +++ b/dev-python/pp/Manifest @@ -1,3 +1,4 @@ DIST pp-1.6.1.tar.bz2 22974 SHA256 4926ad51a9b21753672f71883441287ff3a1a66fc9d6ee0f0e357b8652b3cb98 SHA512 e439dc6e11d15025c69117ae33ed5dbb95a15778d9abd4d35a1c3d98bd48dd260698a86e262f6f25261accb5e0d1ea5a83677fb3450d60396fb3af68e177a3ee WHIRLPOOL 9a6004a49a6168426e6fbe1981cf9f032afe0b74eaba51d3af3429d6c65301ea4e092cc9a664cf3ff7a05465b73cf4f1ce9ee9c7c46b149aba1287e85d8b18dc DIST pp-1.6.2.tar.bz2 25736 SHA256 5b5a43b830e36add9f14fe10f6618c2aaa7636151f135b7f9023ecdb8f06b03b SHA512 52e90342473783bc8ef8126484afb45cb1cfa43f9b58824c3537d798c58c6abb3764c32700d411fb8f894912dfdcb83c6004ab13c83a55d9d08f25126625124c WHIRLPOOL 51c1d85afaba75a36600a6db1eeba8c62f660bc16be5e1bd12494c0d1df495ee83063159be72684e4b22648c67d4ad15c70656de375745abfab351d4f34ca5cc DIST pp-1.6.3.tar.bz2 27144 SHA256 9fd3ad3e5b16f5ae8085c1a49d5219deb418a2a63cf9ee8ccdc7f1367de168cd SHA512 76584d84e927613f204a012130b26e956291c8a37967e7e938fd2812cbc29b14eb99006b584618e635487f3d689739c4e11aea09b5ce6b57760f4df11e8a2dcf WHIRLPOOL 85ccac32aeca9d8c6bb2f1e1586d8c74748d05caa520b59dedf92ec59d8a9e1fdfbae8a482ba240702fe46130f154c41b255fc83e7d7a5065556bfb422f67ccd +DIST pp-1.6.4.tar.bz2 27166 SHA256 7f932d8eff4b35357bf5b48c1abd7734a955c98a50138c13b7b9eb36aadaf408 SHA512 213322aaa60e1485b855e96336a01c45407185892dede693c013a200554656ce08799ee23ee4a0cf628b382b98e0519445c99dbb89f209b1b907ac0a1fc8147e WHIRLPOOL fce8fe3ceaeb9e1d4133734107924faec6bcc5b4d862a37629443d0ec1774504956271dfa1af7de8dd2c06012e488e99dbe1220705fe3f4ae7c8cc8f721211da diff --git a/dev-python/pp/pp-1.6.4.ebuild b/dev-python/pp/pp-1.6.4.ebuild new file mode 100644 index 000000000000..8bfec958d1b3 --- /dev/null +++ b/dev-python/pp/pp-1.6.4.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/dev-python/pp/pp-1.6.4.ebuild,v 1.1 2013/03/11 06:59:45 patrick Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Parallel and distributed programming for Python" +HOMEPAGE="http://www.parallelpython.com/" +SRC_URI="http://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" + +PYTHON_MODNAME="pp.py ppauto.py pptransport.py ppworker.py" + +src_install() { + distutils_src_install + + doman doc/ppserver.1 + use doc && dohtml doc/ppdoc.html + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r "${S}/examples" + fi +} diff --git a/dev-python/py/Manifest b/dev-python/py/Manifest index f84d4416f00f..e3ba3e820206 100644 --- a/dev-python/py/Manifest +++ b/dev-python/py/Manifest @@ -1,6 +1,7 @@ DIST py-1.4.10.zip 225401 SHA256 b4607de3fe00363067e4e3f1eb6940ce096a8e3f3f835ed777b06a70387cd162 SHA512 0fe1bf8f02e199b4b4ebc363fc3763a181d18e7a4565cadea0e6b3e06afd2ae62c88b62c257e06a1914804e5a1bf69aed59a7899e4646c61e356a336d49b5045 WHIRLPOOL d9dada6821d871a3621214764edc0deaaf72ed2dce7eb325817cc9c386c61a0ac5b8078a255cd4d58ce0f3281637d7e602e3f56205def77777cc327378102dc2 DIST py-1.4.11.zip 225526 SHA256 47cbcc8d8a29b319c561a32c514e2f83a364a04baa4345e78b3d6b8c7f781290 SHA512 9c20029190934b7dea9fbb8247cdcb53e67464585db4305bced84cca821d4d71beec911ed6b1112905c4a70f4598e7d6d3f0918250d5f6aa7cd2d39e5001e0df WHIRLPOOL 4d66ac6f97a25ea35e2e7baad46e1b3aaba6796598f9bd89fb9a505b7f81aa7b8c95044f2245669ae8597312aa40c626fd841e4369ac656c92bb5f94282acaab DIST py-1.4.12.zip 227103 SHA256 36767367ba7517375dc5c1cb066e4f8fe3e05b7eacf3600c011fb510cc45122f SHA512 7165580dc72fdaa11104ae8d897e9ef0f9917ecfe510f5f4ed4e7ee3893f16c5e4eb573b95759ebdc351492f68a9af5d89ecdb8a3ab186058e18a0d1bc790c2d WHIRLPOOL e842b3029a8018dae784cb3649b06f16eee4d2146b7e4d3f5b642c99d0a19e4d67517326c480d76752ac9d87c28a64423336582ab485adde60f39de6d44a6a50 +DIST py-1.4.13.tar.gz 189278 SHA256 ec1dc7fe04066e7ab93e1ac457f04bc301778a48bf368bf1796e84f500fda6f1 SHA512 ee07538dcd5180731fdde5f3f480b4b9bef88e77f125b9926d2787305d7339ca9b6d94a60e1b8f759dc325b1ec4277871bda8bfb2bdb5fcc0863304ecc6fc49b WHIRLPOOL 0b96b9576e0943962d8a14f4252ef60e77edee9280b6e82ff1fb29b17f5ad22071316a72f040756aab1870eef5f668b329fdd37dc6f962104438161f047897bf DIST py-1.4.5.zip 225478 SHA256 8425c7140cfc5acf5b67cfb2f2af8d835ab2f6663ee2ca3d7206c1d81e1d35ea SHA512 d82a28599d930508ffbd96e7bedb6a3655b176fc42310184c69a4befd868ea4d6c9936eb5e4e8d5d89482e6e925211f8517d767509a1ea8db072a7fba32fdcb1 WHIRLPOOL 2301988868b61c8f571aab92b73cff76a3b5470b4fb8af5fff7ab1b3721f03775032e80f6a3447147bd31662de9d5515e035b709ad949392dff4986fda4e006d DIST py-1.4.7.zip 227360 SHA256 b66ec2289357146be31a5a2050e1e298654da33c95a50b890bc09c764b905ff2 SHA512 091a4e0e73b3716ea91d343066eff0d05e5ae4d20c0416e63d75a4f8b243306eaec7cf8a0a740169f0db8085212a92fa4451393edf94e498d0cfd32296369e78 WHIRLPOOL 45b35cf757af0d60ed92b913fd899ce33175c31917d756a8dd1c1bd5ddf19bd30d59e9efec0192e11a44238acb64e3803fa16bb98d36651ba44cdebca435c1d5 DIST py-1.4.8.zip 228276 SHA256 e29f881fc54919e0faecc2c44913d1c32ff6fbb7097889bc9b384ddadb4949a5 SHA512 a4221a375e2fb03ff5aa494bdaf29d361ba93d2e57671289c9e27a41c11b5dc3d4d3cae4aac84c7ca0637f44befba7a11f27afd356347c02151aa9f40d6adb32 WHIRLPOOL 32d4a88effcd79cf9fffbbab56ef6f138d008aa02f3e81ff826f665aa1e514c18e7b15df1c17d188b0f9282d00ef879f1881e16f3c038202b5aa54dfa5e17bd0 diff --git a/dev-python/py/py-1.4.13.ebuild b/dev-python/py/py-1.4.13.ebuild new file mode 100644 index 000000000000..06bc47b6b2c6 --- /dev/null +++ b/dev-python/py/py-1.4.13.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v 1.1 2013/03/11 06:49:06 patrick Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) +inherit distutils-r1 + +DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities" +HOMEPAGE="http://pylib.org/ http://pypi.python.org/pypi/py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +DEPEND="app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/pytest-2[${PYTHON_USEDEP}] )" +RDEPEND="" + +DOCS=( CHANGELOG README.txt ) + +python_test() { + py.test || die "testing failed with ${EPYTHON}" +} diff --git a/dev-python/pyftpdlib/Manifest b/dev-python/pyftpdlib/Manifest index 79baed572f9b..6c8b8aff7365 100644 --- a/dev-python/pyftpdlib/Manifest +++ b/dev-python/pyftpdlib/Manifest @@ -1,2 +1,3 @@ DIST pyftpdlib-0.6.0.tar.gz 128878 SHA256 547afb8bca676e508dbb15c42a9fd3f5af6bdc289781a4c22abd007f74e9936a SHA512 e382a98d4e483b086e0a5055ff034d6fb25feeba32eeab4dce6a17a1d0a2a53571ea9c9b124d7a249d5a7f53f5739cdfdee7553a6db22e1181bc68abfa7b797f WHIRLPOOL 5c0ee7c2ba81a790f580f72a59c040a0dd637627bcd546b1dabe9aea7ccb3d6d9c422ea79c8ea065eed234f582496515ce81e86b5508e3b44dbce22f9c596e4d DIST pyftpdlib-0.7.0.tar.gz 94898 SHA256 a11a4b6b5cffa7eab8fb48b24cc90777c21fbedb8873fa15c2231526df0596c6 SHA512 d08a81771538f6b898cb327fd44f2743c8da06d5bff07cd720731dc7f0072f3be6dfba19841b7b6ac3e9c8ba91fdad72c191e0e83e0f8b069f147ccb2f6bc169 WHIRLPOOL aee4d5a9c13eb059eaaf61f2798a194be1e955a0d69c3c7f2e5c06d860ecf837ea282d850b9672ff1a0efc9ce2c1a82fc354d2bad09efe6547440076bc60cf59 +DIST pyftpdlib-1.0.1.tar.gz 116428 SHA256 bec5c2af5942c3970d53b1a9fa27286eba40c2089e3e0ef653ff6f5ed0c4865b SHA512 478f04cb156a6178f03aee40190f17b65e42f04c60311936bf068d11f9ffbd8ae9a118fea456386ccf5184e3fed6270b40b4dfec6523902e310f78ec73785be8 WHIRLPOOL 71b34ef1031b402b2be0d7aac64f796820a20e022fc71fb451777cc4dc50b28ba48dca20608958cd670d90a9baf839c8e4933ddb63b0484fff425faaa5e5e3b1 diff --git a/dev-python/pyftpdlib/pyftpdlib-1.0.1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.0.1.ebuild new file mode 100644 index 000000000000..a72b0035ea64 --- /dev/null +++ b/dev-python/pyftpdlib/pyftpdlib-1.0.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyftpdlib/pyftpdlib-1.0.1.ebuild,v 1.1 2013/03/11 06:27:13 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +PYTHON_USE_WITH="ssl" +PYTHON_USE_WITH_OPT="ssl" +SUPPORT_PYTHON_ABIS="1" +# pypy has no spwd.so +PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-*" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="Python FTP server library" +HOMEPAGE="http://code.google.com/p/pyftpdlib/ http://pypi.python.org/pypi/pyftpdlib" +SRC_URI="http://pyftpdlib.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="examples ssl" + +DEPEND="ssl? ( + dev-lang/python:2.7 + dev-python/pyopenssl +)" +RDEPEND="${DEPEND}" + +DOCS="CREDITS HISTORY" + +src_test() { + testing() { + for test in test/{test_ftpd.py,test_contrib.py}; do + PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" $test || die + done + } + python_execute_function testing +} + +src_install() { + distutils_src_install + if use examples; then + insinto /usr/share/doc/${PF} + doins -r demo test + fi +} diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 8297df3530db..f52385b04b58 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -3,3 +3,4 @@ DIST pylint-0.25.0.tar.gz 205462 SHA256 433a9c8089a2212d99c4ef954f96b70af6ff3d2a DIST pylint-0.25.1.tar.gz 211562 SHA256 5991744c9247bf355a531651fca35f9fd67506892081574677aadd175ec94a00 SHA512 46eafc1b39b20ba5362b3c8e20a835e3524df9da0a5707c1c6df75b15aaa846120d99e7cac13e0d6e888b540b2ca72a5a8e0cbb188ac00c9cbfbea7e634df2ef WHIRLPOOL 06733b38acca2d7cbffb9f97fa0772d3e47a432b31e52d41e040bca51d65273f9ba8cfceb1f8f58117ffa1803606ccf86a20320270ec09169b1625ee598fda72 DIST pylint-0.25.2.tar.gz 214769 SHA256 08c2a0ccf2d715cdc9a2a0478200c54aac5b4f6d521e10c5b27db65d5787ff07 SHA512 eea1a783ca52623fa2a026fe82939b8a5920b3b6be21b808388bb9336ba85aeded157198a436fcf3ab8735df6cfcf94c352b695db1131490dda2e26305be68d0 WHIRLPOOL b6a4595e14a350c9156ebb6fce3c9c35ada304f0c33659c55266534c4539f871102dfb6c601bd4e0b4a067a5695da28dcefda7e911d7d11325f4672b38dc7ecd DIST pylint-0.26.0.tar.gz 222738 SHA256 1f4eadcf65aff81873f77bd5d3ebd23809adc4fbb035049bdef416e7728e0738 SHA512 c341d302d0810d313ac941f3b32154cbe7f73ef3badbf4e0c1433b8ef6f7614a0c17cd27cf752146f3addbf5a682d409a51b5d7444eefd80a4afb9e14d2d0da9 WHIRLPOOL 1036871038b21f9542bd19e2bd287328229bf8d5226881c446b9f0bc915d9703e60fa119e1a3e825e51d6db466145adce7e3088a463fdd379dcd58880443271c +DIST pylint-0.27.0.tar.gz 224168 SHA256 64506cf00d441fdbc8b9871ca70b8cbe5a8f546ca07fba9ec07890e8ec39cf9e SHA512 fba9351932003bb6c8c3e4d2d600da103857660a1fde5faa5c8ca00251c221f06f5ef9d7fa2b794727cde944b37151fca0aafc69a5b1b58809edf30dd2016c2d WHIRLPOOL d3298a8acfb8f2a99fc6dda101aaed882f805880fbfde568b178b4857cab35a9efac34106d8fa97f6d60cd6bb5f66391bb41816c3ae3ce34f6b734955b1b112b diff --git a/dev-python/pylint/pylint-0.27.0.ebuild b/dev-python/pylint/pylint-0.27.0.ebuild new file mode 100644 index 000000000000..fca934f44a6a --- /dev/null +++ b/dev-python/pylint/pylint-0.27.0.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/dev-python/pylint/pylint-0.27.0.ebuild,v 1.1 2013/03/11 06:14:51 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="*:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.7-pypy-*" + +inherit distutils eutils + +DESCRIPTION="Python code static checker" +HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint" +SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="examples" + +# Versions specified in __pkginfo__.py. +RDEPEND=">=dev-python/logilab-common-0.53.0 + >=dev-python/astng-0.21.1" +DEPEND="${RDEPEND} + dev-python/setuptools" + +DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" +DOCS="doc/*.txt" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.26.0-gtktest.patch + distutils_src_prepare +} + +src_test() { + testing() { + # Test suite broken with Python 3. + [[ "${PYTHON_ABI}" == 3.* ]] && return + + PYTHONPATH="build/lib" pytest -v + } + python_execute_function -s testing +} + +src_install() { + distutils_src_install + + doman man/{pylint,pyreverse}.1 || die "doman failed" + + if use examples; then + docinto examples + dodoc examples/* || die "dodoc failed" + fi + + delete_tests() { + rm -fr "${ED}$(python_get_sitedir)/pylint/test" + } + python_execute_function -q delete_tests +} + +pkg_postinst() { + distutils_pkg_postinst + + # Optional dependency on "tk" USE flag would break support for Jython. + elog "pylint-gui script requires dev-lang/python with \"tk\" USE flag enabled." +} diff --git a/dev-python/sip/sip-4.14.3.ebuild b/dev-python/sip/sip-4.14.3.ebuild index 1fc53508e033..497b41a8862d 100644 --- a/dev-python/sip/sip-4.14.3.ebuild +++ b/dev-python/sip/sip-4.14.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-python/sip/sip-4.14.3.ebuild,v 1.11 2013/02/21 13:27:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.14.3.ebuild,v 1.12 2013/03/11 17:50:36 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -28,7 +28,7 @@ fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/9" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug doc" DEPEND="${PYTHON_DEPS}" diff --git a/dev-qt/qtcore/qtcore-4.8.4-r2.ebuild b/dev-qt/qtcore/qtcore-4.8.4-r2.ebuild index e86fc9d0de1a..b932a0e14db9 100644 --- a/dev-qt/qtcore/qtcore-4.8.4-r2.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.4-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/dev-qt/qtcore/qtcore-4.8.4-r2.ebuild,v 1.2 2013/03/03 03:31:54 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.4-r2.ebuild,v 1.3 2013/03/11 17:49:34 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+glib iconv icu qt3support ssl" diff --git a/dev-qt/qtgui/qtgui-4.8.4-r1.ebuild b/dev-qt/qtgui/qtgui-4.8.4-r1.ebuild index f639a0ef2ce0..ae35563dcc8d 100644 --- a/dev-qt/qtgui/qtgui-4.8.4-r1.ebuild +++ b/dev-qt/qtgui/qtgui-4.8.4-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/dev-qt/qtgui/qtgui-4.8.4-r1.ebuild,v 1.1 2013/03/02 15:27:36 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.4-r1.ebuild,v 1.2 2013/03/11 17:50:05 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility cups dbus egl gif +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" diff --git a/dev-util/eric/Manifest b/dev-util/eric/Manifest index 2d714fe099ad..327f2c2c75a7 100644 --- a/dev-util/eric/Manifest +++ b/dev-util/eric/Manifest @@ -10,21 +10,31 @@ DIST eric4-i18n-tr-4.5.8.tar.gz 357112 SHA256 d3e2cba04180077839ea2191ccefe92dcb DIST eric4-i18n-zh_CN.GB2312-4.5.8.tar.gz 390605 SHA256 6fc5d2c1d5f1e0051c2f1d6bbf833c6da733c83dda8962a19d12eb52f8aef900 SHA512 2dadde05955d0fff4d6b7911210a25d3ecbb5c704af418e1bc7b319a24ecf9e8fd239be38182790749c683a99b7518c7708de1081b9f6139b3115831c05547f7 WHIRLPOOL 23c9bec71b4be60b120ae0f7640f90d4bbb7914ec2123243ebe35aee72cdfdec8afbfeaf65f2b0b511c6d3bc46f2e1ca259f4f61425764e0f379ba230722ced7 DIST eric5-5.2.7.tar.gz 8966287 SHA256 4606f5808a49e99875b35295e416d71417d73f518f400f3795a89e0decceb877 SHA512 e37347c9b335e7d325631cd0cc05fe7b628f94a5695569486d1d0a03b02a437b1554bec2721f6e35966ddd19af89bb9dc43ef48d1ff675c05944673fe27d163d WHIRLPOOL 352bec3c2abea5a82845f607c74bf74704b059508ce47f56060ccf60aa0d514ba4d8039b8dfe16f95053d3141ab8ebb9e9b192ae2b131f0cbd09099d75e38ba2 DIST eric5-5.3.0.tar.gz 10177882 SHA256 7a696e706d79ff305767cbaf01ee9d8476b6c75bb8395947224a2dd70b83645f SHA512 4dcee264c99dd83bb41b0e437098607302532f0c6cfa331dae76126e0f86746e7c3baee119343314ae92b11736859672a6e546f97e6877a076df4be149872c6d WHIRLPOOL 54e95e22686a7d62cf11e02d70c3d7d63ff565d0d524d2b01cf1644588b6832a88791f08c599efbfd179acff30ec3c5c4b0766ca9406a52d8e7c1a3d3859f8c2 +DIST eric5-5.3.1.tar.gz 10162745 SHA256 e9fb13a6dd67985336a9db593391c88424526ff29eff0a887eebc48fc2d238f0 SHA512 8b41a41ef86fdf9c96df2a2b0fe17c5546a01f843897591bf518f7f46691325ec3a883b01a3a5cf81233e5100787be60953282f7480535859e21d66a5a0718c8 WHIRLPOOL fad8e273b193bb915cb63ce319a8a6eaf644bc79d03bcb67ed14ad1ce629f223cdba7541c2b4eb1db781eeb653893317cda6d67eaf6f9dbb9e5e2405604265a7 DIST eric5-i18n-cs-5.2.7.tar.gz 530543 SHA256 762cfcc5819bc9a64e33bcaaf1edee9e8e1db54cf7f7fdf9d42c7a8810c12e0e SHA512 eb95cbf9f71644f843bedadab61ca293f285afa81978a140ac6fb0494a623039723d99efc1004b1db98e19d286a2ab89dd2b4a2babdce71f0d190a5209017726 WHIRLPOOL a8489e1bd6e96e03df5bc47dfd401b3f007c3a80cc82ccea1301be6c33e5a5d4d600ce9594cdfd8a8d034299f3323983f328fc3a8b5c218162a1ef327c0b8d7f DIST eric5-i18n-cs-5.3.0.tar.gz 559476 SHA256 3172e2da0d2427efa2c373dd6abaab4b82b9f12c68889573e168bd1bba40b632 SHA512 f29f7d7cd5b7e9d0fb738f9aa24eb8e20b2e4bfa9e9707b85fc8e2ede599b1f5610bef3f87491ad37cee977c584e03e547dc0d4d67bd43149fe692fbe1a4309a WHIRLPOOL 7304c814be05cacef1dc8a1126918fe764f2ff2ebe0dfc95f9bcad871c0cb1d06f2cedd01d6a76d537088459c83de5ced3ad76ed4b8ca9c16ec2d977af8edf25 +DIST eric5-i18n-cs-5.3.1.tar.gz 559585 SHA256 d8bc7e68832270d2b8ab24b42a2457938b404214f7ba8488821f45b408f10b0f SHA512 2612c038b756eff34c5c540b6d3688390991ff8ce93ad686e26da4bf4122e3f6288eb74013f0feb8da7fbd537285f658c86ab992b7784d513890a85958dbfa4a WHIRLPOOL e2eea01739162334a3eea0e40feedd8be50f68a03d32e30da26e08a403afba08c2bb6db86b5e954373f6d161deccba600857dad77e2bbeece207071519dfcc55 DIST eric5-i18n-de-5.2.7.tar.gz 601297 SHA256 9f53bacf3d39b5f8b9d6600a083e7b46db08b8468cf83ddbfb43077810275db0 SHA512 4e45c6cb54176668eecf297ae7d5d3bd404497c948772d96f15a95d56b2d4b9d3af86db4dd284035f815da04e92ecc303fd92c7e1ea04802dbb5542033674d66 WHIRLPOOL fa61391cf9951102f86b6187a503dfeabcc6934b97d50de49111586c82f2801a3ae2f3231bd540f57c376f01e93f8c3ec20961185d270f94b2f3195a023460d5 DIST eric5-i18n-de-5.3.0.tar.gz 680999 SHA256 4c9211511762bb31797198f06c0c50b56e92c4177178e0892972c75ed0781e9b SHA512 81108247980bc0bf0a07069cac259a3ec6c40646dfa24a2575c9b228633b61fc81351d8bbfdfa9890b61383415e570603f243b2ea983c3a317e8c0b3374bbe54 WHIRLPOOL 468bdeaad5ba9818f91f5859076fd5b1137ac992eec294bcc9c9af53bd7fb6ad83ed13ba59ffda045e5387be3152c5120865a9903b868be4a97d89d31bb554a4 +DIST eric5-i18n-de-5.3.1.tar.gz 681061 SHA256 8244acbf890a1bcfd46f1d69671388b693a150fe80bd67ca571ebd6a6b869a7d SHA512 a3aa0ee909378fe9c6dbb36f7fc993341a74c860ada9f11737a7f0c56a3bf7237e1622ed43f4eeec5bf612587ea4923829449d79668cfc3380964065a29505bb WHIRLPOOL 934f925c01ba11659e2871d33895c78e9785464a23494c7fb90499551ca7a1fbeb24f48c11a82ee7c5fa3d175a6a8265a02b40706c5936b5bc3bdca7d584e1d6 DIST eric5-i18n-en-5.2.7.tar.gz 163428 SHA256 c16ed90e9be30ec12b0b5fc481739d1e9a362c695c07a1c21fecae6262009b02 SHA512 c6e34887bf4b5ff2a0f6d074e31bf549c7222c15b20f46e987fea286ab6ef826a47384b5326ecd03bb6de3618d115897abc84a6ed616d3398966128ce74f50c4 WHIRLPOOL 6297e1d1fad008966456098549dae2bf3ec83dd58d3a8308b18bb4b4eccb4e60ae12d273c6219e9eaf81cee360374bc99385be4fd9e10149a040cfd1923f0690 DIST eric5-i18n-en-5.3.0.tar.gz 185613 SHA256 10fde1e77ed5acea58cf8d805e113daa5caa93c2ca922a2f5c75f5e6c3dbfa10 SHA512 a51be06466030375980440ca917d56ccd94e0a3da071bac1296c60b211d824751e678640c6fc9fced8d2abcc931d0ec9c253ccbf39267842955f647e405a702a WHIRLPOOL 32905902758e196ba0c0371190e8b5e51ecdd28741337ad52c06c062f1feafd3457a48780d2058d2903a0138f87646a183b2e28ecbec177056fdffb93e114d8f +DIST eric5-i18n-en-5.3.1.tar.gz 185613 SHA256 e0f8c09baa56fdc3475b900af1ddac5e125b4479e83c2590aba67e8879e6c844 SHA512 49dc6c9950dec17e1fc3738f848f78cbc9918c6a2b455a8029068dfa4d148c21f94176e94b28421b68769dea4c6975ecc0c2f1094ea0620e3489b4fa006b62b9 WHIRLPOOL f00d3f9e18a4e9f011d2426b610f488fd567e2a44fe0f98463ef7509f5f8199c31e47a46dcc5a6c4b2d97964507a4a6dd5c418a1c1579af35494959ea8cdaf6c DIST eric5-i18n-es-5.2.7.tar.gz 605586 SHA256 b8518b522d7fbebc88d551c559480776e4b320841791056acea3d2f6a05e6cfa SHA512 09d54abdf66dad6cd1ae183e86c4315d53518a9eb701e714db5f6b7f66c37a33421d0d1398849e1443ba0d542a2854f6d393eb0c4f0523d58f1b711af5609249 WHIRLPOOL 2e65808b0469e7b653b48ec43c3b4714009a6a37146ae8832848f0e2e9c0719e38dc0689562487b207525e83ba50e46e0c274847c00638b248a2feb010afa33b DIST eric5-i18n-es-5.3.0.tar.gz 685444 SHA256 f9786bd44ca3e947f7240b65d56b1aa96a23a03ecc1c792d3b7d5d71619d1fcb SHA512 91a494a9e94f3a74bf1243a0ea43b5b1f1cd22cae21f8b7359ec53641e8671f96dbf92a543e630310a197277d40a34ea61a20701032a5ef5604dc3d00aeaad63 WHIRLPOOL cb42e0fbd8e026f9e5c5711504cf6ced1875f9f8b2541d4a47b61d33a25123f3ffcbcf28f94892077f1c035dee75b3041b0dad7017dd15134d1840ead1f2c8b1 +DIST eric5-i18n-es-5.3.1.tar.gz 685621 SHA256 aad35728e2a2ab1f9b758a18a81d09f9005a2df49158920c2461c78cd4dbec14 SHA512 ea3b0e0e15ddf06641016d7e3a9d17e7e461481179efbb063ae585ab77e8229de04ac896d8d31e77bcbaccb548db7fdcbff52e4c77881fadb970559dde63cd1a WHIRLPOOL 51600ad565bd205f64b9922d748097380a865a82223a47b6658844675d3ad61ea29d2314c16a713dbe6f42262c19bab985ed9e498809ab95cc55d94f1785880d DIST eric5-i18n-fr-5.2.7.tar.gz 469738 SHA256 466c13b436f307b312fc6b10ecdf08ed828dea62f0e62934d2a589ffc1df88d1 SHA512 10fd39d20d70e2f9066ad498033204611d1c48497ad421c934c2bb84f9cc57697da5bb5aff48ee83b4d9abcaabbf484942353fdae8390e9ea18466e7c14fe3ea WHIRLPOOL fb95a7108aedc95fa6b5cb0ad227c9eac6ad8dd1f863f14ffbcd12b32d2bfd928976b305e36467fe540ec43d7aefe66bcb95463367f17a918dbf3cf63fdaa5d8 DIST eric5-i18n-fr-5.3.0.tar.gz 517809 SHA256 bdb39a14e3f1e46d4c59ed59f09214ccbc8524cec50ce9ee19b8d340f837a69c SHA512 104a53e72f2fce8c9fb53415110062565548be20c409b5d6128aa38eca6fc15e06167eb3bc509ce25d7eb7f2912735c7307923193e6bb5136cd6ad9697c0d902 WHIRLPOOL 50721c72a17214e89362594729249a4ed84515a6d77fe3348c0730faf62a743db91b1038e47630cdfadda018effae68ca49b9fcbf40a80566c330b9de1673c8d +DIST eric5-i18n-fr-5.3.1.tar.gz 517855 SHA256 35234937ff5a69b6de23109649153fa93b398bcf09a3a3cbc1fafa4e307aa78c SHA512 48d7e6b37c14ed9c602487c860b6a5765bfdb36624886a013436ff907b9382f735d28154de17986495d5728d72e7b053c258771fdef869f54eb3d1d5390b4493 WHIRLPOOL 5a67c4550ed00fc642ffe9bd0a387da533faa1be5a4a2229a9657716f0973edf713b45faa59d3739e5d2ae538beae987e9c8b73cbd202e762b7af1a831939fab DIST eric5-i18n-it-5.2.7.tar.gz 547563 SHA256 7ed6cbc6e48648c1651e02fe5bd377b659565cb4bf97a82ea1b7570c7a6f341a SHA512 6ca89440e4c3cb7f99f06a27120d6e6ba1f72441f4331b05725730ead0d13e21e227dce103a0fe517e06e28cdb327ed042f98de096a867aa0abe119f6b9f3a90 WHIRLPOOL 33e090f390c5125a20c8d9abae1f26f39345b23bae18d4b8106f67fdf5ad89d9af7e52bfefaa117bd7965c422b7e16110cd63e6af2afcab9b3ea1683e5a95970 DIST eric5-i18n-it-5.3.0.tar.gz 579134 SHA256 c7b0589eb6530b38965f1e4dcf0eaed217d9e2ee086b4888504a9202ea02b026 SHA512 37eb2ee9ba9ed9d1abb32a6966354316186048c817785626f951da41540d7c49c622206eee6343c8dec79fadc450adf6e4f980f6c72fcb15bb0c9ab41c4a7a0a WHIRLPOOL 210a0e8be05e01b8f1e5f2b83e5b7153e1f4c3beae667ffd2f89d374e0a5e2bb6d821de9057562ba68eac0db2910dc537e9f2e9433dc0d4295c3186691eb70fe +DIST eric5-i18n-it-5.3.1.tar.gz 579259 SHA256 fe64f407383f40b2eac36ca6397de20328bd9640e2c1127c3afe8a96763fa5fe SHA512 1f1c34d0168fe911e4d87ffbb2e89ef9ea1c91c922c0add0e11a0d14034c1de532d40aa3fa40a151617b5311a4588e534566dabbc101d7d8e87de46aaf53da79 WHIRLPOOL e78e327f98aae1dc482c9ce841e8fe9b6847b04f73d90cd0939edf42503f32fff8119406a68312e417528db5579d4348197c80d64e023c1bd33819a3098d0c2c DIST eric5-i18n-ru-5.2.7.tar.gz 577414 SHA256 06edf77e4ab0cec76a916c099eadb11079d2c884ff153bb984f751897ba9e082 SHA512 60c03fef08e863969a24ba55125f79250c29e6b946cb5258e083543684e5654531f8b6ad203ea2e489a56b35d7e8f689f645002512cf764df35ac31b2975ef69 WHIRLPOOL ed5464fd9496aef7d6d156460196587d22142a5bddf6d005e35b9a9459244f3bf45558627491c9d1d69348d0f3d089e89e1c4609e36583aa979b141fc7af6ef1 DIST eric5-i18n-ru-5.3.0.tar.gz 608117 SHA256 6427eb5c00e8c9fac47c65cab1c05b094fcdffb09d111110d8d6d072666c5d15 SHA512 5a1d6226e9de3a11e421dc4fe87bcf3ce7fad9d5d4cf08ab5353b8381267888736170c2689c87be96687cc563050540ff1603daac05b86aa4524fe9dddf8ccdd WHIRLPOOL 88030a04cdd182cdb309671e276a037bb88682996b7955d445bdcbffbe2f83eb0d7d062dddfc991c69ab812f059eb8ecda5647649d953dd5d2eba74ed64918a6 +DIST eric5-i18n-ru-5.3.1.tar.gz 608269 SHA256 5850023533a3a5e73cfffbf9a57c4109091a53cc543259b254d1a1d10f027549 SHA512 b0df3ec6214acd9a643ed2cd20cd8e2fc67885abdd5c6f3f9694d0e4101b3f670ffd8ae391a97fadb8ac17d2b44d901acc23e38cfacb248db53a4502e4d00cf0 WHIRLPOOL ef9760e0b0305b272584d5714bca50dd4866f463aeceebc6f7c3e99ce8b2855ebd7ce5a565435d6f076bfac6e361ee017805bfd9805645b28c28f23597c3b043 DIST eric5-i18n-tr-5.2.7.tar.gz 450746 SHA256 2fdbf504e83de53081009f61350fb0f4f781cd5bf6469c415bca77ead4ed0f2c SHA512 98d96dbb0793457bd5ea2cb9658db7de24c991003aa3d9c95cdb749ecf7d4fddb816e81be3365b5924bff16e0ef91b33cf50f66d77b2b08cc86a76a47119035d WHIRLPOOL 1fd0cd73af7262070218ab6d9f1331854c74eea7b87d6ed7b5f2f995727bd6ddc250b05437cac9a58fa636f5ec08b309aa3213b95f5addc47dc9060bb8dcbdf1 DIST eric5-i18n-tr-5.3.0.tar.gz 480273 SHA256 23207be03616f1b8da96a12309400797e8673eee97fb57472435d20456155976 SHA512 d6068a9c019f6bf5fb1f08b26a40864e158fcbf78578191b615e43838031338a21963b572e450598807301b6c6d2123c133b1ed20886e50cbfd6e99180680102 WHIRLPOOL c39e639f3aae82ade40476990fe6953a9b969903b3d316f547596b3fe3bcf449ec0588cb3d35d0d34ee7af96a0f7c416fde0a4dc66245176de8b9714e46bf1c7 +DIST eric5-i18n-tr-5.3.1.tar.gz 480334 SHA256 67294b79be72cefde4d4e3693bc7c65f1025fc2785dc72c43f5d11e9288f7cc5 SHA512 554533d219d6ba9ca75070dcca1006d29266e4bd547c87502d168ce4b6c063ad425d5c15ba34fa9a1bef824e47f5f5fbd9352c5dce75bcce2be32942bfc7189d WHIRLPOOL 33af83b92debb7ea5afc3542844d00a801e2940167364de532a21f4a6f0fb061afdc3201c5e40debf202f0ed0c90271f7493e2600aa7618590e143130255f669 DIST eric5-i18n-zh_CN.GB2312-5.2.7.tar.gz 436691 SHA256 a61b3737c5a4621b3f65bdbe4713cf519b93625fe3dc225d1088a76869580d39 SHA512 9f655b960e69d7e8ac7857661ee88ff256451aa2682bf7cb9064e2f570c0211527e0f8afd697b37e7a99512faaa435dff7dc9e97e762ca3d5ef256ad13c760f2 WHIRLPOOL 5d40cc5d836a936b3c84ea66ff1269c99be0111a2ce774717e4f4c5c1c0f35099bc555d868a36e64cdc3e1643b1f3300c2aa7d5936e37e9d00ba70352a72b315 DIST eric5-i18n-zh_CN.GB2312-5.3.0.tar.gz 464865 SHA256 c33c5d4db7e6d094faccce79fd821055ae586936ac3489e8c567257a4cea6cb1 SHA512 827cecf3e037bfe967515ef931d7b8d512c3fc8d913cbcdc9ab4dd479ca71a662c0e6b0ebee0bb5fd52ce779693c6b194fa6a98f1c6dcd863ee14af85f9f48fc WHIRLPOOL 29959261ebbe1d55bdc51f0d9f9d43efaef5db890a149759bda0fd138abe3be6a5d3025f91ce35d0f902a3a6c89755b97fc12a40b90aa9eaf595586f760630ba +DIST eric5-i18n-zh_CN.GB2312-5.3.1.tar.gz 464924 SHA256 c4656e2d866ba68cc10dfb63c8191ede90686d2bbb579505b044eabfa03779d7 SHA512 6f60e88f96a6934a74955af4e61d9ab76a9dbe6d4e78e2399a596572939d28a8e9d4c2d43c75ddd53b7e22bd2e4630b6d1e5713cc917c5b65bb5b6ba0cdae43f WHIRLPOOL 1f253bffaff2a40c92f5f3342f3a877d679011f8a42948e5cd6f5cfff1d6b83229118ba655ca6b640cc9e127b8717aa106bf18412f1114027f5fcf0cec5306ed diff --git a/dev-util/eric/eric-5.3.1.ebuild b/dev-util/eric/eric-5.3.1.ebuild new file mode 100644 index 000000000000..a800d843c740 --- /dev/null +++ b/dev-util/eric/eric-5.3.1.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/dev-util/eric/eric-5.3.1.ebuild,v 1.1 2013/03/11 09:42:20 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="3:3.1" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.* *-jython 2.7-pypy-*" + +inherit eutils python + +SLOT="5" +MY_PN="${PN}${SLOT}" +MY_PV="${PV/_pre/-snapshot-}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" +HOMEPAGE="http://eric-ide.python-projects.org/" +BASE_URI="mirror://sourceforge/eric-ide/${MY_PN}/stable/${PV}" +SRC_URI="${BASE_URI}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="spell" + +DEPEND=" + >=dev-python/sip-4.12.4 + >=dev-python/PyQt4-4.9.6-r1[X,help,sql,svg,webkit] + >=dev-python/qscintilla-python-2.6 +" +RDEPEND="${DEPEND} + >=dev-python/chardet-2.0.1 + >=dev-python/coverage-3.2 + >=dev-python/pygments-1.5 +" +PDEPEND=" + spell? ( dev-python/pyenchant ) +" + +LANGS="cs de en es fr it ru tr zh_CN" +for L in ${LANGS}; do + SRC_URI+=" linguas_${L}? ( ${BASE_URI}/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${MY_PV}.tar.gz )" + IUSE+=" linguas_${L}" +done +unset L + +S=${WORKDIR}/${MY_P} + +PYTHON_VERSIONED_EXECUTABLES=("/usr/bin/.*") + +src_prepare() { + # Avoid file collisions between different slots of Eric. + sed -e "s/^Icon=eric$/&${SLOT}/" -i eric/${MY_PN}.desktop || die + sed -e "s/\([^[:alnum:]]\)eric\.png\([^[:alnum:]]\)/\1eric5.png\2/" \ + -i $(grep -lr "eric\.png" .) || die + mv eric/icons/default/eric{,5}.png || die + mv eric/pixmaps/eric{,5}.png || die + rm -f eric/APIs/Python/zope-*.api + rm -f eric/APIs/Ruby/Ruby-*.api + + # Delete internal copies of dev-python/chardet, + # dev-python/coverage and dev-python/pygments. + rm -fr eric/ThirdParty + rm -fr eric/DebugClients/Python{,3}/coverage + sed -i -e '\|/coverage/|d' eric/${MY_PN}.e4p || die + sed -i -e 's/from DebugClients\.Python3\?\.coverage /from coverage /' \ + $(grep -lr 'from DebugClients\.Python3\?\.coverage' .) || die + + # Fix desktop files (bug 458092). + sed -i -e '/^Categories=/s:Python:X-&:' eric/eric5{,_webbrowser}.desktop || die +} + +src_install() { + installation() { + "$(PYTHON)" install.py \ + -z \ + -b "${EPREFIX}/usr/bin" \ + -i "${T}/images/${PYTHON_ABI}" \ + -d "${EPREFIX}$(python_get_sitedir)" \ + -c + } + python_execute_function installation + python_merge_intermediate_installation_images "${T}/images" + + doicon eric/icons/default/${MY_PN}.png || die +} + +pkg_postinst() { + python_mod_optimize -x "/eric5/(DebugClients/Python|UtilitiesPython2)/" ${MY_PN}{,config.py,plugins} + + elog + elog "If you want to use Eric with mod_python, have a look at" + elog "\"${EROOT}$(python_get_sitedir -b -f)/${MY_PN}/patch_modpython.py\"." + elog + elog "The following packages will give Eric extended functionality:" + elog " dev-python/pylint" + elog " dev-python/pysvn" + elog + elog "This version has a plugin interface with plugin-autofetch from" + elog "the application itself. You may want to check those as well." + elog +} + +pkg_postrm() { + python_mod_cleanup ${MY_PN}{,config.py,plugins} +} diff --git a/dev-util/febootstrap/febootstrap-2.11.ebuild b/dev-util/febootstrap/febootstrap-2.11.ebuild index 5f3b8d6c75a9..d0d97bf357f8 100644 --- a/dev-util/febootstrap/febootstrap-2.11.ebuild +++ b/dev-util/febootstrap/febootstrap-2.11.ebuild @@ -1,10 +1,10 @@ -# 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/febootstrap/febootstrap-2.11.ebuild,v 1.1 2012/06/14 17:09:49 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/febootstrap-2.11.ebuild,v 1.2 2013/03/11 15:47:51 maksbotan Exp $ EAPI="2" -inherit eutils +inherit eutils autotools DESCRIPTION="Fedora bootstrap scripts" HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/" @@ -24,6 +24,14 @@ DEPEND=">=sys-apps/fakeroot-1.11 RDEPEND="${DEPEND}" QA_EXECSTACK="usr/bin/febootstrap-supermin-helper" +src_prepare() { + # https://lists.gnu.org/archive/html/grub-devel/2012-07/msg00051.html + sed -i -e '/gets is a security/d' lib/stdio.in.h + epatch "${FILESDIR}"/remove_all-static.patch + + eautoreconf +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc TODO README examples/*.sh || die diff --git a/dev-util/febootstrap/files/remove_all-static.patch b/dev-util/febootstrap/files/remove_all-static.patch new file mode 100644 index 000000000000..4f0f16e79b92 --- /dev/null +++ b/dev-util/febootstrap/files/remove_all-static.patch @@ -0,0 +1,12 @@ +diff --git a/helper/Makefile.am b/helper/Makefile.am +--- a/helper/Makefile.am ++++ b/helper/Makefile.am +@@ -40,7 +40,7 @@ + noinst_PROGRAMS = init + init_SOURCES = init.c + init_CFLAGS = -static +-init_LDFLAGS = -all-static ++init_LDFLAGS = -static + + # http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/ + ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }') diff --git a/dev-util/geany/Manifest b/dev-util/geany/Manifest index c1676e4d7cfd..81539ccaece9 100644 --- a/dev-util/geany/Manifest +++ b/dev-util/geany/Manifest @@ -1 +1,2 @@ DIST geany-1.22.tar.bz2 3198289 SHA256 901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e SHA512 59c411dc8df9f92fd26dc1c4ba65d18c92a2a9e84ae4413153d697ccd90f00d1d437ce63700e3198869dc11dcb8c81920df57a75b5a95cebeb88a364418869cc WHIRLPOOL 8c63308feecf1abb730671c077efc97ee788ac2bed90d0400b7480946eeb9c84e16a3c7b38a46f356eb6f51d68972c8b7b4c0c62b37a3ab95ff003a712a494d0 +DIST geany-1.23.tar.bz2 3622917 SHA256 cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0 SHA512 d8e8bc10a488bb1b727e55b710eaf01f944d6c16e5ea93d0ef521a5d9fcaecad85c497314fae8478e6912999bb4c39716f25acfb22852e0f1d813aecb16d054f WHIRLPOOL e70f0bbf70de76566137a03289524bd4521707f80610b7f52f76e969136f89bdae9e2c15795db85079e043d089903341f73fc6f028a4e24dab135ccdeb79346e diff --git a/dev-util/geany/geany-1.23.ebuild b/dev-util/geany/geany-1.23.ebuild new file mode 100644 index 000000000000..a16e08e16622 --- /dev/null +++ b/dev-util/geany/geany-1.23.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/dev-util/geany/geany-1.23.ebuild,v 1.2 2013/03/11 12:57:48 polynomial-c Exp $ + +EAPI=5 +inherit eutils fdo-mime gnome2-utils + +LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" +NOSHORTLANGS="en_GB zh_CN zh_TW" + +DESCRIPTION="GTK+ based fast and lightweight IDE" +HOMEPAGE="http://www.geany.org" +SRC_URI="http://download.geany.org/${P}.tar.bz2" + +LICENSE="GPL-2+ HPND" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="+vte" + +RDEPEND=">=x11-libs/gtk+-2.16:2 + >=dev-libs/glib-2.20:2 + vte? ( x11-libs/vte:0 )" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext" + +pkg_setup() { + strip-linguas ${LANGS} +} + +src_prepare() { + # Syntax highlighting for Portage + sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \ + data/filetype_extensions.conf || die +} + +src_configure() { + econf \ + --disable-dependency-tracking \ + --docdir="/usr/share/doc/${PF}" \ + $(use_enable vte) +} + +src_install() { + emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install || die + rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt} + prune_libtool_files --all +} + +pkg_preinst() { gnome2_icon_savelist; } + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-vcs/git-sh/Manifest b/dev-vcs/git-sh/Manifest index 67e26eb9f537..14811dbd282e 100644 --- a/dev-vcs/git-sh/Manifest +++ b/dev-vcs/git-sh/Manifest @@ -1 +1,2 @@ DIST git-sh-1.1.tar.gz 26616 SHA256 2947304d328c9db77268840e29eb19abba7252f84b98f1d5ea957c8b906638ab SHA512 c6704b7340b2da5ca1a0484461cbf6f51c2428254f036254aa6bd2577b8e492ab65dbf7b2c7b2e6c944e3f9df9f3fb8bdca768ed7ce7a26554c821bc3f231882 WHIRLPOOL 22b578c631130bf3f951daf20258b356dfed48a69595383dbf0cbe6ecd6861940a721c03763511b45cf3f25d6334df9f4b85f63b989990343f8618c715bbfcb0 +DIST git-sh-1.3.tar.gz 26757 SHA256 461848dfa52ea6dd6cd0a374c52404b632204dc637cde17c0532529107d52358 SHA512 8ab742d0ff86e8387d03e2e190eec8ffd4725b1bfa58940f6673f5eac8c749931e3b3f8f20b898d933db36f56b323f800dba47a35294f865f456512f19a7846c WHIRLPOOL 01cd40187e0fe5930c1f53fba9708bc56ed14db20a5ecda897bdef1fe8a36bcfddda317a6cddef9297deb8956592c5003f15516afe22b9175354d4f0ac9b4aa4 diff --git a/dev-vcs/git-sh/git-sh-1.1.ebuild b/dev-vcs/git-sh/git-sh-1.1.ebuild index 88cf43268cb8..f891a25496ee 100644 --- a/dev-vcs/git-sh/git-sh-1.1.ebuild +++ b/dev-vcs/git-sh/git-sh-1.1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.2 2011/09/13 21:22:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.1.ebuild,v 1.3 2013/03/11 16:46:34 jlec Exp $ EAPI=4 +inherit vcs-snapshot + DESCRIPTION="A customized bash environment suitable for git work" HOMEPAGE="http://github.com/rtomayko/git-sh" SRC_URI="http://github.com/rtomayko/${PN}/tarball/${PV} -> ${P}.tar.gz" @@ -16,12 +18,10 @@ IUSE="" DEPEND="" RDEPEND="dev-vcs/git" -S="${WORKDIR}/rtomayko-${PN}-a59681d" - src_prepare() { sed \ -e 's/git-completion\.bash //' \ - -e 's:/local::' -i Makefile || die "sed failed" + -e 's:/local::' -i Makefile || die "sed failed" } pkg_postinst() { diff --git a/dev-vcs/git-sh/git-sh-1.3.ebuild b/dev-vcs/git-sh/git-sh-1.3.ebuild new file mode 100644 index 000000000000..c396c371b0e2 --- /dev/null +++ b/dev-vcs/git-sh/git-sh-1.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-sh/git-sh-1.3.ebuild,v 1.1 2013/03/11 16:46:33 jlec Exp $ + +EAPI=5 + +inherit vcs-snapshot + +DESCRIPTION="A customized bash environment suitable for git work" +HOMEPAGE="http://github.com/rtomayko/git-sh" +SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-vcs/git" + +src_prepare() { + sed \ + -e 's/git-completion\.bash //' \ + -e 's:/local::' -i Makefile || die "sed failed" +} + +pkg_postinst() { + echo + einfo "For bash completion in git commands emerge dev-vcs/git" + einfo "with bash-completion USE flag." + echo +} diff --git a/dev-vcs/git-sh/metadata.xml b/dev-vcs/git-sh/metadata.xml index 46967553746a..b5f78d71f5d3 100644 --- a/dev-vcs/git-sh/metadata.xml +++ b/dev-vcs/git-sh/metadata.xml @@ -1,9 +1,9 @@ - - jlec@gentoo.org - - + + jlec@gentoo.org + + diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest index a9c71eeaf7c3..af56b494110c 100644 --- a/games-board/gnuchess/Manifest +++ b/games-board/gnuchess/Manifest @@ -1 +1,2 @@ DIST gnuchess-6.0.2.tar.gz 547026 SHA256 821e24ce4fd6f25267b2c46f7eda83bb5009e6e0ee03c5acf45d7cfa9078a3f5 SHA512 7f20fd199ec9a7daa26ee346ae336ddf4d8cedb791c731cf57286ae2766673f00ff34a60476767875f4ee1b148b5046c4c463d6735229572fbe267f84ad19620 WHIRLPOOL 74f026ba301632269a0b2f18d37d58e23022a91debcb9504f6d9c90e64afb418e950a773d12be4f894effaf2b31dbd972a6a8c395e9817373456e975f7da391a +DIST gnuchess-6.0.3.tar.gz 556445 SHA256 7c3a99c6c62f5dcc12c6fded9e91577ba2d327668b13b1af6169cc8b1a46ce05 SHA512 8f41108847a5c3ce63c824b2d0b29e5e47caa9561bc683565992dc0659c00e863d61be8f0ffbc7c6231d53c06cf7b4f0f6c29016ba6a6da535c1b408e43ef85b WHIRLPOOL 3aa6fbb84c2c7be8cefb661eb503a0442c562f7f5ad52ea7bf949e02b57cca215990f2cb5c700877487fda3b86a1182d204ca57027a59ff2fed61a212fe78aad diff --git a/games-board/gnuchess/gnuchess-6.0.3.ebuild b/games-board/gnuchess/gnuchess-6.0.3.ebuild new file mode 100644 index 000000000000..ee4e6325c613 --- /dev/null +++ b/games-board/gnuchess/gnuchess-6.0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-6.0.3.ebuild,v 1.1 2013/03/11 16:47:05 sping Exp $ + +EAPI=2 +inherit flag-o-matic games + +DESCRIPTION="Console based chess interface" +HOMEPAGE="http://www.gnu.org/software/chess/chess.html" +SRC_URI="mirror://gnu/chess/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="readline" + +DEPEND="readline? ( sys-libs/readline )" + +src_configure() { + strip-flags # bug #199097 + egamesconf \ + --disable-dependency-tracking \ + $(use_with readline) +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS TODO README || die + prepgamesdirs + + mv "${D}"/usr/share/games/${PN}/{,small}book.bin || die +} diff --git a/kde-misc/synaptiks/Manifest b/kde-misc/synaptiks/Manifest index 3532e8ebae75..92a8fa77265d 100644 --- a/kde-misc/synaptiks/Manifest +++ b/kde-misc/synaptiks/Manifest @@ -1 +1 @@ -DIST synaptiks-0.8.1.tar.bz2 463495 SHA256 39bbafa6abd63903ba6f9ffd020ec754250ab7800ea9efcdeeebd69c0fcd5707 +DIST synaptiks-0.8.1.tar.bz2 463495 SHA256 39bbafa6abd63903ba6f9ffd020ec754250ab7800ea9efcdeeebd69c0fcd5707 SHA512 a01b9833b2fb7af699eba015517ac652e4d0df9f46154097a26e57f0c4dc4467db1ceeea52c5f5ee5794b821870356d1d16e9da6aeaa845fc3d7bde10b85d053 WHIRLPOOL da9891f1b29ab174759efae779f08dea31e9a6b266b0d10ee60fa460e588c8620e2fa91a7eafddbd4ead3f9db7e365580bd34db66ea611b2c448590d09c47efd diff --git a/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch b/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch new file mode 100644 index 000000000000..4f9fe7c0f094 --- /dev/null +++ b/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch @@ -0,0 +1,200 @@ +--- a/doc/api/touchpad.rst ++++ b/doc/api/touchpad.rst +@@ -27,8 +27,6 @@ The touchpad class + + .. autoattribute:: acceleration_factor + +- .. autoattribute:: edge_motion_always +- + .. rubric:: scrolling properties + + .. autoattribute:: vertical_edge_scrolling +@@ -55,8 +53,6 @@ The touchpad class + + .. rubric:: tapping properties + +- .. autoattribute:: fast_taps +- + .. autoattribute:: rt_tap_action + + .. autoattribute:: rb_tap_action +--- a/doc/handbook/reference.rst ++++ b/doc/handbook/reference.rst +@@ -69,13 +69,6 @@ The touchpad configuration module is available in |systemsettings| under + The acceleration between :guilabel:`Minimum speed` and :guilabel:`Maximum + speed` + +-:guilabel:`Continue cursor motion when hitting the touchpad edge` +- Continue the cursor move while the finger stays in the touchpad edge +- +- :guilabel:`For all movements, not only dragging` +- Always continue cursor movement, when hitting the touchpad edge, not only +- when dragging +- + + .. _commands-scrolling-configuration: + +@@ -152,13 +145,6 @@ The touchpad configuration module is available in |systemsettings| under + + Screenshot of the tapping configuration page + +-:guilabel:`General tapping settings` +- +- :guilabel:`Make single taps faster and double taps slower (fast taps)` +- Enable or disable fast taps. If fast taps are enabled, the driver will +- react faster on single taps, but slower on double clicks caused by double +- taps. +- + :guilabel:`Mouse clicks triggered by tapping` + :guilabel:`Top left corner` + Configure the mouse button, which is triggered by tapping the top left +--- a/doc/handbook/usage.rst ++++ b/doc/handbook/usage.rst +@@ -41,12 +41,6 @@ though the touchpad does not actually have one. In this case, the middle mouse + button is triggered by pressing the left mouse button and the right mouse + button at the same time. + +-Some systems have a circular touchpad. Unfortunately the touchpad driver does +-not detect circular touchpad automatically, so if you have a circular touchpad, +-please enable :guilabel:`The touchpad is circular` to let the driver know, that +-your touchpad is circular. +- +- + .. _motion-configuration: + + Motion configuration +--- a/synaptiks/config.py ++++ b/synaptiks/config.py +@@ -173,7 +173,6 @@ class TouchpadConfiguration(MutableMapping): + + CONFIG_KEYS = frozenset([ + 'minimum_speed', 'maximum_speed', 'acceleration_factor', +- 'edge_motion_always', 'fast_taps', + 'rt_tap_action', 'rb_tap_action', 'lt_tap_action', 'lb_tap_action', + 'f1_tap_action', 'f2_tap_action', 'f3_tap_action', + 'tap_and_drag_gesture', 'locked_drags', 'locked_drags_timeout', +@@ -182,7 +181,7 @@ class TouchpadConfiguration(MutableMapping): + 'vertical_scrolling_distance', 'horizontal_scrolling_distance', + 'vertical_two_finger_scrolling', 'horizontal_two_finger_scrolling', + 'circular_scrolling', 'circular_scrolling_trigger', +- 'circular_scrolling_distance', 'circular_touchpad']) ++ 'circular_scrolling_distance']) + + @classmethod + def load(cls, touchpad, filename=None): +--- a/synaptiks/kde/widgets/ui/hardwarepage.ui ++++ b/synaptiks/kde/widgets/ui/hardwarepage.ui +@@ -27,32 +27,6 @@ + + + +- +- +- Hardware settings +- +- +- +- +- +- Please enable this setting, if your touchpad is circular. +- +- +- true +- +- +- +- +- +- +- The touchpad is circular +- +- +- +- +- +- +- + + + Qt::Vertical +--- a/synaptiks/kde/widgets/ui/motionpage.ui ++++ b/synaptiks/kde/widgets/ui/motionpage.ui +@@ -81,22 +81,6 @@ + + + +- +- +- Continue cursor motion when hitting the touchpad edge +- +- +- +- +- +- For all movements, not only dragging +- +- +- +- +- +- +- + + + Qt::Vertical +diff --git a/synaptiks/kde/widgets/ui/tappingpage.ui b/synaptiks/kde/widgets/ui/tappingpage.ui +index 8d92c2c..89ca751 100644 +--- a/synaptiks/kde/widgets/ui/tappingpage.ui ++++ b/synaptiks/kde/widgets/ui/tappingpage.ui +@@ -15,22 +15,6 @@ + + + +- +- +- General tapping settings +- +- +- +- +- +- Make single taps faster and double taps slower (fast taps) +- +- +- +- +- +- +- + + + Mouse clicks triggered by tapping +--- a/synaptiks/touchpad.py ++++ b/synaptiks/touchpad.py +@@ -196,14 +196,6 @@ Whether the touchpad is off or not. Three valid values: + acceleration_factor = _move_speed_property( + 2, 'The acceleration factor of cursor movement as float') + +- edge_motion_always = device_property( +- 'Synaptics Edge Motion Always', 'bool', 0, +- '``True`` if edge motion is enabled, ``False`` otherwise.') +- +- fast_taps = device_property( +- 'Synaptics Tap FastTap', 'bool', 0, +- '``True`` if edge taps are enabled, ``False`` otherwise.') +- + _tap_action_property = partial(device_property, + 'Synaptics Tap Action', 'byte') + rt_tap_action = _tap_action_property( +@@ -291,11 +283,6 @@ generate a single scroll event. + circular_scrolling_distance.convert_from_property = math.degrees + circular_scrolling_distance.convert_to_property = math.radians + +- circular_touchpad = device_property( +- 'Synaptics Circular Pad', 'bool', 0, +- '``True``, if the touchpad is considered circular, ``False`` ' +- 'otherwise') +- + @property + def coasting(self): + """ diff --git a/kde-misc/synaptiks/synaptiks-0.8.1-r2.ebuild b/kde-misc/synaptiks/synaptiks-0.8.1-r2.ebuild new file mode 100644 index 000000000000..c73125171f62 --- /dev/null +++ b/kde-misc/synaptiks/synaptiks-0.8.1-r2.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/synaptiks/synaptiks-0.8.1-r2.ebuild,v 1.1 2013/03/11 14:32:24 creffett Exp $ + +EAPI=5 +PYTHON_DEPEND="2:2.6" +DISTUTILS_SRC_TEST=setup.py +KDE_HANDBOOK=optional +inherit kde4-base distutils + +DESCRIPTION="Touchpad configuration and management tool for KDE" +HOMEPAGE="http://synaptiks.readthedocs.org" +SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc +upower" + +RDEPEND=" + >=dev-python/PyQt4-4.7 + >=dev-python/pyudev-0.8[pyqt4] + dev-python/setuptools + $(add_kdebase_dep pykde4) + || ( + ( $(add_kdebase_dep kdesdk-scripts) ) + ( $(add_kdebase_dep kde-dev-scripts) ) + ) + virtual/python-argparse + >=x11-drivers/xf86-input-synaptics-1.3 + >=x11-libs/libXi-1.4 + x11-libs/libXtst + upower? ( dev-python/dbus-python sys-power/upower )" +DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets + sys-devel/gettext + doc? ( + dev-python/sphinx + dev-python/sphinxcontrib-issuetracker + )" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + if use doc; then + epatch "${FILESDIR}/${P}-templatesfix.patch" + fi + epatch "${FILESDIR}/${PN}-0.8.1-removedfeatures.patch" +} + +src_configure() { + :; +} + +src_compile() { + distutils_src_compile + if use doc; then + einfo "Generation of documentation" + pushd doc > /dev/null + sphinx-build . _build + popd > /dev/null + fi +} + +src_install() { + distutils_src_install + if use doc; then + dohtml -r doc/_build/* + fi +} diff --git a/media-gfx/recoverjpeg/recoverjpeg-2.2.1.ebuild b/media-gfx/recoverjpeg/recoverjpeg-2.2.1.ebuild index d08e271b7e0d..2b599387e8d3 100644 --- a/media-gfx/recoverjpeg/recoverjpeg-2.2.1.ebuild +++ b/media-gfx/recoverjpeg/recoverjpeg-2.2.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/media-gfx/recoverjpeg/recoverjpeg-2.2.1.ebuild,v 1.1 2013/01/21 09:36:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/recoverjpeg/recoverjpeg-2.2.1.ebuild,v 1.2 2013/03/11 09:22:53 nimiux Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.rfc1149.net/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="media-gfx/exif diff --git a/media-radio/qrq/qrq-0.3.1.ebuild b/media-radio/qrq/qrq-0.3.1.ebuild index 4473f82f457a..277ed14497f7 100644 --- a/media-radio/qrq/qrq-0.3.1.ebuild +++ b/media-radio/qrq/qrq-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/media-radio/qrq/qrq-0.3.1.ebuild,v 1.1 2013/01/30 06:26:38 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/qrq-0.3.1.ebuild,v 1.2 2013/03/11 10:06:58 nimiux Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://fkurz.net/ham/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="pulseaudio" DEPEND="sys-libs/ncurses diff --git a/media-sound/quimup/quimup-1.3.0.ebuild b/media-sound/quimup/quimup-1.3.0.ebuild index f7028ba69a3c..9c8eccfe16d7 100644 --- a/media-sound/quimup/quimup-1.3.0.ebuild +++ b/media-sound/quimup/quimup-1.3.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-sound/quimup/quimup-1.3.0.ebuild,v 1.3 2013/03/02 22:02:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/quimup-1.3.0.ebuild,v 1.4 2013/03/11 09:14:13 nimiux Exp $ EAPI=5 inherit eutils qt4-r2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/musicpd/${MY_P}_src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-qt/qtgui:4 diff --git a/media-video/avidemux/avidemux-2.6.1.ebuild b/media-video/avidemux/avidemux-2.6.1.ebuild index 42a8fa1d76c3..40c59a0e3d98 100644 --- a/media-video/avidemux/avidemux-2.6.1.ebuild +++ b/media-video/avidemux/avidemux-2.6.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/media-video/avidemux/avidemux-2.6.1.ebuild,v 1.4 2013/03/10 13:58:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.6.1.ebuild,v 1.5 2013/03/11 12:41:18 tomwij Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.gz" # Multiple licenses because of all the bundled stuff. LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain" KEYWORDS="~amd64 ~x86" -IUSE="aften a52 alsa amr debug dts fontconfig gtk jack lame libsamplerate mmx nls qt4 sdl -system-ffmpeg vorbis truetype xvid xv oss x264" +IUSE="aften a52 alsa amr debug dts fontconfig gtk jack lame libsamplerate mmx oss nls qt4 sdl -system-ffmpeg vorbis truetype xvid x264 xv" RDEPEND=" >=dev-lang/spidermonkey-1.5-r2 @@ -125,13 +125,13 @@ src_configure() { local x mycmakeargs plugin_ui mycmakeargs=" - $(for x in ${IUSE}; do cmake-utils_use $x; done) + $(for x in ${IUSE}; do cmake-utils_use ${x/#-/}; done) + $(cmake-utils_use amr OPENCORE_AMRWB) + $(cmake-utils_use amr OPENCORE_AMRNB) $(cmake-utils_use dts LIBDCA) - $(cmake-utils_use truetype FREETYPE2) $(cmake-utils_use nls GETTEXT) + $(cmake-utils_use truetype FREETYPE2) $(cmake-utils_use xv XVIDEO) - $(cmake-utils_use amr OPENCORE_AMRWB) - $(cmake-utils_use amr OPENCORE_AMRNB) " use debug && POSTFIX="_debug" && mycmakeargs+="-DVERBOSE=1 -DCMAKE_BUILD_TYPE=Debug" diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 9b4bf0b66277..c386bca40680 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 11 Mar 2013 04:36:52 +0000 +Mon, 11 Mar 2013 18:36:55 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 9b4bf0b66277..ad84433af3c3 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 11 Mar 2013 04:36:52 +0000 +Mon, 11 Mar 2013 18:36:56 +0000 diff --git a/metadata/herds.xml b/metadata/herds.xml index 9c7706b7b37a..0d46eb1dfff6 100644 --- a/metadata/herds.xml +++ b/metadata/herds.xml @@ -20,7 +20,7 @@ always a description without a lang attribute. Also there are no overlapping descriptions allowed (multiple description tags with the same language) - $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1012 2013/03/06 19:17:58 hwoarang Exp $ + $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1014 2013/03/11 10:13:46 ssuominen Exp $ --> @@ -205,10 +205,6 @@ angelos@gentoo.org Christoph Mende - - ssuominen@gentoo.org - Samuli Suominen - freedesktop @@ -1339,6 +1335,10 @@ radhermit@gentoo.org Tim Harder + + ssuominen@gentoo.org> + Samuli Suominen + openoffice @@ -1387,6 +1387,10 @@ sochotnicky@gentoo.org Stanislav Ochotnický + + ssuominen@gentoo.org + Samuli Suominen + dev-embedded @@ -1600,6 +1604,10 @@ blueness@gentoo.org Anthony G. Basile + + ssuominen@gentoo.org + Samuli Suominen + desktop-dock @@ -1872,6 +1880,10 @@ xarthisius@gentoo.org Kacper Kowalik + + ssuominen@gentoo.org + Samuli Suominen + net-news diff --git a/metadata/md5-cache/app-admin/emacs-updater-1.12 b/metadata/md5-cache/app-admin/emacs-updater-1.12 new file mode 100644 index 000000000000..441e3c6f4ee2 --- /dev/null +++ b/metadata/md5-cache/app-admin/emacs-updater-1.12 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install prepare +DEPEND=app-arch/xz-utils +DESCRIPTION=Rebuild Emacs packages +EAPI=5 +HOMEPAGE=http://www.gentoo.org/proj/en/lisp/emacs/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2+ +RDEPEND=>=app-portage/portage-utils-0.3 virtual/emacs +SLOT=0 +SRC_URI=mirror://gentoo/emacs-updater-1.12.tar.xz +_md5_=5048c9fc8163d5c0f7069aac22ef6c03 diff --git a/metadata/md5-cache/app-admin/eselect-xvmc-0.4 b/metadata/md5-cache/app-admin/eselect-xvmc-0.4 new file mode 100644 index 000000000000..b96ad4eb06c0 --- /dev/null +++ b/metadata/md5-cache/app-admin/eselect-xvmc-0.4 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install +DESCRIPTION=Manages XvMC implementations +EAPI=5 +HOMEPAGE=http://www.gentoo.org/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=app-admin/eselect +SLOT=0 +_md5_=6647658efe6883149d5b37723ac0b658 diff --git a/metadata/md5-cache/app-crypt/heimdal-1.5.1-r1 b/metadata/md5-cache/app-crypt/heimdal-1.5.1-r1 deleted file mode 100644 index 73df04aa2c3e..000000000000 --- a/metadata/md5-cache/app-crypt/heimdal-1.5.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl =dev-lang/python-2* virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kerberos 5 implementation from KTH -EAPI=2 -HOMEPAGE=http://www.h5l.org/ -IUSE=afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -LICENSE=BSD -RDEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl -SLOT=0 -SRC_URI=http://www.h5l.org/dist/src/heimdal-1.5.1.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=61b7f13708de3880d97bedfd6a66cd30 diff --git a/metadata/md5-cache/app-crypt/heimdal-1.5.2 b/metadata/md5-cache/app-crypt/heimdal-1.5.2 deleted file mode 100644 index 6a9769831336..000000000000 --- a/metadata/md5-cache/app-crypt/heimdal-1.5.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl =dev-lang/python-2* virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kerberos 5 implementation from KTH -EAPI=4 -HOMEPAGE=http://www.h5l.org/ -IUSE=afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=BSD -RDEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl -SLOT=0 -SRC_URI=http://www.h5l.org/dist/src/heimdal-1.5.2.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=82f52ee2e1735b6d8a68dc5d062624d4 diff --git a/metadata/md5-cache/app-crypt/heimdal-1.5.2-r1 b/metadata/md5-cache/app-crypt/heimdal-1.5.2-r1 deleted file mode 100644 index bc15c9c3d9ac..000000000000 --- a/metadata/md5-cache/app-crypt/heimdal-1.5.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl =dev-lang/python-2* virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kerberos 5 implementation from KTH -EAPI=4 -HOMEPAGE=http://www.h5l.org/ -IUSE=afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=BSD -RDEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl -SLOT=0 -SRC_URI=http://www.h5l.org/dist/src/heimdal-1.5.2.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d4b3f2f89b560898c7be547fe8d744cb diff --git a/metadata/md5-cache/app-crypt/heimdal-1.5.2-r2 b/metadata/md5-cache/app-crypt/heimdal-1.5.2-r2 deleted file mode 100644 index 348cd04ab421..000000000000 --- a/metadata/md5-cache/app-crypt/heimdal-1.5.2-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl =dev-lang/python-2* virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Kerberos 5 implementation from KTH -EAPI=4 -HOMEPAGE=http://www.h5l.org/ -IUSE=afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=BSD -RDEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl -SLOT=0 -SRC_URI=http://www.h5l.org/dist/src/heimdal-1.5.2.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3acc25e7e467384df9c146beac278e56 diff --git a/metadata/md5-cache/app-crypt/heimdal-1.5.3 b/metadata/md5-cache/app-crypt/heimdal-1.5.3 index dad231691ea9..95b3690756ab 100644 --- a/metadata/md5-cache/app-crypt/heimdal-1.5.3 +++ b/metadata/md5-cache/app-crypt/heimdal-1.5.3 @@ -4,10 +4,10 @@ DESCRIPTION=Kerberos 5 implementation from KTH EAPI=4 HOMEPAGE=http://www.h5l.org/ IUSE=afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 LICENSE=BSD RDEPEND=ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.5.7 >=sys-libs/e2fsprogs-libs-1.41.11 sys-libs/ncurses sys-libs/readline afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXt ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl SLOT=0 SRC_URI=http://www.h5l.org/dist/src/heimdal-1.5.3.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=6ab4a4c663fdb114ab708d343114b890 +_md5_=d3ef61546331f8fd66c02a1990ba7e30 diff --git a/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.10 b/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.10 deleted file mode 100644 index 2ccf5701b7f2..000000000000 --- a/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 ) app-arch/p7zip -DESCRIPTION=An opencl hash cracker -EAPI=4 -HOMEPAGE=http://hashcat.net/oclhashcat-lite/ -IUSE=video_cards_fglrx video_cards_nvidia -KEYWORDS=-* ~amd64 ~x86 -LICENSE=hashcat -RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 ) -RESTRICT=strip -SLOT=0 -SRC_URI=http://hashcat.net/files/oclHashcat-lite-0.10.7z -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8404d47abc3b2f9e7bf50f81f203b9cf diff --git a/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.13 b/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.13 deleted file mode 100644 index de55d4e8431a..000000000000 --- a/metadata/md5-cache/app-crypt/oclhashcat-lite-bin-0.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 ) app-arch/p7zip -DESCRIPTION=An opencl hash cracker -EAPI=4 -HOMEPAGE=http://hashcat.net/oclhashcat-lite/ -IUSE=video_cards_fglrx video_cards_nvidia -KEYWORDS=-* ~amd64 ~x86 -LICENSE=hashcat -RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 ) -RESTRICT=strip -SLOT=0 -SRC_URI=http://hashcat.net/files/oclHashcat-lite-0.13.7z -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=39e067bf79e8f32a420b94731999b109 diff --git a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.081 b/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.081 deleted file mode 100644 index f321599be6b5..000000000000 --- a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.081 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 ) app-arch/p7zip -DESCRIPTION=An opencl multihash cracker -EAPI=4 -HOMEPAGE=http://hashcat.net/oclhashcat-plus/ -IUSE=video_cards_fglrx video_cards_nvidia -KEYWORDS=-* ~amd64 ~x86 -LICENSE=hashcat -RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.40 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.4 ) -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( http://hashcat.net/files/oclHashcat-plus-0.081-64.7z ) x86? ( http://hashcat.net/files/oclHashcat-plus-0.081-32.7z ) -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2735f9fa1ba8fe0075a2415dc79e8fe4 diff --git a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.09 b/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.09 deleted file mode 100644 index 7518b46e9bda..000000000000 --- a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.09 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.32 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.8 ) app-arch/p7zip -DESCRIPTION=An opencl multihash cracker -EAPI=4 -HOMEPAGE=http://hashcat.net/oclhashcat-plus/ -IUSE=video_cards_fglrx video_cards_nvidia -KEYWORDS=-* ~amd64 ~x86 -LICENSE=hashcat -RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.32 ) video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.8 ) -RESTRICT=strip -SLOT=0 -SRC_URI=http://hashcat.net/files/oclHashcat-plus-0.09.7z -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=07caa64bc677f402355824fe12c55e45 diff --git a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.12 b/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.12 deleted file mode 100644 index b6e41bbe1214..000000000000 --- a/metadata/md5-cache/app-crypt/oclhashcat-plus-bin-0.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 ) app-arch/p7zip -DESCRIPTION=An opencl multihash cracker -EAPI=4 -HOMEPAGE=http://hashcat.net/oclhashcat-plus/ -IUSE=video_cards_fglrx video_cards_nvidia -KEYWORDS=-* ~amd64 ~x86 -LICENSE=hashcat -RDEPEND=sys-libs/zlib video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-304.51 ) video_cards_fglrx? ( =x11-drivers/ati-drivers-12.8 ) -RESTRICT=strip -SLOT=0 -SRC_URI=http://hashcat.net/files/oclHashcat-plus-0.12.7z -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6d96fdc2b88d9e724973ab1f81bf0f13 diff --git a/metadata/md5-cache/app-editors/emacs-23.4-r5 b/metadata/md5-cache/app-editors/emacs-23.4-r5 index 15e234df2819..a5603e70a7eb 100644 --- a/metadata/md5-cache/app-editors/emacs-23.4-r5 +++ b/metadata/md5-cache/app-editors/emacs-23.4-r5 @@ -11,4 +11,4 @@ REQUIRED_USE=aqua? ( !X ) SLOT=23 SRC_URI=mirror://gnu/emacs/emacs-23.4.tar.bz2 mirror://gentoo/emacs-23.4-patches-8.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 elisp-common 21605c8f0b2a5ffa3233faeb3f9df309 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e6855122e8b01a37814cd7058aa71d97 +_md5_=2f14fe793c28a2d80523c87341bad689 diff --git a/metadata/md5-cache/app-editors/emacs-24.3_rc2 b/metadata/md5-cache/app-editors/emacs-24.3 similarity index 96% rename from metadata/md5-cache/app-editors/emacs-24.3_rc2 rename to metadata/md5-cache/app-editors/emacs-24.3 index 4b3a28bba6c7..3f78b34d6d8a 100644 --- a/metadata/md5-cache/app-editors/emacs-24.3_rc2 +++ b/metadata/md5-cache/app-editors/emacs-24.3 @@ -6,9 +6,9 @@ HOMEPAGE=http://www.gnu.org/software/emacs/ IUSE=alsa aqua athena dbus games gconf gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses >=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] net-libs/liblockfile hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0 ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) ) ) ) ) !=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] net-libs/liblockfile hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0 ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) ) ) ) ) !=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] net-libs/liblockfile hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0 ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) ) ) ) ) app-arch/xz-utils alsa? ( virtual/pkgconfig ) dbus? ( virtual/pkgconfig ) gnutls? ( virtual/pkgconfig ) libxml2? ( virtual/pkgconfig ) X? ( virtual/pkgconfig ) gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/paxctl ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=The extensible, customizable, self-documenting real-time display editor -EAPI=5 -HOMEPAGE=http://www.gnu.org/software/emacs/ -IUSE=alsa aqua athena dbus games gconf gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris -LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses >=app-admin/eselect-emacs-1.2 >=app-emacs/emacs-common-gentoo-1.3-r3[games?,X?] net-libs/liblockfile hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0 ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) ) ) ) ) !=dev-lang/lua-5 ) virtual/pkgconfig >=sys-apps/sed-4 +DESCRIPTION=A very powerful editor for programmers +EAPI=4 +HOMEPAGE=http://www.scintilla.org/SciTE.html +IUSE=lua +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux +LICENSE=HPND lua? ( MIT ) +RDEPEND=dev-libs/glib x11-libs/cairo x11-libs/gtk+:2 x11-libs/gdk-pixbuf x11-libs/pango lua? ( >=dev-lang/lua-5 ) +SLOT=0 +SRC_URI=mirror://sourceforge/scintilla/scite325.tgz +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=12add501e41ee676f14dffd544147da7 diff --git a/metadata/md5-cache/app-office/calcurse-3.1.4 b/metadata/md5-cache/app-office/calcurse-3.1.4 new file mode 100644 index 000000000000..e460597c567a --- /dev/null +++ b/metadata/md5-cache/app-office/calcurse-3.1.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=- +DEPEND=sys-libs/ncurses +DESCRIPTION=a text-based calendar and scheduling application +EAPI=5 +HOMEPAGE=http://calcurse.org/ +IUSE=linguas_de linguas_en linguas_es linguas_fr linguas_nl linguas_pt_BR linguas_ru +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=sys-libs/ncurses +SLOT=0 +SRC_URI=http://calcurse.org/files/calcurse-3.1.4.tar.gz +_md5_=ed7e4caf4ffb80d41fbcdfed78fc28b6 diff --git a/metadata/md5-cache/app-office/lyx-2.0.5.1 b/metadata/md5-cache/app-office/lyx-2.0.5.1 index 619378c01f43..e5937f226cc0 100644 --- a/metadata/md5-cache/app-office/lyx-2.0.5.1 +++ b/metadata/md5-cache/app-office/lyx-2.0.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=WYSIWYM frontend for LaTeX, DocBook, etc. EAPI=3 HOMEPAGE=http://www.lyx.org/ IUSE=cups debug nls +latex xetex luatex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant linguas_ar linguas_ca linguas_cs linguas_de linguas_da linguas_el linguas_en linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_he linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_nb linguas_nn linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW X -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos LICENSE=GPL-2 RDEPEND=dev-qt/qtgui:4 dev-qt/qtcore:4 >=dev-libs/boost-1.34 dev-texlive/texlive-fontsextra || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] ) cups? ( net-print/cups ) latex? ( virtual/latex-base app-text/ghostscript-gpl app-text/noweb app-text/dvipng dev-tex/dvipost dev-tex/chktex app-text/ps2eps dev-texlive/texlive-latexextra dev-texlive/texlive-pictures dev-texlive/texlive-science dev-texlive/texlive-genericextra dev-texlive/texlive-fontsrecommended || ( dev-tex/latex2html dev-tex/tth dev-tex/hevea dev-tex/tex4ht ) ) xetex? ( dev-texlive/texlive-xetex ) luatex? ( >=dev-texlive/texlive-luatex-2010 ) html? ( dev-tex/html2latex ) rtf? ( dev-tex/latex2rtf app-text/unrtf dev-tex/html2latex ) linguas_he? ( dev-tex/culmus-latex ) docbook? ( app-text/sgmltools-lite ) dot? ( media-gfx/graphviz ) dia? ( app-office/dia ) subversion? ( =app-text/build-docbook-catalog-1.1 ruby? ( dev-lang/ruby ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.78.0.tar.bz2 -_md5_=106aa29ef775764eab2b5c7696132164 +_md5_=c01cbef31ea94728dcc3f5a98a695297 diff --git a/metadata/md5-cache/dev-db/mongodb-2.2.0-r1 b/metadata/md5-cache/dev-db/mongodb-2.2.0-r1 index 7bb357a45afe..353ec06dfdcb 100644 --- a/metadata/md5-cache/dev-db/mongodb-2.2.0-r1 +++ b/metadata/md5-cache/dev-db/mongodb-2.2.0-r1 @@ -11,4 +11,4 @@ RDEPEND=v8? ( dev-lang/v8 ) =dev-libs/boost-1.50 dev-libs/libpcre[cxx] dev-util SLOT=0 SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.0.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20120830-10gen-mms-agent.zip ) _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8e61c5cbe54c9bf84f8f65799ffade5f +_md5_=597757e01f23112da4da8fed0ad4cfa6 diff --git a/metadata/md5-cache/dev-db/mongodb-2.2.1 b/metadata/md5-cache/dev-db/mongodb-2.2.1 deleted file mode 100644 index fcd17f1385e1..000000000000 --- a/metadata/md5-cache/dev-db/mongodb-2.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup test -DEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0 -DESCRIPTION=A high-performance, open source, schema-free document-oriented database -EAPI=4 -HOMEPAGE=http://www.mongodb.org -IUSE=mms-agent static-libs v8 -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 Apache-2.0 -PDEPEND=mms-agent? ( dev-python/pymongo ) -RDEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy -SLOT=0 -SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.1.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20120830-10gen-mms-agent.zip ) -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e84bfef12d966b96d79062ccc82cd224 diff --git a/metadata/md5-cache/dev-db/mongodb-2.2.2-r1 b/metadata/md5-cache/dev-db/mongodb-2.2.2-r2 similarity index 96% rename from metadata/md5-cache/dev-db/mongodb-2.2.2-r1 rename to metadata/md5-cache/dev-db/mongodb-2.2.2-r2 index 0387412a6cb7..2ccb812d2934 100644 --- a/metadata/md5-cache/dev-db/mongodb-2.2.2-r1 +++ b/metadata/md5-cache/dev-db/mongodb-2.2.2-r2 @@ -11,4 +11,4 @@ RDEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[c SLOT=0 SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.2.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20121128-10gen-mms-agent.zip ) _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2d5665c09b58de343f3cb2e0cddc842d +_md5_=f048c942b48fde7d41f07bd88200be50 diff --git a/metadata/md5-cache/dev-db/mongodb-2.2.3 b/metadata/md5-cache/dev-db/mongodb-2.2.3-r1 similarity index 96% rename from metadata/md5-cache/dev-db/mongodb-2.2.3 rename to metadata/md5-cache/dev-db/mongodb-2.2.3-r1 index a64738d2e298..44fd9382f81a 100644 --- a/metadata/md5-cache/dev-db/mongodb-2.2.3 +++ b/metadata/md5-cache/dev-db/mongodb-2.2.3-r1 @@ -11,4 +11,4 @@ RDEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[c SLOT=0 SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.3.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20121128-10gen-mms-agent.zip ) _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a654818966889b3886c98bb4a6684df0 +_md5_=ee448e017e8b6ca2d240a32f7bc69e0c diff --git a/metadata/md5-cache/dev-games/vamos-0.7.0 b/metadata/md5-cache/dev-games/vamos-0.7.0 deleted file mode 100644 index a832024804dd..000000000000 --- a/metadata/md5-cache/dev-games/vamos-0.7.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=virtual/opengl virtual/glu media-libs/freeglut media-libs/libpng:0 media-libs/libsdl[joystick,video] media-libs/openal media-libs/freealut virtual/pkgconfig -DESCRIPTION=an automotive simulation framework -EAPI=4 -HOMEPAGE=http://vamos.sourceforge.net/ -IUSE=static-libs -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=virtual/opengl virtual/glu media-libs/freeglut media-libs/libpng:0 media-libs/libsdl[joystick,video] media-libs/openal media-libs/freealut -SLOT=0 -SRC_URI=mirror://sourceforge/vamos/vamos-0.7.0.tar.gz -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c0afa37ccb11191d3fa5d0d87dffc645 diff --git a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 deleted file mode 100644 index b730523d6f87..000000000000 --- a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) -DESCRIPTION=The Cyrus SASL (Simple Authentication and Security Layer). -EAPI=4 -HOMEPAGE=http://cyrusimap.web.cmu.edu/ -IUSE=authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom elibc_FreeBSD java -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=BSD-with-attribution -RDEPEND=authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) java? ( >=dev-java/java-config-2.1.9-r1 ) -SLOT=2 -SRC_URI=ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.25.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 dcda71e114d638cdf01db57b8445337d libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=dce10a403cc5a06f56bfd866badc7f6d diff --git a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 deleted file mode 100644 index 5e770a5c55d8..000000000000 --- a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup -DEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) -DESCRIPTION=The Cyrus SASL (Simple Authentication and Security Layer). -EAPI=5 -HOMEPAGE=http://cyrusimap.web.cmu.edu/ -IUSE=authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom elibc_FreeBSD java -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=BSD-with-attribution -RDEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) java? ( >=dev-java/java-config-2.1.9-r1 ) -SLOT=2 -SRC_URI=ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 dcda71e114d638cdf01db57b8445337d libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=deb08a184622b4f9066ef5e689c6ef20 diff --git a/metadata/md5-cache/dev-libs/libaio-0.3.109-r4 b/metadata/md5-cache/dev-libs/libaio-0.3.109-r4 index 1f1246f241be..8c7f2477b3ae 100644 --- a/metadata/md5-cache/dev-libs/libaio-0.3.109-r4 +++ b/metadata/md5-cache/dev-libs/libaio-0.3.109-r4 @@ -3,9 +3,9 @@ DESCRIPTION=Asynchronous input/output library that uses the kernels native inter EAPI=5 HOMEPAGE=http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/ http://lse.sourceforge.net/io/aio.html IUSE=multilib static-libs test -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2 SLOT=0 SRC_URI=mirror://kernel/linux/libs/aio/libaio-0.3.109.tar.bz2 _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bf96af486f823b8ea38618e4d7ce60eb +_md5_=357f85215948e5b27f6f4b26f2d0d6f3 diff --git a/metadata/md5-cache/dev-libs/libzip-0.10.1-r1 b/metadata/md5-cache/dev-libs/libzip-0.10.1-r1 index 4c1e3cefc5fd..c4ff43ea6d3d 100644 --- a/metadata/md5-cache/dev-libs/libzip-0.10.1-r1 +++ b/metadata/md5-cache/dev-libs/libzip-0.10.1-r1 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/zlib SLOT=0 SRC_URI=http://www.nih.at/libzip/libzip-0.10.1.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b79ac5457e7cbfc567290b93d2da7fbb +_md5_=b601b125a506c5f22c741dd90ec130b3 diff --git a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 deleted file mode 100644 index d00a477282fb..000000000000 --- a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php? ( php_targets_php5-3? ( dev-lang/php:5.3 ) ) -DESCRIPTION=An ISO-C:1999 API and corresponding CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUID. -EAPI=2 -HOMEPAGE=http://www.ossp.org/pkg/lib/uuid/ -IUSE=+cxx php php_targets_php5-3 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=ISC -RDEPEND=php? ( || ( =dev-libs/ossp-uuid-1.6.2-r1[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 ) ) -SLOT=0 -SRC_URI=ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=755ee0a1499c52c3bdea935fcec6d9cc diff --git a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 index 3e7517374044..3781c16710cd 100644 --- a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 +++ b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=An ISO-C:1999 API and corresponding CLI for the generation of DCE 1. EAPI=4 HOMEPAGE=http://www.ossp.org/pkg/lib/uuid/ IUSE=+cxx perl php static-libs php_targets_php5-3 php_targets_php5-4 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos LICENSE=ISC RDEPEND=perl? ( dev-lang/perl ) php? ( || ( =dev-libs/ossp-uuid-1.6.2-r2[php_targets_php5-3] =dev-libs/ossp-uuid-1.6.2-r2[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) ) SLOT=0 SRC_URI=ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bc6c335ec332f3251ffbafa22358f580 +_md5_=6c2e2124c4c27526d7bdce21896825cb diff --git a/metadata/md5-cache/dev-python/BitVector-3.3 b/metadata/md5-cache/dev-python/BitVector-3.3 new file mode 100644 index 000000000000..77e700691ccb --- /dev/null +++ b/metadata/md5-cache/dev-python/BitVector-3.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm prepare test +DEPEND=dev-lang/python +DESCRIPTION=A pure-Python memory-efficient packed representation for bit arrays +EAPI=3 +HOMEPAGE=http://cobweb.ecn.purdue.edu/~kak/dist/ http://pypi.python.org/pypi/BitVector +KEYWORDS=~amd64 ~x86 +LICENSE=PSF-2 +RDEPEND=dev-lang/python +SLOT=0 +SRC_URI=http://cobweb.ecn.purdue.edu/~kak/dist/BitVector-3.3.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=2adef1a13f2f068fda7104fdc85c6bd7 diff --git a/metadata/md5-cache/dev-python/PyQt4-4.9.6-r2 b/metadata/md5-cache/dev-python/PyQt4-4.9.6-r2 index 420281a82876..e7f1f7389d8e 100644 --- a/metadata/md5-cache/dev-python/PyQt4-4.9.6-r2 +++ b/metadata/md5-cache/dev-python/PyQt4-4.9.6-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Python bindings for the Qt toolkit EAPI=5 HOMEPAGE=http://www.riverbankcomputing.co.uk/software/pyqt/intro/ http://pypi.python.org/pypi/PyQt IUSE=X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/sip-4.14.2:=[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-qt/qtcore-4.8.0:4 X? ( >=dev-qt/qtgui-4.8.0:4[dbus?] >=dev-qt/qttest-4.8.0:4 ) dbus? ( >=dev-python/dbus-python-0.80 >=dev-qt/qtdbus-4.8.0:4 ) declarative? ( >=dev-qt/qtdeclarative-4.8.0:4 ) help? ( >=dev-qt/qthelp-4.8.0:4 ) multimedia? ( >=dev-qt/qtmultimedia-4.8.0:4 ) opengl? ( >=dev-qt/qtopengl-4.8.0:4 ) phonon? ( kde? ( media-libs/phonon ) !kde? ( || ( >=dev-qt/qtphonon-4.8.0:4 media-libs/phonon ) ) ) script? ( >=dev-qt/qtscript-4.8.0:4 ) sql? ( >=dev-qt/qtsql-4.8.0:4 ) svg? ( >=dev-qt/qtsvg-4.8.0:4 ) webkit? ( >=dev-qt/qtwebkit-4.8.0:4 ) xmlpatterns? ( >=dev-qt/qtxmlpatterns-4.8.0:4 ) REQUIRED_USE=declarative? ( X ) help? ( X ) multimedia? ( X ) opengl? ( X ) phonon? ( X ) scripttools? ( X script ) sql? ( X ) svg? ( X ) webkit? ( X ) SLOT=0 SRC_URI=mirror://sourceforge/pyqt/PyQt-x11-gpl-4.9.6.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9c9da5cb9cbe0fe2706dd4a713072f2e +_md5_=b4e805a0d37e36e8b3a7820b963dd2e5 diff --git a/metadata/md5-cache/dev-python/ansi2html-0.9.4 b/metadata/md5-cache/dev-python/ansi2html-0.9.4 new file mode 100644 index 000000000000..a40052f77bdf --- /dev/null +++ b/metadata/md5-cache/dev-python/ansi2html-0.9.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=Convert text with ANSI color codes to HTML +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/ansi2html https://github.com/ralphbean/ansi2html +IUSE=test python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +SLOT=0 +SRC_URI=mirror://pypi/a/ansi2html/ansi2html-0.9.4.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0a49b5fc41e382b971ba45d5cf43291a diff --git a/metadata/md5-cache/dev-python/autopep8-0.8.7 b/metadata/md5-cache/dev-python/autopep8-0.8.7 new file mode 100644 index 000000000000..99d02d132e5f --- /dev/null +++ b/metadata/md5-cache/dev-python/autopep8-0.8.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=>=dev-python/pep8-1.3.2 dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Automatically formats Python code to conform to the PEP 8 style guide +EAPI=5 +HOMEPAGE=https://github.com/hhatto/autopep8 http://pypi.python.org/pypi/autopep8 +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=>=dev-python/pep8-1.3.2 dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +SLOT=0 +SRC_URI=https://github.com/hhatto/autopep8/tarball/ver0.8.7 -> autopep8-0.8.7.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129 +_md5_=c2d2b6c2e02e04c638638a2120cd3003 diff --git a/metadata/md5-cache/dev-python/billiard-2.7.3.21 b/metadata/md5-cache/dev-python/billiard-2.7.3.21 new file mode 100644 index 000000000000..6b66348438ab --- /dev/null +++ b/metadata/md5-cache/dev-python/billiard-2.7.3.21 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=Python multiprocessing fork +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/billiard https://github.com/celery/billiard +IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/billiard/billiard-2.7.3.21.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e4a3739bef4100e521edafdbfee6ddb3 diff --git a/metadata/md5-cache/dev-python/bitstring-3.1.0 b/metadata/md5-cache/dev-python/bitstring-3.1.0 new file mode 100644 index 000000000000..6a82ae6aea69 --- /dev/null +++ b/metadata/md5-cache/dev-python/bitstring-3.1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm prepare test +DEPEND=app-arch/unzip dev-lang/python +DESCRIPTION=A pure Python module for creation and analysis of binary data +EAPI=3 +HOMEPAGE=http://python-bitstring.googlecode.com/ +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=app-arch/unzip dev-lang/python +SLOT=0 +SRC_URI=http://python-bitstring.googlecode.com/files/bitstring-3.1.0.zip +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=f62d76859955d1beaf01e7f095ab663d diff --git a/metadata/md5-cache/dev-python/celery-3.0.15 b/metadata/md5-cache/dev-python/celery-3.0.15 new file mode 100644 index 000000000000..66b76b7a3d2c --- /dev/null +++ b/metadata/md5-cache/dev-python/celery-3.0.15 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=>=dev-python/kombu-2.4.7 =dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz test? ( dev-python/gevent >=dev-python/mock-0.7.0 virtual/python-unittest2 dev-python/pyopenssl dev-python/nose-cover3 dev-python/sqlalchemy dev-python/pymongo dev-python/redis-py dev-db/redis ) doc? ( dev-python/docutils dev-python/sphinx dev-python/jinja dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy ) dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) test? ( dev-python/nose ) +DESCRIPTION=Celery is an open source asynchronous task queue/job queue based on distributed message passing. +EAPI=4 +HOMEPAGE=http://celeryproject.org/ http://pypi.python.org/pypi/celery +IUSE=doc examples sql test test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/kombu-2.4.7 =dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) +SLOT=0 +SRC_URI=mirror://pypi/c/celery/celery-3.0.15.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=82999b4dc3bc8e2e46f8dcaab09ee9af diff --git a/metadata/md5-cache/dev-python/d2to1-0.2.9 b/metadata/md5-cache/dev-python/d2to1-0.2.9 new file mode 100644 index 000000000000..45a85f1e8743 --- /dev/null +++ b/metadata/md5-cache/dev-python/d2to1-0.2.9 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup +DEPEND=dev-python/setuptools dev-lang/python +DESCRIPTION=Allows using distutils2-like setup.cfg files for a package metadata +EAPI=4 +HOMEPAGE=http://pypi.python.org/pypi/d2to1 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=dev-python/setuptools dev-lang/python +SLOT=0 +SRC_URI=mirror://pypi/d/d2to1/d2to1-0.2.9.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=699cd498f71a58270ab7b103df6e9873 diff --git a/metadata/md5-cache/dev-python/fabric-1.6.0 b/metadata/md5-cache/dev-python/fabric-1.6.0 new file mode 100644 index 000000000000..8743926761c9 --- /dev/null +++ b/metadata/md5-cache/dev-python/fabric-1.6.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=dev-python/paramiko dev-python/setuptools doc? ( dev-python/sphinx ) test? ( =dev-python/python-irclib-3.2.2 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=0 +SRC_URI=mirror://pypi/i/irc/irc-8.0.1.zip +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=73877a3304c814ec18294820aa7612eb diff --git a/metadata/md5-cache/dev-python/msgpack-0.3.0 b/metadata/md5-cache/dev-python/msgpack-0.3.0 new file mode 100644 index 000000000000..e50d18d39034 --- /dev/null +++ b/metadata/md5-cache/dev-python/msgpack-0.3.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/six[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=MessagePack (de)serializer for Python +EAPI=5 +HOMEPAGE=http://msgpack.org http://pypi.python.org/pypi/msgpack-python/ +IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +SLOT=0 +SRC_URI=mirror://pypi/m/msgpack-python/msgpack-python-0.3.0.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=37e95635ad0c4caa117cb431f86f47a3 diff --git a/metadata/md5-cache/dev-python/numpy-1.6.2 b/metadata/md5-cache/dev-python/numpy-1.6.2 deleted file mode 100644 index 7a467ce5a0bd..000000000000 --- a/metadata/md5-cache/dev-python/numpy-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test unpack -DEPEND=dev-python/setuptools lapack? ( virtual/cblas virtual/lapack ) doc? ( app-arch/unzip ) lapack? ( virtual/pkgconfig ) test? ( >=dev-python/nose-0.10 ) || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* =dev-lang/python-2.4* ) lapack? ( virtual/fortran ) -DESCRIPTION=Fast array and numerical python library -EAPI=4 -HOMEPAGE=http://numpy.scipy.org/ http://pypi.python.org/pypi/numpy -IUSE=doc lapack test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=BSD -RDEPEND=dev-python/setuptools lapack? ( virtual/cblas virtual/lapack ) || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* =dev-lang/python-2.4* ) lapack? ( virtual/fortran ) -SLOT=0 -SRC_URI=mirror://sourceforge/numpy/numpy-1.6.2.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.6.0/numpy-html.zip -> numpy-1.6.0-html.zip http://docs.scipy.org/doc/numpy-1.6.0/numpy-ref.pdf -> numpy-1.6.0-ref.pdf http://docs.scipy.org/doc/numpy-1.6.0/numpy-user.pdf -> numpy-1.6.0-user.pdf ) -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d8a06cdcf2a1cce3dd1a316a0d9a38fe diff --git a/metadata/md5-cache/dev-python/odfpy-0.9.6 b/metadata/md5-cache/dev-python/odfpy-0.9.6 new file mode 100644 index 000000000000..ff6c2e61a489 --- /dev/null +++ b/metadata/md5-cache/dev-python/odfpy-0.9.6 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND==dev-lang/python-2* +DESCRIPTION=Python API and tools to manipulate OpenDocument files +EAPI=4 +HOMEPAGE=https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 GPL-2 LGPL-2.1 +RDEPEND==dev-lang/python-2* +SLOT=0 +SRC_URI=mirror://pypi/o/odfpy/odfpy-0.9.6.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=8ddb6bfbdef1285ac00053230e124c0d diff --git a/metadata/md5-cache/dev-python/pep8-1.4.5 b/metadata/md5-cache/dev-python/pep8-1.4.5 new file mode 100644 index 000000000000..0f0d89f82bf3 --- /dev/null +++ b/metadata/md5-cache/dev-python/pep8-1.4.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Python style guide checker +EAPI=5 +HOMEPAGE=http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8 +IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +SLOT=0 +SRC_URI=mirror://pypi/p/pep8/pep8-1.4.5.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6e9e3062c60979725869e3bd12d2fef5 diff --git a/metadata/md5-cache/dev-python/pp-1.6.4 b/metadata/md5-cache/dev-python/pp-1.6.4 new file mode 100644 index 000000000000..891112736525 --- /dev/null +++ b/metadata/md5-cache/dev-python/pp-1.6.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare +DEPEND==dev-lang/python-2* +DESCRIPTION=Parallel and distributed programming for Python +EAPI=3 +HOMEPAGE=http://www.parallelpython.com/ +IUSE=doc examples +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND==dev-lang/python-2* +SLOT=0 +SRC_URI=http://www.parallelpython.com/downloads/pp/pp-1.6.4.tar.bz2 +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=df07a276464dc47a7cca3e7b612d099f diff --git a/metadata/md5-cache/dev-python/py-1.4.13 b/metadata/md5-cache/dev-python/py-1.4.13 new file mode 100644 index 000000000000..a0f7fcb57aef --- /dev/null +++ b/metadata/md5-cache/dev-python/py-1.4.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/unzip dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] test? ( >=dev-python/pytest-2[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=library with cross-python path, ini-parsing, io, code, log facilities +EAPI=5 +HOMEPAGE=http://pylib.org/ http://pypi.python.org/pypi/py +IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=MIT +RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +SLOT=0 +SRC_URI=mirror://pypi/p/py/py-1.4.13.tar.gz +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=b18469c2d6875d5ca4f8d88be71c27d5 diff --git a/metadata/md5-cache/dev-python/pyftpdlib-1.0.1 b/metadata/md5-cache/dev-python/pyftpdlib-1.0.1 new file mode 100644 index 000000000000..f6c40fb65ce2 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyftpdlib-1.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=ssl? ( dev-lang/python:2.7 dev-python/pyopenssl ) =dev-lang/python-2* ssl? ( =dev-lang/python-2*[ssl] ) +DESCRIPTION=Python FTP server library +EAPI=4 +HOMEPAGE=http://code.google.com/p/pyftpdlib/ http://pypi.python.org/pypi/pyftpdlib +IUSE=examples ssl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +LICENSE=MIT +RDEPEND=ssl? ( dev-lang/python:2.7 dev-python/pyopenssl ) =dev-lang/python-2* ssl? ( =dev-lang/python-2*[ssl] ) +SLOT=0 +SRC_URI=http://pyftpdlib.googlecode.com/files/pyftpdlib-1.0.1.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=bce471c0a7cea372dc8bce04c224fbf7 diff --git a/metadata/md5-cache/dev-python/pylint-0.27.0 b/metadata/md5-cache/dev-python/pylint-0.27.0 new file mode 100644 index 000000000000..336fb287989f --- /dev/null +++ b/metadata/md5-cache/dev-python/pylint-0.27.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=>=dev-python/logilab-common-0.53.0 >=dev-python/astng-0.21.1 dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) +DESCRIPTION=Python code static checker +EAPI=4 +HOMEPAGE=http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint +IUSE=examples +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=>=dev-python/logilab-common-0.53.0 >=dev-python/astng-0.21.1 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) +SLOT=0 +SRC_URI=ftp://ftp.logilab.org/pub/pylint/pylint-0.27.0.tar.gz mirror://pypi/p/pylint/pylint-0.27.0.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ff291f373438b60ea038fb28405ea8b6 diff --git a/metadata/md5-cache/dev-python/sip-4.14.3 b/metadata/md5-cache/dev-python/sip-4.14.3 index 4aac0ca145c9..32aa008c2e36 100644 --- a/metadata/md5-cache/dev-python/sip-4.14.3 +++ b/metadata/md5-cache/dev-python/sip-4.14.3 @@ -4,10 +4,10 @@ DESCRIPTION=Python extension module generator for C and C++ libraries EAPI=5 HOMEPAGE=http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP IUSE=debug doc python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=|| ( GPL-2 GPL-3 sip ) RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] SLOT=0/9 SRC_URI=mirror://sourceforge/pyqt/sip-4.14.3.tar.gz _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=70b2a829a63d531c095f09d462e46dbb +_md5_=34d11b31285d9e36686407587398af60 diff --git a/metadata/md5-cache/dev-qt/qtcore-4.8.4-r2 b/metadata/md5-cache/dev-qt/qtcore-4.8.4-r2 index b567423a1658..b003e7523b1b 100644 --- a/metadata/md5-cache/dev-qt/qtcore-4.8.4-r2 +++ b/metadata/md5-cache/dev-qt/qtcore-4.8.4-r2 @@ -4,11 +4,11 @@ DESCRIPTION=The Qt toolkit is a comprehensive C++ application development framew EAPI=5 HOMEPAGE=http://qt-project.org/ http://qt.digia.com/ IUSE=+glib iconv icu qt3support ssl aqua debug pch c++0x +exceptions -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( LGPL-2.1 GPL-3 ) PDEPEND=qt3support? ( ~dev-qt/qtgui-4.8.4[aqua=,debug=,glib=,qt3support] ) RDEPEND=sys-libs/zlib glib? ( dev-libs/glib:2 ) icu? ( >=dev-libs/icu-49:= ) ssl? ( dev-libs/openssl ) !=media-libs/libmng-1.0.9 ) nas? ( >=media-libs/nas-1.5 ) tiff? ( media-libs/tiff:0 ) @@ -12,4 +12,4 @@ REQUIRED_USE=gtkstyle? ( glib ) SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b qt4-build a83ef3edbc5b18f7e5d7448ac5a51ac6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2f9551d5c96358f2731f87cb25f24475 +_md5_=35fac38ff97ea8ace5c49003b3d4461a diff --git a/metadata/md5-cache/dev-util/eric-5.3.1 b/metadata/md5-cache/dev-util/eric-5.3.1 new file mode 100644 index 000000000000..0e374d2385dc --- /dev/null +++ b/metadata/md5-cache/dev-util/eric-5.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm prepare setup +DEPEND=>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.9.6-r1[X,help,sql,svg,webkit] >=dev-python/qscintilla-python-2.6 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* ) +DESCRIPTION=A full featured Python IDE using PyQt4 and QScintilla +EAPI=4 +HOMEPAGE=http://eric-ide.python-projects.org/ +IUSE=spell linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_ru linguas_tr linguas_zh_CN +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-3 +PDEPEND=spell? ( dev-python/pyenchant ) +RDEPEND=>=dev-python/sip-4.12.4 >=dev-python/PyQt4-4.9.6-r1[X,help,sql,svg,webkit] >=dev-python/qscintilla-python-2.6 >=dev-python/chardet-2.0.1 >=dev-python/coverage-3.2 >=dev-python/pygments-1.5 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* ) +SLOT=5 +SRC_URI=mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-5.3.1.tar.gz linguas_cs? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-cs-5.3.1.tar.gz ) linguas_de? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-de-5.3.1.tar.gz ) linguas_en? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-en-5.3.1.tar.gz ) linguas_es? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-es-5.3.1.tar.gz ) linguas_fr? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-fr-5.3.1.tar.gz ) linguas_it? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-it-5.3.1.tar.gz ) linguas_ru? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-ru-5.3.1.tar.gz ) linguas_tr? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-tr-5.3.1.tar.gz ) linguas_zh_CN? ( mirror://sourceforge/eric-ide/eric5/stable/5.3.1/eric5-i18n-zh_CN.GB2312-5.3.1.tar.gz ) +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6878c40a9c53bce50e170b17c7986e6a diff --git a/metadata/md5-cache/dev-util/febootstrap-2.11 b/metadata/md5-cache/dev-util/febootstrap-2.11 index 43ac7146a083..e1e8f1262391 100644 --- a/metadata/md5-cache/dev-util/febootstrap-2.11 +++ b/metadata/md5-cache/dev-util/febootstrap-2.11 @@ -1,5 +1,5 @@ -DEFINED_PHASES=install -DEPEND=>=sys-apps/fakeroot-1.11 >=sys-apps/fakechroot-2.9 dev-lang/perl >=sys-apps/yum-3.2.21 sys-fs/e2fsprogs sys-libs/e2fsprogs-libs +DEFINED_PHASES=install prepare +DEPEND=>=sys-apps/fakeroot-1.11 >=sys-apps/fakechroot-2.9 dev-lang/perl >=sys-apps/yum-3.2.21 sys-fs/e2fsprogs sys-libs/e2fsprogs-libs || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Fedora bootstrap scripts EAPI=2 HOMEPAGE=http://people.redhat.com/~rjones/febootstrap/ @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=sys-apps/fakeroot-1.11 >=sys-apps/fakechroot-2.9 dev-lang/perl >=sys-apps/yum-3.2.21 sys-fs/e2fsprogs sys-libs/e2fsprogs-libs SLOT=0 SRC_URI=http://people.redhat.com/~rjones/febootstrap/files/febootstrap-2.11.tar.gz -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=60ccd00290c4c49a5946066dca9304dd +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=decffad450b7d203cd1f0c4437162a93 diff --git a/metadata/md5-cache/dev-util/geany-1.23 b/metadata/md5-cache/dev-util/geany-1.23 new file mode 100644 index 000000000000..5435f07b5b3a --- /dev/null +++ b/metadata/md5-cache/dev-util/geany-1.23 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst postrm preinst prepare setup +DEPEND=>=x11-libs/gtk+-2.16:2 >=dev-libs/glib-2.20:2 vte? ( x11-libs/vte:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext >=sys-apps/sed-4 +DESCRIPTION=GTK+ based fast and lightweight IDE +EAPI=5 +HOMEPAGE=http://www.geany.org +IUSE=+vte +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=GPL-2+ HPND +RDEPEND=>=x11-libs/gtk+-2.16:2 >=dev-libs/glib-2.20:2 vte? ( x11-libs/vte:0 ) +SLOT=0 +SRC_URI=http://download.geany.org/geany-1.23.tar.bz2 +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=61ecfda92513e2baa65d3be916289ad3 diff --git a/metadata/md5-cache/dev-vcs/git-sh-1.1 b/metadata/md5-cache/dev-vcs/git-sh-1.1 index 05f9a512c76b..1dce32fd9cf7 100644 --- a/metadata/md5-cache/dev-vcs/git-sh-1.1 +++ b/metadata/md5-cache/dev-vcs/git-sh-1.1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=postinst prepare +DEFINED_PHASES=postinst prepare unpack DESCRIPTION=A customized bash environment suitable for git work EAPI=4 HOMEPAGE=http://github.com/rtomayko/git-sh @@ -7,4 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-vcs/git SLOT=0 SRC_URI=http://github.com/rtomayko/git-sh/tarball/1.1 -> git-sh-1.1.tar.gz -_md5_=0566eeb6d0d221069a8f9bacb09ba942 +_eclasses_=vcs-snapshot 3facff03591093044e38f21285a02129 +_md5_=4e97c0e66f013282c799fdd3c6eb7e85 diff --git a/metadata/md5-cache/dev-vcs/git-sh-1.3 b/metadata/md5-cache/dev-vcs/git-sh-1.3 new file mode 100644 index 000000000000..4355b5447718 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-sh-1.3 @@ -0,0 +1,11 @@ +DEFINED_PHASES=postinst prepare unpack +DESCRIPTION=A customized bash environment suitable for git work +EAPI=5 +HOMEPAGE=http://github.com/rtomayko/git-sh +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-vcs/git +SLOT=0 +SRC_URI=https://github.com/rtomayko/git-sh/archive/1.3.tar.gz -> git-sh-1.3.tar.gz +_eclasses_=vcs-snapshot 3facff03591093044e38f21285a02129 +_md5_=bd435af8dc8ff0f52c6639b277693673 diff --git a/metadata/md5-cache/games-board/gnuchess-6.0.3 b/metadata/md5-cache/games-board/gnuchess-6.0.3 new file mode 100644 index 000000000000..b404912fc6f5 --- /dev/null +++ b/metadata/md5-cache/games-board/gnuchess-6.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=readline? ( sys-libs/readline ) +DESCRIPTION=Console based chess interface +EAPI=2 +HOMEPAGE=http://www.gnu.org/software/chess/chess.html +IUSE=readline +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-3 +RDEPEND=readline? ( sys-libs/readline ) +SLOT=0 +SRC_URI=mirror://gnu/chess/gnuchess-6.0.3.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de games e0a83e3f3f024b8c8ef7a8217d716cbf multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=9c6e01699aceb92933dcce0543fa35e2 diff --git a/metadata/md5-cache/kde-misc/synaptiks-0.8.1-r2 b/metadata/md5-cache/kde-misc/synaptiks-0.8.1-r2 new file mode 100644 index 000000000000..27ad09ddcbce --- /dev/null +++ b/metadata/md5-cache/kde-misc/synaptiks-0.8.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=dev-python/PyQt4-4.7 >=dev-python/pyudev-0.8[pyqt4] dev-python/setuptools >=kde-base/pykde4-4.4:4[aqua=] || ( ( >=kde-base/kdesdk-scripts-4.4:4[aqua=] ) ( >=kde-base/kde-dev-scripts-4.4:4[aqua=] ) ) virtual/python-argparse >=x11-drivers/xf86-input-synaptics-1.3 >=x11-libs/libXi-1.4 x11-libs/libXtst upower? ( dev-python/dbus-python sys-power/upower ) app-text/docbook-xsl-stylesheets sys-devel/gettext doc? ( dev-python/sphinx dev-python/sphinxcontrib-issuetracker ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +DESCRIPTION=Touchpad configuration and management tool for KDE +EAPI=5 +HOMEPAGE=http://synaptiks.readthedocs.org +IUSE=debug doc +upower +handbook aqua +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=>=dev-python/PyQt4-4.7 >=dev-python/pyudev-0.8[pyqt4] dev-python/setuptools >=kde-base/pykde4-4.4:4[aqua=] || ( ( >=kde-base/kdesdk-scripts-4.4:4[aqua=] ) ( >=kde-base/kde-dev-scripts-4.4:4[aqua=] ) ) virtual/python-argparse >=x11-drivers/xf86-input-synaptics-1.3 >=x11-libs/libXi-1.4 x11-libs/libXtst upower? ( dev-python/dbus-python sys-power/upower ) >=kde-base/oxygen-icons-4.4:4[aqua=] handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=4 +SRC_URI=mirror://pypi/s/synaptiks/synaptiks-0.8.1.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 99e1013bc1a5444b994d9a4b8c69b4f1 kde4-functions d582c981f237aef7193dcba509e5d8d4 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=0cb589e9cd4084b56a35767812ac8857 diff --git a/metadata/md5-cache/media-gfx/recoverjpeg-2.2.1 b/metadata/md5-cache/media-gfx/recoverjpeg-2.2.1 index 6ca0e046cb7a..3d37390eca99 100644 --- a/metadata/md5-cache/media-gfx/recoverjpeg-2.2.1 +++ b/metadata/md5-cache/media-gfx/recoverjpeg-2.2.1 @@ -3,10 +3,10 @@ DEPEND=media-gfx/exif || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagem DESCRIPTION=Recover JPEG pictures from a possibly corrupted disk image EAPI=4 HOMEPAGE=http://www.rfc1149.net/devel/recoverjpeg -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=media-gfx/exif || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) SLOT=0 SRC_URI=http://www.rfc1149.net/download/recoverjpeg/recoverjpeg-2.2.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a2fd11009423147ff1990f6f07641760 +_md5_=c9cb9c93f323dc5ab7c20ba822649ce0 diff --git a/metadata/md5-cache/media-radio/qrq-0.3.1 b/metadata/md5-cache/media-radio/qrq-0.3.1 index a182f2d88f53..e64b5c1bb28d 100644 --- a/metadata/md5-cache/media-radio/qrq-0.3.1 +++ b/metadata/md5-cache/media-radio/qrq-0.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=Yet another CW trainer for Linux/Unix EAPI=2 HOMEPAGE=http://fkurz.net/ham/qrq.html IUSE=pulseaudio -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=sys-libs/ncurses pulseaudio? ( media-sound/pulseaudio ) SLOT=0 SRC_URI=http://fkurz.net/ham/qrq/qrq-0.3.1.tar.gz _eclasses_=multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=ec543ae4fdb7570377b84097c023762b +_md5_=ef983ab8dbc12dde7c3734e43693e960 diff --git a/metadata/md5-cache/media-sound/quimup-1.3.0 b/metadata/md5-cache/media-sound/quimup-1.3.0 index 7d5de6c66542..3ce6c5724da9 100644 --- a/metadata/md5-cache/media-sound/quimup-1.3.0 +++ b/metadata/md5-cache/media-sound/quimup-1.3.0 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtgui:4 >=media-libs/libmpdclient-2.3 DESCRIPTION=A Qt4 client for the music player daemon (MPD) written in C++ EAPI=5 HOMEPAGE=http://mpd.wikia.com/wiki/Client:Quimup -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-qt/qtgui:4 >=media-libs/libmpdclient-2.3 SLOT=0 SRC_URI=mirror://sourceforge/musicpd/quimup_1.3.0_src.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1b45d1ce00646ea1d23d6ec00d2d831c +_md5_=9b5a0ae31eaae685b3fb813b0865daf9 diff --git a/metadata/md5-cache/media-video/avidemux-2.6.1 b/metadata/md5-cache/media-video/avidemux-2.6.1 index 016cd352685d..317987435080 100644 --- a/metadata/md5-cache/media-video/avidemux-2.6.1 +++ b/metadata/md5-cache/media-video/avidemux-2.6.1 @@ -3,11 +3,11 @@ DEPEND=>=dev-lang/spidermonkey-1.5-r2 dev-libs/libxml2 media-libs/libpng x11-lib DESCRIPTION=Video editor designed for simple cutting, filtering and encoding tasks EAPI=5 HOMEPAGE=http://fixounet.free.fr/avidemux -IUSE=aften a52 alsa amr debug dts fontconfig gtk jack lame libsamplerate mmx nls qt4 sdl -system-ffmpeg vorbis truetype xvid xv oss x264 linguas_ca linguas_cs linguas_de linguas_el linguas_es linguas_fr linguas_it linguas_ja linguas_pt_BR linguas_ru linguas_sr linguas_sr@latin linguas_tr +IUSE=aften a52 alsa amr debug dts fontconfig gtk jack lame libsamplerate mmx oss nls qt4 sdl -system-ffmpeg vorbis truetype xvid x264 xv linguas_ca linguas_cs linguas_de linguas_el linguas_es linguas_fr linguas_it linguas_ja linguas_pt_BR linguas_ru linguas_sr linguas_sr@latin linguas_tr KEYWORDS=~amd64 ~x86 LICENSE=GPL-1 GPL-2 MIT PSF-2 public-domain RDEPEND=>=dev-lang/spidermonkey-1.5-r2 dev-libs/libxml2 media-libs/libpng x11-libs/libX11 x11-libs/libXext x11-libs/libXrender virtual/libiconv aften? ( media-libs/aften ) alsa? ( >=media-libs/alsa-lib-1.0.3b-r2 ) amr? ( media-libs/opencore-amr ) dts? ( media-libs/libdca ) fontconfig? ( media-libs/fontconfig ) gtk? ( >=x11-libs/gtk+-2.6.0:2 ) jack? ( media-sound/jack-audio-connection-kit libsamplerate? ( media-libs/libsamplerate ) ) lame? ( media-sound/lame ) qt4? ( >=dev-qt/qtgui-4.8.3:4 ) sdl? ( media-libs/libsdl ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[aac,cpudetection,mp3,theora] ) truetype? ( >=media-libs/freetype-2.1.5 ) x264? ( media-libs/x264 ) xv? ( x11-libs/libXv ) xvid? ( media-libs/xvid ) vorbis? ( media-libs/libvorbis ) SLOT=2.6 SRC_URI=mirror://sourceforge/avidemux/2.6.1/avidemux_2.6.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=03e34a4a7b51298e1a743f2177425378 +_md5_=56f90d417d126c7dceb71144c568f0be diff --git a/metadata/md5-cache/net-analyzer/nmap-6.25 b/metadata/md5-cache/net-analyzer/nmap-6.25 index 48c8e54ecea1..b5c5d6ed0e4a 100644 --- a/metadata/md5-cache/net-analyzer/nmap-6.25 +++ b/metadata/md5-cache/net-analyzer/nmap-6.25 @@ -4,10 +4,10 @@ DESCRIPTION=A utility for network exploration or security auditing EAPI=4 HOMEPAGE=http://nmap.org/ IUSE=gtk ipv6 +lua ncat ndiff nls nmap-update nping ssl linguas_de linguas_es linguas_fr linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_zh -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=dev-libs/apr dev-libs/libpcre net-libs/libpcap[ipv6?] gtk? ( >=x11-libs/gtk+-2.6:2 >=dev-python/pygtk-2.6 || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) ) lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] ) ndiff? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) ) nls? ( virtual/libintl ) nmap-update? ( dev-libs/apr dev-vcs/subversion ) ssl? ( dev-libs/openssl ) SLOT=0 SRC_URI=http://nmap.org/dist/nmap-6.25.tar.bz2 http://dev.gentoo.org/~jer/nmap-logo-64.png _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a042acf6709f8d09078d5708b63e23f6 +_md5_=58ea04a865d4dbdfd03e478f2363a71e diff --git a/metadata/md5-cache/net-im/pidgin-2.10.7 b/metadata/md5-cache/net-im/pidgin-2.10.7 new file mode 100644 index 000000000000..9fef86dbcc42 --- /dev/null +++ b/metadata/md5-cache/net-im/pidgin-2.10.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=dev-libs/glib-2.16 >=dev-libs/libxml2-2.6.18 ncurses? ( sys-libs/ncurses[unicode] dbus? ( =x11-libs/gtk+-2.10:2[aqua=] x11-libs/libSM xscreensaver? ( x11-libs/libXScrnSaver ) spell? ( >=app-text/gtkspell-2.0.2:2 ) eds? ( gnome-extra/evolution-data-server ) prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* || ( net-libs/farstream:0.1 net-libs/farsight2 ) media-plugins/gst-plugins-meta:0.10 media-plugins/gst-plugins-gconf:0.10 ) zeroconf? ( net-dns/avahi[dbus] ) dbus? ( >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 dev-python/dbus-python ) perl? ( >=dev-lang/perl-5.8.2-r1[-build] ) gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] >=net-libs/libgadu-1.11.0[-ssl] ) ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( dev-libs/cyrus-sasl:2 ) networkmanager? ( net-misc/networkmanager ) idn? ( net-dns/libidn ) !=dev-util/intltool-0.41.1 sys-devel/gettext ) dbus? ( =dev-util/intltool-0.41.1 sys-devel/gettext ) ) app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=GTK Instant Messenger client +EAPI=4 +HOMEPAGE=http://pidgin.im/ +IUSE=dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile networkmanager nls perl silc tcl tk spell sasl ncurses groupwise prediction python +xscreensaver zephyr zeroconf aqua debug +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.16 >=dev-libs/libxml2-2.6.18 ncurses? ( sys-libs/ncurses[unicode] dbus? ( =x11-libs/gtk+-2.10:2[aqua=] x11-libs/libSM xscreensaver? ( x11-libs/libXScrnSaver ) spell? ( >=app-text/gtkspell-2.0.2:2 ) eds? ( gnome-extra/evolution-data-server ) prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* || ( net-libs/farstream:0.1 net-libs/farsight2 ) media-plugins/gst-plugins-meta:0.10 media-plugins/gst-plugins-gconf:0.10 ) zeroconf? ( net-dns/avahi[dbus] ) dbus? ( >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 dev-python/dbus-python ) perl? ( >=dev-lang/perl-5.8.2-r1[-build] ) gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] >=net-libs/libgadu-1.11.0[-ssl] ) ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( dev-libs/cyrus-sasl:2 ) networkmanager? ( net-misc/networkmanager ) idn? ( net-dns/libidn ) !=x11-libs/motif-2.3:0 x11-libs/libXpm -DESCRIPTION=Graphical interface for the ClustalW multiple alignment program -EAPI=1 -HOMEPAGE=http://www-igbmc.u-strasbg.fr/BioInfo/ClustalX/ -KEYWORDS=~sparc -LICENSE=public-domain -RDEPEND=sci-biology/clustalw:1 sci-biology/ncbi-tools >=x11-libs/motif-2.3:0 x11-libs/libXpm -SLOT=0 -SRC_URI=ftp://ftp-igbmc.u-strasbg.fr/pub/ClustalX/clustalx1.83.sun.tar.gz -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fe798698c46df280335a1fb06519823c diff --git a/metadata/md5-cache/sci-biology/gatk-1.6 b/metadata/md5-cache/sci-biology/gatk-2.4 similarity index 50% rename from metadata/md5-cache/sci-biology/gatk-1.6 rename to metadata/md5-cache/sci-biology/gatk-2.4 index baebaa4012fa..55eaf64625d7 100644 --- a/metadata/md5-cache/sci-biology/gatk-1.6 +++ b/metadata/md5-cache/sci-biology/gatk-2.4 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 dev-vcs/git >=dev-java/java-config-2.1.9-r1 >=dev-java/ant-core-1.7.0 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.1.9-r1 >=dev-java/ant-core-1.7.0 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 DESCRIPTION=The Genome Analysis Toolkit -EAPI=4 +EAPI=5 HOMEPAGE=http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit IUSE=elibc_FreeBSD elibc_FreeBSD KEYWORDS=~amd64 -LICENSE=as-is +LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 SLOT=0 -SRC_URI=https://github.com/broadgsa/gatk/tarball/1.6 -> gatk-1.6.tar.gz -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f0f46b04a9edda8152381d18e01d7e85 +SRC_URI=https://github.com/broadgsa/gatk/archive/2.4.tar.gz -> gatk-2.4.tar.gz +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 3facff03591093044e38f21285a02129 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=76787e40e77ec41c267c267b69640c92 diff --git a/metadata/md5-cache/sci-biology/gatk-9999 b/metadata/md5-cache/sci-biology/gatk-9999 index 3e711298ef11..44ecb2bd393e 100644 --- a/metadata/md5-cache/sci-biology/gatk-9999 +++ b/metadata/md5-cache/sci-biology/gatk-9999 @@ -1,11 +1,11 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.1.9-r1 >=dev-java/ant-core-1.7.0 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=>=virtual/jdk-1.6 dev-vcs/git dev-vcs/git >=dev-java/java-config-2.1.9-r1 >=dev-java/ant-core-1.7.0 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 DESCRIPTION=The Genome Analysis Toolkit -EAPI=4 +EAPI=5 HOMEPAGE=http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit IUSE=elibc_FreeBSD elibc_FreeBSD -LICENSE=as-is +LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 SLOT=0 -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=82f264d16f4f4f8896417d876c8252b3 +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 git-2 e92e09651292b1bef5656592364550f7 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=f7bbf9a654ffda9c7c3058c638d4db24 diff --git a/metadata/md5-cache/sci-geosciences/gpsd-3.8 b/metadata/md5-cache/sci-geosciences/gpsd-3.8 new file mode 100644 index 000000000000..6ed55ba8705e --- /dev/null +++ b/metadata/md5-cache/sci-geosciences/gpsd-3.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=X? ( dev-python/pygtk:2 ) ncurses? ( sys-libs/ncurses ) bluetooth? ( net-wireless/bluez ) usb? ( virtual/libusb:1 ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) ntp? ( || ( net-misc/ntp net-misc/chrony ) ) qt4? ( dev-qt/qtgui:4 ) virtual/pkgconfig test? ( sys-devel/bc ) virtual/pkgconfig python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) >=dev-util/scons-1.2.1 +DESCRIPTION=GPS daemon and library to support USB/serial GPS devices and various GPS/mapping clients +EAPI=4 +HOMEPAGE=http://catb.org/gpsd/ +IUSE=gpsd_protocols_ashtech gpsd_protocols_aivdm gpsd_protocols_clientdebug gpsd_protocols_earthmate gpsd_protocols_evermore gpsd_protocols_fv18 gpsd_protocols_garmin gpsd_protocols_garmintxt gpsd_protocols_gpsclock gpsd_protocols_itrax gpsd_protocols_mtk3301 gpsd_protocols_nmea gpsd_protocols_ntrip gpsd_protocols_navcom gpsd_protocols_oceanserver gpsd_protocols_oldstyle gpsd_protocols_oncore gpsd_protocols_rtcm104v2 gpsd_protocols_rtcm104v3 gpsd_protocols_sirf gpsd_protocols_superstar2 gpsd_protocols_timing gpsd_protocols_tsip gpsd_protocols_tripmate gpsd_protocols_tnt gpsd_protocols_ubx bluetooth cxx debug dbus ipv6 ncurses ntp python qt4 +shm +sockets test udev usb X +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=X? ( dev-python/pygtk:2 ) ncurses? ( sys-libs/ncurses ) bluetooth? ( net-wireless/bluez ) usb? ( virtual/libusb:1 ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) ntp? ( || ( net-misc/ntp net-misc/chrony ) ) qt4? ( dev-qt/qtgui:4 ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) +REQUIRED_USE=X? ( python ) +SLOT=0 +SRC_URI=mirror://nongnu/gpsd/gpsd-3.8.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0dd81a5215c9f4bd42580f2d24984a1c diff --git a/metadata/md5-cache/sci-geosciences/gpsd-9999 b/metadata/md5-cache/sci-geosciences/gpsd-9999 index 4d376d8ebb9f..abecbd3ec696 100644 --- a/metadata/md5-cache/sci-geosciences/gpsd-9999 +++ b/metadata/md5-cache/sci-geosciences/gpsd-9999 @@ -9,4 +9,4 @@ RDEPEND=X? ( dev-python/pygtk:2 ) ncurses? ( sys-libs/ncurses ) bluetooth? ( net REQUIRED_USE=X? ( python ) SLOT=0 _eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 3251cdf35caea8f0388af92528a56705 git-2 e92e09651292b1bef5656592364550f7 multilib ded93e450747134a079e647d888aa80b python dd56675d8e9f7e85d815a28c87383141 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3c86c442c5e35989b1cb1c80261b5045 +_md5_=d9e22f7cff350a1951bfedd75c4cc437 diff --git a/metadata/md5-cache/sci-libs/openfoam-2.2.0 b/metadata/md5-cache/sci-libs/openfoam-2.2.0 new file mode 100644 index 000000000000..5d495d695cd6 --- /dev/null +++ b/metadata/md5-cache/sci-libs/openfoam-2.2.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install setup test +DEPEND=!=sci-libs/openfoam-bin-2.2* !=sci-libs/openfoam-kernel-2.2* !=sci-libs/openfoam-meta-2.2* !=sci-libs/openfoam-solvers-2.2* !=sci-libs/openfoam-utilities-2.2* !=sci-libs/openfoam-wmake-2.2* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch sci-visualization/opendx virtual/mpi +DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox +EAPI=2 +HOMEPAGE=http://www.openfoam.org +IUSE=doc examples +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=!=sci-libs/openfoam-bin-2.2* !=sci-libs/openfoam-kernel-2.2* !=sci-libs/openfoam-meta-2.2* !=sci-libs/openfoam-solvers-2.2* !=sci-libs/openfoam-utilities-2.2* !=sci-libs/openfoam-wmake-2.2* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch sci-visualization/opendx virtual/mpi +SLOT=2.2 +SRC_URI=http://downloads.sourceforge.net/project/foam/foam/2.2.0/OpenFOAM-2.2.0.tgz +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=04d471c888cfef11742015a0c572e18d diff --git a/metadata/md5-cache/sys-cluster/ceph-0.55.1 b/metadata/md5-cache/sys-cluster/ceph-0.55.1 deleted file mode 100644 index 70bb390b3818..000000000000 --- a/metadata/md5-cache/sys-cluster/ceph-0.55.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Ceph distributed filesystem -EAPI=4 -HOMEPAGE=http://ceph.com/ -IUSE=debug fuse gtk libatomic radosgw static-libs tcmalloc -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) sys-fs/btrfs-progs -SLOT=0 -SRC_URI=http://ceph.com/download/ceph-0.55.1.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ac1198408e280097c77297d67dce0c7c diff --git a/metadata/md5-cache/sys-cluster/ceph-0.51 b/metadata/md5-cache/sys-cluster/ceph-0.56.3 similarity index 85% rename from metadata/md5-cache/sys-cluster/ceph-0.51 rename to metadata/md5-cache/sys-cluster/ceph-0.56.3 index 908857b9b902..7ca470288494 100644 --- a/metadata/md5-cache/sys-cluster/ceph-0.51 +++ b/metadata/md5-cache/sys-cluster/ceph-0.56.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare -DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig DESCRIPTION=Ceph distributed filesystem -EAPI=4 +EAPI=5 HOMEPAGE=http://ceph.com/ IUSE=debug fuse gtk libatomic radosgw static-libs tcmalloc KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) sys-fs/btrfs-progs SLOT=0 -SRC_URI=http://ceph.com/download/ceph-0.51.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=45676537b3d61aeb51065befb275da21 +SRC_URI=http://ceph.com/download/ceph-0.56.3.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ab8e502f4fc58304fcbef9d2babbc526 diff --git a/metadata/md5-cache/sys-cluster/ceph-0.56.1 b/metadata/md5-cache/sys-cluster/ceph-0.58 similarity index 85% rename from metadata/md5-cache/sys-cluster/ceph-0.56.1 rename to metadata/md5-cache/sys-cluster/ceph-0.58 index 8b2642f775ce..f918ac2ee631 100644 --- a/metadata/md5-cache/sys-cluster/ceph-0.56.1 +++ b/metadata/md5-cache/sys-cluster/ceph-0.58 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install prepare -DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig DESCRIPTION=Ceph distributed filesystem EAPI=5 HOMEPAGE=http://ceph.com/ @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) sys-fs/btrfs-progs SLOT=0 -SRC_URI=http://ceph.com/download/ceph-0.56.1.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2301609ee5cfaa684d3f65b6817cc48d +SRC_URI=http://ceph.com/download/ceph-0.58.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6176a9475b5280005f0b1f9fa89020d9 diff --git a/metadata/md5-cache/sys-cluster/ceph-9999 b/metadata/md5-cache/sys-cluster/ceph-9999 index 879228d3f45c..19463e8e2bb3 100644 --- a/metadata/md5-cache/sys-cluster/ceph-9999 +++ b/metadata/md5-cache/sys-cluster/ceph-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install prepare unpack -DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git +DEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig dev-vcs/git DESCRIPTION=Ceph distributed filesystem EAPI=5 HOMEPAGE=http://ceph.com/ @@ -7,5 +7,5 @@ IUSE=debug fuse gtk libatomic radosgw static-libs tcmalloc LICENSE=LGPL-2.1 RDEPEND=dev-libs/boost dev-libs/fcgi dev-libs/libaio dev-libs/libedit dev-libs/crypto++ sys-apps/keyutils fuse? ( sys-fs/fuse ) libatomic? ( dev-libs/libatomic_ops ) gtk? ( x11-libs/gtk+:2 dev-cpp/gtkmm:2.4 gnome-base/librsvg ) radosgw? ( dev-libs/fcgi dev-libs/expat net-misc/curl ) tcmalloc? ( dev-util/google-perftools ) sys-fs/btrfs-progs SLOT=0 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=54bfe094f9d4ddffdba1458d14894c4d +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6996a220b1e8fff6b78f2b3afd4a25d9 diff --git a/metadata/md5-cache/sys-cluster/fence-agents-3.1.5 b/metadata/md5-cache/sys-cluster/fence-agents-3.1.5-r1 similarity index 86% rename from metadata/md5-cache/sys-cluster/fence-agents-3.1.5 rename to metadata/md5-cache/sys-cluster/fence-agents-3.1.5-r1 index 7756dd218a88..77e1bed8d64c 100644 --- a/metadata/md5-cache/sys-cluster/fence-agents-3.1.5 +++ b/metadata/md5-cache/sys-cluster/fence-agents-3.1.5-r1 @@ -1,7 +1,7 @@ -DEFINED_PHASES=configure postinst postrm +DEFINED_PHASES=configure install postinst postrm DEPEND=~sys-cluster/libccs-3.1.5 dev-python/pexpect dev-libs/libxslt dev-python/pexpect dev-python/pycurl dev-python/suds DESCRIPTION=Cluster Fencing Agents -EAPI=4 +EAPI=5 HOMEPAGE=https://fedorahosted.org/cluster/wiki/HomePage KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 @@ -9,4 +9,4 @@ RDEPEND=~sys-cluster/libccs-3.1.5 SLOT=0 SRC_URI=https://fedorahosted.org/releases/f/e/fence-agents/fence-agents-3.1.5.tar.gz _eclasses_=eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d4db29a2b9b847011022c8b0626eb96b +_md5_=9ece5d34c76bc76540b57dd701897a73 diff --git a/metadata/md5-cache/sys-fs/s3ql-1.13.2 b/metadata/md5-cache/sys-fs/s3ql-1.13.2 new file mode 100644 index 000000000000..c4ca019e2f6c --- /dev/null +++ b/metadata/md5-cache/sys-fs/s3ql-1.13.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/apsw-3.7.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/llfuse-0.37[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyliblzma[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sys-fs/fuse virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/rsync[xattr] virtual/python-unittest2 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=A full-featured file system for online data storage +EAPI=5 +HOMEPAGE=http://code.google.com/p/s3ql/ +IUSE=contrib doc test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/apsw-3.7.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/llfuse-0.37[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyliblzma[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sys-fs/fuse 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 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +SLOT=0 +SRC_URI=http://s3ql.googlecode.com/files/s3ql-1.13.2.tar.bz2 +_eclasses_=distutils-r1 2ff9abb9ac21c31f33014fc4c27f7dd8 eutils 3251cdf35caea8f0388af92528a56705 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 9e27078cbd192d8f424351fa8e0ee975 python-utils-r1 c5012e18184f3e0473a1f1a7b9662ab0 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6dacb61ed0052a77924e302d64cba1c4 diff --git a/metadata/md5-cache/sys-fs/udev-198-r1 b/metadata/md5-cache/sys-fs/udev-198-r1 index f56c137d108a..1e19bb8fcb78 100644 --- a/metadata/md5-cache/sys-fs/udev-198-r1 +++ b/metadata/md5-cache/sys-fs/udev-198-r1 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://www.freedesktop.org/software/systemd/systemd-198.tar.xz http://dev.gentoo.org/~ssuominen/udev-198-patches-1.tar.xz http://dev.gentoo.org/~williamh/dist/udev-198-patches-1.tar.xz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fd59eaa0b7bbfbf8a69a84c201963e28 +_md5_=9aebda565023e48df8be1d6cf606080e diff --git a/metadata/md5-cache/sys-fs/udev-9999 b/metadata/md5-cache/sys-fs/udev-9999 index 10eac3eb165a..af7f8bf74ebd 100644 --- a/metadata/md5-cache/sys-fs/udev-9999 +++ b/metadata/md5-cache/sys-fs/udev-9999 @@ -10,4 +10,4 @@ RDEPEND=>=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/gli RESTRICT=test SLOT=0 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 3251cdf35caea8f0388af92528a56705 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=742c8f4020f59318d17ee64036b86ab1 +_md5_=4eac7169be113b6b64639da018e22ec9 diff --git a/metadata/md5-cache/sys-kernel/git-sources-3.9_rc2 b/metadata/md5-cache/sys-kernel/git-sources-3.9_rc2 new file mode 100644 index 000000000000..8f5198162866 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-3.9_rc2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=http://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.9_rc2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.9-rc2.xz mirror://kernel/linux/kernel/v3.x/linux-3.8.tar.xz +_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 kernel-2 ffd9ec26791c58893983f16c9944d364 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=bbb439ed1032634f2ff505985ea84af9 diff --git a/metadata/md5-cache/sys-libs/timezone-data-2013b b/metadata/md5-cache/sys-libs/timezone-data-2013b new file mode 100644 index 000000000000..9252d5524bd9 --- /dev/null +++ b/metadata/md5-cache/sys-libs/timezone-data-2013b @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile config install postinst unpack +DESCRIPTION=Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump) +HOMEPAGE=http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm +IUSE=nls elibc_FreeBSD elibc_glibc +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +LICENSE=BSD public-domain +RDEPEND=!=sys-libs/ncurses-5.2-r2[unicode?] ) RESTRICT=test SLOT=0 SRC_URI=mirror://debian/pool/main/p/procps/procps_3.3.4.orig.tar.xz _eclasses_=multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=4bba3e23567f3af9b091974c5af7258c +_md5_=04f0c8b9d283555af884d7703cb2321b diff --git a/metadata/md5-cache/www-apps/otrs-3.2.2 b/metadata/md5-cache/www-apps/otrs-3.2.2 new file mode 100644 index 000000000000..0abf0ae11de9 --- /dev/null +++ b/metadata/md5-cache/www-apps/otrs-3.2.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=config install postinst prepare setup +DESCRIPTION=OTRS is an Open source Ticket Request System +EAPI=2 +HOMEPAGE=http://otrs.org/ +IUSE=apache2 fastcgi +gd ldap mod_perl +mysql pdf postgres soap +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 +RDEPEND=dev-perl/Authen-SASL dev-perl/Crypt-PasswdMD5 dev-perl/CSS-Minifier dev-perl/Date-Pcalc mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) dev-perl/DBI gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) dev-perl/IO-Socket-SSL >=dev-perl/JavaScript-Minifier-1.05 >=dev-perl/JSON-2.21 dev-perl/JSON-XS dev-perl/LWP-UserAgent-Determined dev-perl/Mail-POP3Client dev-perl/MailTools >=dev-perl/MIME-tools-5.427 dev-perl/NetxAP dev-perl/Net-IMAP-Simple-SSL >dev-perl/Net-DNS-0.60 dev-perl/Net-SMTP-SSL dev-perl/Net-SMTP-TLS dev-perl/IO-stringy pdf? ( >=dev-perl/PDF-API2-0.73 virtual/perl-Compress-Raw-Zlib ) ldap? ( dev-perl/perl-ldap ) soap? ( dev-perl/SOAP-Lite !=dev-perl/SOAP-Lite-0.711 !=dev-perl/SOAP-Lite-0.712 ) dev-perl/Text-CSV dev-perl/Text-CSV_XS dev-perl/TimeDate dev-perl/XML-Parser virtual/perl-MIME-Base64 >=virtual/perl-CGI-3.33 virtual/perl-libnet virtual/perl-Digest-MD5 >=virtual/perl-Digest-SHA-5.48 virtual/mta apache2? ( mod_perl? ( www-servers/apache:2 =www-apache/libapreq2-2* www-apache/mod_perl ) fastcgi? ( || ( www-apache/mod_fcgid www-apache/mod_fastcgi ) www-servers/apache:2[suexec] ) !fastcgi? ( !mod_perl? ( www-servers/apache:2[suexec] ) ) ) fastcgi? ( dev-perl/FCGI virtual/httpd-fastcgi ) !fastcgi? ( !apache2? ( virtual/httpd-cgi ) ) +SLOT=0 +SRC_URI=http://ftp.otrs.org/pub/otrs/otrs-3.2.2.tar.bz2 +_eclasses_=confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 3251cdf35caea8f0388af92528a56705 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2d689452186d8bf4c89b3132de38a29b diff --git a/metadata/md5-cache/www-servers/uwsgi-1.4.9 b/metadata/md5-cache/www-servers/uwsgi-1.4.9 new file mode 100644 index 000000000000..7581d7008cc3 --- /dev/null +++ b/metadata/md5-cache/www-servers/uwsgi-1.4.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=caps? ( sys-libs/libcap ) json? ( dev-libs/jansson ) erlang? ( dev-lang/erlang ) gevent? ( >=dev-python/gevent-1.0_beta2 ) graylog2? ( sys-libs/zlib ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl ) php? ( php_targets_php5-3? ( dev-lang/php:5.3[embed] ) php_targets_php5-4? ( dev-lang/php:5.4[embed] ) ) probepg? ( dev-db/postgresql-base:= ) ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) sqlite? ( dev-db/sqlite:3 ) rsyslog? ( app-admin/rsyslog ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zeromq? ( net-libs/zeromq sys-apps/util-linux ) virtual/pkgconfig apache2? ( =www-servers/apache-2.2* ) python? ( dev-lang/python ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php? ( php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) ) +DESCRIPTION=uWSGI server for Python web applications +EAPI=5 +HOMEPAGE=http://projects.unbit.it/uwsgi/ +IUSE=apache2 +caps +carbon cgi debug erlang gevent graylog2 json ldap lua +nagios pam perl +pcre php probepg +python rrdtool rsyslog ruby spooler sqlite syslog +xml yaml zeromq apache2 php_targets_php5-3 php_targets_php5-4 elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=caps? ( sys-libs/libcap ) json? ( dev-libs/jansson ) erlang? ( dev-lang/erlang ) gevent? ( >=dev-python/gevent-1.0_beta2 ) graylog2? ( sys-libs/zlib ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl ) php? ( php_targets_php5-3? ( dev-lang/php:5.3[embed] ) php_targets_php5-4? ( dev-lang/php:5.4[embed] ) ) probepg? ( dev-db/postgresql-base:= ) ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) sqlite? ( dev-db/sqlite:3 ) rsyslog? ( app-admin/rsyslog ) xml? ( dev-libs/libxml2 ) yaml? ( dev-libs/libyaml ) zeromq? ( net-libs/zeromq sys-apps/util-linux ) rrdtool? ( net-analyzer/rrdtool ) apache2? ( =www-servers/apache-2.2* ) python? ( dev-lang/python ) php? ( || ( =www-servers/uwsgi-1.4.9[php_targets_php5-3] =www-servers/uwsgi-1.4.9[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) ) +REQUIRED_USE=|| ( cgi erlang lua perl php python ruby ) +SLOT=0 +SRC_URI=http://projects.unbit.it/downloads/uwsgi-1.4.9.tar.gz +_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools cf83655b19ed98f9ea3b44f4572b51a3 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-utils-2 dcda71e114d638cdf01db57b8445337d libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 python dd56675d8e9f7e85d815a28c87383141 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c44d5e0afc8ae5f8e305f5e4d3f8b700 diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 b/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 deleted file mode 100644 index 054e7b804f21..000000000000 --- a/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare prerm pretend setup test unpack -DEPEND=<=x11-base/xorg-server-1.13.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 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-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=4 -HOMEPAGE=http://www.amd.com -IUSE=debug +modules multilib qt4 static-libs disable-watermark kernel_linux -KEYWORDS=-* amd64 x86 -LICENSE=AMD GPL-2 QPL-1.0 -RDEPEND=<=x11-base/xorg-server-1.13.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 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] ) kernel_linux? ( virtual/modutils ) -RESTRICT=bindist -SLOT=1 -SRC_URI=http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-12.11-beta11-x86.x86_64.zip -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=24923b8483b90647167be3b95c4f2e1f diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 b/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 deleted file mode 100644 index 7a9bc39b586c..000000000000 --- a/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare prerm pretend setup test unpack -DEPEND=<=x11-base/xorg-server-1.12.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 multilib? ( app-emulation/emul-linux-x86-opengl 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 ) 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 r600 (HD Series) and newer chipsets -EAPI=4 -HOMEPAGE=http://www.amd.com -IUSE=debug +modules multilib qt4 static-libs kernel_linux -KEYWORDS=amd64 x86 -LICENSE=AMD GPL-2 QPL-1.0 -RDEPEND=<=x11-base/xorg-server-1.12.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 multilib? ( app-emulation/emul-linux-x86-opengl 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 ) kernel_linux? ( virtual/modutils ) -RESTRICT=bindist -SLOT=legacy -SRC_URI=http://www2.ati.com/drivers/legacy/amd-driver-installer-12.6-legacy-x86.x86_64.zip -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=1219d97e3383db567c02c82ff3b0cb47 diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-12.8 b/metadata/md5-cache/x11-drivers/ati-drivers-12.8 deleted file mode 100644 index f5c0bd8d826f..000000000000 --- a/metadata/md5-cache/x11-drivers/ati-drivers-12.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare prerm pretend setup test unpack -DEPEND=<=x11-base/xorg-server-1.12.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 multilib? ( app-emulation/emul-linux-x86-opengl 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 ) x11-proto/inputproto x11-proto/xf86miscproto x11-proto/xf86vidmodeproto x11-proto/xineramaproto x11-libs/libXtst sys-apps/findutils app-misc/pax-utils 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=4 -HOMEPAGE=http://www.amd.com -IUSE=debug +modules multilib qt4 static-libs kernel_linux -KEYWORDS=-* ~amd64 ~x86 -LICENSE=AMD GPL-2 QPL-1.0 as-is -RDEPEND=<=x11-base/xorg-server-1.12.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 multilib? ( app-emulation/emul-linux-x86-opengl 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 ) kernel_linux? ( virtual/modutils ) -RESTRICT=bindist -SLOT=1 -SRC_URI=http://www2.ati.com/drivers/linux//amd-driver-installer-12-8-x86.x86_64.zip -_eclasses_=eutils 3251cdf35caea8f0388af92528a56705 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9d33c8b1708f9873db3cedeb139d145f diff --git a/metadata/md5-cache/x11-drivers/xf86-video-chips-1.2.5-r1 b/metadata/md5-cache/x11-drivers/xf86-video-chips-1.2.5-r1 new file mode 100644 index 000000000000..aaaa0291e120 --- /dev/null +++ b/metadata/md5-cache/x11-drivers/xf86-video-chips-1.2.5-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess +DESCRIPTION=Chips and Technologies video driver +EAPI=5 +HOMEPAGE=http://xorg.freedesktop.org/ +KEYWORDS=~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=MIT +RDEPEND=x11-base/xorg-server:= x11-base/xorg-server[xorg] x11-libs/libpciaccess +SLOT=0 +SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-1.2.5.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 647bf09b251366e5d15095e1c7a7dda4 +_md5_=2320d3293215f8c55fb24ce5c3309a72 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.19.0 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.19.0 index c4a8ca4a871c..0f777aeb5e69 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.19.0 +++ b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.19.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 >=x11-libs/pixman-0.24 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) >=x11-proto/dri2proto-2.6 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess +DEPEND==x11-libs/libxcb-1.5 >=x11-libs/pixman-0.24 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) >=x11-proto/dri2proto-2.6 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess DESCRIPTION=X.Org driver for Intel cards EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=glamor sna dri KEYWORDS=amd64 x86 ~amd64-fbsd -x86-fbsd LICENSE=MIT -RDEPEND=x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 >=x11-libs/pixman-0.24 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess +RDEPEND==x11-libs/libxcb-1.5 >=x11-libs/pixman-0.24 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) dri? ( 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-intel-2.19.0.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=00728d26ba7a10b64ba5aa563ff9a4f8 +_md5_=a52ed018fc638e8902c676a7bbcb97bc diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.19-r1 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.19-r1 deleted file mode 100644 index ef22172a940a..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.19-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) >=x11-proto/dri2proto-2.6 x11-proto/resourceproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=X.Org driver for Intel cards -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=glamor +sna +udev uxa xvmc dri -KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd -LICENSE=MIT -RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -REQUIRED_USE=|| ( glamor sna uxa ) -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-2.20.19.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=513b5a87ab5dfcc18bb8635e2ddf9cc9 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.2 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.2 deleted file mode 100644 index 7c053f01fa2f..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.20.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 >=x11-libs/pixman-0.27.1 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) >=x11-proto/dri2proto-2.6 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=X.Org driver for Intel cards -EAPI=4 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=glamor +sna dri -KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd -LICENSE=MIT -RDEPEND=x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC >=x11-libs/libxcb-1.5 >=x11-libs/pixman-0.27.1 x11-libs/xcb-util >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) dri? ( 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-intel-2.20.2.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=bfbfbd789da69178a92050edd9df8154 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.0 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.0 deleted file mode 100644 index 624721584c02..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) >=x11-proto/dri2proto-2.6 x11-proto/resourceproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=X.Org driver for Intel cards -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=glamor +sna +udev uxa xvmc dri -KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd -LICENSE=MIT -RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -REQUIRED_USE=|| ( glamor sna uxa ) -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-2.21.0.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=3f27142c11075a6d7fd1d8db9535d1cd diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.2 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.2 deleted file mode 100644 index 59488ca5f321..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.21.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) >=x11-proto/dri2proto-2.6 x11-proto/resourceproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=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 dri? ( 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 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=X.Org driver for Intel cards -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=glamor +sna +udev uxa xvmc dri -KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd -LICENSE=MIT -RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess -REQUIRED_USE=|| ( glamor sna uxa ) -SLOT=0 -SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-2.21.2.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 3251cdf35caea8f0388af92528a56705 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=f4e79853ae9fbd4026e42316e2bd769a diff --git a/metadata/md5-cache/x11-drivers/xf86-video-virtualbox-4.1.24 b/metadata/md5-cache/x11-drivers/xf86-video-virtualbox-4.1.24 index e559ebc7251b..33e72090ce3c 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-virtualbox-4.1.24 +++ b/metadata/md5-cache/x11-drivers/xf86-video-virtualbox-4.1.24 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup -DEPEND==dev-util/kbuild-0.1.999 =dev-lang/python-2* >=dev-lang/yasm-0.6.2 sys-devel/dev86 sys-power/iasl x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-libs/libXdmcp x11-libs/libXau x11-libs/libX11 x11-libs/libXfixes x11-libs/libXext dri? ( x11-proto/xf86driproto >=x11-libs/libdrm-2.4.5 ) kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DEPEND==dev-util/kbuild-0.1.999 =dev-lang/python-2* >=dev-lang/yasm-0.6.2 sys-devel/dev86 sys-power/iasl x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-libs/libXdmcp x11-libs/libXau x11-libs/libX11 x11-libs/libXfixes x11-libs/libXext dri? ( x11-proto/xf86driproto >=x11-libs/libdrm-2.4.5 ) kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) DESCRIPTION=VirtualBox video driver EAPI=2 HOMEPAGE=http://www.virtualbox.org/ IUSE=dri kernel_linux KEYWORDS=amd64 x86 LICENSE=GPL-2 -RDEPEND==dev-libs/glib-2.20 >=x11-libs/gtk+-2.24:2 x11-libs/libSM >=x11-libs/libwnck-2.30:1 x11-libs/libX11 >=xfce-base/exo-0.8 >=xfce-base/garcon-0.2 >=xfce-base/libxfce4ui-4.10 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfconf-4.10 libnotify? ( >=x11-libs/libnotify-0.7 ) thunar? ( >=xfce-base/thunar-1.6[dbus] >=dev-libs/dbus-glib-0.100 ) dev-util/intltool sys-devel/gettext virtual/pkgconfig >=sys-apps/sed-4 +DESCRIPTION=Desktop manager for the Xfce desktop environment +EAPI=5 +HOMEPAGE=http://www.xfce.org/projects/ +IUSE=debug libnotify thunar +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.20 >=x11-libs/gtk+-2.24:2 x11-libs/libSM >=x11-libs/libwnck-2.30:1 x11-libs/libX11 >=xfce-base/exo-0.8 >=xfce-base/garcon-0.2 >=xfce-base/libxfce4ui-4.10 >=xfce-base/libxfce4util-4.10 >=xfce-base/xfconf-4.10 libnotify? ( >=x11-libs/libnotify-0.7 ) thunar? ( >=xfce-base/thunar-1.6[dbus] >=dev-libs/dbus-glib-0.100 ) +SLOT=0 +SRC_URI=mirror://xfce/src/xfce/xfdesktop/4.10/xfdesktop-4.10.2.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 3251cdf35caea8f0388af92528a56705 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xfconf ba58c6f43e7fdfc116752aa58b488d83 +_md5_=e94fdd0b10e82ca48cb20712122b8ccd diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 0f7140e3598e..658b3c5947ed 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 11 Mar 2013 04:36:54 +0000 +Mon, 11 Mar 2013 18:36:58 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 20b658719841..27cc60ef3ea6 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Mar 11 04:36:52 UTC 2013 +Mon Mar 11 18:36:55 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index dfc4b7f5303b..ac346c3ac765 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 11 Mar 2013 05:00:01 +0000 +Mon, 11 Mar 2013 19:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index c785ed18d4fb..e58d4c6e5de4 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1362976501 Mon Mar 11 04:35:01 2013 UTC +1363026901 Mon Mar 11 18:35:01 2013 UTC diff --git a/net-analyzer/nmap/nmap-6.25.ebuild b/net-analyzer/nmap/nmap-6.25.ebuild index 948ceb2b8740..ee44347a0aa7 100644 --- a/net-analyzer/nmap/nmap-6.25.ebuild +++ b/net-analyzer/nmap/nmap-6.25.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-analyzer/nmap/nmap-6.25.ebuild,v 1.18 2013/03/10 16:30:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.19 2013/03/11 11:14:32 jer Exp $ EAPI="4" @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="gtk ipv6 +lua ncat ndiff nls nmap-update nping ssl" NMAP_LINGUAS="de es fr hr hu id it ja pl pt_BR pt_PT ro ru sk zh" diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest index f342ceb6502c..4f25d14974b9 100644 --- a/net-im/pidgin/Manifest +++ b/net-im/pidgin/Manifest @@ -1,2 +1,3 @@ DIST pidgin-2.10.4.tar.bz2 9970850 SHA256 8fbef835c8dfa2281532ad7064d664477d72015d6dcd4345362dcfe658aaee0e SHA512 8399a1f8f48aabcd598fa03b80680d230bec26ee7cf616373ddfbf174e214d60ecfc37f82130258bca6cca0717ac2d3deb843e7e95907b75fef5b7433d9674be WHIRLPOOL f257a9e387360ba66d66d51d4d7b13dd74fd4f68f694c098e3b17d5dc46807e89511187ca7d61c3232453b24bf1e1151afcb974c9299cad18c126cbaa7410940 DIST pidgin-2.10.6.tar.bz2 10007092 SHA256 3e25a633b97cbfa8326999a30282e7a662a9b9bbf2853be84af0b8fb60392c96 SHA512 fffc8721ebe5dbaa53c213ec07a6ad5045ba336829cf9bce11aef8b5968f0f0b49289cfe1818e183a3807b6b8b7ebb75387a81d7135835859e0188a05f3be1ef WHIRLPOOL 7d044ad2cad68e223c3c20d867b4ebf23956982b9ecbc1f91264857abea2555b6ae07b963671eaa49fd2b85d648b6f5692c561e0cc060fb0762458880b5e9145 +DIST pidgin-2.10.7.tar.bz2 10069279 SHA256 eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192 SHA512 0f0d421f91be3b1577527f3609bff164d7c57a94338e18dca5d8b7d911634a98b9c0e8860f3e62026eba09a6afb3112a8cd6770a90c89afdb9fb40f83dd6f3e4 WHIRLPOOL 025a392ab069817e2fea07d0e9e7efeee006eaf4ce2e6571c49b851735309f3346bfdbf34c874f55b440b71fbbba0ac55029da727b1f731175d72efb2e74f3b4 diff --git a/net-im/pidgin/files/pidgin-2.10.7-fix-cap.patch b/net-im/pidgin/files/pidgin-2.10.7-fix-cap.patch new file mode 100644 index 000000000000..701f3869ec8a --- /dev/null +++ b/net-im/pidgin/files/pidgin-2.10.7-fix-cap.patch @@ -0,0 +1,21 @@ + +# HG changeset patch +# User Daniel Atallah +# Date 1360879082 0 +# Node ID a860609d9c9ee20a64ca5284f7b50cbc57ae5c92 +# Parent 75999131f023b369df6d4f5b2001e153b448be13 +Fix from David Walser for a crash in the CAP plugin. + +diff --git a/pidgin/plugins/cap/cap.c b/pidgin/plugins/cap/cap.c +--- a/pidgin/plugins/cap/cap.c ++++ b/pidgin/plugins/cap/cap.c +@@ -43,7 +43,7 @@ + int threshold = purple_prefs_get_int("/plugins/gtk/cap/threshold"); + int min_minute = (current_minute - threshold) % 1440; + int max_minute = (current_minute + threshold) % 1440; +- char *sql, sta_id = NULL; ++ char *sql, *sta_id = NULL; + sqlite3_stmt *stmt = NULL; + const char *tail = NULL; + int rc; + diff --git a/net-im/pidgin/pidgin-2.10.7.ebuild b/net-im/pidgin/pidgin-2.10.7.ebuild new file mode 100644 index 000000000000..b69d70eb2d78 --- /dev/null +++ b/net-im/pidgin/pidgin-2.10.7.ebuild @@ -0,0 +1,230 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7.ebuild,v 1.1 2013/03/11 13:21:34 polynomial-c Exp $ + +EAPI=4 + +GENTOO_DEPEND_ON_PERL=no +inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 python + +DESCRIPTION="GTK Instant Messenger client" +HOMEPAGE="http://pidgin.im/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile" +IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses" +IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono" +IUSE+=" aqua" + +# dbus requires python to generate C code for dbus bindings (thus DEPEND only). +# finch uses libgnt that links with libpython - {R,}DEPEND. But still there is +# no way to build dbus and avoid libgnt linkage with python. If you want this +# send patch upstream. +# purple-url-handler and purple-remote require dbus-python thus in reality we +# rdepend on python if dbus enabled. But it is possible to separate this dep. +RDEPEND=" + >=dev-libs/glib-2.16 + >=dev-libs/libxml2-2.6.18 + ncurses? ( sys-libs/ncurses[unicode] + dbus? ( =x11-libs/gtk+-2.10:2[aqua=] + x11-libs/libSM + xscreensaver? ( x11-libs/libXScrnSaver ) + spell? ( >=app-text/gtkspell-2.0.2:2 ) + eds? ( gnome-extra/evolution-data-server ) + prediction? ( >=dev-db/sqlite-3.3:3 ) ) + gstreamer? ( =media-libs/gstreamer-0.10* + =media-libs/gst-plugins-good-0.10* + || ( net-libs/farstream:0.1 net-libs/farsight2 ) + media-plugins/gst-plugins-meta:0.10 + media-plugins/gst-plugins-gconf:0.10 ) + zeroconf? ( net-dns/avahi[dbus] ) + dbus? ( >=dev-libs/dbus-glib-0.71 + >=sys-apps/dbus-0.90 + dev-python/dbus-python ) + perl? ( >=dev-lang/perl-5.8.2-r1[-build] ) + gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] + >=net-libs/libgadu-1.11.0[-ssl] ) ) + gnutls? ( net-libs/gnutls ) + !gnutls? ( >=dev-libs/nss-3.11 ) + meanwhile? ( net-libs/meanwhile ) + silc? ( >=net-im/silc-toolkit-1.0.1 ) + tcl? ( dev-lang/tcl ) + tk? ( dev-lang/tk ) + sasl? ( dev-libs/cyrus-sasl:2 ) + networkmanager? ( net-misc/networkmanager ) + idn? ( net-dns/libidn ) + ! python is enabled + #REQUIRED_USE="gtk? ( nls ) dbus? ( python )" + if use gtk && ! use nls; then + ewarn "gtk build => nls is enabled!" + fi + if use dbus && ! use python; then + elog "dbus is enabled, no way to disable linkage with python => python is enabled" + fi +} + +src_prepare() { + epatch "${FILESDIR}/${PN}-2.10.0-gold.patch" \ + "${FILESDIR}/${P}-fix-cap.patch" +} + +src_configure() { + # Stabilize things, for your own good + strip-flags + replace-flags -O? -O2 + + local myconf + + if use gadu; then + DYNAMIC_PRPLS="${DYNAMIC_PRPLS},gg" + myconf="${myconf} --with-gadu-includes=." + myconf="${myconf} --with-gadu-libs=." + fi + + use silc && DYNAMIC_PRPLS+=",silc" + use meanwhile && DYNAMIC_PRPLS+=",sametime" + use zeroconf && DYNAMIC_PRPLS+=",bonjour" + use groupwise && DYNAMIC_PRPLS+=",novell" + use zephyr && DYNAMIC_PRPLS+=",zephyr" + + if use gnutls; then + einfo "Disabling NSS, using GnuTLS" + myconf+=" --enable-nss=no --enable-gnutls=yes" + myconf+=" --with-gnutls-includes=${EPREFIX}/usr/include/gnutls" + myconf+=" --with-gnutls-libs=${EPREFIX}/usr/$(get_libdir)" + else + einfo "Disabling GnuTLS, using NSS" + myconf+=" --enable-gnutls=no --enable-nss=yes" + fi + + if use dbus || { use ncurses && use python; }; then + myconf+=" --with-python=$(PYTHON)" + else + myconf+=" --without-python" + fi + + econf \ + --disable-silent-rules \ + $(use_enable ncurses consoleui) \ + $(use_enable gtk gtkui) \ + $(use_enable gtk sm) \ + $(use gtk || use_enable nls) \ + $(use gtk && echo "--enable-nls") \ + $(use gtk && use_enable xscreensaver screensaver) \ + $(use gtk && use_enable prediction cap) \ + $(use gtk && use_enable eds gevolution) \ + $(use gtk && use_enable spell gtkspell) \ + $(use_enable perl) \ + $(use_enable tk) \ + $(use_enable tcl) \ + $(use_enable debug) \ + $(use_enable dbus) \ + $(use_enable meanwhile) \ + $(use_enable gstreamer) \ + $(use_enable gstreamer farstream) \ + $(use_enable gstreamer vv) \ + $(use_enable sasl cyrus-sasl ) \ + $(use_enable doc doxygen) \ + $(use_enable networkmanager nm) \ + $(use_enable zeroconf avahi) \ + $(use_enable idn) \ + --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" \ + --with-dynamic-prpls="${DYNAMIC_PRPLS}" \ + --disable-mono \ + --x-includes="${EPREFIX}"/usr/include/X11 \ + ${myconf} + #$(use_enable mono) \ +} + +src_install() { + gnome2_src_install + if use gtk; then + # Fix tray pathes for kde-3.5, e16 (x11-wm/enlightenment) and other + # implementations that are not complient with new hicolor theme yet, #323355 + local pixmapdir + for d in 16 22 32 48; do + pixmapdir=${ED}/usr/share/pixmaps/pidgin/tray/hicolor/${d}x${d}/actions + mkdir "${pixmapdir}" || die + pushd "${pixmapdir}" >/dev/null || die + for f in ../status/*; do + ln -s ${f} || die + done + popd >/dev/null + done + fi + use perl && fixlocalpod + + dodoc finch/plugins/pietray.py + docompress -x /usr/share/doc/${PF}/pietray.py + + find "${ED}" -type f -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" +} diff --git a/net-libs/qxmpp/Manifest b/net-libs/qxmpp/Manifest index 5b7f2e27ca0c..90369252ce9f 100644 --- a/net-libs/qxmpp/Manifest +++ b/net-libs/qxmpp/Manifest @@ -1,2 +1,3 @@ DIST qxmpp-0.7.4.tar.gz 1076965 SHA256 0aef904b29024d8435bde9d5e73e3e9ce47577f487a497cf2e8d10774fdf3b8d SHA512 a11c6073ba10ef699f1cf3d5a2001989a9babcfae3a6760525d808ce15a077b7031bcfc83dd73fd417d1e7415ae256eb7008457cac2e3204856444e5db53883d WHIRLPOOL 0bc602b03ff9d9ff5221fe2ff4a8c5b4564e758438492be7df4e8d0f76105ec9d3a867614210ae905975ee15c855d59eb2dcf68596d13426d122a54f4444f6cc DIST qxmpp-0.7.5.tar.gz 1075987 SHA256 0137da4b176e16bb72c5efde4cec7da750f25ce7d0f6bbb0fcfdccc8765e3d35 SHA512 399a034a7a30f545a890e3a8193de4c6a83d844ec3e6f75084b91f3260662d49d57ecf1f45c8df08136626077535ee7e580ff049a5950f0813352118e36873ea WHIRLPOOL 7c6c872523ff4403660bbb3d53696ecb90e7791f7d95347cfd09747499f8ad045480977aa08dcbdd7f031be24ac80d9df4d7730c52f9cdabdd98a584f1fc7848 +DIST qxmpp-0.7.6.tar.gz 1070098 SHA256 4218582cfe09df1999532b25297264fce4f14ff87e5277a35b2e359716b6d240 SHA512 a5d317c9948fdfad379578c186fec749537d250814575f87aefff9eb5fc1d5ef9983373ce36f19d6f8d727032e576bb5381e883ba2ce9430b13a315905475b3a WHIRLPOOL 9f32965b6ab21f826b4d3614059494bac803d8a6654ff86ae2922bc486c6bec955ad702f2d8e150ecba4bd93db4499779cbe368f4a925fc1c6ba0628ee618cfa diff --git a/net-libs/qxmpp/qxmpp-0.7.6.ebuild b/net-libs/qxmpp/qxmpp-0.7.6.ebuild new file mode 100644 index 000000000000..a054724d615a --- /dev/null +++ b/net-libs/qxmpp/qxmpp-0.7.6.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-0.7.6.ebuild,v 1.1 2013/03/11 10:14:05 pinkbyte Exp $ + +EAPI=5 + +inherit qt4-r2 multilib + +DESCRIPTION="A cross-platform C++ XMPP client library based on the Qt framework." +HOMEPAGE="http://code.google.com/p/qxmpp/" +SRC_URI="http://qxmpp.googlecode.com/files/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="debug doc test" + +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + media-libs/speex" +DEPEND="${RDEPEND} + test? ( dev-qt/qttest:4 )" + +src_prepare(){ + if ! use doc; then + sed -i \ + -e '/SUBDIRS/s/doc//' \ + -e '/INSTALLS/d' \ + qxmpp.pro || die "sed for removing docs failed" + fi + if ! use test; then + sed -i -e '/SUBDIRS/s/tests//' \ + qxmpp.pro || die "sed for removing tests failed" + fi + qt4-r2_src_prepare +} + +src_configure(){ + eqmake4 "${S}"/qxmpp.pro "PREFIX=${EPREFIX}/usr" "LIBDIR=$(get_libdir)" +} + +src_install() { + qt4-r2_src_install + if use doc; then + # Use proper path for documentation + mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die "doc mv failed" + fi +} diff --git a/net-libs/qxmpp/qxmpp-9999.ebuild b/net-libs/qxmpp/qxmpp-9999.ebuild index 706e6eda9a17..208dc187a72b 100644 --- a/net-libs/qxmpp/qxmpp-9999.ebuild +++ b/net-libs/qxmpp/qxmpp-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/net-libs/qxmpp/qxmpp-9999.ebuild,v 1.13 2013/03/02 22:58:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-9999.ebuild,v 1.14 2013/03/11 10:14:05 pinkbyte Exp $ EAPI=5 @@ -44,6 +44,6 @@ src_install() { qt4-r2_src_install if use doc; then # Use proper path for documentation - mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${P} || die "doc mv failed" + mv "${ED}"/usr/share/doc/${PN} "${ED}"/usr/share/doc/${PF} || die "doc mv failed" fi } diff --git a/net-misc/openntpd/openntpd-20080406.ebuild b/net-misc/openntpd/openntpd-20080406.ebuild index 425a17f60139..e2c61050006f 100644 --- a/net-misc/openntpd/openntpd-20080406.ebuild +++ b/net-misc/openntpd/openntpd-20080406.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/openntpd/openntpd-20080406.ebuild,v 1.10 2013/03/09 18:09:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406.ebuild,v 1.11 2013/03/11 07:39:14 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh ~sparc x86 ~x86-fbsd" IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/net-misc/ucarp/Manifest b/net-misc/ucarp/Manifest index 20764b9e0b05..21492a820216 100644 --- a/net-misc/ucarp/Manifest +++ b/net-misc/ucarp/Manifest @@ -1,2 +1,2 @@ -DIST ucarp-1.3.tar.gz 226575 SHA256 c295479da930cf5627ac0d6af45dac3934fa7633f40c163a86b1fd28feb93aba +DIST ucarp-1.3.tar.gz 226575 SHA256 c295479da930cf5627ac0d6af45dac3934fa7633f40c163a86b1fd28feb93aba SHA512 5a601d6c7edb87692847d0485dc223b7ccc738a417320875894f68d67ae38d23679e70fafd97dbf646b8418de2b09d393fcded532419cc1436e5fe8758c6cc32 WHIRLPOOL 0944024b091240f14eb9d2707ad7b62ff36bf5483e2c0dac30027f75d6ba53994be7ce8ac7b7f7ecc8dc38b152234da9ff22985e72a1ed5a12943d306d649b68 DIST ucarp-1.5.2.tar.gz 429089 SHA256 f3cc77e28481fd04f62bb3d4bc03104a97dd316c80c0ed04ad7be24b544112f3 SHA512 568ff2061e59d314c72a160ccb42eb099bf7cdf04bc30f405b5b62322dff3ceb4fa037c2b430fdb4cee25f0dcacf9309a15bd814b4b70b640840400bda20b253 WHIRLPOOL b763e7c7023f1364e735baf2df2855bd6bbbbd937267c1a411da22b2ad109b01807f8f7c798662ed0e86f1137a1c8a9ed601eb2a3242a444ba5560d8f47bc285 diff --git a/net-misc/ucarp/files/ucarp.confd b/net-misc/ucarp/files/ucarp.confd new file mode 100644 index 000000000000..1a8cdb156973 --- /dev/null +++ b/net-misc/ucarp/files/ucarp.confd @@ -0,0 +1,30 @@ +# /etc/conf.d/ucarp: config file for /etc/init.d/ucarp + +# The network interface to bind to, for example 'eth0' +UCARP_INTERFACE= + +# The persistent source address, (real IP), associated with this interface. +UCARP_SOURCEADDRESS= + +# The IP address of the virtual server. +UCARP_VIRTUALADDRESS= + +# The prefix length of the virtual server IP address +# For example 24 for a netmask of 255.255.255.0 +UCARP_VIRTUALPREFIX= + +# The id of the virtual server [1-255]. +UCARP_VHID=123 + +# File to read the shared password from. +UCARP_PASSFILE=/etc/ucarp/ucarp.pass + +# Specifies the command to run after ucarp has successfully become master. +UCARP_UPSCRIPT=/usr/libexec/ucarp/vip-up-default.sh + +# Specifies the command that is run after ucarp has transitioned to the backup +# state. +UCARP_DOWNSCRIPT=/usr/libexec/ucarp/vip-down-default.sh + +# Additional ucarp options to pass +UCARP_OPTS="--shutdown" diff --git a/net-misc/ucarp/files/ucarp.initd b/net-misc/ucarp/files/ucarp.initd new file mode 100644 index 000000000000..0ca86e408130 --- /dev/null +++ b/net-misc/ucarp/files/ucarp.initd @@ -0,0 +1,58 @@ +#!/sbin/runscript +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/files/ucarp.initd,v 1.1 2013/03/11 10:45:02 dev-zero Exp $ + +description="UCARP is a portable implementation of the CARP protocol" +description_logstatus="Logs the status of ${SVCNAME} to syslog" +description_demote="Demotes ${SVCNAME} from master to backup" + +extra_started_commands="logstatus demote" + +command="/usr/sbin/ucarp" +command_args="--interface=${UCARP_INTERFACE} \ + --srcip=${UCARP_SOURCEADDRESS} \ + --vhid=${UCARP_VHID} \ + --passfile=${UCARP_PASSFILE} \ + --addr=${UCARP_VIRTUALADDRESS} \ + --upscript=${UCARP_UPSCRIPT} \ + --downscript=${UCARP_DOWNSCRIPT} \ + --xparam=${UCARP_VIRTUALPREFIX} \ + ${UCARP_OPTS}" + +pidfile="/var/run/${SVCNAME}.pid" +command_background="yes" + +required_files="${UCARP_PASSFILE} ${UCARP_UPSCRIPT} ${UCARP_DOWNSCRIPT}" + +depend() { + need net + use logger +} + +start_pre() { + local required_vars='UCARP_INTERFACE UCARP_SOURCEADDRESS UCARP_VHID + UCARP_PASSFILE UCARP_VIRTUALADDRESS UCARP_UPSCRIPT + UCARP_DOWNSCRIPT UCARP_VIRTUALPREFIX' + + local config_var='' + for config_var in $required_vars; do + if test -z "$(eval echo \$$config_var)"; then + eerror "Missing or empty config variable '$config_var'" + ewarn "You have to edit /etc/conf.d/${SVCNAME} first" + return 1 + fi + done +} + +logstatus() { + ebegin "Logging status of ${SVCNAME} to syslog" + start-stop-daemon --signal SIGUSR1 --pidfile "${pidfile}" + eend $? +} + +demote() { + ebegin "Demote ${SVCNAME} from master to backup" + start-stop-daemon --signal SIGUSR2 --pidfile "${pidfile}" + eend $? +} diff --git a/net-misc/ucarp/files/vip-down-default.sh b/net-misc/ucarp/files/vip-down-default.sh new file mode 100644 index 000000000000..cf5bfe5ce3a1 --- /dev/null +++ b/net-misc/ucarp/files/vip-down-default.sh @@ -0,0 +1,7 @@ +#! /bin/sh +exec 2> /dev/null + +/sbin/ip addr del "$2"/"$3" dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff --git a/net-misc/ucarp/files/vip-up-default.sh b/net-misc/ucarp/files/vip-up-default.sh new file mode 100644 index 000000000000..763a56170a85 --- /dev/null +++ b/net-misc/ucarp/files/vip-up-default.sh @@ -0,0 +1,7 @@ +#! /bin/sh +exec 2> /dev/null + +/sbin/ip addr add "$2"/"$3" dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask "$3" diff --git a/net-misc/ucarp/ucarp-1.5.2-r2.ebuild b/net-misc/ucarp/ucarp-1.5.2-r2.ebuild new file mode 100644 index 000000000000..6aced2e323c6 --- /dev/null +++ b/net-misc/ucarp/ucarp-1.5.2-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r2.ebuild,v 1.1 2013/03/11 10:45:02 dev-zero Exp $ + +EAPI="5" + +DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)." +HOMEPAGE="http://www.ucarp.org" +SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" + +RDEPEND="net-libs/libpcap" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +src_configure() { + econf $(use_enable nls) +} + +src_install() { + default + + doman "${FILESDIR}"/ucarp.8 + + exeinto /usr/libexec/ucarp + doexe "${FILESDIR}"/vip-up-default.sh + doexe "${FILESDIR}"/vip-down-default.sh + + keepdir /etc/ucarp + + newinitd "${FILESDIR}"/ucarp.initd ucarp + newconfd "${FILESDIR}"/ucarp.confd ucarp +} + +pkg_postinst() { + elog "The provided init script needs to be configured first." + elog "Edit /etc/conf.d/ucarp to suite your environment." + elog "You will also have to set a shared password within /etc/ucarp/ucarp.pass" + elog "or whatever file you have set \$UCARP_PASSFILE to." + + elog "If you need more than one instance of ucarp running, simply symlink" + elog "the init script and create a copy of the init script configuration" + elog "which corresponds to the name of the init script." +} diff --git a/net-zope/zope-fixers/Manifest b/net-zope/zope-fixers/Manifest index 359b0b3443ad..53518dfba304 100644 --- a/net-zope/zope-fixers/Manifest +++ b/net-zope/zope-fixers/Manifest @@ -1 +1,2 @@ DIST zope.fixers-1.0.tar.gz 7287 SHA256 1483d52aee35b5050ca7b8b19ff3977aebad6aab494783def3b495219ec34d06 SHA512 e04134d05f7a591c3f71937d63e3cad1a04ad148b443b35c7649b47eb3b31894dc04586a36493fbb15477ea3ef1160e71be8ac124f4136f47875a3449e1b8c2a WHIRLPOOL 9bcd73585ffa747db77e9ba7ef8de91458464b7d35261360e735ab42be18ea6c5860f560b23e8d410e75bfe75f56e4360f6e223f11d0ba5329fcf2b213445f88 +DIST zope.fixers-1.1.2.zip 18309 SHA256 83300f0911ae3b6dff55f9d953d64de0b685cd1dd495cfb410d10fa861646005 SHA512 bbd331c20811f45191ff9b7334d8eab42c9592b5a65d974e61a6515f16a4c48e51048f912ddbf0f0d16747704c208d864179575e321a8705e1652364c8d91830 WHIRLPOOL cb42fba1e24f401c4ece2f41d714ff52e5aa94dfc0c086ec6b4059bbf69cb8b1509715239050c4680d26a9490126b59da41e9e103a1320542a84548d427e13c4 diff --git a/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild b/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild new file mode 100644 index 000000000000..09dffc7ce180 --- /dev/null +++ b/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v 1.1 2013/03/11 06:32:44 patrick Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) + +inherit distutils-r1 + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="2to3 fixers for Zope" +HOMEPAGE="http://pypi.python.org/pypi/zope.fixers" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +DOCS=( CHANGES.txt README.txt ) + +python_test() { + esetup.py test +} diff --git a/net-zope/zope-interface/Manifest b/net-zope/zope-interface/Manifest index d39668d1f57f..e5f4634ee181 100644 --- a/net-zope/zope-interface/Manifest +++ b/net-zope/zope-interface/Manifest @@ -2,3 +2,4 @@ DIST zope.interface-3.6.2.tar.gz 94977 SHA256 e305424a0ff48e0a86c1f4ddc118858e82 DIST zope.interface-3.7.0.tar.gz 96568 SHA256 e0e43d848a19839402077a6eec2307afc966a3c971274d61c949bf35c5309a1b SHA512 bd5785c535d07d60805b5c607a9799974faf612fd6c38a216904d9677768db6be6463337af4124074fe96d7bd1642660f3b50eca5aff1039bfbe018a33d6b110 WHIRLPOOL d4b2c5a8610a0edc7771ea540611ccddef6583027b3c11f52a96499ce154c8e33dfa2baf6b19c94b0b3604dc58c1f71b9e894e4d0fdef9e2b76efd436ef0fb5e DIST zope.interface-3.8.0.tar.gz 111537 SHA256 1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff SHA512 7874d46cf23c4525e4bab3c91408966cc2f813ec91ff65c9428ca0e355f5334206e87eee1e7d37705ca3f2294dd162aa4ab239222ab45fee575c2dee6bd0e776 WHIRLPOOL 3ec7ff66eb7e96e6070e223b435fe5efeb0e0b7024482e5b3217b35466f4aa9a0176ba905287b80c63838ace7bcfa51632aa81a6fe3c6972c292ad6c5dea672f DIST zope.interface-4.0.3.tar.gz 140124 SHA256 be6f0f8b897b8e0521441b923c3e2abc50d5ac2531a376d8d3a0bb69b3207bb9 SHA512 7b1c3d56735451018021b24847dffc1702ce8a358de1d9cf07c92953734b1bb4cbc348789bd04f745766b1c75a0c87ffff9b777fc68ddcb87acf8c05d87dc46a WHIRLPOOL b764a90cc888ed4b9473b5a2ec2b1b119425a9577a2f68e527cf04dc213014fd6783ea81c1b7cce6ebc9c11fcf15e87008588cf651a4c5792e0dbf882c129ad9 +DIST zope.interface-4.0.5.zip 173379 SHA256 1a7c84716bbd9981915b64a81d8a3f076a5934a8c8df4224655469b3564940cc SHA512 1b5e3ff4796c97704e528601bbabc47ea9bc1e55e6f607c7951e50a26d2118617f2f9974d7314e6bcdac701a2d3f4c541cd563e83abbff720d2c62182686ea4d WHIRLPOOL 488e5bab20712cd31876e3e70420371478e744aca260039ed39ca854716755d45d47006a73743ea72a372b30c4020e6ea9a9089efae7213acd39486bfb6c454d diff --git a/net-zope/zope-interface/zope-interface-4.0.5.ebuild b/net-zope/zope-interface/zope-interface-4.0.5.ebuild new file mode 100644 index 000000000000..7686c3b0179a --- /dev/null +++ b/net-zope/zope-interface/zope-interface-4.0.5.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-zope/zope-interface/zope-interface-4.0.5.ebuild,v 1.1 2013/03/11 07:39:20 patrick Exp $ + +EAPI=5 + +# Tests fail with py3.1 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) + +inherit distutils-r1 flag-o-matic + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Interfaces for Python" +HOMEPAGE="http://pypi.python.org/pypi/zope.interface" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# net-zope/zope-fixers is required for building with Python 3. +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + net-zope/zope-fixers[$(python_gen_usedep python3*)]" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +python_compile() { + if [[ ${EPYTHON} != python3* ]]; then + local CFLAGS CXXFLAGS + append-flags -fno-strict-aliasing + fi + + distutils-r1_python_compile +} + +python_test() { + esetup.py test +} diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 240c4d1b326b..fe160ce34466 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.62 2013/02/06 23:32:20 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.63 2013/03/11 16:45:47 chithanh Exp $ # Unmask the flag which corresponds to ARCH. -mips @@ -90,7 +90,6 @@ video_cards_sis input_devices_acecad input_devices_aiptek input_devices_calcomp -input_devices_citron input_devices_digitaledge input_devices_dmc input_devices_dynapro diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 9dcb3addb78f..956e03decff1 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -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/profiles/arch/powerpc/package.use.mask,v 1.163 2013/03/02 20:45:52 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.164 2013/03/11 16:45:47 chithanh Exp $ # Alexandre Rostovtsev (31 Jan 2013) # remove mask when net-libs/libqmi is keyworded here @@ -175,10 +175,6 @@ media-tv/mythtv vdpau # # Temporarily masking sql off activerecord dev-ruby/activerecord sqlite3 -# Brent Baude -# Masking off video cards and input devices for xorg-1.5.3 stablization -x11-base/xorg-server input_devices_spaceorb input_devices_mutouch input_devices_hyperpen input_devices_fpit input_devices_dynapro input_devices_calcomp input_devices_summa input_devices_elographics input_devices_citron input_devices_microtouch input_devices_jamstudio input_devices_elo2300 input_devices_penmount input_devices_tek4957 input_devices_dmc input_devices_digitaledge input_devices_palmax input_devices_magellan video_cards_v4l video_cards_cirrus video_cards_voodoo video_cards_sisusb video_cards_s3 video_cards_s3virge - # Brent Baude # masking zephyr USE on pidgin net-im/pidgin zephyr diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc index d96b294d29f4..94a5cba484dd 100644 --- a/profiles/desc/input_devices.desc +++ b/profiles/desc/input_devices.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation. +# Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/input_devices.desc,v 1.5 2009/09/29 22:31:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/input_devices.desc,v 1.6 2013/03/11 16:45:47 chithanh Exp $ # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags. @@ -9,7 +9,6 @@ acecad - INPUT_DEVICES setting to build driver for acecad input devices aiptek - INPUT_DEVICES setting to build driver for aiptek input devices calcomp - INPUT_DEVICES setting to build driver for calcomp input devices -citron - INPUT_DEVICES setting to build driver for citron input devices digitaledge - INPUT_DEVICES setting to build driver for digitaledge input devices dmc - INPUT_DEVICES setting to build driver for dmc input devices dynapro - INPUT_DEVICES setting to build driver for dynapro input devices diff --git a/profiles/package.mask b/profiles/package.mask index 8c9af6a6dc29..c698c2c17c56 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14542 2013/03/10 13:57:27 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14545 2013/03/11 16:33:26 chithanh Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,20 @@ #--- END OF EXAMPLES --- +# Chí-Thanh Christopher Nguyễn (11 Mar 2013) +# Does not build against modern xorg-server, dead upstream +# Removal in 30 days +x11-drivers/xf86-input-citron + +# Samuli Suominen (11 Mar 2013) +# Too many blockers with current stable, incompatible +# with current udev for example. +# Should be redudant in favour of the device-mapper +# packaged in sys-fs/lvm2. +# See, http://bugs.gentoo.org/show_bug.cgi?id=461382 +# Removal in 30 days +sys-fs/device-mapper + # Julian Ospald (10 Mar 2013) # Depends on maked dev-lang/python:3.3 =media-gfx/blender-2.66 diff --git a/sci-biology/GBrowse/Manifest b/sci-biology/GBrowse/Manifest index f86b354c68ae..fbc93a1ca9af 100644 --- a/sci-biology/GBrowse/Manifest +++ b/sci-biology/GBrowse/Manifest @@ -1,2 +1,2 @@ -DIST GBrowse-2.44.tar.gz 12009913 RMD160 96b644a8d7f665f6403db1e76648d9eaf5374b9c SHA1 b81220e4c45ee3dae7e40de43bd351037b3170f1 SHA256 c77d8e0311eab9d581b128ee16ba0921bc651a157b68c3aed2e5e86240f8f5dc -DIST GBrowse-2.48.tar.gz 11958127 RMD160 2d8b857d92f661dd1d0104d9041d5511aa16d073 SHA1 5c9804191237702947ee84d679c463167cfe031a SHA256 02772c5a7a31ed87733e21278efec2edd3bd6ee8a4bec9b002233e57f6dc9681 +DIST GBrowse-2.44.tar.gz 12009913 SHA256 c77d8e0311eab9d581b128ee16ba0921bc651a157b68c3aed2e5e86240f8f5dc +DIST GBrowse-2.48.tar.gz 11958127 SHA256 02772c5a7a31ed87733e21278efec2edd3bd6ee8a4bec9b002233e57f6dc9681 diff --git a/sci-biology/GBrowse/metadata.xml b/sci-biology/GBrowse/metadata.xml index ba6459e35d02..05985af6d14e 100644 --- a/sci-biology/GBrowse/metadata.xml +++ b/sci-biology/GBrowse/metadata.xml @@ -3,10 +3,6 @@ sci perl - - weaver@gentoo.org - Andrey Kislyuk - GBrowse diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest index a147fc0f0441..a2d73942e392 100644 --- a/sci-biology/abyss/Manifest +++ b/sci-biology/abyss/Manifest @@ -1,5 +1,5 @@ -DIST abyss-1.2.3.tar.gz 313587 RMD160 a8f9b54a8fc4ab58f372b25183e806abe5a7eea4 SHA1 cebe61a38f13ce822fb3bc719681858e31b8a6e7 SHA256 d4039cc4cd44ebdcbf3107e6d1e80380dfe3817c64a74d8ac64bc717f07e4fd5 -DIST abyss-1.2.7.tar.gz 467831 RMD160 0dbf424fe8c28e0a5dc88cbcef4d1ba79b4924b3 SHA1 84708296878ef0be2c6eedcba9fbf74ade08227a SHA256 2c3bc0b6046dbbfcb9298f91314c4a2979886009a5d5d68178871e3a8b1d11c2 -DIST abyss-1.3.0.tar.gz 509670 RMD160 c1c51dc1a6698452331a362a98a18975196665d1 SHA1 ca067e7b94329f3e0be764a447e77389d94f4b40 SHA256 50ea7d29f442060fa9cb9f794e5b651d99ced38049be3a489c9bbe37288e8012 -DIST abyss-1.3.3.tar.gz 621480 RMD160 74e0f1658c05b6df6bf4ae03c0cd424dd2a89202 SHA1 43985294ba42ee3ed9e8e5eb14d3b1971238a20a SHA256 60396e2c8813952ceb1c66a3ad7c87eda984aa1e4952a14265217d9f639706a0 -DIST abyss-1.3.4.tar.gz 640545 RMD160 d4e82fa30987c3e11776507a9b1fd845086d569d SHA1 763dc423054421829011844ceaa5e18dc43f1ca9 SHA256 6b6ccb04baaa9d244dd67d95e1512a934d2e54fd28a539149b6845ed5c496baf +DIST abyss-1.2.3.tar.gz 313587 SHA256 d4039cc4cd44ebdcbf3107e6d1e80380dfe3817c64a74d8ac64bc717f07e4fd5 +DIST abyss-1.2.7.tar.gz 467831 SHA256 2c3bc0b6046dbbfcb9298f91314c4a2979886009a5d5d68178871e3a8b1d11c2 +DIST abyss-1.3.0.tar.gz 509670 SHA256 50ea7d29f442060fa9cb9f794e5b651d99ced38049be3a489c9bbe37288e8012 +DIST abyss-1.3.3.tar.gz 621480 SHA256 60396e2c8813952ceb1c66a3ad7c87eda984aa1e4952a14265217d9f639706a0 +DIST abyss-1.3.4.tar.gz 640545 SHA256 6b6ccb04baaa9d244dd67d95e1512a934d2e54fd28a539149b6845ed5c496baf diff --git a/sci-biology/abyss/metadata.xml b/sci-biology/abyss/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/abyss/metadata.xml +++ b/sci-biology/abyss/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/allpaths/metadata.xml b/sci-biology/allpaths/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/allpaths/metadata.xml +++ b/sci-biology/allpaths/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/allpathslg/metadata.xml b/sci-biology/allpathslg/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/allpathslg/metadata.xml +++ b/sci-biology/allpathslg/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/amos/metadata.xml b/sci-biology/amos/metadata.xml index 38bcb6a074d9..995470d03ad4 100644 --- a/sci-biology/amos/metadata.xml +++ b/sci-biology/amos/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - Compile the hawkeye assembly viewer - + sci-biology + + Compile the hawkeye assembly viewer + diff --git a/sci-biology/arb/metadata.xml b/sci-biology/arb/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/arb/metadata.xml +++ b/sci-biology/arb/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/augustus/metadata.xml b/sci-biology/augustus/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/augustus/metadata.xml +++ b/sci-biology/augustus/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/bamtools/metadata.xml b/sci-biology/bamtools/metadata.xml index dd28e0c5a68e..e304b1287aca 100644 --- a/sci-biology/bamtools/metadata.xml +++ b/sci-biology/bamtools/metadata.xml @@ -2,10 +2,6 @@ sci-biology - - weaver@gentoo.org - Andrey Kislyuk - mmokrejs@fold.natur.cuni.cz Martin Mokrejs diff --git a/sci-biology/beast-mcmc/metadata.xml b/sci-biology/beast-mcmc/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/beast-mcmc/metadata.xml +++ b/sci-biology/beast-mcmc/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/bedtools/Manifest b/sci-biology/bedtools/Manifest index 708772b70241..80d8b086d49f 100644 --- a/sci-biology/bedtools/Manifest +++ b/sci-biology/bedtools/Manifest @@ -1 +1 @@ -DIST BEDTools.v2.16.2.tar.gz 978293 RMD160 4c9566a85f4fdb25efaa8527478fa7b19121d8f5 SHA1 f9580cc9394713e0575fd73492ed6bf64a2256c6 SHA256 f5f5c864eb3f465ac7fd5fa651e2e4dbc0cd8d9198367148c52f3be3f46c2772 +DIST BEDTools.v2.16.2.tar.gz 978293 SHA256 f5f5c864eb3f465ac7fd5fa651e2e4dbc0cd8d9198367148c52f3be3f46c2772 diff --git a/sci-biology/bedtools/metadata.xml b/sci-biology/bedtools/metadata.xml index 7f04ab3240d0..9d14710b79bf 100644 --- a/sci-biology/bedtools/metadata.xml +++ b/sci-biology/bedtools/metadata.xml @@ -1,17 +1,15 @@ - sci-biology - - weaver@gentoo.org - Andrey Kislyuk - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - BEDTools: a flexible suite of utilities for comparing genomic features. - - bedtools - + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + BEDTools: a flexible suite of utilities for comparing genomic features. + + + bedtools + diff --git a/sci-biology/bfast/metadata.xml b/sci-biology/bfast/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/bfast/metadata.xml +++ b/sci-biology/bfast/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/bioperl-db/Manifest b/sci-biology/bioperl-db/Manifest index 875d47fcff28..05fa543e518a 100644 --- a/sci-biology/bioperl-db/Manifest +++ b/sci-biology/bioperl-db/Manifest @@ -1,2 +1,2 @@ -DIST BioPerl-DB-1.006900.tar.gz 492799 RMD160 28e53c747022e0f91485370c4ab03a3fb4c0480c SHA1 4a4508dced08aac65cc362148fd597fddbec1cf9 SHA256 50df2447b7f3e26aebcf02ed7344d3ef562c3f5393c1584a8ae086185c8c9139 -DIST BioPerl-db-1.6.0.tar.bz2 296041 RMD160 6cae2b39b4e46b30f7f378e22ca565fb9f9cfbeb SHA1 7bbfe5ef163dca332531372dd728161e89bd7bb8 SHA256 81710b9c6d021511b8ad19d106309f76ef3111015873a56af9b109902d24a699 +DIST BioPerl-DB-1.006900.tar.gz 492799 SHA256 50df2447b7f3e26aebcf02ed7344d3ef562c3f5393c1584a8ae086185c8c9139 +DIST BioPerl-db-1.6.0.tar.bz2 296041 SHA256 81710b9c6d021511b8ad19d106309f76ef3111015873a56af9b109902d24a699 diff --git a/sci-biology/bioperl-db/metadata.xml b/sci-biology/bioperl-db/metadata.xml index 21585d387718..642468c809b7 100644 --- a/sci-biology/bioperl-db/metadata.xml +++ b/sci-biology/bioperl-db/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - BioPerl-DB - + sci-biology + + BioPerl-DB + diff --git a/sci-biology/bioperl-network/Manifest b/sci-biology/bioperl-network/Manifest index 0afb239c23f5..34f4cafca99d 100644 --- a/sci-biology/bioperl-network/Manifest +++ b/sci-biology/bioperl-network/Manifest @@ -1,2 +1,2 @@ -DIST BioPerl-Network-1.006900.tar.gz 2198089 RMD160 777904a9615cc3932c2e4a226e559489169fd6a8 SHA1 c9db1573c3a41b23cd31be4bd32964651d7b12c2 SHA256 5b31ab7d048ee8e7bd6ba933f96b904d7ee06b46ab29c00276eca3513a77c32a -DIST BioPerl-network-1.6.0.tar.bz2 902029 RMD160 d7152d5917849c40527c56ff07c956fd3c292a1d SHA1 5d5da9f329a97a47939038f6be91f6628c25213c SHA256 1f9e48d7bf1b563fef235eede9524f8446a0374b65c6bf522f3203ed61164cb3 +DIST BioPerl-Network-1.006900.tar.gz 2198089 SHA256 5b31ab7d048ee8e7bd6ba933f96b904d7ee06b46ab29c00276eca3513a77c32a SHA512 d0a95af17cb024cbc615c784f1dbcddd7bfc5b54524163ab127f1077ded18df222fe067c085f3dd17dd416d6417b8f726526be164e1e33144991393f6b6d5842 WHIRLPOOL 65ff9e2509c0136232b7cff1aa5e8ad55f26241f51e70e6d34f9383c0af4bfdb0c5358b1a69075d480e9e1fdfa19342058fbe33ea4d4a633220ef3a80d6ed984 +DIST BioPerl-network-1.6.0.tar.bz2 902029 SHA256 1f9e48d7bf1b563fef235eede9524f8446a0374b65c6bf522f3203ed61164cb3 diff --git a/sci-biology/bioperl-network/metadata.xml b/sci-biology/bioperl-network/metadata.xml index a3b29e80ce1c..045af7cc6148 100644 --- a/sci-biology/bioperl-network/metadata.xml +++ b/sci-biology/bioperl-network/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - BioPerl-Network - + sci-biology + + BioPerl-Network + diff --git a/sci-biology/biosql/Manifest b/sci-biology/biosql/Manifest index bdad1d908f06..cd5198309e65 100644 --- a/sci-biology/biosql/Manifest +++ b/sci-biology/biosql/Manifest @@ -1 +1 @@ -DIST biosql-1.0.1.tar.bz2 253516 RMD160 bc10a7b2271902320fb7fce54cf4204737b333ef SHA1 676dc417f6588edaa2298d73ab1dcd7f877a5477 SHA256 3604ceaf6f3e42a11613b49577b7c68f04d9e094cca4e5d932359c815fc9ad01 +DIST biosql-1.0.1.tar.bz2 253516 SHA256 3604ceaf6f3e42a11613b49577b7c68f04d9e094cca4e5d932359c815fc9ad01 diff --git a/sci-biology/biosql/metadata.xml b/sci-biology/biosql/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/biosql/metadata.xml +++ b/sci-biology/biosql/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/blat/Manifest b/sci-biology/blat/Manifest index 176a7d3a92fe..c1b249e1a095 100644 --- a/sci-biology/blat/Manifest +++ b/sci-biology/blat/Manifest @@ -1 +1 @@ -DIST blatSrc34.zip 2142975 RMD160 6c8226305c56ea56504103db6ef401841bc0c6f7 SHA1 4208451b5fa5f6cf30d15afb1df79edc850735db SHA256 b764828fdf8ef4c9994ae4b6148340a776493475edb573b6adf63ae7ca9b2629 +DIST blatSrc34.zip 2142975 SHA256 b764828fdf8ef4c9994ae4b6148340a776493475edb573b6adf63ae7ca9b2629 diff --git a/sci-biology/blat/metadata.xml b/sci-biology/blat/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/blat/metadata.xml +++ b/sci-biology/blat/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/blossoc/Manifest b/sci-biology/blossoc/Manifest index 09ea4d508cd8..96859ca6bf5f 100644 --- a/sci-biology/blossoc/Manifest +++ b/sci-biology/blossoc/Manifest @@ -1 +1 @@ -DIST blossoc-1.4.0.tar.gz 194885 RMD160 3964953cb4dba5c22b7dacb7efe37c056346bdcb SHA1 c85915fca0af1458e42231a04a0ab2af5986082f SHA256 b23f51349f72f31263b8aca162c7590a5f52b72fd5e0d91b4a2591098ff5bdbe +DIST blossoc-1.4.0.tar.gz 194885 SHA256 b23f51349f72f31263b8aca162c7590a5f52b72fd5e0d91b4a2591098ff5bdbe diff --git a/sci-biology/blossoc/metadata.xml b/sci-biology/blossoc/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/blossoc/metadata.xml +++ b/sci-biology/blossoc/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/bowtie/Manifest b/sci-biology/bowtie/Manifest index ec924ee8f615..5ebef1c162e7 100644 --- a/sci-biology/bowtie/Manifest +++ b/sci-biology/bowtie/Manifest @@ -1,4 +1,4 @@ -DIST bowtie-0.12.3-src.zip 10314474 RMD160 a5e9fc5de69c8c4e64e30bcfaf8303b3021e5b8f SHA1 7bf3ca4071638d36ff5139f8ccd976315e98c4b3 SHA256 aac6e02cc95058e19092f6f56e87ed2eac3df11ecce889050c6feea2b2344b84 -DIST bowtie-0.12.5-src.zip 10319902 RMD160 41e02aec08e77ce7944eb5440fdd78efb99d5a97 SHA1 90448c971d30797a63dcbc72246874a163174215 SHA256 244aa3ccbc15c88970196b0fb958c8455504902b5414987bf224c9dd92984cce -DIST bowtie-0.12.7-src.zip 7697786 RMD160 7b2210d4526c4818936b729b0e68f4c13a101fc6 SHA1 0eb752db072a2da6fc6dac55d2ab825422e994ce SHA256 609a6a0ad0b1a5d97908ca17da7bbf5d6dc407c7b9c49713cdc9c40f056a586a -DIST bowtie-0.12.8-src.zip 15569919 RMD160 a1fb27c8a5c14bb343ca03aa001d6400d882448d SHA1 56fd4dfd1d8ef995f041d11ce6078dd1e22a655f SHA256 f074a0f25e156976c4951fd69651d60caab925af9829054d107ec8b19af3082d +DIST bowtie-0.12.3-src.zip 10314474 SHA256 aac6e02cc95058e19092f6f56e87ed2eac3df11ecce889050c6feea2b2344b84 +DIST bowtie-0.12.5-src.zip 10319902 SHA256 244aa3ccbc15c88970196b0fb958c8455504902b5414987bf224c9dd92984cce +DIST bowtie-0.12.7-src.zip 7697786 SHA256 609a6a0ad0b1a5d97908ca17da7bbf5d6dc407c7b9c49713cdc9c40f056a586a +DIST bowtie-0.12.8-src.zip 15569919 SHA256 f074a0f25e156976c4951fd69651d60caab925af9829054d107ec8b19af3082d diff --git a/sci-biology/bowtie/metadata.xml b/sci-biology/bowtie/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/bowtie/metadata.xml +++ b/sci-biology/bowtie/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/bwa/metadata.xml b/sci-biology/bwa/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/bwa/metadata.xml +++ b/sci-biology/bwa/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/clustal-omega/Manifest b/sci-biology/clustal-omega/Manifest index 5361d4640489..af538a7fe2fb 100644 --- a/sci-biology/clustal-omega/Manifest +++ b/sci-biology/clustal-omega/Manifest @@ -1 +1 @@ -DIST clustal-omega-1.0.3.tar.gz 1146748 RMD160 9fbee0ecc22e8bdc5879b61d3c300c143dbccd54 SHA1 047e0889fd5cbd2581f5f59cf64cba2cc0cb09ec SHA256 b46821ed10439b7816f343e40e891ddae9b9ba0ee56f042037f3f6eabfa9b84c +DIST clustal-omega-1.0.3.tar.gz 1146748 SHA256 b46821ed10439b7816f343e40e891ddae9b9ba0ee56f042037f3f6eabfa9b84c diff --git a/sci-biology/clustal-omega/metadata.xml b/sci-biology/clustal-omega/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/clustal-omega/metadata.xml +++ b/sci-biology/clustal-omega/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/clustalw/Manifest b/sci-biology/clustalw/Manifest index 3f3f4f869edc..3bf7080b31c6 100644 --- a/sci-biology/clustalw/Manifest +++ b/sci-biology/clustalw/Manifest @@ -1,4 +1,4 @@ -DIST clustalw-2.0.11.tar.gz 325936 RMD160 ea65bcda9ca1006ab498cd967ae82cc1409332af SHA1 c0491e7da01f5ceb3d651e51d1b38a0c12fd8f02 SHA256 3150344721b32fbec3eb0f8a54aa8a3d25fa674ecc0ab5a68ba3d5f1b07b4cb1 -DIST clustalw-2.0.12.tar.gz 328025 RMD160 a9bb0deb812bfa7777c86e0835d292430c188fd9 SHA1 28290a97377be2a970de4bb2d208898848e819fa SHA256 f364fbc9401615b9be91f36562011ca711b840fae4cbfa129b4e13b0b8fc1540 -DIST clustalw-2.1.tar.gz 350761 RMD160 e193769955a6270797fcb039ca398a4b59d9248d SHA1 f29784f68585544baa77cbeca6392e533d4cf433 SHA256 e052059b87abfd8c9e695c280bfba86a65899138c82abccd5b00478a80f49486 -DIST clustalw1.83.UNIX.tar.gz 166863 RMD160 20c0ec7739be6747ae08220e5abf2bae412f039e SHA1 801ce911749171471b7964a1cff93c53c876c282 SHA256 8b757e02ae95ac0a0dd37db640497aa90f7a13a11784ce2a17f41b64e3059c60 +DIST clustalw-2.0.11.tar.gz 325936 SHA256 3150344721b32fbec3eb0f8a54aa8a3d25fa674ecc0ab5a68ba3d5f1b07b4cb1 +DIST clustalw-2.0.12.tar.gz 328025 SHA256 f364fbc9401615b9be91f36562011ca711b840fae4cbfa129b4e13b0b8fc1540 +DIST clustalw-2.1.tar.gz 350761 SHA256 e052059b87abfd8c9e695c280bfba86a65899138c82abccd5b00478a80f49486 +DIST clustalw1.83.UNIX.tar.gz 166863 SHA256 8b757e02ae95ac0a0dd37db640497aa90f7a13a11784ce2a17f41b64e3059c60 diff --git a/sci-biology/clustalw/metadata.xml b/sci-biology/clustalw/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/clustalw/metadata.xml +++ b/sci-biology/clustalw/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/clustalx/Manifest b/sci-biology/clustalx/Manifest index a1603cde65d1..d7b9f2312333 100644 --- a/sci-biology/clustalx/Manifest +++ b/sci-biology/clustalx/Manifest @@ -1,2 +1 @@ DIST clustalx-2.1.tar.gz 341649 SHA256 e10adb728c320598a165ca529f1aa3d2560061de0236e0a0926eaca9554afa05 -DIST clustalx1.83.sun.tar.gz 860205 SHA256 67082dd0b788dc75cc99ed283cd1e8ad0c95d9c7d3642d27bb69211f616daca2 diff --git a/sci-biology/clustalx/clustalx-1.83-r2.ebuild b/sci-biology/clustalx/clustalx-1.83-r2.ebuild deleted file mode 100644 index d0550de6cf78..000000000000 --- a/sci-biology/clustalx/clustalx-1.83-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalx/clustalx-1.83-r2.ebuild,v 1.11 2012/10/24 19:29:39 ulm Exp $ - -EAPI=1 - -inherit toolchain-funcs eutils - -DESCRIPTION="Graphical interface for the ClustalW multiple alignment program" -HOMEPAGE="http://www-igbmc.u-strasbg.fr/BioInfo/ClustalX/" -SRC_URI="ftp://ftp-igbmc.u-strasbg.fr/pub/ClustalX/clustalx1.83.sun.tar.gz" -LICENSE="public-domain" - -SLOT="0" -KEYWORDS="~sparc" -IUSE="" - -DEPEND="sci-biology/clustalw:1 - sci-biology/ncbi-tools - >=x11-libs/motif-2.3:0 - x11-libs/libXpm" - -S="${WORKDIR}/${PN}${PV}.sun" - -pkg_setup() { - if ! built_with_use sci-biology/ncbi-tools X; then - echo - eerror "ClustalX requires the Vibrant toolkit, which is part of the" - eerror "optional X support in the \"sci-biology/ncbi-tools\" package." - eerror "To install ClustalX on your system, first recompile" - eerror "\"sci-biology/ncbi-tools\" with the \"X\" USE flag enabled," - eerror "then try to install ClustalX again." - die "X support not enabled in \"sci-biology/ncbi-tools\"" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - cp makefile.linux makefile - sed -e "s/CC = cc/CC = $(tc-getCC)/" \ - -e "s/CFLAGS = -c -O/CFLAGS = -c ${CFLAGS}/" \ - -e "s/LFLAGS = -O -lm/LFLAGS = -lm ${CFLAGS}/" \ - -e "s%-I/usr/bio/src/ncbi/include%-I/usr/include/ncbi%" \ - -e "s%-L/usr/bio/src/ncbi/lib -L/usr/ccs/lib -L/usr/X11R6/lib%-L/usr/lib -L/usr/X11R6/lib%" \ - -i makefile || die - sed -i -e "s%clustalx_help%/usr/share/doc/${PF}/clustalx_help%" clustalx.c || die - sed -i -e "s%clustalw.doc%../clustalw.doc%" clustalx.html || die -} - -src_compile() { - make || die -} - -src_install() { - dobin clustalx - - dodoc README_X - dohtml clustalx.html - - insinto /usr/share/doc/${PF} - doins clustalx_help clustalw.doc -} diff --git a/sci-biology/clustalx/metadata.xml b/sci-biology/clustalx/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/clustalx/metadata.xml +++ b/sci-biology/clustalx/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/consed/metadata.xml b/sci-biology/consed/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/consed/metadata.xml +++ b/sci-biology/consed/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/cufflinks/metadata.xml b/sci-biology/cufflinks/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/cufflinks/metadata.xml +++ b/sci-biology/cufflinks/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/dialign-tx/Manifest b/sci-biology/dialign-tx/Manifest index e915ff4323e3..6e9bc660ed06 100644 --- a/sci-biology/dialign-tx/Manifest +++ b/sci-biology/dialign-tx/Manifest @@ -1 +1 @@ -DIST DIALIGN-TX_1.0.2.tar.gz 1765296 RMD160 0bd076c5efe50b037a08554fdb565d8d9364e599 SHA1 4d4e50070f019b88078105ec21f22b1005a010af SHA256 fb3940a48a12875332752a298f619f0da62593189cd257d28932463c7cebcb8f +DIST DIALIGN-TX_1.0.2.tar.gz 1765296 SHA256 fb3940a48a12875332752a298f619f0da62593189cd257d28932463c7cebcb8f diff --git a/sci-biology/dialign-tx/metadata.xml b/sci-biology/dialign-tx/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/dialign-tx/metadata.xml +++ b/sci-biology/dialign-tx/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/diya/Manifest b/sci-biology/diya/Manifest index 26241916b471..fe0ae5f610cb 100644 --- a/sci-biology/diya/Manifest +++ b/sci-biology/diya/Manifest @@ -1 +1 @@ -DIST diya-1.0-rc4.tar.gz 386706 RMD160 1548c83b9e7130bd8dc8407f51ea7a50848499bd SHA1 90c9ad6f1cd69fe814b74eaa1cdbce56e34e74bb SHA256 13f7dd4dd7f96143948587884954e337552d7491347c2c174e786824880590c7 +DIST diya-1.0-rc4.tar.gz 386706 SHA256 13f7dd4dd7f96143948587884954e337552d7491347c2c174e786824880590c7 diff --git a/sci-biology/diya/metadata.xml b/sci-biology/diya/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/diya/metadata.xml +++ b/sci-biology/diya/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/express/metadata.xml b/sci-biology/express/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/express/metadata.xml +++ b/sci-biology/express/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/fasttree/Manifest b/sci-biology/fasttree/Manifest index 778e65399f05..f30acff29015 100644 --- a/sci-biology/fasttree/Manifest +++ b/sci-biology/fasttree/Manifest @@ -1 +1 @@ -DIST fasttree-2.0.1.tar.bz2 149279 RMD160 af98fa4a206e130edfa59a12d12d88e1eeca6949 SHA1 b85f0add3d232a9ef188de7502c8cba84e5d22fe SHA256 968a42f126c67f471a21c6ffe621cbedb3ed406838a3d80e799487aedc137fb4 +DIST fasttree-2.0.1.tar.bz2 149279 SHA256 968a42f126c67f471a21c6ffe621cbedb3ed406838a3d80e799487aedc137fb4 diff --git a/sci-biology/fasttree/metadata.xml b/sci-biology/fasttree/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/fasttree/metadata.xml +++ b/sci-biology/fasttree/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/gatk/Manifest b/sci-biology/gatk/Manifest index bbc63359fdcf..6cd4e325d33f 100644 --- a/sci-biology/gatk/Manifest +++ b/sci-biology/gatk/Manifest @@ -1 +1 @@ -DIST gatk-1.6.tar.gz 10672645 SHA256 e056b54627bc4b2cf13a8de99c56852d96794fa7c48a80e678a2436dbc4c09df SHA512 bbcea8cb2644c80d5b2faa656c2d92621645bf53e91c6dd7267e85da27c01fd094b8834409bc1ff5bd15e37f689d9b317a37d6d02cc13d629b56eebdbfbd5786 WHIRLPOOL 29847ca8dba21a7c4f03551b09872a2cabb089f52adbe1c2427881f698c10fc09077559cfada23bda76cf3e9d21c3e12d07f19d5f1bfb884b8cd3ea88e7cf28f +DIST gatk-2.4.tar.gz 9106774 SHA256 db0be90ef5182866a1f936742fba20b317ce582556e19acb69de2a8894f7383a SHA512 9050fc2024d0b3c9a6b5617787831c0496276bcd7318a872f6c1128c31fc31c6f59429a1b189e5c2cc740909b42d846b5e041f8626b03af3a80442294db34ace WHIRLPOOL 1fa7a73f317db82c313ea112ffaa6466c2b17384f1ad8d06c74a3f4764dfd822f036cc2dc99890c157fc2c32ce299a4a7d0c73cafc72dd7ad955d75053745b2c diff --git a/sci-biology/gatk/gatk-1.6.ebuild b/sci-biology/gatk/gatk-2.4.ebuild similarity index 58% rename from sci-biology/gatk/gatk-1.6.ebuild rename to sci-biology/gatk/gatk-2.4.ebuild index 3c5c9f20952c..a472d8c12158 100644 --- a/sci-biology/gatk/gatk-1.6.ebuild +++ b/sci-biology/gatk/gatk-2.4.ebuild @@ -1,38 +1,32 @@ -# 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/sci-biology/gatk/gatk-1.6.ebuild,v 1.1 2012/09/30 17:17:21 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/gatk/gatk-2.4.ebuild,v 1.1 2013/03/11 15:25:21 jlec Exp $ -EAPI=4 - -MY_HASH=93333f0 - -EGIT_REPO_URI="https://github.com/broadgsa/gatk.git" +EAPI=5 EANT_BUILD_TARGET="dist" EANT_NEEDS_TOOLS="true" JAVA_ANT_REWRITE_CLASSPATH="true" -#inherit java-pkg-2 java-ant-2 git -inherit java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 vcs-snapshot DESCRIPTION="The Genome Analysis Toolkit" HOMEPAGE="http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit" -SRC_URI="https://github.com/broadgsa/gatk/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/broadgsa/gatk/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" IUSE="" KEYWORDS="~amd64" COMMON_DEPS="" -DEPEND=">=virtual/jdk-1.6 - dev-vcs/git +DEPEND=" + >=virtual/jdk-1.6 ${COMMON_DEPS}" -RDEPEND=">=virtual/jre-1.6 +RDEPEND=" + >=virtual/jre-1.6 ${COMMON_DEPS}" -S="${WORKDIR}/broadgsa-gatk-${MY_HASH}" - src_prepare() { sed -i '/property name="ivy.home"/ s|${user.home}|'${WORKDIR}'|' build.xml || die java-pkg-2_src_prepare diff --git a/sci-biology/gatk/gatk-9999.ebuild b/sci-biology/gatk/gatk-9999.ebuild index b2e0ca49c1b1..29f7c51d4f5c 100644 --- a/sci-biology/gatk/gatk-9999.ebuild +++ b/sci-biology/gatk/gatk-9999.ebuild @@ -1,38 +1,34 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/gatk/gatk-9999.ebuild,v 1.1 2011/10/31 21:18:17 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/gatk/gatk-9999.ebuild,v 1.2 2013/03/11 15:25:21 jlec Exp $ -EAPI=4 - -MY_HASH=885c33a - -EGIT_REPO_URI="https://github.com/broadgsa/gatk.git" +EAPI=5 EANT_BUILD_TARGET="dist" EANT_NEEDS_TOOLS="true" JAVA_ANT_REWRITE_CLASSPATH="true" -#inherit java-pkg-2 java-ant-2 git -inherit java-pkg-2 java-ant-2 +inherit git-2 java-pkg-2 java-ant-2 DESCRIPTION="The Genome Analysis Toolkit" HOMEPAGE="http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit" -#SRC_URI="https://github.com/broadgsa/gatk/tarball/${PV} -> ${P}.tar.gz" SRC_URI="" +EGIT_REPO_URI="https://github.com/broadgsa/gatk.git" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" IUSE="" KEYWORDS="" COMMON_DEPS="" -DEPEND=">=virtual/jdk-1.6 +DEPEND=" + >=virtual/jdk-1.6 + dev-vcs/git ${COMMON_DEPS}" -RDEPEND=">=virtual/jre-1.6 +RDEPEND=" + >=virtual/jre-1.6 ${COMMON_DEPS}" -S="${WORKDIR}/broadgsa-gatk-${MY_HASH}" - src_prepare() { sed -i '/property name="ivy.home"/ s|${user.home}|'${WORKDIR}'|' build.xml || die java-pkg-2_src_prepare diff --git a/sci-biology/gatk/metadata.xml b/sci-biology/gatk/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/gatk/metadata.xml +++ b/sci-biology/gatk/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/glimmer/Manifest b/sci-biology/glimmer/Manifest index add4c853adb5..d8ccce84e005 100644 --- a/sci-biology/glimmer/Manifest +++ b/sci-biology/glimmer/Manifest @@ -1 +1 @@ -DIST glimmer302.tar.gz 5637075 RMD160 bc29bb045f7a4179504cb3843741393f42e11ab8 SHA1 e2f27fdab82cd8978f1452bfcd4c0287c52b77b7 SHA256 a1e422ee56f495f9f99e1741ba2043f026fc8182afcc47cb20cfd2d989537221 +DIST glimmer302.tar.gz 5637075 SHA256 a1e422ee56f495f9f99e1741ba2043f026fc8182afcc47cb20cfd2d989537221 diff --git a/sci-biology/glimmer/metadata.xml b/sci-biology/glimmer/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/glimmer/metadata.xml +++ b/sci-biology/glimmer/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/glimmerhmm/metadata.xml b/sci-biology/glimmerhmm/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/glimmerhmm/metadata.xml +++ b/sci-biology/glimmerhmm/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/gmap/metadata.xml b/sci-biology/gmap/metadata.xml index 373576572928..7d62e2f44e07 100644 --- a/sci-biology/gmap/metadata.xml +++ b/sci-biology/gmap/metadata.xml @@ -1,13 +1,9 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - Enable support for samtools - Enable support for goby - + sci-biology + + Enable support for samtools + Enable support for goby + diff --git a/sci-biology/goby-cpp/metadata.xml b/sci-biology/goby-cpp/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/goby-cpp/metadata.xml +++ b/sci-biology/goby-cpp/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/goby/Manifest b/sci-biology/goby/Manifest index 55328b17de20..9e3b65fbcbaa 100644 --- a/sci-biology/goby/Manifest +++ b/sci-biology/goby/Manifest @@ -1,4 +1,4 @@ -DIST goby_1.9.7.3-deps.zip 19959489 RMD160 f105e632eaac0863b4073bbca5d135014bf81fa9 SHA1 64a06bda9eedabd75cc86c50368660d9d67a7319 SHA256 3932c61f001fc1d06ef298043d5206041e47175fa28d755efd01148de35b567a -DIST goby_1.9.7.3-src.zip 15642000 RMD160 d8329dc566b62fdcb36b988406f8d357857f3b10 SHA1 63cadf1dbe5603948f765bb6af2788cbb5edd93e SHA256 fe32a6720fcc0858811e40b744c9bcfffbb6cf277be50102446ff8798fd9ab24 -DIST goby_1.9.8.1-deps.zip 20820943 RMD160 d756e3d0ace06b50b0650c0720fc756a7a432d33 SHA1 d10c80773d16a53acadee0bb2bcac60535c93873 SHA256 eb11916408a7978a1e90967783b8167b96c6d0dd60ae58cf1dab915a519d1bbb -DIST goby_1.9.8.1-src.zip 15748880 RMD160 9a5d70e21c89b6e36644112c9c2f485f5670fcca SHA1 106021bac0346072531075612a8bbd3081b933f8 SHA256 e2489a815a38bd10b1ec59b4e262a023f97994d9953f97bcc6571cadd05919c3 +DIST goby_1.9.7.3-deps.zip 19959489 SHA256 3932c61f001fc1d06ef298043d5206041e47175fa28d755efd01148de35b567a +DIST goby_1.9.7.3-src.zip 15642000 SHA256 fe32a6720fcc0858811e40b744c9bcfffbb6cf277be50102446ff8798fd9ab24 +DIST goby_1.9.8.1-deps.zip 20820943 SHA256 eb11916408a7978a1e90967783b8167b96c6d0dd60ae58cf1dab915a519d1bbb +DIST goby_1.9.8.1-src.zip 15748880 SHA256 e2489a815a38bd10b1ec59b4e262a023f97994d9953f97bcc6571cadd05919c3 diff --git a/sci-biology/goby/metadata.xml b/sci-biology/goby/metadata.xml index 85d36ebbded8..3bc02ac6b32e 100644 --- a/sci-biology/goby/metadata.xml +++ b/sci-biology/goby/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - Compile C/C++ API - + sci-biology + + Compile C/C++ API + diff --git a/sci-biology/iedera/Manifest b/sci-biology/iedera/Manifest index bcd66b909fdf..325eeedf3e8e 100644 --- a/sci-biology/iedera/Manifest +++ b/sci-biology/iedera/Manifest @@ -1 +1 @@ -DIST iedera-1.04.tar.gz 123847 RMD160 8c575db226a6c0f0d680bf2baad3c85e17c40e47 SHA1 ff4f90f31f04ed33708e22ef0bbc40a175b6fee0 SHA256 39d60b052f40476aebead981020f53e6b801293c3f13c4aea3f65a230027f39b +DIST iedera-1.04.tar.gz 123847 SHA256 39d60b052f40476aebead981020f53e6b801293c3f13c4aea3f65a230027f39b diff --git a/sci-biology/iedera/metadata.xml b/sci-biology/iedera/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/iedera/metadata.xml +++ b/sci-biology/iedera/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/infernal/metadata.xml b/sci-biology/infernal/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/infernal/metadata.xml +++ b/sci-biology/infernal/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/iqpnni/Manifest b/sci-biology/iqpnni/Manifest index 217979ff98e4..ec521a7104b3 100644 --- a/sci-biology/iqpnni/Manifest +++ b/sci-biology/iqpnni/Manifest @@ -1,3 +1,3 @@ -DIST iqpnni-3.2.tar.gz 638743 RMD160 12db2175defea96c23b8c1519d6e57a304d1eb6b SHA1 2bf94698f64b07af7681a082f106ec7a3934e342 SHA256 0e97a03841e3460b9e0ddadbfa27393bf370ff82725a620c8d46a1ce85e4a20f -DIST iqpnni-3.3.1.tar.gz 650395 RMD160 c884bcb227b6e07ae47c9886ce5ff3eb3b7caf9f SHA1 2d5479f7bd598fe2adc27ae5e709fa3efe334a81 SHA256 bdc5873c5dd59b07b8f8c9547e86120b53fa3cd802ec7acdad61bacc4c3ac7d9 -DIST iqpnni-3.3.2.tar.gz 646603 RMD160 be3f0fe88c40dcbc286c86aba8f0e3f82b4fd7ce SHA1 66643570e94685cec831437b07af726c9d7f0fd2 SHA256 e4ffc783c7444bfadd40c9d55e9fb0275fcf7dca80aa3217768c9bf63c28567f +DIST iqpnni-3.2.tar.gz 638743 SHA256 0e97a03841e3460b9e0ddadbfa27393bf370ff82725a620c8d46a1ce85e4a20f +DIST iqpnni-3.3.1.tar.gz 650395 SHA256 bdc5873c5dd59b07b8f8c9547e86120b53fa3cd802ec7acdad61bacc4c3ac7d9 +DIST iqpnni-3.3.2.tar.gz 646603 SHA256 e4ffc783c7444bfadd40c9d55e9fb0275fcf7dca80aa3217768c9bf63c28567f diff --git a/sci-biology/iqpnni/metadata.xml b/sci-biology/iqpnni/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/iqpnni/metadata.xml +++ b/sci-biology/iqpnni/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/kalign/Manifest b/sci-biology/kalign/Manifest index 5fef44a32603..6250f54bc17b 100644 --- a/sci-biology/kalign/Manifest +++ b/sci-biology/kalign/Manifest @@ -1 +1 @@ -DIST kalign_2.03.orig.tar.gz 114022 RMD160 e4677db9983b4bf567515c535dbd1f61cfdd70bd SHA1 c856d14b537a9139fc601e4de98870293a3aceb4 SHA256 710318fea8e3091da6fdedd16d6f94b9de069846afa502f4fe00d5d6b07511c0 +DIST kalign_2.03.orig.tar.gz 114022 SHA256 710318fea8e3091da6fdedd16d6f94b9de069846afa502f4fe00d5d6b07511c0 diff --git a/sci-biology/kalign/metadata.xml b/sci-biology/kalign/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/kalign/metadata.xml +++ b/sci-biology/kalign/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/lagan/Manifest b/sci-biology/lagan/Manifest index b15b424ce4d6..fb04603869dd 100644 --- a/sci-biology/lagan/Manifest +++ b/sci-biology/lagan/Manifest @@ -1 +1 @@ -DIST lagan20.tar.gz 589115 RMD160 a55680c95efc84a4cdc21508223fd0f9bc934f98 SHA1 592ca7e92c7307861e4b2bb66820d1dce1663376 SHA256 a65e61ed4fd6608f4e5ad5b11a1b77f4fec1a207d822c5885b3e86727496e1fe +DIST lagan20.tar.gz 589115 SHA256 a65e61ed4fd6608f4e5ad5b11a1b77f4fec1a207d822c5885b3e86727496e1fe diff --git a/sci-biology/lagan/metadata.xml b/sci-biology/lagan/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/lagan/metadata.xml +++ b/sci-biology/lagan/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/last/Manifest b/sci-biology/last/Manifest index a48dc4635c35..a82d89c4d710 100644 --- a/sci-biology/last/Manifest +++ b/sci-biology/last/Manifest @@ -1,5 +1,5 @@ -DIST last-146.zip 334958 RMD160 a05556d0914dc10b1af48555417684dac8c12bd7 SHA1 772ac19f3ed87859ac8c87557ca23ad6146c837f SHA256 313aa49cea50abd13382c05e607c54d59281030da960c82f3dd76286cccf04b0 -DIST last-162.zip 349184 RMD160 1975d96c18cb78f1116c8627eb03898da4f1665b SHA1 588839e1d56ae9e66b31ca8f0000a4a8110b0d8f SHA256 f657cb415ddd0349c60dfcda45e3fb7b180f88141a819e670471b7b6f656649f -DIST last-184.zip 382601 RMD160 28078d7e43aae38c95423d19c7f7a9940df3d1c0 SHA1 73a8e48853e0c4b82003bcbe2ccc57e0719a02e9 SHA256 3460c9e600bfe42e9dae616df3b53975c58092343f2b4bc590fb77d4477709b6 -DIST last-192.zip 385992 RMD160 36ade826664ca9b0ba4423ff8a2be85f448db804 SHA1 0fca6a674e51367d01c4eae97f326465ea136bd6 SHA256 7a19106a67ff0ccfafc6685c4f814b4745fe2e91f45e78099a144a4d9373b9ff -DIST last-230.zip 418077 RMD160 3da9b1e9eb96e33d1a6c0be0dfa17a528838ed55 SHA1 fde25e756d131c87447276d593bf6a42732420b9 SHA256 8d55ee95e05a08afa72690df9086886e97142adcfbf750cf5cf6015b91215484 +DIST last-146.zip 334958 SHA256 313aa49cea50abd13382c05e607c54d59281030da960c82f3dd76286cccf04b0 +DIST last-162.zip 349184 SHA256 f657cb415ddd0349c60dfcda45e3fb7b180f88141a819e670471b7b6f656649f +DIST last-184.zip 382601 SHA256 3460c9e600bfe42e9dae616df3b53975c58092343f2b4bc590fb77d4477709b6 +DIST last-192.zip 385992 SHA256 7a19106a67ff0ccfafc6685c4f814b4745fe2e91f45e78099a144a4d9373b9ff +DIST last-230.zip 418077 SHA256 8d55ee95e05a08afa72690df9086886e97142adcfbf750cf5cf6015b91215484 diff --git a/sci-biology/last/metadata.xml b/sci-biology/last/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/last/metadata.xml +++ b/sci-biology/last/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/maq/Manifest b/sci-biology/maq/Manifest index 0f59703335b9..b5eb751fe292 100644 --- a/sci-biology/maq/Manifest +++ b/sci-biology/maq/Manifest @@ -1,2 +1,2 @@ -DIST calib-36.dat.gz 196371 RMD160 34d6845c41388009970f478af14382334118ca9c SHA1 3af6e7b07c26a8d79f595412aed64d191614e8f0 SHA256 d4480e04446eb273f1908add709dd5a24262c08a59a1647b9a2d053f4d30181b -DIST maq-0.7.1.tar.bz2 368645 RMD160 98b514dba887c63b567e8c6a2ed09f02812d8fb1 SHA1 3a455817fc6e98c2d06533d630e22c47649afa97 SHA256 e1671e0408b0895f5ab943839ee8f28747cf5f55dc64032c7469b133202b6de2 +DIST calib-36.dat.gz 196371 SHA256 d4480e04446eb273f1908add709dd5a24262c08a59a1647b9a2d053f4d30181b +DIST maq-0.7.1.tar.bz2 368645 SHA256 e1671e0408b0895f5ab943839ee8f28747cf5f55dc64032c7469b133202b6de2 diff --git a/sci-biology/maq/metadata.xml b/sci-biology/maq/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/maq/metadata.xml +++ b/sci-biology/maq/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/maqview/metadata.xml b/sci-biology/maqview/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/maqview/metadata.xml +++ b/sci-biology/maqview/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/mauve/metadata.xml b/sci-biology/mauve/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/mauve/metadata.xml +++ b/sci-biology/mauve/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/mauvealigner/metadata.xml b/sci-biology/mauvealigner/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/mauvealigner/metadata.xml +++ b/sci-biology/mauvealigner/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/mcl/metadata.xml b/sci-biology/mcl/metadata.xml index 563485f55553..aa6527e1e839 100644 --- a/sci-biology/mcl/metadata.xml +++ b/sci-biology/mcl/metadata.xml @@ -1,10 +1,6 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/meme/metadata.xml b/sci-biology/meme/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/meme/metadata.xml +++ b/sci-biology/meme/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/mira/metadata.xml b/sci-biology/mira/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/mira/metadata.xml +++ b/sci-biology/mira/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/mosaik/Manifest b/sci-biology/mosaik/Manifest index ba3e888ab60c..c71420fd1e4c 100644 --- a/sci-biology/mosaik/Manifest +++ b/sci-biology/mosaik/Manifest @@ -1,2 +1,2 @@ -DIST Mosaik-1.0.1367-source.tar.bz2 8700231 RMD160 f533d05e71d9bea773efd90548756f88366b214c SHA1 6e33533861965b29c5cf80c1d5f1b1742924a6d7 SHA256 2a6ee1d25af835028b71f2518c6a00e929e64e7be6305183dfe0e242a015c750 -DIST Mosaik-1.0.1388-source.tar.bz2 8730164 RMD160 f4effb98f4e5aabb1d2e94474c04e36bb395e71c SHA1 aec9ef4a2e7e7ae349157f2ddf240ae5e981d820 SHA256 d6a8effa49adac617a388e2132aaf1a6b0679c783574d7df2cbd952a5f96e60c +DIST Mosaik-1.0.1367-source.tar.bz2 8700231 SHA256 2a6ee1d25af835028b71f2518c6a00e929e64e7be6305183dfe0e242a015c750 +DIST Mosaik-1.0.1388-source.tar.bz2 8730164 SHA256 d6a8effa49adac617a388e2132aaf1a6b0679c783574d7df2cbd952a5f96e60c diff --git a/sci-biology/mosaik/metadata.xml b/sci-biology/mosaik/metadata.xml index 02b33ae51491..4dfd5b0bdafa 100644 --- a/sci-biology/mosaik/metadata.xml +++ b/sci-biology/mosaik/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - mosaik-aligner - + sci-biology + + mosaik-aligner + diff --git a/sci-biology/mothur/metadata.xml b/sci-biology/mothur/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/mothur/metadata.xml +++ b/sci-biology/mothur/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/mummer/Manifest b/sci-biology/mummer/Manifest index 77ebcff6bcaa..bae1ccf2f14c 100644 --- a/sci-biology/mummer/Manifest +++ b/sci-biology/mummer/Manifest @@ -1,3 +1,3 @@ -DIST MUMmer3.20.tar.gz 3155446 RMD160 7e5fefef359c6a6ee49f2ebf14dc18caa19f48fb SHA1 68d6742de93d8524236ccf538f32ba8bb4edf7cc SHA256 9c7880b4ce25ef3c6bed9ccdc26f1c4d7e74eb0ef1ce403907790c0f96c0f260 -DIST MUMmer3.21.tar.gz 3155965 RMD160 3a112ee3bc92c1585d42f4df72751a50548002d1 SHA1 228a5c283bef90d97d90d2dee12dd892a9f54c42 SHA256 7fb1456c8c21eab4913a522e4b79bc5c84b7373feb54614a7003b16d47dc23b8 -DIST MUMmer3.22.tar.gz 3156338 RMD160 f3c20f8458318dcf3251fb68bfd54c9513bf09ae SHA1 c763649fa12b3bdf4598bde4f292f9460bf2d47c SHA256 429022a8c6a7ae55fb1dd94dbdac1b21f662d6278668f5531c735911d9fc77da +DIST MUMmer3.20.tar.gz 3155446 SHA256 9c7880b4ce25ef3c6bed9ccdc26f1c4d7e74eb0ef1ce403907790c0f96c0f260 +DIST MUMmer3.21.tar.gz 3155965 SHA256 7fb1456c8c21eab4913a522e4b79bc5c84b7373feb54614a7003b16d47dc23b8 +DIST MUMmer3.22.tar.gz 3156338 SHA256 429022a8c6a7ae55fb1dd94dbdac1b21f662d6278668f5531c735911d9fc77da diff --git a/sci-biology/mummer/metadata.xml b/sci-biology/mummer/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/mummer/metadata.xml +++ b/sci-biology/mummer/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/ncbi-tools++/metadata.xml b/sci-biology/ncbi-tools++/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/ncbi-tools++/metadata.xml +++ b/sci-biology/ncbi-tools++/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/ncbi-tools/metadata.xml b/sci-biology/ncbi-tools/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/ncbi-tools/metadata.xml +++ b/sci-biology/ncbi-tools/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/newick-utils/Manifest b/sci-biology/newick-utils/Manifest index 75febabc0dba..fa2d5255b412 100644 --- a/sci-biology/newick-utils/Manifest +++ b/sci-biology/newick-utils/Manifest @@ -1,2 +1,2 @@ -DIST newick-utils-1.3.0.tar.gz 6872730 RMD160 c0236a13344dc62131ea4146b6925444ff6b9b4a SHA1 e47fb75a10d87e3460c3345b1f3df5a7c98819df SHA256 2c4d364a6b74d484b795681a08f648e1c89c373e6aa29c2b84bf690530bc54ee -DIST newick-utils-1.5.0.tar.gz 7400423 RMD160 15aa6492771073dbe2699d3a7221c42c1bb3addb SHA1 fcf64879d8e48b1165d69b51ab1dab0ef82880eb SHA256 b5508ff31228c8d9fc9fb2e9b70aa24192248998c4e315dd82135323c05e1f67 +DIST newick-utils-1.3.0.tar.gz 6872730 SHA256 2c4d364a6b74d484b795681a08f648e1c89c373e6aa29c2b84bf690530bc54ee +DIST newick-utils-1.5.0.tar.gz 7400423 SHA256 b5508ff31228c8d9fc9fb2e9b70aa24192248998c4e315dd82135323c05e1f67 diff --git a/sci-biology/newick-utils/metadata.xml b/sci-biology/newick-utils/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/newick-utils/metadata.xml +++ b/sci-biology/newick-utils/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/njplot/Manifest b/sci-biology/njplot/Manifest index aa46c49fb7de..17c26994a8c4 100644 --- a/sci-biology/njplot/Manifest +++ b/sci-biology/njplot/Manifest @@ -1 +1 @@ -DIST njplot-2.3.tar.gz 83641 RMD160 daa415eaf1437fe36e6542c07b69f3bfc57d7f4b SHA1 73073320d2fc731d63fd38b9602dff4ad3f72cca SHA256 c62a8293511469ba1246c415e7f1974113d520c8a11b04c2ad4a886267c2de1f +DIST njplot-2.3.tar.gz 83641 SHA256 c62a8293511469ba1246c415e7f1974113d520c8a11b04c2ad4a886267c2de1f SHA512 51e7d48187f88c4afb36d55cf8de98dad3cd4cd541137262885fe84bedff9db83224cdfa3c6a14518cd8170a06139b798518afe9fbadd89162986ed788355059 WHIRLPOOL e3e9d9bd844b7d663c7724ea06027641a9948cda133baed8d311b2fb00a6ecf31553a259db67a84478ae04878716f91dd2a9f9df5e2b21254ec9e75958851eca diff --git a/sci-biology/njplot/metadata.xml b/sci-biology/njplot/metadata.xml index e522a3428e3c..31592430880f 100644 --- a/sci-biology/njplot/metadata.xml +++ b/sci-biology/njplot/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - + sci-biology + NJplot is a tree drawing program able to draw any phylogenetic tree expressed in the Newick phylogenetic tree format (e.g., the format used by the PHYLIP package). NJplot is especially convenient for rooting the diff --git a/sci-biology/pals/Manifest b/sci-biology/pals/Manifest index 9de6158498af..b024eadc948a 100644 --- a/sci-biology/pals/Manifest +++ b/sci-biology/pals/Manifest @@ -1 +1 @@ -DIST pals-1.0.tar.gz 24895 RMD160 955ec2f504189a7eb55cd00f5698826e04059072 SHA1 fbc8648c800f7382d0a2664f38358a96bf54fb29 SHA256 2768adfdd93f56f859744ff9bbbabcc4571b38fa8ea247d505599beee3a962c2 +DIST pals-1.0.tar.gz 24895 SHA256 2768adfdd93f56f859744ff9bbbabcc4571b38fa8ea247d505599beee3a962c2 diff --git a/sci-biology/pals/metadata.xml b/sci-biology/pals/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/pals/metadata.xml +++ b/sci-biology/pals/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/phrap/metadata.xml b/sci-biology/phrap/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/phrap/metadata.xml +++ b/sci-biology/phrap/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/phred/Manifest b/sci-biology/phred/Manifest index d30000e18bcd..92cfe6ce81b8 100644 --- a/sci-biology/phred/Manifest +++ b/sci-biology/phred/Manifest @@ -1 +1 @@ -DIST phred-dist-071220.b-acd.tar.gz 357767 RMD160 4b862fe97f8637b9c125599276282e768ea8344e SHA1 4b132c6d0535fee15b5ad5e9b811449b58701bd5 SHA256 364b0b54c29717ba4c8acc48a128eaf25ba1d7f06acab7565975f6879764a975 +DIST phred-dist-071220.b-acd.tar.gz 357767 SHA256 364b0b54c29717ba4c8acc48a128eaf25ba1d7f06acab7565975f6879764a975 diff --git a/sci-biology/phred/metadata.xml b/sci-biology/phred/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/phred/metadata.xml +++ b/sci-biology/phred/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/phylip/metadata.xml b/sci-biology/phylip/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/phylip/metadata.xml +++ b/sci-biology/phylip/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/picard/metadata.xml b/sci-biology/picard/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/picard/metadata.xml +++ b/sci-biology/picard/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/piler/Manifest b/sci-biology/piler/Manifest index 94a345a5f8a7..a63f193ecb5b 100644 --- a/sci-biology/piler/Manifest +++ b/sci-biology/piler/Manifest @@ -1 +1 @@ -DIST piler-1.0.tar.gz 35220 RMD160 552b97bd14fef580c5d928762f1bf267ce231d3c SHA1 61087459b06dfe99c622bf5a21d3130ec63346f6 SHA256 2940530c0afd7e49ca6e9cd8a1e3fd9890d87c71f9c19a42b1e468add83ccc69 +DIST piler-1.0.tar.gz 35220 SHA256 2940530c0afd7e49ca6e9cd8a1e3fd9890d87c71f9c19a42b1e468add83ccc69 diff --git a/sci-biology/piler/metadata.xml b/sci-biology/piler/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/piler/metadata.xml +++ b/sci-biology/piler/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/pilercr/Manifest b/sci-biology/pilercr/Manifest index 1075f5d0af57..b810410070ad 100644 --- a/sci-biology/pilercr/Manifest +++ b/sci-biology/pilercr/Manifest @@ -1 +1 @@ -DIST pilercr-1.0.tar.gz 1709144 RMD160 9dc295222f58e9134a88865ac6465678de6e3f20 SHA1 d91d173660c004c32017290c1ffb86930a179d67 SHA256 75f58d58567c478e271c4c554071a7d6d642e6daef8981ee2618daa7b53fa923 +DIST pilercr-1.0.tar.gz 1709144 SHA256 75f58d58567c478e271c4c554071a7d6d642e6daef8981ee2618daa7b53fa923 diff --git a/sci-biology/pilercr/metadata.xml b/sci-biology/pilercr/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/pilercr/metadata.xml +++ b/sci-biology/pilercr/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/plink/metadata.xml b/sci-biology/plink/metadata.xml index 5ed9d33f08ba..c922e43befdd 100644 --- a/sci-biology/plink/metadata.xml +++ b/sci-biology/plink/metadata.xml @@ -1,10 +1,6 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/prank/Manifest b/sci-biology/prank/Manifest index 8f16bde0dcf7..550e65dceced 100644 --- a/sci-biology/prank/Manifest +++ b/sci-biology/prank/Manifest @@ -1,2 +1,2 @@ -DIST prank.src.100701.tgz 115444 RMD160 f1c2b6bb321beb3c168fb8888dc6fe62d8e2e280 SHA1 796433bb4db1cc433153bad48d5be790c3824b8c SHA256 2ba63fc8f998a86e6fc688170b03f831eeb8d8deda95cbf0986e8a3a3b09ec79 -DIST prank.src.111130.tgz 133330 RMD160 2397a3e31a51bbaf27dd93fa391466aeabd42cbe SHA1 e87713c3435f9531a420ff26dc91182387dc1661 SHA256 61473a6b7b199f2d05e35a31adf813a2813decc9aa1429de118b62a51d7aac14 +DIST prank.src.100701.tgz 115444 SHA256 2ba63fc8f998a86e6fc688170b03f831eeb8d8deda95cbf0986e8a3a3b09ec79 +DIST prank.src.111130.tgz 133330 SHA256 61473a6b7b199f2d05e35a31adf813a2813decc9aa1429de118b62a51d7aac14 diff --git a/sci-biology/prank/metadata.xml b/sci-biology/prank/metadata.xml index 919a54748e3f..2cd3c04eeca0 100644 --- a/sci-biology/prank/metadata.xml +++ b/sci-biology/prank/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - prank-msa - + sci-biology + + prank-msa + diff --git a/sci-biology/pysam/Manifest b/sci-biology/pysam/Manifest index 7488d7fc90ee..eb096518b9af 100644 --- a/sci-biology/pysam/Manifest +++ b/sci-biology/pysam/Manifest @@ -1 +1 @@ -DIST pysam-0.6.tar.gz 841790 RMD160 82eae50ed4cc57411423fd14a613620bcc73b283 SHA1 0ea21247cdf343f9ecff6997212cca81c6b742f3 SHA256 081c980481f31a81acb06f6fa5638b899321eddfd9eeb5075393e4dad84a1fc8 +DIST pysam-0.6.tar.gz 841790 SHA256 081c980481f31a81acb06f6fa5638b899321eddfd9eeb5075393e4dad84a1fc8 diff --git a/sci-biology/pysam/metadata.xml b/sci-biology/pysam/metadata.xml index 7743d6190a21..49afc3c3d532 100644 --- a/sci-biology/pysam/metadata.xml +++ b/sci-biology/pysam/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - - pysam - + sci-biology + + pysam + diff --git a/sci-biology/raxml/metadata.xml b/sci-biology/raxml/metadata.xml index 9d616102c9e4..a3e4f8598df9 100644 --- a/sci-biology/raxml/metadata.xml +++ b/sci-biology/raxml/metadata.xml @@ -1,10 +1,6 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology Enable optimization for SSE3 capable chips diff --git a/sci-biology/recon/metadata.xml b/sci-biology/recon/metadata.xml index 3302123e5718..f17a827e3101 100644 --- a/sci-biology/recon/metadata.xml +++ b/sci-biology/recon/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + sci-biology diff --git a/sci-biology/repeatmasker-libraries/metadata.xml b/sci-biology/repeatmasker-libraries/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/repeatmasker-libraries/metadata.xml +++ b/sci-biology/repeatmasker-libraries/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/repeatmasker/metadata.xml b/sci-biology/repeatmasker/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/repeatmasker/metadata.xml +++ b/sci-biology/repeatmasker/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/rmblast/metadata.xml b/sci-biology/rmblast/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/rmblast/metadata.xml +++ b/sci-biology/rmblast/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/samtools/metadata.xml b/sci-biology/samtools/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/samtools/metadata.xml +++ b/sci-biology/samtools/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-biology/seaview/metadata.xml b/sci-biology/seaview/metadata.xml index 0c1ebc35d5a2..33794f43ab01 100644 --- a/sci-biology/seaview/metadata.xml +++ b/sci-biology/seaview/metadata.xml @@ -1,12 +1,8 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology - + sci-biology + SeaView is a graphical multiple sequence alignment editor developped by Manolo Gouy. SeaView is able to read and write various alignment formats (NEXUS, MSF, CLUSTAL, FASTA, PHYLIP, MASE). It allows to diff --git a/sci-biology/shrimp/metadata.xml b/sci-biology/shrimp/metadata.xml index fc7c76942a10..f17a827e3101 100644 --- a/sci-biology/shrimp/metadata.xml +++ b/sci-biology/shrimp/metadata.xml @@ -1,9 +1,5 @@ - - weaver@gentoo.org - Andrey Kislyuk - sci-biology diff --git a/sci-geosciences/gpsd/Manifest b/sci-geosciences/gpsd/Manifest index 8ebe7a1e2e46..4a535b44fa1d 100644 --- a/sci-geosciences/gpsd/Manifest +++ b/sci-geosciences/gpsd/Manifest @@ -2,3 +2,4 @@ DIST gpsd-2.95.tar.gz 1385681 SHA256 832343a53921a8371efa540ba57c91dadedda445e57 DIST gpsd-2.96bis.tar.gz 1554605 SHA256 c6d72565bc06b802c749e69808eb7c6ee165962dc17383971c9001b5e1763690 SHA512 a6ba88b3907293d13032bb623de321b36dfc3fec25502cafa22924c4d0ff187b46f192d27effa9b4214cba3de16dd3c7c0a0fc6d5ba411e2799acb8b3e832aa4 WHIRLPOOL 0fd1471e819759f055ec389d0236c7894f107062331325cb520d60c16431339eabc616019e96270ed54f9defc34a5ed45927977e6e62a16730a0b0decf6552ed DIST gpsd-3.6.tar.gz 1449822 SHA256 53a078dd547a17c4eeb0529a6d6eb338dac217811caf9644a0194184219494cc SHA512 a31114f68e9481d68bfb45d90286181eb47083c58a1e1cfae78b73ead36b448050b97a0b31131a58197f32adba4eeb6f798f3c4e55e928536cd68648d5860e18 WHIRLPOOL ef4f569ed32cba0e6c39726dfd6636292f38f4fe45b95035b4c20fd03eb569d12f228b468ba00e35dfd5e3bf4eda84cf3506d418cc553b55b882fa4e15277350 DIST gpsd-3.7.tar.gz 1460424 SHA256 7800c478ee9d7ca7a502b0f892828561b1fbf7bc69d9d38c447c82c3628302ac SHA512 fc6edad8694a62ead2018e78ba5f3033dcc960b89fea7fbc781493b951ff8a3024cfa56a18c96cca747a3394885cdb24e5fce358e8f6a1a17fd4a3248228937f WHIRLPOOL 592908b39f248e68ceb6d2a1b14fa62401388e674aa5cdc901aa8e7caaf6fe5da742cd77530ddb00c5789e2372fdb8a46af9d946af89d6e560457c4eaa5cd92f +DIST gpsd-3.8.tar.gz 1516959 SHA256 5f9add9a378a3cd1c0f641e0def49fc3f14fb700c9fca573e07d17b3e5957c23 SHA512 9df968db33346852c9779ce4670d97c77f018c3254661cc709a30b693f1a10602f5f08eb1d2c19dab46747a6f88f9d8be7464d3ea854f3bfc760cc94c3b2e57a WHIRLPOOL 64feb051b2aa637d6da978221f84f046078c29f43f1b68429cd617fb773b8b539a34948e215f18b372050b9e50c0f9c68d22f2b9ec20207899bebb9048e30270 diff --git a/sci-geosciences/gpsd/files/gpsd-3.8-ldflags.patch b/sci-geosciences/gpsd/files/gpsd-3.8-ldflags.patch new file mode 100644 index 000000000000..b41be8b66e54 --- /dev/null +++ b/sci-geosciences/gpsd/files/gpsd-3.8-ldflags.patch @@ -0,0 +1,15 @@ +https://bugs.gentoo.org/391299 + +split up linking flags into multiple arguments + +--- gpsd-3.8/SConstruct ++++ gpsd-3.8/SConstruct +@@ -214,7 +214,7 @@ + env.Replace(**{j: os.getenv(i)}) + for flag in ["LDFLAGS", "LINKFLAGS", "SHLINKFLAGS", "CPPFLAGS"]: + if os.environ.has_key(flag): +- env.MergeFlags({flag : [os.getenv(flag)]}) ++ env.MergeFlags({flag : Split(os.getenv(flag))}) + + + # Placeholder so we can kluge together something like VPATH builds. diff --git a/sci-geosciences/gpsd/files/gpsd-3.8-libgps.patch b/sci-geosciences/gpsd/files/gpsd-3.8-libgps.patch new file mode 100644 index 000000000000..ba22d2bda0e0 --- /dev/null +++ b/sci-geosciences/gpsd/files/gpsd-3.8-libgps.patch @@ -0,0 +1,38 @@ +From da2369a8e72578b5c5636adb78accd8bf66b3311 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 11 Mar 2013 12:35:34 -0400 +Subject: [PATCH] libgps.a: fix building w/dbus support + +The current libgps.a logic doesn't pass down pkg-config output from +dbus and such which breaks building when compiling: + +gcc -o libgps_dbus.o -c -D_GNU_SOURCE -Wextra -Wall -Wno-uninitialized \ + -Wno-missing-field-initializers -Wcast-align -Wmissing-declarations \ + -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type \ + -O2 libgps_dbus.c +libgps_dbus.c:26:23: fatal error: dbus/dbus.h: No such file or directory +compilation terminated. + +Signed-off-by: Mike Frysinger +--- + SConstruct | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/SConstruct b/SConstruct +index e5d1f54..a56fa9b 100644 +--- a/SConstruct ++++ b/SConstruct +@@ -886,7 +886,9 @@ gpsdlibs = ["-lgpsd"] + usblibs + bluezlibs + gpslibs + caplibs + # linking + # The final executable will build but not be portable. + +-env.StaticLibrary(target = 'libgps.a', source = libgps_sources) ++env.StaticLibrary(target='libgps.a', ++ source=libgps_sources, ++ parse_flags=dbus_libs + rtlibs) + + # Source groups + +-- +1.8.1.2 + diff --git a/sci-geosciences/gpsd/files/gpsd-3.8-udev.patch b/sci-geosciences/gpsd/files/gpsd-3.8-udev.patch new file mode 100644 index 000000000000..f6b783e5c3cf --- /dev/null +++ b/sci-geosciences/gpsd/files/gpsd-3.8-udev.patch @@ -0,0 +1,38 @@ +From 2e7d2e22935950ece32ff3acd6837c79800752dd Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 11 Mar 2013 13:21:14 -0400 +Subject: [PATCH] fix DESTDIR handling with udev rules install again + +Commit 102e29d16c3fd9b414eeac53c794302f902ae8da reverted the DESTDIR +logic when upgrading the udev path handling. + +It also slightly broke the mkdir setup by not creating the rules.d +subdir under the udev path. + +Signed-off-by: Mike Frysinger +--- + SConstruct | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/SConstruct b/SConstruct +index a56fa9b..1c187f3 100644 +--- a/SConstruct ++++ b/SConstruct +@@ -1662,10 +1662,10 @@ if env['python']: + # is plugged in. + + Utility('udev-install', 'install', [ +- 'mkdir -p ' + env['udevdir'], +- 'cp $SRCDIR/gpsd.rules ' + env['udevdir'] + '/rules.d/25-gpsd.rules', +- 'cp $SRCDIR/gpsd.hotplug ' + env['udevdir'], +- 'chmod a+x ' + env['udevdir'] + '/gpsd.hotplug', ++ 'mkdir -p ' + DESTDIR + env['udevdir'] + '/rules.d', ++ 'cp $SRCDIR/gpsd.rules ' + DESTDIR + env['udevdir'] + '/rules.d/25-gpsd.rules', ++ 'cp $SRCDIR/gpsd.hotplug ' + DESTDIR + env['udevdir'], ++ 'chmod a+x ' + DESTDIR + env['udevdir'] + '/gpsd.hotplug', + ]) + + Utility('udev-uninstall', '', [ +-- +1.8.1.2 + diff --git a/sci-geosciences/gpsd/gpsd-3.8.ebuild b/sci-geosciences/gpsd/gpsd-3.8.ebuild new file mode 100644 index 000000000000..e8889933bb59 --- /dev/null +++ b/sci-geosciences/gpsd/gpsd-3.8.ebuild @@ -0,0 +1,166 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.1 2013/03/11 17:24:59 vapier Exp $ + +EAPI="4" + +PYTHON_DEPEND="python? 2:2.6" +RESTRICT_PYTHON_ABIS="3.*" +SUPPORT_PYTHON_ABIS="1" +SCONS_MIN_VERSION="1.2.1" + +inherit eutils udev user multilib distutils scons-utils toolchain-funcs + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.savannah.nongnu.org/gpsd.git" + inherit git-2 +else + SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +fi + +DESCRIPTION="GPS daemon and library to support USB/serial GPS devices and various GPS/mapping clients" +HOMEPAGE="http://catb.org/gpsd/" + +LICENSE="BSD" +SLOT="0" + +GPSD_PROTOCOLS=( + ashtech aivdm clientdebug earthmate evermore fv18 garmin + garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver + oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip + tripmate tnt ubx +) +IUSE_GPSD_PROTOCOLS=${GPSD_PROTOCOLS[@]/#/gpsd_protocols_} +IUSE="${IUSE_GPSD_PROTOCOLS} bluetooth cxx debug dbus ipv6 ncurses ntp python qt4 +shm +sockets test udev usb X" +REQUIRED_USE="X? ( python )" + +RDEPEND="X? ( dev-python/pygtk:2 ) + ncurses? ( sys-libs/ncurses ) + bluetooth? ( net-wireless/bluez ) + usb? ( virtual/libusb:1 ) + dbus? ( + sys-apps/dbus + dev-libs/dbus-glib + ) + ntp? ( || ( net-misc/ntp net-misc/chrony ) ) + qt4? ( dev-qt/qtgui:4 )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( sys-devel/bc )" + +# xml packages are for man page generation +if [[ ${PV} == "9999" ]] ; then + DEPEND+=" + app-text/xmlto + =app-text/docbook-xml-dtd-4.1*" +fi + +pkg_setup() { + use python && python_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.8-ldflags.patch + epatch "${FILESDIR}"/${PN}-3.8-libgps.patch + epatch "${FILESDIR}"/${PN}-3.8-udev.patch + epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch + epatch "${FILESDIR}"/${PN}-3.7-rpath.patch + + # Avoid useless -L paths to the install dir + sed -i \ + -e '/^env.Prepend(LIBPATH=.installdir(.libdir.).)$/d' \ + -e 's:\:SYSROOT:g' \ + SConstruct || die + + # Extract python info out of SConstruct so we can use saner distribute + if use python ; then + pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; } + local pybins=$(pyvar python_progs) + local pysrcs=$(sed -n '/^ *python_extensions = {/,/}/{s:^ *::;s:os[.]sep:"/":g;p}' SConstruct) + local packet=$(python -c "${pysrcs}; print(python_extensions['gps/packet'])") + local client=$(python -c "${pysrcs}; print(python_extensions['gps/clienthelpers'])") + sed \ + -e "s|@VERSION@|$(pyvar gpsd_version)|" \ + -e "s|@URL@|$(pyvar website)|" \ + -e "s|@EMAIL@|$(pyvar devmail)|" \ + -e "s|@SCRIPTS@|${pybins}|" \ + -e "s|@GPS_PACKET_SOURCES@|${packet}|" \ + -e "s|@GPS_CLIENT_SOURCES@|${client}|" \ + -e "s|@SCRIPTS@|$(pyvar python_progs)|" \ + "${FILESDIR}"/${PN}-3.3-setup.py > setup.py || die + distutils_src_prepare + fi +} + +src_configure() { + myesconsargs=( + prefix="${EPREFIX}/usr" + libdir="\$prefix/$(get_libdir)" + udevdir="$(udev_get_udevdir)" + chrpath=False + gpsd_user=gpsd + gpsd_group=uucp + strip=False + python=False + $(use_scons bluetooth bluez) + $(use_scons cxx libgpsmm) + $(use_scons debug) + $(use_scons dbus dbus_export) + $(use_scons ipv6) + $(use_scons ncurses) + $(use_scons ntp ntpshm) + $(use_scons ntp pps) + $(use_scons shm shm_export) + $(use_scons sockets socket_export) + $(use_scons qt4 libQgpsmm) + $(use_scons usb) + ) + + # enable specified protocols + local protocol + for protocol in ${GPSD_PROTOCOLS[@]} ; do + myesconsargs+=( $(use_scons gpsd_protocols_${protocol} ${protocol}) ) + done +} + +src_compile() { + export CHRPATH= + tc-export CC CXX PKG_CONFIG + export SHLINKFLAGS=${LDFLAGS} LINKFLAGS=${LDFLAGS} + escons + + use python && distutils_src_compile +} + +src_install() { + DESTDIR="${D}" escons install $(usex udev udev-install "") + + newconfd "${FILESDIR}"/gpsd.conf-2 gpsd + newinitd "${FILESDIR}"/gpsd.init-2 gpsd + + if use python ; then + distutils_src_install + # Delete all X related packages if user doesn't want them + if ! use X ; then + local p + for p in $(grep -Il 'import .*pygtk' *) ; do + find "${D}"/usr/bin -name "${p}*" -delete + done + fi + fi +} + +pkg_preinst() { + # Run the gpsd daemon as gpsd and group uucp; create it here + # as it doesn't seem to be needed during compile/install ... + enewuser gpsd -1 -1 -1 "uucp" +} + +pkg_postinst() { + use python && distutils_pkg_postinst +} + +pkg_postrm() { + use python && distutils_pkg_postrm +} diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 52a39dd3f169..b9874f5ff884 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-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/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.8 2013/03/02 23:21:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.9 2013/03/11 17:24:59 vapier Exp $ EAPI="4" @@ -61,8 +61,9 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-3.3-ldflags.patch - epatch "${FILESDIR}"/${PN}-3.4-always-install-man-pages.patch + epatch "${FILESDIR}"/${PN}-3.8-ldflags.patch + epatch "${FILESDIR}"/${PN}-3.8-libgps.patch + epatch "${FILESDIR}"/${PN}-3.8-udev.patch epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch epatch "${FILESDIR}"/${PN}-3.7-rpath.patch @@ -90,14 +91,13 @@ src_prepare() { "${FILESDIR}"/${PN}-3.3-setup.py > setup.py || die distutils_src_prepare fi - - sed -i -e "s:/lib/udev:$(udev_get_udevdir):" gpsd.rules SConstruct || die } src_configure() { myesconsargs=( prefix="${EPREFIX}/usr" libdir="\$prefix/$(get_libdir)" + udevdir="$(udev_get_udevdir)" chrpath=False gpsd_user=gpsd gpsd_group=uucp diff --git a/sci-libs/openfoam/Manifest b/sci-libs/openfoam/Manifest index b9322b4223ac..ebc9d6a8c0e2 100644 --- a/sci-libs/openfoam/Manifest +++ b/sci-libs/openfoam/Manifest @@ -1,3 +1,4 @@ DIST OpenFOAM-1.7.1.tgz 39002749 SHA256 878f3cd99a888573013eadc5d7f864fdf8e20b4749fc19cb36db450a719314e8 DIST OpenFOAM-2.1.0.tgz 32518358 SHA256 d8467b38c06b6f030b78c44cb3a1dec819432f6ccd49c28928d977f12171ec77 DIST OpenFOAM-2.1.1.tgz 30709473 SHA256 b085980c507de4e00339335c3de2d0bdae1b31372320d62baae7ff8a98da64bc SHA512 91a76d3cc84fff0c03b137a9429807a525b871d90177e4e396014a8434dfeeea7b00350a05fdd7d19bfbcc0b8f2dbe73a541c92bc58cf6cef410dcb7f64995ad WHIRLPOOL cfc79835406739fc3b56a513d79d8e1391506602e4258ce21bddece09bc912bc7b51012fdb68125322b29817d5573096b7016f0c80b02b183583a480c6b77164 +DIST OpenFOAM-2.2.0.tgz 31450102 SHA256 9a38531acf8af4b3626015281e6736b9a31c9be6702bcb2584c078b23432eb2f SHA512 b748873a9dc27d462a9f65cadce7a667b58541176c99320372a946a3a61ccb0d13c7a1b00fa02c258ca74946852ba94d217f6115f3616484e9c4e39c9bcdf6b0 WHIRLPOOL c4e250d6efd24d4dd1bedca61b39a7e0e02f18d2aab152750623ee808861949a9df921442ce3da9e501fe65ff851c5b32dea58df85c4f0797cc378b427f069e3 diff --git a/sci-libs/openfoam/openfoam-2.2.0.ebuild b/sci-libs/openfoam/openfoam-2.2.0.ebuild new file mode 100644 index 000000000000..4fb18707a758 --- /dev/null +++ b/sci-libs/openfoam/openfoam-2.2.0.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/openfoam-2.2.0.ebuild,v 1.1 2013/03/11 05:34:35 patrick Exp $ + +EAPI="2" + +inherit eutils versionator multilib toolchain-funcs + +MY_PN="OpenFOAM" +MY_PV=$(get_version_component_range 1-2) +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" +HOMEPAGE="http://www.openfoam.org" +SRC_URI="http://downloads.sourceforge.net/project/foam/foam/${PV}/${MY_P}.tgz" + +LICENSE="GPL-2" +SLOT="2.2" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +DEPEND="!=sci-libs/openfoam-bin-${MY_PV}* + !=sci-libs/openfoam-kernel-${MY_PV}* + !=sci-libs/openfoam-meta-${MY_PV}* + !=sci-libs/openfoam-solvers-${MY_PV}* + !=sci-libs/openfoam-utilities-${MY_PV}* + !=sci-libs/openfoam-wmake-${MY_PV}* + sci-libs/parmetis + sci-libs/parmgridgen + sci-libs/scotch + sci-visualization/opendx + virtual/mpi" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} +INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" + +pkg_setup() { + # just to be sure the right profile is selected (gcc-config) + if ! version_is_at_least 4.3 $(gcc-version) ; then + die "${PN} requires >=sys-devel/gcc-4.3 to compile." + fi + + elog + elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" + elog + elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" + elog + elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" + ewarn + ewarn "FoamX is deprecated since ${MY_PN}-1.5! " + ewarn +} + +src_configure() { + if has_version sys-cluster/mpich2 ; then + export WM_MPLIB=MPICH + elif has_version sys-cluster/openmpi ; then + export WM_MPLIB=OPENMPI + else + die "You need one of the following mpi implementations: openmpi or mpich2" + fi + + sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc + sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc +} + +src_compile() { + + WM_NCOMPPROCS=`echo $MAKEOPTS | sed 's/-j\([0-9][0-9]*\)/\1/'` + if [ -n "$WM_NCOMPPROCS" ] ; then + export WM_NCOMPPROCS + else + export WM_NCOMPPROCS=1 + fi + elog "Building on $WM_NCOMPPROCS cores" + + export FOAM_INST_DIR=${WORKDIR} + source etc/bashrc + + find wmake -name dirToString | xargs rm -rf + find wmake -name wmkdep | xargs rm -rf + + ./Allwmake || die "could not build" +} + +src_test() { + cd bin + ./foamInstallationTest +} + +src_install() { + insinto ${INSDIR} + doins -r etc + + use examples && doins -r tutorials + + # not sure if this is useful + #doins -r src + + insinto ${INSDIR}/lib + doins -r lib/* + + insopts -m0755 + doins -r bin applications platforms wmake + + dodoc README.html doc/Guides-a4/*.pdf + + if use doc ; then + dohtml -r doc/Doxygen + fi +} diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest index 748c6f6d37d7..323180eb4cb0 100644 --- a/sys-cluster/ceph/Manifest +++ b/sys-cluster/ceph/Manifest @@ -1,4 +1,3 @@ DIST ceph-0.49.tar.gz 3451895 SHA256 2261476554a09d11c94a91c8e6bf153d85a0e7ab9da93f7d01d17b9513368578 SHA512 6279043bb3043788c529092683e5c9d98c90029dacae932772a902194fa7cb69ba39283f9931119f6e363084e455c87d3eed6a06ce209601cd6142fd00b9f13d WHIRLPOOL 083027dea96d26c48ae5a47bdb970fcdcd04c7bbdb0dcb206c3a73e142a3e5d49fb5a2b00b40dddb26f1186b6030ad9f23cb384fcdea9c6fb8e273de19cdf725 -DIST ceph-0.51.tar.bz2 2760620 SHA256 c9a8c69ab5a8f4e84f81b861f38b3f766c208177ff9babb1c448525ee3a616bb SHA512 aadf554daf0cfcb96ea1941fefe15b42c4fe08bc77fc473940b84ac2248078efe8ad13b43e3b716c5738d3e75f6e1e09344486cfa8c20a5769735c5704bb61b8 WHIRLPOOL 89a0b6d955e5efe84035ec845bf8f7349fbb2d58b3d3f0be0a7e253a12d1b5694bf90e8e30179030e51ec5ee84ebdcb912733e3b673ead95a317dc3c3989dbda -DIST ceph-0.55.1.tar.bz2 3206370 SHA256 bc900c4b8b7e2bea6f0837a04f61bb5144e976aa80aa1f3a638354ea2d7c7532 SHA512 63a2fdf1cf583bf31d4310adba95493838924a7be85e9ed29ecf0caeb2de5f6f9f70c6d58279037e98a27716287925fb1537dcb7d18b84d69552f3a66bfecf01 WHIRLPOOL fe63da225bb6c7be54b2f8af9240bb58f35c9061671103acbaa2344439fa46f2c95d03c81042285b30e1b04a0d023b3988e7711f4f3d9882e5cfa154fb16a3b3 -DIST ceph-0.56.1.tar.bz2 3206422 SHA256 67ac83f6266f4e399a50ca7f8b0b5290577cba7c091d34917ce6fda63afa11ae SHA512 b2d00221d7def0a39bcfec004e743ba8e859d50ac88950b8c81607b2c466be25e48a56df4923cc34ac6d4768f256cf235ab8fa3e301bfd02b7a5f43755babc92 WHIRLPOOL 0c7ca5dbf309dfd3ff255046c6e1535a5628a71e20d5c7e90b7aa5c5f3536664c898f0d31941fa0cb92cfc3e42996e127fdecd7f4a4b41c13ad797c623541a7f +DIST ceph-0.56.3.tar.bz2 3214620 SHA256 5ea39c9fce4741e0a4adb04262fa02d491834996c5819709463748095c9ad1b5 SHA512 b5f3ad54c81a9412f9219f99abb72efc6bc2010ccb29f1bf8a540b15e817ea7f7ccfaddea2b190739a0fba3dd378ac366006879ca66d6c9cafefe8baac0248e8 WHIRLPOOL 82e30278e352adfe3dd38c6bda49f8ae9abe49bab9e40d271d43bad6ad14c299c46fb51089fdb7216df96bc143a82c0073e735e26ae39c471dbe2b5b82d2fd7c +DIST ceph-0.58.tar.bz2 3334624 SHA256 6ed1e11373822fb24461fa74eca629adb2afcbb9c9bf7b7037068e08b56b5e62 SHA512 ca711a7c8989107bbff03bd07baf2b8b4f863e497ef4cf1dbeea0539e53aed146e8108aa6dc3d5072b9939caa37c08d62123612abc66b1e289c7654dd3ef713d WHIRLPOOL c0930c22fc36f86f6b763973a2be88fdb91bc702e7f8a7207a66b36feee5c134aecedc9686617e162b6debb34ed200ba5baf6cffb43722c63483e4378c132d75 diff --git a/sys-cluster/ceph/ceph-0.51.ebuild b/sys-cluster/ceph/ceph-0.51.ebuild deleted file mode 100644 index 005bff0fc1c6..000000000000 --- a/sys-cluster/ceph/ceph-0.51.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.51.ebuild,v 1.1 2012/09/14 08:49:59 scarabeus Exp $ - -EAPI=4 - -inherit autotools eutils multilib - -DESCRIPTION="Ceph distributed filesystem" -HOMEPAGE="http://ceph.com/" -SRC_URI="http://ceph.com/download/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug fuse gtk libatomic radosgw static-libs tcmalloc" - -CDEPEND=" - dev-libs/boost - dev-libs/fcgi - dev-libs/libaio - dev-libs/libedit - dev-libs/crypto++ - sys-apps/keyutils - fuse? ( sys-fs/fuse ) - libatomic? ( dev-libs/libatomic_ops ) - gtk? ( - x11-libs/gtk+:2 - dev-cpp/gtkmm:2.4 - gnome-base/librsvg - ) - radosgw? ( - dev-libs/fcgi - dev-libs/expat - net-misc/curl - ) - tcmalloc? ( dev-util/google-perftools ) - " -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - sys-fs/btrfs-progs" - -STRIP_MASK="/usr/lib*/rados-classes/*" - -src_prepare() { - sed -e 's:invoke-rc\.d.*:/etc/init.d/ceph reload >/dev/null:' \ - -i src/logrotate.conf || die - sed -i "/^docdir =/d" src/Makefile.am || die #fix doc path - # disable testsnaps - sed -e '/testsnaps/d' -i src/Makefile.am || die - sed -e "/bin=/ s:lib:$(get_libdir):" "${FILESDIR}"/${PN}.initd \ - > "${T}"/${PN}.initd || die - sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' src/leveldb/configure.ac || die #423755 - eautoreconf -} - -src_configure() { - econf \ - --without-hadoop \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --includedir=/usr/include \ - $(use_with debug) \ - $(use_with fuse) \ - $(use_with libatomic libatomic-ops) \ - $(use_with radosgw) \ - $(use_with gtk gtk2) \ - $(use_enable static-libs static) \ - $(use_with tcmalloc) -} - -src_install() { - default - - prune_libtool_files --all - - rmdir "${ED}/usr/sbin" - - exeinto /usr/$(get_libdir)/ceph - newexe src/init-ceph ceph_init.sh - - insinto /etc/logrotate.d/ - newins src/logrotate.conf ${PN} - - chmod 644 "${ED}"/usr/share/doc/${PF}/sample.* - - keepdir /var/lib/${PN} - keepdir /var/lib/${PN}/tmp - keepdir /var/log/${PN}/stat - - newinitd "${T}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} -} diff --git a/sys-cluster/ceph/ceph-0.56.1.ebuild b/sys-cluster/ceph/ceph-0.56.3.ebuild similarity index 90% rename from sys-cluster/ceph/ceph-0.56.1.ebuild rename to sys-cluster/ceph/ceph-0.56.3.ebuild index 13622fc1295c..bd6c2d0ab24b 100644 --- a/sys-cluster/ceph/ceph-0.56.1.ebuild +++ b/sys-cluster/ceph/ceph-0.56.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/sys-cluster/ceph/ceph-0.56.1.ebuild,v 1.1 2013/01/14 09:02:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.56.3.ebuild,v 1.1 2013/03/11 16:50:57 alexxy Exp $ EAPI=5 @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~x86" fi -inherit autotools eutils multilib ${scm_eclass} +inherit autotools eutils multilib udev ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" @@ -100,4 +100,7 @@ src_install() { newinitd "${T}/${PN}.initd" ${PN} newconfd "${FILESDIR}/${PN}.confd" ${PN} + + # install udev rules + udev_dorules udev/50-rbd.rules } diff --git a/sys-cluster/ceph/ceph-0.55.1.ebuild b/sys-cluster/ceph/ceph-0.58.ebuild similarity index 77% rename from sys-cluster/ceph/ceph-0.55.1.ebuild rename to sys-cluster/ceph/ceph-0.58.ebuild index 69f37aa9c50a..b82b545ae1d9 100644 --- a/sys-cluster/ceph/ceph-0.55.1.ebuild +++ b/sys-cluster/ceph/ceph-0.58.ebuild @@ -1,18 +1,28 @@ -# 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/sys-cluster/ceph/ceph-0.55.1.ebuild,v 1.1 2012/12/17 13:07:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.58.ebuild,v 1.1 2013/03/11 16:50:57 alexxy Exp $ -EAPI=4 +EAPI=5 -inherit autotools eutils multilib +if [[ $PV = *9999* ]]; then + scm_eclass=git-2 + EGIT_REPO_URI=" + git://github.com/ceph/ceph.git + https://github.com/ceph/ceph.git" + SRC_URI="" + KEYWORDS="" +else + SRC_URI="http://ceph.com/download/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +inherit autotools eutils multilib udev ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" -SRC_URI="http://ceph.com/download/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="debug fuse gtk libatomic radosgw static-libs tcmalloc" CDEPEND=" @@ -90,4 +100,8 @@ src_install() { newinitd "${T}/${PN}.initd" ${PN} newconfd "${FILESDIR}/${PN}.confd" ${PN} + + #install udev rules + udev_dorules udev/50-rbd.rules + udev_dorules udev/95-ceph-osd.rules } diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild index abbc24f2dce6..80140ad34f35 100644 --- a/sys-cluster/ceph/ceph-9999.ebuild +++ b/sys-cluster/ceph/ceph-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/ceph/ceph-9999.ebuild,v 1.1 2013/01/14 09:02:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.2 2013/03/11 16:50:57 alexxy Exp $ EAPI=5 @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~x86" fi -inherit autotools eutils multilib ${scm_eclass} +inherit autotools eutils multilib udev ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" @@ -100,4 +100,8 @@ src_install() { newinitd "${T}/${PN}.initd" ${PN} newconfd "${FILESDIR}/${PN}.confd" ${PN} + + #install udev rules + udev_dorules udev/50-rbd.rules + udev_dorules udev/95-ceph-osd.rules } diff --git a/sys-cluster/ceph/files/ceph-0.26-autotools.patch b/sys-cluster/ceph/files/ceph-0.26-autotools.patch deleted file mode 100644 index 1ffa5d99a849..000000000000 --- a/sys-cluster/ceph/files/ceph-0.26-autotools.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/configure.ac 2011-04-26 12:17:33.318491903 +0200 -+++ b/configure.ac 2011-04-26 12:19:57.822776369 +0200 -@@ -48,10 +48,12 @@ - [PKG_CHECK_MODULES([CRYPTOPP], - [libcrypto++], - [have_cryptopp=yes], -- [AC_SEARCH_LIBS([_ZTIN8CryptoPP14CBC_EncryptionE], [crypto++ cryptopp], -+ [AC_LANG_PUSH([C++]) -+ AC_SEARCH_LIBS([_ZTIN8CryptoPP14CBC_EncryptionE], [crypto++ cryptopp], - [have_cryptopp=yes], - [true], -- [-lpthread])])]) -+ [-lpthread]) -+ AC_LANG_POP([C++])])]) - # bail out if given explicit --with-cryptopp - if test "x$have_cryptopp" = "xno" -a "x$with_cryptopp" != "xcheck" -a "x$with_cryptopp" != "xno"; then - AC_MSG_FAILURE([--with-cryptopp was given, but library was not found]) diff --git a/sys-cluster/ceph/files/ceph-issue1869.patch b/sys-cluster/ceph/files/ceph-issue1869.patch deleted file mode 100644 index bf8749cf1ed5..000000000000 --- a/sys-cluster/ceph/files/ceph-issue1869.patch +++ /dev/null @@ -1,18 +0,0 @@ -Fix invalid docdir_SCRIPTS usage with >=automake-1.11.2 - -https://bugs.gentoo.org/show_bug.cgi?id=397319 -http://tracker.newdream.net/issues/1869 - -Patch written by "Alphat-PC" ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -769,8 +769,7 @@ EXTRA_DIST = $(srcdir)/verify-mds-journal.sh $(srcdir)/vstart.sh $(srcdir)/stop. - # NOTE: this won't work on suse, where docdir is /usr/share/doc/packages/$package. - docdir ?= ${datadir}/doc/ceph - --doc_DATA = $(srcdir)/sample.ceph.conf --doc_SCRIPTS = sample.fetch_config -+doc_DATA = $(srcdir)/sample.ceph.conf sample.fetch_config - - sample.fetch_config: fetch_config - cp -f $(srcdir)/fetch_config ./sample.fetch_config diff --git a/sys-cluster/ceph/files/ceph.initd b/sys-cluster/ceph/files/ceph.initd index 2e74f0993599..993bb01b60a8 100644 --- a/sys-cluster/ceph/files/ceph.initd +++ b/sys-cluster/ceph/files/ceph.initd @@ -5,6 +5,7 @@ bin=/usr/lib/ceph/ceph_init.sh depend() { after net + before netmount } start() { diff --git a/sys-cluster/fence-agents/Manifest b/sys-cluster/fence-agents/Manifest index d9c189386c18..f43f97066a36 100644 --- a/sys-cluster/fence-agents/Manifest +++ b/sys-cluster/fence-agents/Manifest @@ -1 +1 @@ -DIST fence-agents-3.1.5.tar.gz 897416 RMD160 5d73e6a3248619a9b5defc18de7b35e4a9fe2c79 SHA1 205ba32c68a5bc089e88a7bd5bb26ce3c20b4ed5 SHA256 cc822f793dac2d86778982716bd5bd482daf4ac33f0726c47e638f70bcaa3ba7 +DIST fence-agents-3.1.5.tar.gz 897416 SHA256 cc822f793dac2d86778982716bd5bd482daf4ac33f0726c47e638f70bcaa3ba7 SHA512 3941e2ec9f7db8dfe9fbf8aa360359fa1ff4f3c2d3e6e778289f0bbc39481a54915dbf93d9a9b66f6953ddd2c81562daa7c90e6c0f59ec42e9bfb779ae242992 WHIRLPOOL 19f7e681544affcca907325e999bf97b487debbb0134d96a2e99a8e2371d98e8718fcaba5bd74832ae64bcffc2f0f93f2493211ccbe1868fb31e68845ada7b07 diff --git a/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild b/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild similarity index 87% rename from sys-cluster/fence-agents/fence-agents-3.1.5.ebuild rename to sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild index 5e0705ab1a75..79b576ad4463 100644 --- a/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild +++ b/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fence-agents/fence-agents-3.1.5.ebuild,v 1.1 2011/09/14 10:34:42 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild,v 1.1 2013/03/11 13:58:49 ultrabug Exp $ -EAPI=4 +EAPI=5 inherit multilib versionator @@ -36,6 +36,12 @@ src_configure() { --localstatedir=/var } +src_install() { + default + # dont force /var/run creation on installation wrt #451798 + rm -rf "${D}"/var/run +} + pkg_postinst() { if [[ "${ROOT}" != "/" ]] ; then ewarn "You have to run 'ccs_update_schema' in the chroot-environment" diff --git a/sys-fs/s3ql/Manifest b/sys-fs/s3ql/Manifest index e7bfd2cf3a03..e98ac4a2dca5 100644 --- a/sys-fs/s3ql/Manifest +++ b/sys-fs/s3ql/Manifest @@ -1,2 +1,3 @@ DIST s3ql-1.12.tar.bz2 1440014 SHA256 e9cb22b91bbe372536d064862d893f3ac7c2c448a8760eec998dea7ba39ca451 SHA512 6dc44386332387538b4c43cb70f11e3c7ddaab26f57c98e368625f1475ac3c81c5eef6c5980794ed0ccddd1333ef26c0b96355ef3e1ef437a755257860806794 WHIRLPOOL b96e8fe043a880e171a53a2682094323359ee373eb5aeef9a5f524d062a04cd30f3e776df19dd3545eaec20634982931065509c2c9621d6ea38f6a8af79a2deb DIST s3ql-1.13.1.tar.bz2 1460789 SHA256 db2479bc209b6dbdb2063b2e008612fdd78710dd760e84efeaea2273477d0bd7 SHA512 68bfbbeb9276c5d8af1a4a3bc3d04f16bfb7eceef29754c814802055f0ce096f255f73c251359aa5161ca2520fd460511f704dc2ded16229cee3b1099e877c43 WHIRLPOOL ce07752aee2595b68285c1ade14ad625d36e72a19ba0648b722829973dcfd4b5ab9af0481e57e3ef469b9839c98cdf8ad96f03b476dd5abfdb6415dd62c75013 +DIST s3ql-1.13.2.tar.bz2 1462097 SHA256 ac657dbd5a73abfe363b07d3b31035d7406cd537a3c0978075a59500337f88a3 SHA512 de18fa39bb4e6466ca1d97d77d0937b271b0c0712d32b280f3e6a7b699a0113902d33a68b7b54272da55a53e6818fb6e7dda440578fe7f675567001128aed56b WHIRLPOOL c242887bf9111290aa1af164e16185671b7d35557b3dab23801faca324eee2c18396c35b0a415dfac05f43a00640bc024f5d51d05aa104ea055e850364e8b9cf diff --git a/sys-fs/s3ql/s3ql-1.13.2.ebuild b/sys-fs/s3ql/s3ql-1.13.2.ebuild new file mode 100644 index 000000000000..68b257af0fa8 --- /dev/null +++ b/sys-fs/s3ql/s3ql-1.13.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.13.2.ebuild,v 1.1 2013/03/11 05:55:30 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A full-featured file system for online data storage" +HOMEPAGE="http://code.google.com/p/s3ql/" +SRC_URI="http://s3ql.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="contrib doc test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}] + >=dev-python/llfuse-0.37[${PYTHON_USEDEP}] + dev-python/pycryptopp[${PYTHON_USEDEP}] + dev-python/pyliblzma[${PYTHON_USEDEP}] + sys-fs/fuse + virtual/python-argparse[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + net-misc/rsync[xattr] + virtual/python-unittest2 + )" + +python_test() { + if [[ ${EUID} -ne 0 ]] ; then + ewarn "Skipping tests: root privileges are required so userpriv must be disabled" + else + addwrite /dev/fuse + esetup.py test + fi +} + +python_install_all() { + distutils-r1_python_install_all + + if use contrib ; then + exeinto /usr/share/doc/${PF}/contrib + docompress -x /usr/share/doc/${PF}/contrib + doexe contrib/*.{py,sh} + doman contrib/*.1 + fi + + if use doc ; then + dodoc doc/manual.pdf + dohtml -r doc/html/* + fi +} diff --git a/sys-fs/udev/udev-198-r1.ebuild b/sys-fs/udev/udev-198-r1.ebuild index e936e4e0327e..cf83d137317b 100644 --- a/sys-fs/udev/udev-198-r1.ebuild +++ b/sys-fs/udev/udev-198-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.2 2013/03/10 17:28:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-198-r1.ebuild,v 1.9 2013/03/11 14:32:47 williamh Exp $ EAPI=4 # accept4() patch is only in non-live version -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then KV_min=2.6.39 else KV_min=2.6.32 @@ -14,15 +13,13 @@ fi inherit autotools eutils linux-info multilib systemd toolchain-funcs versionator -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" inherit git-2 else patchset=1 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" - if [[ -n "${patchset}" ]] - then + if [[ -n "${patchset}" ]]; then SRC_URI="${SRC_URI} http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" @@ -55,8 +52,7 @@ DEPEND="${COMMON_DEPEND} doc? ( >=dev-util/gtk-doc-1.18 ) keymap? ( dev-util/gperf )" -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then DEPEND="${DEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt @@ -84,8 +80,7 @@ QA_MULTILIB_PATHS="lib/systemd/systemd-udevd" udev_check_KV() { - if kernel_is lt ${KV_min//./ } - then + if kernel_is lt ${KV_min//./ }; then return 1 fi return 0 @@ -98,8 +93,7 @@ check_default_rules() local udev_rules_md5=a3e16362de3750807b52eae9525c102c MD5=$(md5sum < "${S}"/rules/50-udev-default.rules) MD5=${MD5/ -/} - if [[ ${MD5} != ${udev_rules_md5} ]] - then + if [[ ${MD5} != ${udev_rules_md5} ]]; then eerror "50-udev-default.rules has been updated, please validate!" eerror "md5sum: ${MD5}" die "50-udev-default.rules has been updated, please validate!" @@ -112,16 +106,14 @@ pkg_setup() linux-info_pkg_setup - if ! udev_check_KV - then + if ! udev_check_KV; then eerror "Your kernel version (${KV_FULL}) is too old to run ${P}" eerror "It must be at least ${KV_min}!" fi KV_FULL_SRC=${KV_FULL} get_running_version - if ! udev_check_KV - then + if ! udev_check_KV; then eerror eerror "Your running kernel version (${KV_FULL}) is too old" eerror "for this version of udev." @@ -146,8 +138,7 @@ src_prepare() fi # backport some patches - if [[ -n "${patchset}" ]] - then + if [[ -n "${patchset}" ]]; then EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch fi @@ -181,10 +172,8 @@ src_prepare() -i rules/*.rules \ || die "failed to change group dialout to uucp" - if [[ ! -e configure ]] - then - if use doc - then + if [[ ! -e configure ]]; then + if use doc; then gtkdocize --docdir docs || die "gtkdocize failed" else echo 'EXTRA_DIST =' > docs/gtk-doc.make @@ -199,6 +188,9 @@ src_prepare() echo '#define secure_getenv(x) NULL' >> config.h.in sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) NULL:' src/shared/missing.h || die fi + + # link udevd(8) to systemd-udevd.service(8) manpage + echo '.so systemd-udevd.service.8' > "${T}"/udevd.8 } src_configure() @@ -278,8 +270,7 @@ src_compile() use gudev && targets+=( libgudev-1.0.la ) emake "${targets[@]}" - if use doc - then + if use doc; then emake -C docs/libudev use gudev && emake -C docs/gudev fi @@ -317,8 +308,7 @@ src_install() install-dist_bashcompletionDATA ) - if use gudev - then + if use gudev; then lib_LTLIBRARIES+=" libgudev-1.0.la" pkgconfiglib_DATA+=" src/gudev/gudev-1.0.pc" fi @@ -343,8 +333,7 @@ src_install() dist_bashcompletion_DATA="shell-completion/bash/udevadm" ) emake DESTDIR="${D}" "${targets[@]}" - if use doc - then + if use doc; then emake -C docs/libudev DESTDIR="${D}" install use gudev && emake -C docs/gudev DESTDIR="${D}" install fi @@ -369,18 +358,19 @@ src_install() dosym /sbin/udevd "$(systemd_get_utildir)"/systemd-udevd find "${ED}/$(systemd_get_unitdir)" -name '*.service' -exec \ sed -i -e "/ExecStart/s:/lib/systemd:$(systemd_get_utildir):" {} + + + # see src_prepare() where this is created + doman "${T}"/udevd.8 } pkg_preinst() { local htmldir for htmldir in gudev libudev; do - if [[ -d ${ROOT}usr/share/gtk-doc/html/${htmldir} ]] - then + if [[ -d ${ROOT}usr/share/gtk-doc/html/${htmldir} ]]; then rm -rf "${ROOT}"usr/share/gtk-doc/html/${htmldir} fi - if [[ -d ${D}/usr/share/doc/${PF}/html/${htmldir} ]] - then + if [[ -d ${D}/usr/share/doc/${PF}/html/${htmldir} ]]; then dosym ../../doc/${PF}/html/${htmldir} \ /usr/share/gtk-doc/html/${htmldir} fi @@ -405,8 +395,7 @@ pkg_postinst() # "losetup -f" is confused if there is an empty /dev/loop/, Bug #338766 # So try to remove it here (will only work if empty). rmdir "${ROOT}"dev/loop 2>/dev/null - if [[ -d ${ROOT}dev/loop ]] - then + if [[ -d ${ROOT}dev/loop ]]; then ewarn "Please make sure your remove /dev/loop," ewarn "else losetup may be confused when looking for unused devices." fi @@ -415,16 +404,14 @@ pkg_postinst() # just ignore them anyway... # 64-device-mapper.rules is related to sys-fs/device-mapper which we block - # in favour of sys-fs/lvm2 + # in favor of sys-fs/lvm2 old_dm_rules=${ROOT}etc/udev/rules.d/64-device-mapper.rules - if [[ -f ${old_dm_rules} ]] - then + if [[ -f ${old_dm_rules} ]]; then rm -f "${old_dm_rules}" einfo "Removed unneeded file ${old_dm_rules}" fi - if ismounted /usr - then + if ismounted /usr; then ewarn ewarn "Your system has /usr on a separate partition. This means" ewarn "you will need to use an initramfs to pre-mount /usr before" @@ -451,8 +438,7 @@ pkg_postinst() fi done < "${fstab}" - if [[ -d ${ROOT}usr/lib/udev ]] - then + if [[ -d ${ROOT}usr/lib/udev ]]; then ewarn ewarn "Please re-emerge all packages on your system which install" ewarn "rules and helpers in /usr/lib/udev. They should now be in" @@ -466,8 +452,7 @@ pkg_postinst() old_cd_rules=${ROOT}etc/udev/rules.d/70-persistent-cd.rules old_net_rules=${ROOT}etc/udev/rules.d/70-persistent-net.rules for old_rules in "${old_cd_rules}" "${old_net_rules}"; do - if [[ -f ${old_rules} ]] - then + if [[ -f ${old_rules} ]]; then ewarn ewarn "File ${old_rules} is from old udev installation but if you still use it," ewarn "rename it to something else starting with 70- to silence this" @@ -475,17 +460,20 @@ pkg_postinst() fi done - if has_version sys-apps/biosdevname - then + if has_version sys-apps/biosdevname; then ewarn ewarn "You have sys-apps/biosdevname installed which has been deprecated" - ewarn "in favour of the predicatable network interface names." + ewarn "in favor of the predictable network interface names." fi ewarn ewarn "We don't install ${ROOT}etc/udev/rules.d/80-net-name-slot.rules anymore" ewarn "and the new predictable network interface names are used by default:" ewarn "http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames" + ewarn + ewarn "Example command to get the information for the new interface name before booting" + ewarn "(replace ifname with, for example, eth0):" + ewarn "# udevadm test-builtin net_id /sys/class/net/ 2> /dev/null" ewarn ewarn "You need to restart udev as soon as possible to make the upgrade go" diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index d4ab41eee3d4..d5be06de7371 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.189 2013/03/10 17:28:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.196 2013/03/11 14:32:47 williamh Exp $ EAPI=4 # accept4() patch is only in non-live version -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then KV_min=2.6.39 else KV_min=2.6.32 @@ -14,17 +13,16 @@ fi inherit autotools eutils linux-info multilib systemd toolchain-funcs versionator -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" inherit git-2 else patchset= SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" - if [[ -n "${patchset}" ]] - then + if [[ -n "${patchset}" ]]; then SRC_URI="${SRC_URI} - http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.bz2" + http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" fi KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi @@ -54,8 +52,7 @@ DEPEND="${COMMON_DEPEND} doc? ( >=dev-util/gtk-doc-1.18 ) keymap? ( dev-util/gperf )" -if [[ ${PV} = 9999* ]] -then +if [[ ${PV} = 9999* ]]; then DEPEND="${DEPEND} app-text/docbook-xsl-stylesheets dev-libs/libxslt @@ -83,8 +80,7 @@ QA_MULTILIB_PATHS="lib/systemd/systemd-udevd" udev_check_KV() { - if kernel_is lt ${KV_min//./ } - then + if kernel_is lt ${KV_min//./ }; then return 1 fi return 0 @@ -97,8 +93,7 @@ check_default_rules() local udev_rules_md5=a3e16362de3750807b52eae9525c102c MD5=$(md5sum < "${S}"/rules/50-udev-default.rules) MD5=${MD5/ -/} - if [[ ${MD5} != ${udev_rules_md5} ]] - then + if [[ ${MD5} != ${udev_rules_md5} ]]; then eerror "50-udev-default.rules has been updated, please validate!" eerror "md5sum: ${MD5}" die "50-udev-default.rules has been updated, please validate!" @@ -111,16 +106,14 @@ pkg_setup() linux-info_pkg_setup - if ! udev_check_KV - then + if ! udev_check_KV; then eerror "Your kernel version (${KV_FULL}) is too old to run ${P}" eerror "It must be at least ${KV_min}!" fi KV_FULL_SRC=${KV_FULL} get_running_version - if ! udev_check_KV - then + if ! udev_check_KV; then eerror eerror "Your running kernel version (${KV_FULL}) is too old" eerror "for this version of udev." @@ -145,8 +138,7 @@ src_prepare() fi # backport some patches - if [[ -n "${patchset}" ]] - then + if [[ -n "${patchset}" ]]; then EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch fi @@ -180,10 +172,8 @@ src_prepare() -i rules/*.rules \ || die "failed to change group dialout to uucp" - if [[ ! -e configure ]] - then - if use doc - then + if [[ ! -e configure ]]; then + if use doc; then gtkdocize --docdir docs || die "gtkdocize failed" else echo 'EXTRA_DIST =' > docs/gtk-doc.make @@ -198,6 +188,9 @@ src_prepare() echo '#define secure_getenv(x) NULL' >> config.h.in sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) NULL:' src/shared/missing.h || die fi + + # link udevd(8) to systemd-udevd.service(8) manpage + echo '.so systemd-udevd.service.8' > "${T}"/udevd.8 } src_configure() @@ -277,8 +270,7 @@ src_compile() use gudev && targets+=( libgudev-1.0.la ) emake "${targets[@]}" - if use doc - then + if use doc; then emake -C docs/libudev use gudev && emake -C docs/gudev fi @@ -316,8 +308,7 @@ src_install() install-dist_bashcompletionDATA ) - if use gudev - then + if use gudev; then lib_LTLIBRARIES+=" libgudev-1.0.la" pkgconfiglib_DATA+=" src/gudev/gudev-1.0.pc" fi @@ -342,8 +333,7 @@ src_install() dist_bashcompletion_DATA="shell-completion/bash/udevadm" ) emake DESTDIR="${D}" "${targets[@]}" - if use doc - then + if use doc; then emake -C docs/libudev DESTDIR="${D}" install use gudev && emake -C docs/gudev DESTDIR="${D}" install fi @@ -368,18 +358,19 @@ src_install() dosym /sbin/udevd "$(systemd_get_utildir)"/systemd-udevd find "${ED}/$(systemd_get_unitdir)" -name '*.service' -exec \ sed -i -e "/ExecStart/s:/lib/systemd:$(systemd_get_utildir):" {} + + + # see src_prepare() where this is created + doman "${T}"/udevd.8 } pkg_preinst() { local htmldir for htmldir in gudev libudev; do - if [[ -d ${ROOT}usr/share/gtk-doc/html/${htmldir} ]] - then + if [[ -d ${ROOT}usr/share/gtk-doc/html/${htmldir} ]]; then rm -rf "${ROOT}"usr/share/gtk-doc/html/${htmldir} fi - if [[ -d ${D}/usr/share/doc/${PF}/html/${htmldir} ]] - then + if [[ -d ${D}/usr/share/doc/${PF}/html/${htmldir} ]]; then dosym ../../doc/${PF}/html/${htmldir} \ /usr/share/gtk-doc/html/${htmldir} fi @@ -404,8 +395,7 @@ pkg_postinst() # "losetup -f" is confused if there is an empty /dev/loop/, Bug #338766 # So try to remove it here (will only work if empty). rmdir "${ROOT}"dev/loop 2>/dev/null - if [[ -d ${ROOT}dev/loop ]] - then + if [[ -d ${ROOT}dev/loop ]]; then ewarn "Please make sure your remove /dev/loop," ewarn "else losetup may be confused when looking for unused devices." fi @@ -414,16 +404,14 @@ pkg_postinst() # just ignore them anyway... # 64-device-mapper.rules is related to sys-fs/device-mapper which we block - # in favour of sys-fs/lvm2 + # in favor of sys-fs/lvm2 old_dm_rules=${ROOT}etc/udev/rules.d/64-device-mapper.rules - if [[ -f ${old_dm_rules} ]] - then + if [[ -f ${old_dm_rules} ]]; then rm -f "${old_dm_rules}" einfo "Removed unneeded file ${old_dm_rules}" fi - if ismounted /usr - then + if ismounted /usr; then ewarn ewarn "Your system has /usr on a separate partition. This means" ewarn "you will need to use an initramfs to pre-mount /usr before" @@ -450,8 +438,7 @@ pkg_postinst() fi done < "${fstab}" - if [[ -d ${ROOT}usr/lib/udev ]] - then + if [[ -d ${ROOT}usr/lib/udev ]]; then ewarn ewarn "Please re-emerge all packages on your system which install" ewarn "rules and helpers in /usr/lib/udev. They should now be in" @@ -465,8 +452,7 @@ pkg_postinst() old_cd_rules=${ROOT}etc/udev/rules.d/70-persistent-cd.rules old_net_rules=${ROOT}etc/udev/rules.d/70-persistent-net.rules for old_rules in "${old_cd_rules}" "${old_net_rules}"; do - if [[ -f ${old_rules} ]] - then + if [[ -f ${old_rules} ]]; then ewarn ewarn "File ${old_rules} is from old udev installation but if you still use it," ewarn "rename it to something else starting with 70- to silence this" @@ -474,17 +460,20 @@ pkg_postinst() fi done - if has_version sys-apps/biosdevname - then + if has_version sys-apps/biosdevname; then ewarn ewarn "You have sys-apps/biosdevname installed which has been deprecated" - ewarn "in favour of the predicatable network interface names." + ewarn "in favor of the predictable network interface names." fi ewarn ewarn "We don't install ${ROOT}etc/udev/rules.d/80-net-name-slot.rules anymore" ewarn "and the new predictable network interface names are used by default:" ewarn "http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames" + ewarn + ewarn "Example command to get the information for the new interface name before booting" + ewarn "(replace ifname with, for example, eth0):" + ewarn "# udevadm test-builtin net_id /sys/class/net/ 2> /dev/null" ewarn ewarn "You need to restart udev as soon as possible to make the upgrade go" diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index eb170877adb9..6615c338304e 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -8,12 +8,12 @@ DIST deblob-3.8 113867 SHA256 883e8f003cabd9168659b4a6c2549bf22f64b8dc7ca9ff1063 DIST deblob-check-3.6 477608 SHA256 d0e0e90d766bc474fadfd91b83ccff74bf614cb4d31fab7d60d62b28ba4a90b9 SHA512 b4c152a1b5f20c9e46b0a7c7c76fde531798b7c135757cd6908b793825868cd8f2c4e3d5d5e1f8818e2e989fa344543d5799e0151e3001fafd00faaf97c65512 WHIRLPOOL 7fc07416bd7d5f278854272c25ea30455aed21ec75a6613fbac13751b66a21d131b1820e55f15776f61d6bcba377ef7ef5d49d2bfc964458d5af6c144deba284 DIST deblob-check-3.7 526875 SHA256 07a4e835a4375851990180117bed0e0bb012ea1e0dde3431925b699634eb435a SHA512 203dbca51f2fbfb0e43d282a6ccc85f549c5dca4669eeb00851afe8d4564d8939f07b20f37d85b0f1076cb4a43ce2e1fe37f187118033e1ebf617eea368fd6fa WHIRLPOOL 032d42aa57b41e81cdbc6b254fb7423bf73324d1c8266e673018dd63d123150807acd2aaa55e7a1d342a876a326d82ec0053d86c0f799b65dddb525301a10ebd DIST deblob-check-3.8 539625 SHA256 df1f7ebc09f93ec51c0d3755b5454adcdd271e428573014d13f58638760863a2 SHA512 1c27b2df8aedd93da153d8dade37384e59862dac2eab948802744fb1c5cdc7d141cb2d971bbc448e723f15c14f1646a1cc695f20e64150b26dc26746601d1d17 WHIRLPOOL a1354cfcad7d40e8e811882f2715a71f36bb18c99c6c5277b18aef7f738c41bbf5c7099735b6de4a37b22868dbf96a5405d0b21c16a5709d70a1d0b082a57594 -DIST genpatches-3.6-12.base.tar.bz2 245063 SHA256 7802aa7283aa812875e60a0befcea741658a8e6a2629ba0c79013ac744ebe54a SHA512 08ceda96727ed1a96f3f73353075a756709beaefee152e2229c10455702a61a26d986ba98a0ca1b028ecca3d1fc10bce3cf8537bb6196799b2fac78b3c605980 WHIRLPOOL 2b326de2e9d8cf8f3172ee5fb7e8d9a678d7302121eca44cea9eb0a37bd0f41c5a2888097291b75d98832324be31d890096d9ee2cdf7921544884239726a5be0 -DIST genpatches-3.6-12.extras.tar.bz2 17057 SHA256 eabadc19edcd652b16b815c24ab8e383f142ab27bafcd4dc1ebf21a4fe06c596 SHA512 5aa698cb7a8c341f4c3ec6eda9003b2ea1a4d1d41d9df403d10353a90902bfeb0743565e5e5730c3ce57ce36d979be6499165d5dd90b7c5f2a1890f32d4b687d WHIRLPOOL c8a70738f8b53233c34f16532fce3f99884b600ca0312bc35137ab1af7af73cb0ce0c7231788502c28748d8ac09276c0de175500c3830a6a858c3497960085f8 -DIST genpatches-3.7-13.base.tar.bz2 230741 SHA256 06426c561a0942db7a4e8b2a329b181f2039e68999f36e51893c143c81d1ba64 SHA512 cf48564d32e0385c0a61aa8557b90b41d90cb48686e80e34f2ccbb24b0da3c8a3789d36afe57c34005767b713c268996a1b2094dc14496763b8528c5282c243b WHIRLPOOL 96dcf1a2e6994029305f5345ea5bdcb831a75c09ceeb87edae6e2cbe35a9a618b20f01fe3ae89f2e7163fdaa3beaecc5dc2fe015f3938c61480f3bbbaba8a696 -DIST genpatches-3.7-13.extras.tar.bz2 17045 SHA256 4e6e0967e366160648667370b0aea73f2d80528715988f685c1123d046432269 SHA512 c9392e15a0c73b7920c092b86032fc73f722e6ba5ae4fe1d8badfe6f3a45f9fc71ee21190d6b7398e3185b634738c2d58099cbee52a103fdd93245e71478d3db WHIRLPOOL 1c00b32137a541cf73963641790b768d4e1dfd18e5d26cd1f0793c2b8831cfe0bc77d08da84f6c18e1db16ab0556a074ee3787d60cbadd252490d456e46347e5 -DIST genpatches-3.8-4.base.tar.bz2 89373 SHA256 a9de8f167453ffe29607a11e507e86a457d56447c7bf28c9951b2500a34d78c7 SHA512 61adc5d0f79f6dfab4fc220afe3162933d58d02d1e72cf000f4aa5f342507f79ca4e0bbbfad5f740339f089a5ce9dec3a4a2203df49d8e2e3834b6486e4048f4 WHIRLPOOL f121c6e1fd1f52d800a99acc72928ff649d0344c8722620caac8c7243fd7edc44e1d7fc91b119ffb19fba01b367a16d0f76bc2137d937b1247c1922aeed4d04c -DIST genpatches-3.8-4.extras.tar.bz2 17044 SHA256 a22efb26fe5b229bb744b5a3266c27ae56f9e62dc98aed2d8643ea97cbc2139c SHA512 345b4606d6ca46892e9d2da63b3ed9bd83aa7abcef7a0ba5bc6209f0b6e025f07b1466d48befd35ffd9394d10b11e359b6ce478022b328d857f323f27e1e6667 WHIRLPOOL e1dbd46ab1ac609784bf5ec979f2ef6d35c76e321ee7852955c58a394ccdc029fac1a7eef36dfcbdd6b92a23dc8cded8a3f409399677478185bf4ae7f60c15a8 -DIST linux-3.6.tar.bz2 82296001 SHA256 88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 SHA512 cbaefc2c4c8ab2251c3345b7b2c88d55a49e3468d8b177b05dd6d96a802efa9a052b1a1ecab8b71298bac97f45259516d88253838332b4fdb4307780ebcddce9 WHIRLPOOL e17e3800951f0c3af21015d1a1c99698d0ef70815bd4f131dd60b30baef70d4c255988857533a9a7c058388c2febfcf02d12cde2a7ed46b24fa85aeb260c0251 -DIST linux-3.7.tar.bz2 83671392 SHA256 dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e SHA512 dad07e23b5d05a1a12092b59ea25c514ff9e89803ecf65b08f09b82aebc511fd06d2a492dea6364c3740a517f0a06a0ddb1c6847658d158205ad88995d69aaf3 WHIRLPOOL 572514032d7d64cc6a2b6ceeae7489e4b3fb48b5b63543d041ad675cd0569549ed88dc9c04ffdf91e78b8424d00b62384af78d7a41b7f399c31c056f0aa0344b -DIST linux-3.8.tar.bz2 84623657 SHA256 fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45 SHA512 966a3b08aecc4b135a48ea73ba3326e1710c455e6da29693479e9d1a56663fc10f569e2342fa861486d39d4ea5c2af406d1bd40613c15555acffdba160ef7ba9 WHIRLPOOL a83baa904c78f71fed5e4cf2607b8e6d1db70a4137b5c00b3cc5f60f04042724faa3cfec36a781417d483548ba0c811f559e82146806edacd1c2fe90bd398e64 +DIST genpatches-3.6-12.base.tar.xz 233392 SHA256 74f5d3cbfef1f7bb165b800f7ece523b1bbd5b59f47837716fd4577c0d659da9 SHA512 15e2a18c9b18776ad308628e3f9ef6789148a7ad93d95c7d37bf6eb21ce6c465532b9c4465bc51deca922891d5df5dbf6b230db5802a14261208dc5376b992c5 WHIRLPOOL 4a715a29fe57c92f10a12e3c03c3e85cb45b71a015a4ff6d2205f447f9b347e2511aefe94cdc21d20c7281adac72c17f906f78cf145d030557e970ca45afc487 +DIST genpatches-3.6-12.extras.tar.xz 16560 SHA256 d506f3e120e9cd7eba2011e064b732686ae909ca5e3d2a23b03e27b84a59370f SHA512 e5ff0247a1d96e96885f202b5da785b3d109dc159febd0b832904026cd67528294d742e07ae42b6ac1343973eee9b952046bffd6bfa723fd13c46b95aefbae0f WHIRLPOOL f0fb2dec415d9f14215b23326ac8a2a71878feac71c8fbc5442e3404ba740bac044b26de59ca959b78153291b6b9261430dde1e4e2fca9ea3c51c763f04f2b1a +DIST genpatches-3.7-13.base.tar.xz 222128 SHA256 99adcf1d858bac3c2dc9badc250256d2c064c981f4b8e95ceedc9b16be851916 SHA512 f3f7b0ee572f68c7fb45529e2b841e3b8a0def8464d5104057c395a2e2c00f25b1be5d77dfb3bf7a6f5ccbf3efaca4890706292b63a854397bb7f676b9c2b5f4 WHIRLPOOL 33218ef98c4d722113cea0856791eaed878b4a05cc04b91006fcd360875d33468e560a26d397ae9864f25613698baaf513b33089d833003d3d66f7dce5fc9a80 +DIST genpatches-3.7-13.extras.tar.xz 16572 SHA256 262c89233ec3ebfb5c0729529993cb4821b38992878f551965b2b14c1b1b131a SHA512 b91d228200957a36e39b99f18ebde3396abecbdfadc7d281278cf91d1699d8eb3fdd9376aa6b8b56756d66b44d48470d376922fe6a61ac4e3c13f3d4ee305c4f WHIRLPOOL 9657eca89d9f874dbc5f45aa688756cd5a280bae0325476990bbcdcf00f42307d1bca25e0864abac448d36aaacf1ed68954348a29c6f04342a24c80ead778a33 +DIST genpatches-3.8-4.base.tar.xz 87248 SHA256 89f6de2ec106f2550853e8bbf6f4269a3140ad0f2c4ce5f77440348a894b00ca SHA512 8df7a51a52ca425cb757591113b98907d834395559164f1e50a6ddf6797647d8269df697be70b00c460e1f74c08752c3841dd7e948061e3518386643fb9bc82d WHIRLPOOL 069ad5e50f89275e0f6f575597a666c7c7d2beb4efa03219642f4d99f122b81d025c955140b69b473b4fcdb84326a1f752819bff7fd0b4cf3a9f6946d70aa4df +DIST genpatches-3.8-4.extras.tar.xz 16568 SHA256 2ea61060a1525c4a8572af0b8258b222e84cc7fdc538b1b71b29784cea0dd424 SHA512 3601f4e2e5f428a18615a7b8f6c6ce00a8cc6476cb7a0d39665e66e2f49b89f091ec28ac01c6c1e288f68da1dedb23c64dec7bc1d93892e84350bdb83039fbc6 WHIRLPOOL 24d54663df1423f3110011d335d1128b55622daa306d70e6a010b42bb1859e5b479c8766f39e3a467096db6fcef08b37885f0d1d6e8fff2c58d5f31dfb593a4e +DIST linux-3.6.tar.xz 68667080 SHA256 4ab9a6ef1c1735713f9f659d67f92efa7c1dfbffb2a2ad544005b30f9791784f SHA512 6e3354184d1799228a2d33b92e4a6b743cc24352b8ccc1fd487fab07ab97be2aa03ba87b8406a177581692db1fd40674fbd4e213a782cbe0a6a969b10c4c17a1 WHIRLPOOL 50b16de4f099e411cfc1f920f3bec57a624b3b336bb3970dcd8fffc0ba8d6ad749a36d2f6609eeca264c137e196885dcb35ab5fdeeb9b576ef216bebdc2ad028 +DIST linux-3.7.tar.xz 69736096 SHA256 60a64d0bf76eeec3355f115c577935757b84629c8c129ce5b8bb02075f6b9458 SHA512 91d65d658e9b6d0c0f03533e631ef1cc46c79ec5c1425a0914e1fe97ac4069230ee2f7d947df5cf76dd8865eb78f149d46140a3ec6509de21094ef70f27f6f61 WHIRLPOOL db9d25f5a479fef45808e85fdac9e72e5508cb94358e012f522ad5dce4b4777811ce57fd33649704400f54592c4dc3306b0099eb85fca60dd9544b8fd918ca1d +DIST linux-3.8.tar.xz 70989468 SHA256 e070d1bdfbded5676a4f374721c63565f1c969466c5a3e214004a136b583184b SHA512 10a7983391af907d8aec72bdb096d1cabd4911985715e9ea13d35ff09095c035db15d4ab08b92eda7c10026cc27348cb9728c212335f7fcdcda7c610856ec30f WHIRLPOOL 0c633854ad9c06df1b1d832aea9bbef76144ba88c8fccf6a3f8729101dc36838bcda6ccd444451cab19177608e7f7866f4f79cff1a8ef2bd0c893933d7f1f44c diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index f0c906ab49fd..5544e44ed607 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ -DIST linux-3.8.tar.xz 70989468 SHA256 e070d1bdfbded5676a4f374721c63565f1c969466c5a3e214004a136b583184b SHA512 10a7983391af907d8aec72bdb096d1cabd4911985715e9ea13d35ff09095c035db15d4ab08b92eda7c10026cc27348cb9728c212335f7fcdcda7c610856ec30f WHIRLPOOL 0c633854ad9c06df1b1d832aea9bbef76144ba88c8fccf6a3f8729101dc36838bcda6ccd444451cab19177608e7f7866f4f79cff1a8ef2bd0c893933d7f1f44c -DIST patch-3.9-rc1.xz 6470404 SHA256 1d2e1b43b7a86c534e693c9af55a2b800d56c3a014f108c3ac21ce7443a8b8f0 SHA512 22f47120f9fd5c79bd0b2665032409af6775ad6d14f9b54d4e19a7dccf4303c462538a314a7ab62cda889427033ac9cd9cd85201ef1ea742e0b566f7db915f90 WHIRLPOOL 812185a9006788e0f180c74475232e99ba55bb4891685fb4aa4e94bc33db002514a564137f006fa4c521e7f571a797159337b25b53a9a1fa07a844bebf2c5f75 +DIST linux-3.8.tar.bz2 84623657 SHA256 fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45 SHA512 966a3b08aecc4b135a48ea73ba3326e1710c455e6da29693479e9d1a56663fc10f569e2342fa861486d39d4ea5c2af406d1bd40613c15555acffdba160ef7ba9 WHIRLPOOL a83baa904c78f71fed5e4cf2607b8e6d1db70a4137b5c00b3cc5f60f04042724faa3cfec36a781417d483548ba0c811f559e82146806edacd1c2fe90bd398e64 +DIST patch-3.9-rc1.bz2 7673193 SHA256 4e89612e266671413e91df6ff513fbc9c7fd5c12c88f836493a6652d97ecf107 SHA512 a1de5b4c253a3ac6b74224c421c5d4d64b645fa242968e63bec5d3b3badaab7ab16dffa3986bd563b50c2ab50df12c23e5c2aea624a3880b2ad445cbeae1573c WHIRLPOOL 2b2780b764acf6cb82f232ea83629eee33e688cacb31e2d142ba13a01ede9a9e9017967902315c598c37ccbca86ce2d3dca5845fd07dc73d3619490d3fbbf068 +DIST patch-3.9-rc2.bz2 7734073 SHA256 d7ca977039c139b708e462b151b1674bc7f33f87c2e7e9ddefa91073daebd2ec SHA512 15b7c22e57c995a644565c2cadb1970d0cbad7d4cb68f35551fd80d2ad73e6a53fdd85aa15ed84e2c1817332cf62a5704b10d4a8cc1ea0edd24c3f222bdac799 WHIRLPOOL 4ee47cd08af5b9dfb3c7abbf8127a9f67e5966bf4052153cb1731ce0509db256d07775bf0710ce6899b7a8ff05145825c465e5cf234203f6176a5fcb7a297c23 diff --git a/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild b/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild new file mode 100644 index 000000000000..a51ebb542378 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.9_rc2.ebuild,v 1.1 2013/03/11 13:35:24 mpagano Exp $ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE=0 +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +pkg_postinst() { + postinst_sources +} diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest index 211bba29f74f..74bbb961bb49 100644 --- a/sys-libs/timezone-data/Manifest +++ b/sys-libs/timezone-data/Manifest @@ -9,6 +9,7 @@ DIST tzcode2012h.tar.gz 135077 SHA256 711883468d59bd20a51faf2abd96219f1ba2390b90 DIST tzcode2012i.tar.gz 135435 SHA256 ae658de3d2d3332401f599e1cedb109fbf3dac05d8becdc09f7524dbf0cda162 SHA512 7c5f3a9327abc62f561dbe6bd6e4e8a8c395cffde51db41a56be908e27a29a5e557af85ca2ce2592aa1858850000c850cdcf0e25d839283498687e867f192bc0 WHIRLPOOL 9d08cb2674dbe89c0290a74d997f569b67213e3cf7037dd91ed25f3c34f174e0a868cb841a30c96a50067ff3a56c91f15ff0422c66b061e737a8589a16f0df6a DIST tzcode2012j.tar.gz 134654 SHA256 ee4361b3b4ae201a270857c84d0f063c2a2191b3e4cd7414ea4622bb8bae9a82 SHA512 a0182438fedb1d855b52c0734f52bfd4dd3707d65c6f347833d5a68aab132a68f2b77a0e182d7ecfe7c58185245d7181ab01da909c2fdc84b71150c3090382c2 WHIRLPOOL 430e7320976e184753364d034f16109713a350ec0828d864be2f30ce6d29dd403d8f9c25866f828c664f0324f57ad72197fd752ba343f316d80d7c11a1ebdee6 DIST tzcode2013a.tar.gz 135569 SHA256 c2be9f6c0449df21308df1ab17bfd88e7d0652961b0dcbc768c2829cab6331bc SHA512 cf02e22cc5dd7a8f7614f7ffcb85148abf481aa278f58e26f4a11e1af9d9f24799aa68f6b8a7b6a209d57d3b120e77fdccba8b42dfdb5b142563460dba17c1f1 WHIRLPOOL 4ee6dc489f62d1e93fbac1400a78c99099f3f451879199ab006e8402cfb3434261e5144b037a25b89946fde0a6e68cd4a9efe7372441b49e3402937b9d2da9fc +DIST tzcode2013b.tar.gz 135558 SHA256 fda9a8bd15f06939f0ecd1edba17d5e66d4d526632145609574459b250ab0efb SHA512 dadf1166ebfaae951f671e8aea1388c71fd500eed5b37eb38fe4abfda374f8cf6002420fd7694b4e4efba75810ba9591f290619f85a7ab4ada3d0245ecf4f1ff WHIRLPOOL 9e44137a871035da509d07cad6ec1028449547ca08f118d941dd24e10b36d9b1566898d04df39a5831a16a0217db0e3f59390a7b979babce7c2fd97ada19be86 DIST tzdata2011n.tar.gz 204684 SHA256 a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd SHA512 2081fa44f00ace6539ecc1296f454fb96bb4afa61114ffbc58f46f82ef8ba2cfa22d7e48456a293502433dccca6d921db8f70d6c6e18a074996cfeb74534d2df WHIRLPOOL e7004894829c63baef91fd5fbc14b77a7fbd92ae2a6e001f279c8b1169bd5be009ae07af336ddaca148eadeba3383896b247a19c9e72d894e80ad60fc896f3f3 DIST tzdata2012a.tar.gz 207574 SHA256 c28f731e19e7b612e26b2a41e9089ebe0c67bad422d2b7882e4b32983277ee7d SHA512 dff197b7ae7a204fa2c716d27ad83c0f29fba3bdede0059d0507ad3f4117849c90e578df5bba62c397e1709bce1c26382a61b0ea9c8face671e7228dbf5b7bab WHIRLPOOL 4c3e7e372d708baf5cf15ece01c31f38880e50fbf402ef346d0cd27f4203282862660322a76efb1144b84ff08c86407e714fc1d858e1c7ce22f7cbb10923fb52 DIST tzdata2012b.tar.gz 207782 SHA256 2f9f8e2d1ae087be5917f60c3946e8dc3fe1068d7738c3395f2125135309e745 SHA512 08f3f07e0abf75d278210fc9237344b6613b6b055bedf974b75437bfa153bdaf238135487acde38f352e55805b5bc9b3db93d9c08fdb3cfba68b3609c06445f9 WHIRLPOOL 530a6bcdf4fe4c92c478e709093c19fc2424c52a55756ea2e6cf66854f659bd67c6503e6235aa23348f5caeb5e92348a34d731334ca168a410feaa33f85533b0 @@ -21,3 +22,4 @@ DIST tzdata2012h.tar.gz 213675 SHA256 65e53218eff4f71f8e7eaa0ae52aecec79e0ba186b DIST tzdata2012i.tar.gz 213961 SHA256 c9e5b6b6a2031236126409b3595cd8e1a730febc1e8b3802fdbdb417977cf162 SHA512 e20fb9093c23e2a40eb1110b3a29fa25bc870b54ceae5bc253d9fd1b0fe8446bde7d28bc30f7ea6f9a3fc5e8eadc9efbbb7851c2f70e226af28d3934920f7fb7 WHIRLPOOL 08083f06621d66782adae05b208fee50a8db1b62ddca8e1f7e549e75006bbc34e4386c4f07680f9345092f671900de473ad73d715828bd602fa3f2d86b339581 DIST tzdata2012j.tar.gz 214075 SHA256 4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa SHA512 98515b92268a2ee49386f6955211c14b9fe47460ba1c3ec5d60681b1a934688c3de4452f8f757ca3a6924e15784585967c768e7c86be730378d0332c249584fe WHIRLPOOL 17af29d05587bea2b05762751d146101a8bcc647346aa22a33e06a095805ecf4feab62693b3216ba5d75cf87f8a63d8cbcee9167be4b6dfe7936e1828bbc4b8a DIST tzdata2013a.tar.gz 217511 SHA256 ed9f273f52d5df9ec09fdcf6684176bbdc86d0fbafcbc27b97e5a9c103024afc SHA512 c5b07246218f5c3c751b7ddc5c4ee127432fc19187019321beeff589596ae91c4d64400a63b6e335cf6a30643a8d9c8b9bd37d31c553424718626d7591aab995 WHIRLPOOL d1bb9d9e0d9e4d3df6f866dcd1b6d35cb07da0f2066e7d92140605f917f52e20f3acfabf65ff9e31f8885a088430cbef141b787088c37bcd8e7bca42d9f3007a +DIST tzdata2013b.tar.gz 218441 SHA256 70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2 SHA512 12374cba6f97ede4c005aea8118fae43258c54cbb6fc9b5a9357342c6e34de9b5d48761a1768e1125e27f537bf0b13ae70fd5c9107dcbcb0af92695f953deead WHIRLPOOL b2e368bc1ca5005d825b0d3c819b8049d4d7c2e266fe6f88bf77b4af96b51a847cf50181726b85c81f6f7f9a6a3418efafc93ea58e477518d36c417eccde2527 diff --git a/sys-libs/timezone-data/timezone-data-2013b.ebuild b/sys-libs/timezone-data/timezone-data-2013b.ebuild new file mode 100644 index 000000000000..68d67d152ee3 --- /dev/null +++ b/sys-libs/timezone-data/timezone-data-2013b.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2013b.ebuild,v 1.1 2013/03/11 16:23:20 vapier Exp $ + +inherit eutils toolchain-funcs flag-o-matic + +code_ver=${PV} +data_ver=${PV} +DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)" +HOMEPAGE="http://www.iana.org/time-zones http://www.twinsun.com/tz/tz-link.htm" +SRC_URI="http://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz + http://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz + ftp://munnari.oz.au/pub/tzdata${data_ver}.tar.gz + ftp://munnari.oz.au/pub/tzcode${code_ver}.tar.gz" + +LICENSE="BSD public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="nls elibc_FreeBSD elibc_glibc" + +RDEPEND="!=dev-perl/Encode-HanExtra-0.23 ) unsatisfied dep + +DEPEND="" +RDEPEND="${DEPEND} + dev-perl/Authen-SASL + dev-perl/Crypt-PasswdMD5 + dev-perl/CSS-Minifier + dev-perl/Date-Pcalc + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg ) + dev-perl/DBI + gd? ( dev-perl/GD + dev-perl/GDTextUtil + dev-perl/GDGraph ) + dev-perl/IO-Socket-SSL + >=dev-perl/JavaScript-Minifier-1.05 + >=dev-perl/JSON-2.21 + dev-perl/JSON-XS + dev-perl/LWP-UserAgent-Determined + dev-perl/Mail-POP3Client + dev-perl/MailTools + >=dev-perl/MIME-tools-5.427 + dev-perl/NetxAP + dev-perl/Net-IMAP-Simple-SSL + >dev-perl/Net-DNS-0.60 + dev-perl/Net-SMTP-SSL + dev-perl/Net-SMTP-TLS + dev-perl/IO-stringy + pdf? ( >=dev-perl/PDF-API2-0.73 + virtual/perl-Compress-Raw-Zlib ) + ldap? ( dev-perl/perl-ldap ) + soap? ( + dev-perl/SOAP-Lite + !=dev-perl/SOAP-Lite-0.711 + !=dev-perl/SOAP-Lite-0.712 ) + dev-perl/Text-CSV + dev-perl/Text-CSV_XS + dev-perl/TimeDate + dev-perl/XML-Parser + + virtual/perl-MIME-Base64 + >=virtual/perl-CGI-3.33 + virtual/perl-libnet + virtual/perl-Digest-MD5 + >=virtual/perl-Digest-SHA-5.48 + + virtual/mta + + apache2? ( mod_perl? ( www-servers/apache:2 + =www-apache/libapreq2-2* www-apache/mod_perl ) + fastcgi? ( || ( www-apache/mod_fcgid www-apache/mod_fastcgi ) + www-servers/apache:2[suexec] ) + !fastcgi? ( + !mod_perl? ( www-servers/apache:2[suexec] ) ) + ) + fastcgi? ( dev-perl/FCGI virtual/httpd-fastcgi ) + !fastcgi? ( + !apache2? ( virtual/httpd-cgi ) )" + +# dev-perl/libwww-perl + +OTRS_HOME="/var/lib/otrs" + +pkg_setup() { + # The enewuser otrs will fail if apache isn't there, but it's an optional dep + # so we create the apache user here just in case + enewgroup apache 81 + enewuser apache 81 -1 /var/www apache + enewuser otrs -1 -1 ${OTRS_HOME} apache + confutils_require_any mysql postgres +} + +src_prepare() { + rm -fr "${S}/scripts"/{auto_*,redhat*,suse*,*.spec} || die + cp Kernel/Config.pm{.dist,} || die + # procmail/fetchmail/mailfilter +# local mailrc=".fetchmailrc .mailfilter .procmailrc" +# for i in ${mailrc}; do +# mv ${i}{.dist,} || die +# done +# fperms 600 ${mailrc} || die +# fowners otrs ${mailrc} || die + + sed -i -e "s:/opt/otrs:${OTRS_HOME}:g" "${S}"/Kernel/Config.pm \ + || die "sed failed" + + grep -lR "/opt" "${S}"/scripts | \ + xargs sed -i -e "s:/opt/otrs:${OTRS_HOME}:g" \ + || die "sed failed" + + cd Kernel/Config/ || die + for i in *.dist; do + cp ${i} $(basename ${i} .dist) || die + done + + perl "${S}"/bin/otrs.SetPermissions.pl \ + --otrs-user=otrs \ + --web-user=apache \ + --otrs-group=apache \ + --web-group=apache "${S}" \ + || die "Could not set permissions" + + echo "CONFIG_PROTECT=\"${OTRS_HOME}/Kernel/Config.pm \ + ${OTRS_HOME}/Kernel/Config/GenericAgent.pm\"" > "${T}/50${PN}" + +} + +src_install() { + dodoc CHANGES CREDITS INSTALL README* UPGRADING \ + doc/X-OTRS-Headers.txt || die + + dodoc doc/manual/en/otrs_admin_book.pdf + + insinto "${OTRS_HOME}" + doins -r .fetchmailrc.dist .mailfilter.dist .procmailrc.dist RELEASE \ + Custom Kernel bin scripts var || die "doins failed" + + cat "${S}"/var/cron/*.dist > crontab + insinto /usr/share/doc/${PF}/ + doins crontab + + for a in article log pics/images pics/stats pics sessions spool tmp tmp/CacheFileStorable; do + keepdir "${OTRS_HOME}/var/${a}" + done + doenvd "${T}/50${PN}" || die +} + +# This is too automagic, either einfo telling user or installing to /etc/cron.d/ should be preferred +pkg_config() { + einfo "Installing cronjobs" + crontab -u otrs /usr/share/doc/${PF}/crontab +} + +pkg_postinst() { + elog "Enable cronjobs with the following command:" + elog "crontab -u otrs crontab" +} diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest index dd84ab409d29..557f0cbfe38d 100644 --- a/www-servers/uwsgi/Manifest +++ b/www-servers/uwsgi/Manifest @@ -4,3 +4,4 @@ DIST uwsgi-1.4.4.tar.gz 589158 SHA256 419f45aea5469b6bec5b20e0edfe481c91a5efcd15 DIST uwsgi-1.4.5.tar.gz 589985 SHA256 5c17f09d0f8d5a4f3385c791e91ca71975b8ccb0c0b94620f9f924c21ef30f3a SHA512 f9b4da6eff9c20f0dcf1e46a4fb7b8dd348bc38ef307ceafc4de40e0d8ab06f33a967977db7194cb07ecb7690e3c8bb599cbd9586bec7336c34113deda82a64b WHIRLPOOL c806e42ae72ba0490189c70a12aae8fe3037d98d461ccc773e847c7e16394b98a89e1ef3262496a9abda4f3985547dbd098af535bf20e127325629a0adefaf3a DIST uwsgi-1.4.6.tar.gz 591470 SHA256 731b57574dc8c6bc270233b689157433ababd0b611dbaeb16a11b6608d1deb80 SHA512 ea022ceae4e43f4ae0bde390f2a78f688d01c0beea91593820ab5602d418564a289a44c7a8bef4449ab0b7e5b7511a9c1f2e4b2609bdb063f526eebd8a1dd9a7 WHIRLPOOL 25f2f773d88d8c83796eda75a1f824b303fd9c5a55a512d2dc97824bef3bbbf4512641aa99eefa60a5044e577dd9a2f43e91b560db706bb6a96dde668907cef0 DIST uwsgi-1.4.8.tar.gz 592776 SHA256 3c35893927a065ed89775cf5a8f66f66d71b060618f4611efbcca76e520aac37 SHA512 7ead90c0740db0ebc28256b312a98e8de610b62cc82504c738cc2f3d2b0819ae673eb1875ea31abc3e511dc76db9af9fb15f4d1ae2a62f6b67b2a5966cfe2bab WHIRLPOOL da750b61916a99a9cea314dc57ca8e02920fbc3431977f6ad55368dc65a42fe6f297aae509fe7df23607a5b3f6097466e939b3a22650c90fcc7ed00bc78d9f0c +DIST uwsgi-1.4.9.tar.gz 590671 SHA256 f4d345e3f08bf7859cf92340f79e10d7093e297e54c8448d9c1c821848e7fe2d SHA512 89936de83cbecfcb3d8f93ab50a3d77e496d4b4c085e52f8a1a691eb99fbfc17dd2e2802846a139f4ea42aac996729ad483fe9f6fbeef303d74e03b46ae6142b WHIRLPOOL ab3b8c0edfb63501fdac41ef92cc48bd135984f49e02d57618255543c07819d93faf1673b8fa397b66c58710416565c18578f57bf64ab96534d6b09d3bb542f2 diff --git a/www-servers/uwsgi/uwsgi-1.4.9.ebuild b/www-servers/uwsgi/uwsgi-1.4.9.ebuild new file mode 100644 index 000000000000..e63e1035b8a3 --- /dev/null +++ b/www-servers/uwsgi/uwsgi-1.4.9.ebuild @@ -0,0 +1,329 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-1.4.9.ebuild,v 1.1 2013/03/11 13:40:56 ultrabug Exp $ + +EAPI="5" +PYTHON_DEPEND="python? *" +PYTHON_MODNAME="uwsgidecorators" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" +USE_RUBY="ruby18 ree18 ruby19" +RUBY_OPTIONAL="yes" +PHP_EXT_NAME="dummy" +PHP_EXT_INI="no" +USE_PHP="php5-3 php5-4" # deps must be registered separately below +PHP_EXT_OPTIONAL_USE="php" + +MY_P="${P/_/-}" + +inherit apache-module eutils python multilib pax-utils php-ext-source-r2 ruby-ng versionator + +DESCRIPTION="uWSGI server for Python web applications" +HOMEPAGE="http://projects.unbit.it/uwsgi/" +SRC_URI="http://projects.unbit.it/downloads/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="apache2 +caps +carbon cgi debug erlang gevent graylog2 json ldap lua +nagios pam perl +pcre php probepg +python rrdtool rsyslog ruby spooler sqlite syslog +xml yaml zeromq" +REQUIRED_USE="|| ( cgi erlang lua perl php python ruby )" + +# util-linux is required for libuuid when requesting zeromq support +CDEPEND="caps? ( sys-libs/libcap ) + json? ( dev-libs/jansson ) + erlang? ( dev-lang/erlang ) + gevent? ( >=dev-python/gevent-1.0_beta2 ) + graylog2? ( sys-libs/zlib ) + ldap? ( net-nds/openldap ) + lua? ( dev-lang/lua ) + pcre? ( dev-libs/libpcre ) + perl? ( dev-lang/perl ) + php? ( + php_targets_php5-3? ( dev-lang/php:5.3[embed] ) + php_targets_php5-4? ( dev-lang/php:5.4[embed] ) + ) + probepg? ( dev-db/postgresql-base:= ) + ruby? ( $(ruby_implementations_depend) ) + sqlite? ( dev-db/sqlite:3 ) + rsyslog? ( app-admin/rsyslog ) + xml? ( dev-libs/libxml2 ) + yaml? ( dev-libs/libyaml ) + zeromq? ( net-libs/zeromq sys-apps/util-linux )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + rrdtool? ( net-analyzer/rrdtool )" + +S="${WORKDIR}/${MY_P}" +APXS2_S="${S}/apache2" +APACHE2_MOD_CONF="42_mod_uwsgi-r1 42_mod_uwsgi" + +want_apache2_2 + +use_true_false() { + if use $1 ; then + echo "true" + else + echo "false" + fi +} + +src_unpack() { + default +} + +pkg_setup() { + depend.apache_pkg_setup + python_pkg_setup +} + +src_prepare() { + epatch \ + "${FILESDIR}/1.1.2-threaded-php.patch" \ + "${FILESDIR}/1.2.3-pyerl.patch" + + sed -i \ + -e "s|'-O2', ||" \ + -e "s|'-Werror', ||" \ + -e "s|uc.get('plugin_dir')|uc.get('plugin_build_dir')|" \ + uwsgiconfig.py || die "sed failed" + + sed -i \ + -e 's|python\([0-9].[0-9]\)-config|python-config-\1|' \ + plugins/python/uwsgiplugin.py || die "sed failed" + + sed -i \ + -e "s|/lib|/$(get_libdir)|" \ + plugins/php/uwsgiplugin.py || die "sed failed" +} + +src_configure() { + local plugins="" + use carbon && plugins+=", carbon" + use graylog2 && plugins+=", graylog2" + use nagios && plugins+=", nagios" + use pam && plugins+=", pam" + use rrdtool && plugins+=", rrdtool" + use rsyslog && plugins+=", rsyslog" + use syslog && plugins+=", syslog" + + # Notes: + # * the embedded_plugins mostly follows the list of embedded_plugins + # in buildconf/base.ini, make sure you compare the list when bumping uWSGI + # * thus: keep the order in embedded_plugins the same as in the base.ini + cat > "buildconf/gentoo.ini" << EOF +[uwsgi] +xml = $(use_true_false xml) +ini = true +yaml = $(use_true_false yaml) +json = $(use_true_false json) +sqlite3 = $(use_true_false sqlite) +zeromq = $(use_true_false zeromq) +snmp = true +sctp = false +spooler = true +embedded = true +ssl = auto +udp = true +multicast = true +threading = true +sendfile = true +minterpreters = true +async = true +evdis = false +ldap = $(use_true_false ldap) +pcre = $(use_true_false pcre) +routing = auto +alarm = auto +debug = $(use_true_false debug) +unbit = false +xml_implementation = libxml2 +yaml_implementation = libyaml +malloc_implementation = libc +plugins = +bin_name = uwsgi +append_version = +plugin_dir = /usr/$(get_libdir)/uwsgi +plugin_build_dir = ${T}/plugins +embedded_plugins = ping, cache, rpc, corerouter, fastrouter, http, ugreen, signal, logsocket, router_uwsgi, router_redirect, router_basicauth, zergpool, redislog, mongodblog, router_rewrite, router_http, logfile, router_cache, rawrouter ${plugins} +as_shared_library = false + +locking = auto +event = auto +timer = auto +filemonitor = auto + +embed_files = + +embed_config = +[python] +paste = true +web3 = true +EOF + use caps || sed -i -e 's|sys/capability.h|DISABLED|' uwsgiconfig.py || die "sed failed" + use zeromq || sed -i -e 's|uuid/uuid.h|DISABLED|' uwsgiconfig.py || die "sed failed" + + if use probepg ; then + PGPV="$(best_version dev-db/postgresql-base)" + PGSLOT="$(get_version_component_range 1-2 ${PGPV##dev-db/postgresql-base-})" + sed -i \ + -e "s|pg_config|pg_config${PGSLOT/.}|" \ + plugins/probepg/uwsgiplugin.py || die "sed failed" + fi +} + +each_ruby_compile() { + cd "${WORKDIR}/${MY_P}" + + UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/rack gentoo rack_${RUBY##*/} || die "building plugin for ${RUBY} failed" + + if [[ "${RUBY}" == *ruby19 ]] ; then + UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/fiber gentoo || die "building fiber plugin for ${RUBY} failed" + fi +} + +install_python_lib() { + insinto $(python_get_sitedir) + doins uwsgidecorators.py +} + +src_compile() { + python uwsgiconfig.py --build gentoo || die "building uwsgi failed" + + mkdir -p "${T}/plugins" + + if use erlang ; then + python uwsgiconfig.py --plugin plugins/erlang gentoo || die "building plugin for erlang failed" + fi + + if use lua ; then + # setting LUALIB explicitly since lua is not slotted on Gentoo + # and uwsgi otherwise looks for lua5.1 + UWSGICONFIG_LUALIB="lua" python uwsgiconfig.py --plugin plugins/lua gentoo || die "building plugin for lua failed" + fi + + if use perl ; then + python uwsgiconfig.py --plugin plugins/psgi gentoo || die "building plugin for perl failed" + fi + + if use php ; then + for s in $(php_get_slots); do + UWSGICONFIG_PHPDIR="/usr/$(get_libdir)/${s}" python uwsgiconfig.py --plugin plugins/php gentoo ${s/.} || die "building plugin for ${s} failed" + done + fi + + if use python ; then + for a in ${PYTHON_ABIS} ; do + python${a} uwsgiconfig.py --plugin plugins/python gentoo python${a/.} || die "building plugin for python-${a} failed" + + if use gevent ; then + python${a} uwsgiconfig.py --plugin plugins/gevent gentoo gevent${a/.} || die "building plugin for gevent-support in python-${a} failed" + fi + if use erlang ; then + python${a} uwsgiconfig.py --plugin plugins/pyerl gentoo pyerl${a/.} || die "building plugin for erlang-support in python failed" + fi + done + fi + + if use ruby ; then + ruby-ng_src_compile + fi + + if use spooler ; then + python uwsgiconfig.py --plugin plugins/spooler gentoo || die "building plugin for spooler failed" + fi + + if use cgi ; then + python uwsgiconfig.py --plugin plugins/cgi gentoo || die "building plugin for cgi failed" + fi + + if use probepg ; then + python uwsgiconfig.py --plugin plugins/probepg gentoo || die "building plugin for postgresql probe failed" + fi + + if use apache2 ; then + for m in proxy_uwsgi Ruwsgi uwsgi ; do + APXS2_ARGS="-c mod_${m}.c" + apache-module_src_compile + done + fi +} + +src_install() { + dobin uwsgi + pax-mark m "${D}"/usr/bin/uwsgi + + insinto /usr/$(get_libdir)/uwsgi + doins "${T}/plugins"/*.so + + use cgi && dosym uwsgi /usr/bin/uwsgi_cgi + use erlang && dosym uwsgi /usr/bin/uwsgi_erlang + use lua && dosym uwsgi /usr/bin/uwsgi_lua + use perl && dosym uwsgi /usr/bin/uwsgi_psgi + + if use php ; then + for s in $(php_get_slots); do + dosym uwsgi /usr/bin/uwsgi_${s/.} + done + fi + + if use python ; then + python_execute_function install_python_lib + for a in ${PYTHON_ABIS} ; do + dosym uwsgi /usr/bin/uwsgi_python${a/.} + done + fi + + if use apache2; then + for m in proxy_uwsgi Ruwsgi uwsgi ; do + APACHE2_MOD_FILE="${APXS2_S}/.libs/mod_${m}.so" + apache-module_src_install + done + fi + + newinitd "${FILESDIR}"/uwsgi.initd-r3 uwsgi + newconfd "${FILESDIR}"/uwsgi.confd-r3 uwsgi + keepdir /etc/"${PN}".d + use spooler && keepdir /var/spool/"${PN}" +} + +pkg_postinst() { + if use apache2 ; then + elog "Three Apache modules have been installed: mod_proxy_uwsgi, mod_uwsgi and mod_Ruwsgi." + elog "You can enable them with -D PROXY_UWSGI, -DUWSGI or -DRUWSGI in /etc/conf.d/apache2." + elog "mod_uwsgi and mod_Ruwsgi have the same configuration interface and define the same symbols." + elog "Therefore you can enable only one of them at a time." + elog "mod_uwsgi is commercially supported by Unbit and stable but a bit hacky." + elog "mod_Ruwsgi is newer and more Apache-API friendly but not commercially supported." + elog "mod_proxy_uwsgi is the newest and not considered ready for production yet." + fi + + elog "Append the following options to the uwsgi call to load the respective language plugin:" + use cgi && elog " '--plugins cgi' for cgi" + use erlang && elog " '--plugins erlang' for erlang" + use lua && elog " '--plugins lua' for lua" + use perl && elog " '--plugins psgi' for perl" + + if use php ; then + for s in $(php_get_slots); do + elog " '--plugins ${s/.}' for ${s}" + done + fi + + if use python ; then + for a in ${PYTHON_ABIS} ; do + elog " '--plugins python${a/.}' for python-${a}" + use gevent && elog " '--plugins python${a/.},gevent${a/.}' for gevent support in python-${a}" + use erlang && elog " '--plugins python${a/.},erlang,pyerl${a/.}' for erlang support in python-${a}" + done + fi + + if use ruby ; then + for ruby in $USE_RUBY; do + use ruby_targets_${ruby} && elog " '--plugins rack_${ruby/.}' for ${ruby}" + if [[ "${ruby}" == *ruby19 ]] ; then + elog " '--plugins fibre' for ruby-1.9 fibres" + fi + done + fi +} diff --git a/x11-drivers/ati-drivers/Manifest b/x11-drivers/ati-drivers/Manifest index d7445fb808bf..1e1673194560 100644 --- a/x11-drivers/ati-drivers/Manifest +++ b/x11-drivers/ati-drivers/Manifest @@ -1,6 +1,3 @@ -DIST amd-driver-installer-12-8-x86.x86_64.zip 105413213 SHA256 62525173b2b7602aa4e7e46a109204d0f349abfbb135c86d03db5cd57642bb41 SHA512 41d9b5ee472a3172746f04bdf43a595eb9090c03021f4dfdecd3ff0a938e45a9ace57b99c7255cec2ace68645adcc0d6eb2f420173b4b41fcfc4745fb62cf230 WHIRLPOOL 8f904858da340c7bb1f502f831b4ef2afefe7dc1eb3545c877056e4bae18934e9f54430efdb39069c5beb6d214399095602ce7806561fe7562d3b99a871208ca -DIST amd-driver-installer-12.6-legacy-x86.x86_64.zip 106888385 SHA256 5353a3f874d31f0fde46c390ce17cc2f27875156dbf3e7c20b5cca494a058102 SHA512 81032c1b15f2d3a1da84066bf2682913ea4ea48bfdf7f50902e9471eb70ffb87a3a1501c45defb2ff15ee27bcbb1820ef2ab6391251b68de45655ace1f4fff0a WHIRLPOOL a34ec3bb761644ffa2c0bfd5a7a61cce33ba76c139fc66db12d1c35a5b4f9ee3ca74c0d8b0ef66f892b7de7e5c9564f2061698c1b347265c7ad422b9838bc21b -DIST amd-driver-installer-catalyst-12.11-beta11-x86.x86_64.zip 114753755 SHA256 d76edd98ed2ca4dfda63cff9060a3e367f32b4cc9a13590f91aba853d85b847b SHA512 108dc3ae09ab2c3145ff6328a8409a59dae0e7d26eb607a7881febe3e2b26354aa1ab876521239135bfd0dca27390b3bca47d80d8b2db20846a12c807f4a7c1f WHIRLPOOL 3957d72a833a2b35647837ed463d456bb98abaa1e7514b8407d248135dfbce3bd843b7a470dfd55d4659cb20b69e83364dfa8fbcfcaea018700d19b920e36bbc DIST amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip 106908508 SHA256 3a992fb7564dba17a696217dc32043dabc21743c82116a6657817ee8a3a1d55f SHA512 96b34045dca3ad70156500b37d3f06008728ff81878a3e1432060d08e668d8cbd9bfe172440bcb818f01d731d39e3eeccc25396417993d2b9b8985b3b7dc7357 WHIRLPOOL f0e34ccb1a9dfe3cfd9e9c640c3d6ed97a4a3e892b65325a78045653b40d29a78427dc9092d8e14bee1a8ba603405ed9e8cd60188d5bc5e8c5eee03d66a8f25c DIST amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip 114850263 SHA256 67898a922b6b58f25a276a144f16b19014f79c39e4d44d8d2883a467d31e34ad SHA512 30763ab7f47ac22c5b5055495e2d8ae6cc2c8e5ce711fa389f1145a48da2799020c2b8cbf082759d93628017860c39d69337f42ce21b78e1d60c9eda32096df9 WHIRLPOOL ee5dc85a89bc56858ef1c2bcdc6cbfde7e2f9e5675d209c1f6db877e0104cc536f1e18139f0b991a064b14b231a982770eef47368ea281067d62647b4c5365a5 DIST amd-driver-installer-catalyst-13.2-beta7-linux-x86.x86_64.zip 122067629 SHA256 c718facfe236a2a2c17a04333666a561d451a62f83917b45b04a736d71e0282c SHA512 2c618a289892b3660c4c03432c52d50bf7c671b9e0f962eb4fb882b4dfa03c508d50c6ea506b058b45677375c1c5fba2058a8bff8631f408c84364e8163c5b72 WHIRLPOOL 4472b1c557bac30be8ce20419f268d26549610f7b620c1ddb52bd15f51919846b73098065d6c7724658b94ee9243bc7620440fbb3fe808839856e16f523f51df diff --git a/x11-drivers/ati-drivers/ati-drivers-12.11_beta11.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.11_beta11.ebuild deleted file mode 100644 index 5c9a5fd7221e..000000000000 --- a/x11-drivers/ati-drivers/ati-drivers-12.11_beta11.ebuild +++ /dev/null @@ -1,650 +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/ati-drivers/ati-drivers-12.11_beta11.ebuild,v 1.6 2013/03/02 23:42:35 hwoarang Exp $ - -EAPI=4 - -inherit eutils multilib linux-info linux-mod toolchain-funcs versionator - -DESCRIPTION="Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets" -HOMEPAGE="http://www.amd.com" -MY_V=( $(get_version_components) ) -#RUN="${WORKDIR}/amd-driver-installer-9.00-x86.x86_64.run" -SRC_URI="http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-12.11-beta11-x86.x86_64.zip" -FOLDER_PREFIX="common/" -IUSE="debug +modules multilib qt4 static-libs disable-watermark" - -LICENSE="AMD GPL-2 QPL-1.0" -KEYWORDS="-* amd64 x86" -SLOT="1" - -RESTRICT="bindist" - -RDEPEND=" - <=x11-base/xorg-server-1.13.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 - 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] - ) -" - -DEPEND="${RDEPEND} - 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 -" - -EMULTILIB_PKG="true" - -S="${WORKDIR}" - -# QA Silencing -QA_TEXTRELS=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/libatiadlxx.so - usr/lib*/xorg/modules/glesx.so - usr/lib*/libaticaldd.so - usr/lib*/dri/fglrx_dri.so -" - -QA_EXECSTACK=" - opt/bin/atiode - opt/bin/amdcccle - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_WX_LOAD=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_PRESTRIPPED=" - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so -" - -QA_SONAME=" - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libamdocl\(32\|64\)\?.so -" - -QA_DT_HASH=" - opt/bin/amdcccle - opt/bin/aticonfig - opt/bin/atiodcli - opt/bin/atiode - opt/bin/clinfo - opt/bin/fglrxinfo - opt/sbin/atieventsd - opt/sbin/amdnotifyui - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libatiuki.so.1.0 - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libfglrx_dm.so.1.0 - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/xorg/modules/amdxmm.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/xorg/modules/linux/libfglrxdrm.so - usr/lib\(32\|64\)\?/xorg/modules/drivers/fglrx_drv.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/fglrx-libglx.so - usr/lib\(32\|64\)\?/opengl/ati/lib/fglrx-libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libamdocl\(32\|64\)\?.so - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1 -" - -_check_kernel_config() { - local failed=0 - local error="" - if ! kernel_is ge 2 6; then - eerror "You need a 2.6 linux kernel to compile against!" - die "No 2.6 Kernel found" - fi - - if ! linux_chkconfig_present MTRR; then - ewarn "You don't have MTRR support enabled in the kernel." - ewarn "Direct rendering will not work." - fi - - if linux_chkconfig_builtin DRM; then - ewarn "You have DRM support built in to the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present AGP && \ - ! linux_chkconfig_present PCIEPORTBUS; then - ewarn "You don't have AGP and/or PCIe support enabled in the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present ACPI; then - eerror "${P} requires the ACPI support in the kernel" - eerror "Please enable it:" - eerror " CONFIG_ACPI=y" - eerror "in /usr/src/linux/.config or" - eerror " Power management and ACPI options --->" - eerror " [*] Power Management support" - eerror "in the 'menuconfig'" - error+=" CONFIG_ACPI disabled;" - failed=1 - fi - - if ! linux_chkconfig_present PCI_MSI; then - eerror "${P} requires MSI in the kernel." - eerror "Please enable it:" - eerror " CONFIG_PCI_MSI=y" - eerror "in /usr/src/linux/.config or" - eerror " Bus options (PCI etc.) --->" - eerror " [*] Message Signaled Interrupts (MSI and MSI-X)" - eerror "in the kernel config." - error+=" CONFIG_PCI_MSI disabled;" - failed=1 - fi - - if linux_chkconfig_present LOCKDEP; then - eerror "You've enabled LOCKDEP -- lock tracking -- in the kernel." - eerror "Unfortunately, this option exports the symbol lock_acquire as GPL-only." - eerror "This prevents ${P} from compiling with an error like this:" - eerror "FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol 'lock_acquire'" - eerror "Please make sure the following options have been unset:" - eerror " Kernel hacking --->" - eerror " [ ] Lock debugging: detect incorrect freeing of live locks" - eerror " [ ] Lock debugging: prove locking correctness" - eerror " [ ] Lock usage statistics" - eerror "in 'menuconfig'" - error+=" LOCKDEP enabled;" - failed=1 - fi - - use amd64 && if ! linux_chkconfig_present COMPAT; then - eerror "${P} requires COMPAT." - eerror "Please enable the 32 bit emulation:" - eerror "Executable file formats / Emulations --->" - eerror " [*] IA32 Emulation" - eerror "in the kernel config." - eerror "if this doesn't enable CONFIG_COMPAT add" - eerror " CONFIG_COMPAT=y" - eerror "in /usr/src/linux/.config" - error+=" COMPAT disabled;" - failed=1 - fi - - kernel_is ge 2 6 37 && kernel_is le 2 6 38 && if ! linux_chkconfig_present BKL ; then - eerror "${P} requires BKL." - eerror "Please enable the Big Kernel Lock:" - eerror "Kernel hacking --->" - eerror " [*] Big Kernel Lock" - eerror "in the kernel config." - eerror "or add" - eerror " CONFIG_BKL=y" - eerror "in /usr/src/linux/.config" - error+=" BKL disabled;" - failed=1 - fi - - #if linux_chkconfig_present X86_X32; then - # eerror "You've enabled x32 in the kernel." - # eerror "Unfortunately, this option is not supported yet and prevents the fglrx" - # eerror "kernel module from loading." - # error+=" X86_32 enabled;" - # failed=1 - #fi - - [[ ${failed} -ne 0 ]] && die "${error}" -} - -pkg_pretend() { - # workaround until bug 365543 is solved - if use modules; then - linux-info_pkg_setup - require_configured_kernel - _check_kernel_config - fi -} - -pkg_setup() { - if use modules; then - MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)" - BUILD_TARGETS="kmod_build" - linux-mod_pkg_setup - BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}" - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=\"-DMODULE -DATI -DFGL\"" - if grep -q arch_compat_alloc_user_space ${KV_DIR}/arch/x86/include/asm/compat.h ; then - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space" - else - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space" - fi - fi - # Define module dir. - MODULE_DIR="${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod" - # get the xorg-server version and set BASE_DIR for that - BASE_DIR="${S}/xpic" - - # amd64/x86 - if use amd64 ; then - MY_BASE_DIR="${BASE_DIR}_64a" - PKG_LIBDIR=lib64 - ARCH_DIR="${S}/arch/x86_64" - else - MY_BASE_DIR="${BASE_DIR}" - PKG_LIBDIR=lib - ARCH_DIR="${S}/arch/x86" - fi - - elog - elog "Please note that this driver supports only graphic cards based on" - elog "Evergreen chipset and newer." - elog "This represent the AMD Radeon HD 5400+ series at this moment." - elog - elog "If your card is older then use ${CATEGORY}/xf86-video-ati" - elog "For migration informations please reffer to:" - elog "http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml" - einfo -} - -src_unpack() { - if [[ ${A} =~ .*\.tar\.gz ]]; then - unpack ${A} - else - #please note, RUN may be insanely assigned at top near SRC_URI - if [[ ${A} =~ .*\.zip ]]; then - unpack ${A} - [[ -z "$RUN" ]] && RUN="${S}/${A/%.zip/.run}" - else - RUN="${DISTDIR}/${A}" - fi - sh ${RUN} --extract "${S}" 2>&1 > /dev/null || die - fi -} - -src_prepare() { - # All kernel options for prepare are ment to be in here - if use modules; then - # version patches - # epatch "${FILESDIR}"/kernel/${PV}-*.patch - 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 "sed 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 linux-3.7 - # https://bugs.gentoo.org/show_bug.cgi?id=438516 - epatch "${FILESDIR}/ati-drivers-vm-reserverd.patch" - - # compile fix for AGP-less kernel, bug #435322 - epatch "${FILESDIR}"/ati-drivers-12.9-KCL_AGP_FindCapsRegisters-stub.patch - - # Use ACPI_DEVICE_HANDLE wrapper to make driver build on linux-3.8 - # see https://bugs.gentoo.org/show_bug.cgi?id=448216 - epatch "${FILESDIR}/ati-drivers-kernel-3.8-acpihandle.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" - cd "${S}" - - mkdir extra || die "mkdir failed" - cd extra - unpack ./../${FOLDER_PREFIX}usr/src/ati/fglrx_sample_source.tgz - - # Get rid of watermark. Oldest known reference: - # http://phoronix.com/forums/showthread.php?19875-Unsupported-Hardware-watermark - if use disable-watermark; then - ebegin "Disabling watermark" - driver="${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/drivers/fglrx_drv.so - for x in $(objdump -d ${driver}|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do - sed -i "s/${x/x5b/\x5b}/\x90\x90\x90\x90\x90/g" ${driver} || break 1 - done - eend $? || die "Disabling watermark failed" - fi -} - -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_test() { :; } # no tests present - -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 -} - -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-2.20.3"; then - ewarn "It is reported that xf86-video-intel-2.20.3 and later cause 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." - ewarn "For details, see https://bugs.gentoo.org/show_bug.cgi?id=430000" - 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/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild deleted file mode 100644 index f654369b4625..000000000000 --- a/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild +++ /dev/null @@ -1,633 +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/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v 1.14 2013/03/02 23:42:35 hwoarang Exp $ - -EAPI=4 - -inherit eutils multilib linux-info linux-mod toolchain-funcs versionator - -DESCRIPTION="Ati precompiled drivers for radeon r600 (HD Series) and newer chipsets" -HOMEPAGE="http://www.amd.com" -MY_V=( $(get_version_components) ) -if [[ ${MY_V[2]} != beta ]]; then - ATI_URL="http://www2.ati.com/drivers/linux/" - SRC_URI="${ATI_URL}/amd-driver-installer-${PV/./-}-x86.x86_64.run" - FOLDER_PREFIX="common/" -else - #SRC_URI="https://launchpad.net/ubuntu/natty/+source/fglrx-installer/2:${PV}-0ubuntu1/+files/fglrx-installer_${PV}.orig.tar.gz" - SRC_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-12.6-legacy-x86.x86_64.zip" - FOLDER_PREFIX="common/" -fi -IUSE="debug +modules multilib qt4 static-libs" - -LICENSE="AMD GPL-2 QPL-1.0" -KEYWORDS="amd64 x86" -SLOT="legacy" - -RESTRICT="bindist" - -RDEPEND=" - <=x11-base/xorg-server-1.12.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 - multilib? ( - app-emulation/emul-linux-x86-opengl - 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 - ) -" - -DEPEND="${RDEPEND} - 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 -" - -EMULTILIB_PKG="true" - -S="${WORKDIR}" - -# QA Silencing -QA_TEXTRELS=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/libatiadlxx.so - usr/lib*/xorg/modules/glesx.so - usr/lib*/libaticaldd.so - usr/lib*/dri/fglrx_dri.so -" - -QA_EXECSTACK=" - opt/bin/atiode - opt/bin/amdcccle - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_WX_LOAD=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_PRESTRIPPED=" - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so -" - -QA_SONAME=" - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libamdocl\(32\|64\)\?.so -" - -QA_DT_HASH=" - opt/bin/amdcccle - opt/bin/aticonfig - opt/bin/atiodcli - opt/bin/atiode - opt/bin/clinfo - opt/bin/fglrxinfo - opt/sbin/atieventsd - opt/sbin/amdnotifyui - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libatiuki.so.1.0 - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libfglrx_dm.so.1.0 - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/xorg/modules/amdxmm.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/xorg/modules/linux/libfglrxdrm.so - usr/lib\(32\|64\)\?/xorg/modules/drivers/fglrx_drv.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/fglrx-libglx.so - usr/lib\(32\|64\)\?/opengl/ati/lib/fglrx-libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libamdocl\(32\|64\)\?.so - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1 -" - -_check_kernel_config() { - local failed=0 - local error="" - if ! kernel_is ge 2 6; then - eerror "You need a 2.6 linux kernel to compile against!" - die "No 2.6 Kernel found" - fi - - if ! linux_chkconfig_present MTRR; then - ewarn "You don't have MTRR support enabled in the kernel." - ewarn "Direct rendering will not work." - fi - - if linux_chkconfig_builtin DRM; then - ewarn "You have DRM support built in to the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present AGP && \ - ! linux_chkconfig_present PCIEPORTBUS; then - ewarn "You don't have AGP and/or PCIe support enabled in the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present ACPI; then - eerror "${P} requires the ACPI support in the kernel" - eerror "Please enable it:" - eerror " CONFIG_ACPI=y" - eerror "in /usr/src/linux/.config or" - eerror " Power management and ACPI options --->" - eerror " [*] Power Management support" - eerror "in the 'menuconfig'" - error+=" CONFIG_ACPI disabled;" - failed=1 - fi - - if ! linux_chkconfig_present PCI_MSI; then - eerror "${P} requires MSI in the kernel." - eerror "Please enable it:" - eerror " CONFIG_PCI_MSI=y" - eerror "in /usr/src/linux/.config or" - eerror " Bus options (PCI etc.) --->" - eerror " [*] Message Signaled Interrupts (MSI and MSI-X)" - eerror "in the kernel config." - error+=" CONFIG_PCI_MSI disabled;" - failed=1 - fi - - if linux_chkconfig_present LOCKDEP; then - eerror "You've enabled LOCKDEP -- lock tracking -- in the kernel." - eerror "Unfortunately, this option exports the symbol lock_acquire as GPL-only." - eerror "This prevents ${P} from compiling with an error like this:" - eerror "FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol 'lock_acquire'" - eerror "Please make sure the following options have been unset:" - eerror " Kernel hacking --->" - eerror " [ ] Lock debugging: detect incorrect freeing of live locks" - eerror " [ ] Lock debugging: prove locking correctness" - eerror " [ ] Lock usage statistics" - eerror "in 'menuconfig'" - error+=" LOCKDEP enabled;" - failed=1 - fi - - use amd64 && if ! linux_chkconfig_present COMPAT; then - eerror "${P} requires COMPAT." - eerror "Please enable the 32 bit emulation:" - eerror "Executable file formats / Emulations --->" - eerror " [*] IA32 Emulation" - eerror "in the kernel config." - eerror "if this doesn't enable CONFIG_COMPAT add" - eerror " CONFIG_COMPAT=y" - eerror "in /usr/src/linux/.config" - error+=" COMPAT disabled;" - failed=1 - fi - - kernel_is ge 2 6 37 && kernel_is le 2 6 38 && if ! linux_chkconfig_present BKL ; then - eerror "${P} requires BKL." - eerror "Please enable the Big Kernel Lock:" - eerror "Kernel hacking --->" - eerror " [*] Big Kernel Lock" - eerror "in the kernel config." - eerror "or add" - eerror " CONFIG_BKL=y" - eerror "in /usr/src/linux/.config" - error+=" BKL disabled;" - failed=1 - fi - - [[ ${failed} -ne 0 ]] && die "${error}" -} - -pkg_pretend() { - # workaround until bug 365543 is solved - if use modules; then - linux-info_pkg_setup - require_configured_kernel - _check_kernel_config - fi -} - -pkg_setup() { - if use modules; then - MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)" - BUILD_TARGETS="kmod_build" - linux-mod_pkg_setup - BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}" - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=\"-DMODULE -DATI -DFGL\"" - if grep -q arch_compat_alloc_user_space ${KV_DIR}/arch/x86/include/asm/compat.h ; then - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space" - else - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space" - fi - fi - # Define module dir. - MODULE_DIR="${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod" - # get the xorg-server version and set BASE_DIR for that - BASE_DIR="${S}/xpic" - - # amd64/x86 - if use amd64 ; then - MY_BASE_DIR="${BASE_DIR}_64a" - PKG_LIBDIR=lib64 - ARCH_DIR="${S}/arch/x86_64" - else - MY_BASE_DIR="${BASE_DIR}" - PKG_LIBDIR=lib - ARCH_DIR="${S}/arch/x86" - fi - - elog - elog "Please note that this driver supports only graphic cards based on" - elog "r600 chipset and newer." - elog "This represent the AMD Radeon HD series at this moment." - elog - elog "If your card is older then use ${CATEGORY}/xf86-video-ati" - elog "For migration informations please reffer to:" - elog "http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml" - einfo -} - -src_unpack() { - if [[ ${MY_V[2]} == beta ]]; then - unpack ${A} - RUN=${A/%.zip/.run} - else - RUN=${A} - fi - sh "${S}"/${RUN} --extract "${S}" 2>&1 > /dev/null || die \ - 'unpack failed' -} - -src_prepare() { - # All kernel options for prepare are ment to be in here - if use modules; then - # version patches - # epatch "${FILESDIR}"/kernel/${PV}-*.patch - 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 "sed 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-2.patch - - #fixes bug #420751 - epatch "${FILESDIR}"/ati-drivers-do_mmap.patch - - # compile fix for linux-3.7 - # https://bugs.gentoo.org/show_bug.cgi?id=438516 - epatch "${FILESDIR}/ati-drivers-vm-reserverd.patch" - - # Use ACPI_DEVICE_HANDLE wrapper to make driver build on linux-3.8 - # see https://bugs.gentoo.org/show_bug.cgi?id=448216 - epatch "${FILESDIR}/ati-drivers-kernel-3.8-acpihandle.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" - cd "${S}" - - mkdir extra || die "mkdir failed" - cd extra - unpack ./../${FOLDER_PREFIX}usr/src/ati/fglrx_sample_source.tgz - - # Get rid of watermark. Oldest known reference: - # http://phoronix.com/forums/showthread.php?19875-Unsupported-Hardware-watermark - ebegin "Disabling watermark" - driver="${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/drivers/fglrx_drv.so - for x in $(objdump -d ${driver}|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do - sed -i "s/${x}/\x90\x90\x90\x90\x90/g" ${driver} || break 1 - done - eend $? || die "Disabling watermark 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_test() { :; } # no tests present - -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##*/} - ## let's keep also this alternative way ;) - #dosym ${soname} /usr/$(get_libdir)/${soname%.[0-9]} - dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so}) - 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 -} - -pkg_postinst() { - if has_version ">=x11-base/xorg-server-1.11.99"; then - ewarn "Problems have been reported with this driver and xorg-server-1.12." - ewarn "Stay with xorg-server-1.11 if you experience hangs (bug #436252)." - fi - - 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 -} - -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/ati-drivers/ati-drivers-12.8.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild deleted file mode 100644 index cf464b5c1741..000000000000 --- a/x11-drivers/ati-drivers/ati-drivers-12.8.ebuild +++ /dev/null @@ -1,634 +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/ati-drivers/ati-drivers-12.8.ebuild,v 1.7 2013/03/02 23:42:35 hwoarang Exp $ - -EAPI=4 - -inherit eutils multilib linux-info linux-mod toolchain-funcs versionator - -DESCRIPTION="Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets" -HOMEPAGE="http://www.amd.com" -MY_V=( $(get_version_components) ) -if [[ ${MY_V[2]} != beta ]]; then - ATI_URL="http://www2.ati.com/drivers/linux/" - SRC_URI="${ATI_URL}/amd-driver-installer-${PV/./-}-x86.x86_64.zip" - RUN="${WORKDIR}/amd-driver-installer-8.982-x86.x86_64.run" - FOLDER_PREFIX="common/" -else - #SRC_URI="https://launchpad.net/ubuntu/natty/+source/fglrx-installer/2:${PV}-0ubuntu1/+files/fglrx-installer_${PV}.orig.tar.gz" - SRC_URI="http://www2.ati.com/drivers/hotfix/catalyst_12.6_hotfixes/amd-driver-installer-8.98-x86.x86_64.zip" - FOLDER_PREFIX="common/" -fi -IUSE="debug +modules multilib qt4 static-libs" - -LICENSE="AMD GPL-2 QPL-1.0 as-is" -KEYWORDS="-* ~amd64 ~x86" -SLOT="1" - -RESTRICT="bindist" - -RDEPEND=" - <=x11-base/xorg-server-1.12.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 - multilib? ( - app-emulation/emul-linux-x86-opengl - 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 - ) -" - -DEPEND="${RDEPEND} - x11-proto/inputproto - x11-proto/xf86miscproto - x11-proto/xf86vidmodeproto - x11-proto/xineramaproto - x11-libs/libXtst - sys-apps/findutils - app-misc/pax-utils -" - -EMULTILIB_PKG="true" - -S="${WORKDIR}" - -# QA Silencing -QA_TEXTRELS=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/libatiadlxx.so - usr/lib*/xorg/modules/glesx.so - usr/lib*/libaticaldd.so - usr/lib*/dri/fglrx_dri.so -" - -QA_EXECSTACK=" - opt/bin/atiode - opt/bin/amdcccle - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_WX_LOAD=" - usr/lib*/opengl/ati/lib/libGL.so.1.2 - usr/lib*/dri/fglrx_dri.so -" - -QA_PRESTRIPPED=" - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so -" - -QA_SONAME=" - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libamdocl\(32\|64\)\?.so -" - -QA_FLAGS_IGNORED=" - opt/bin/amdcccle - opt/bin/aticonfig - opt/bin/atiodcli - opt/bin/atiode - opt/bin/clinfo - opt/bin/fglrxinfo - opt/sbin/atieventsd - opt/sbin/amdnotifyui - usr/lib\(32\|64\)\?/libaticalcl.so - usr/lib\(32\|64\)\?/libaticalrt.so - usr/lib\(32\|64\)\?/libatiuki.so.1.0 - usr/lib\(32\|64\)\?/libatiadlxx.so - usr/lib\(32\|64\)\?/libfglrx_dm.so.1.0 - usr/lib\(32\|64\)\?/libXvBAW.so.1.0 - usr/lib\(32\|64\)\?/libAMDXvBA.so.1.0 - usr/lib\(32\|64\)\?/xorg/modules/amdxmm.so - usr/lib\(32\|64\)\?/xorg/modules/glesx.so - usr/lib\(32\|64\)\?/xorg/modules/linux/libfglrxdrm.so - usr/lib\(32\|64\)\?/xorg/modules/drivers/fglrx_drv.so - usr/lib\(32\|64\)\?/libaticaldd.so - usr/lib\(32\|64\)\?/dri/fglrx_dri.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/libglx.so - usr/lib\(32\|64\)\?/opengl/ati/extensions/fglrx-libglx.so - usr/lib\(32\|64\)\?/opengl/ati/lib/fglrx-libGL.so.1.2 - usr/lib\(32\|64\)\?/opengl/ati/lib/libGL.so.1.2 - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libamdocl\(32\|64\)\?.so - usr/lib\(32\|64\)\?/OpenCL/vendors/amd/libOpenCL.so.1 -" - -_check_kernel_config() { - local failed=0 - local error="" - if ! kernel_is ge 2 6; then - eerror "You need a 2.6 linux kernel to compile against!" - die "No 2.6 Kernel found" - fi - - if ! linux_chkconfig_present MTRR; then - ewarn "You don't have MTRR support enabled in the kernel." - ewarn "Direct rendering will not work." - fi - - if linux_chkconfig_builtin DRM; then - ewarn "You have DRM support built in to the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present AGP && \ - ! linux_chkconfig_present PCIEPORTBUS; then - ewarn "You don't have AGP and/or PCIe support enabled in the kernel" - ewarn "Direct rendering will not work." - fi - - if ! linux_chkconfig_present ACPI; then - eerror "${P} requires the ACPI support in the kernel" - eerror "Please enable it:" - eerror " CONFIG_ACPI=y" - eerror "in /usr/src/linux/.config or" - eerror " Power management and ACPI options --->" - eerror " [*] Power Management support" - eerror "in the 'menuconfig'" - error+=" CONFIG_ACPI disabled;" - failed=1 - fi - - if ! linux_chkconfig_present PCI_MSI; then - eerror "${P} requires MSI in the kernel." - eerror "Please enable it:" - eerror " CONFIG_PCI_MSI=y" - eerror "in /usr/src/linux/.config or" - eerror " Bus options (PCI etc.) --->" - eerror " [*] Message Signaled Interrupts (MSI and MSI-X)" - eerror "in the kernel config." - error+=" CONFIG_PCI_MSI disabled;" - failed=1 - fi - - if linux_chkconfig_present LOCKDEP; then - eerror "You've enabled LOCKDEP -- lock tracking -- in the kernel." - eerror "Unfortunately, this option exports the symbol lock_acquire as GPL-only." - eerror "This prevents ${P} from compiling with an error like this:" - eerror "FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol 'lock_acquire'" - eerror "Please make sure the following options have been unset:" - eerror " Kernel hacking --->" - eerror " [ ] Lock debugging: detect incorrect freeing of live locks" - eerror " [ ] Lock debugging: prove locking correctness" - eerror " [ ] Lock usage statistics" - eerror "in 'menuconfig'" - error+=" LOCKDEP enabled;" - failed=1 - fi - - use amd64 && if ! linux_chkconfig_present COMPAT; then - eerror "${P} requires COMPAT." - eerror "Please enable the 32 bit emulation:" - eerror "Executable file formats / Emulations --->" - eerror " [*] IA32 Emulation" - eerror "in the kernel config." - eerror "if this doesn't enable CONFIG_COMPAT add" - eerror " CONFIG_COMPAT=y" - eerror "in /usr/src/linux/.config" - error+=" COMPAT disabled;" - failed=1 - fi - - kernel_is ge 2 6 37 && kernel_is le 2 6 38 && if ! linux_chkconfig_present BKL ; then - eerror "${P} requires BKL." - eerror "Please enable the Big Kernel Lock:" - eerror "Kernel hacking --->" - eerror " [*] Big Kernel Lock" - eerror "in the kernel config." - eerror "or add" - eerror " CONFIG_BKL=y" - eerror "in /usr/src/linux/.config" - error+=" BKL disabled;" - failed=1 - fi - - #if linux_chkconfig_present X86_X32; then - # eerror "You've enabled x32 in the kernel." - # eerror "Unfortunately, this option is not supported yet and prevents the fglrx" - # eerror "kernel module from loading." - # error+=" X86_32 enabled;" - # failed=1 - #fi - - [[ ${failed} -ne 0 ]] && die "${error}" -} - -pkg_pretend() { - # workaround until bug 365543 is solved - if use modules; then - linux-info_pkg_setup - if linux_config_exists; then - _check_kernel_config - fi - fi -} - -pkg_setup() { - if use modules; then - MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)" - BUILD_TARGETS="kmod_build" - linux-mod_pkg_setup - BUILD_PARAMS="GCC_VER_MAJ=$(gcc-major-version) KVER=${KV_FULL} KDIR=${KV_DIR}" - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=\"-DMODULE -DATI -DFGL\"" - if grep -q arch_compat_alloc_user_space ${KV_DIR}/arch/x86/include/asm/compat.h ; then - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space" - else - BUILD_PARAMS="${BUILD_PARAMS} CFLAGS_MODULE+=-DCOMPAT_ALLOC_USER_SPACE=compat_alloc_user_space" - fi - fi - # Define module dir. - MODULE_DIR="${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod" - # get the xorg-server version and set BASE_DIR for that - BASE_DIR="${S}/xpic" - - # amd64/x86 - if use amd64 ; then - MY_BASE_DIR="${BASE_DIR}_64a" - PKG_LIBDIR=lib64 - ARCH_DIR="${S}/arch/x86_64" - else - MY_BASE_DIR="${BASE_DIR}" - PKG_LIBDIR=lib - ARCH_DIR="${S}/arch/x86" - fi - - elog - elog "Please note that this driver supports only graphic cards based on" - elog "Evergreen chipset and newer." - elog "This represent the AMD Radeon HD 5400+ series at this moment." - elog - elog "If your card is older then use ${CATEGORY}/xf86-video-ati" - elog "For migration informations please reffer to:" - elog "http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml" - einfo -} - -src_unpack() { - #please note, RUN may be insanely assigned at top near SRC_URI - if [[ ${A} =~ .*\.zip ]]; then - unpack ${A} - [[ -z "$RUN" ]] && RUN="${S}/${A/%.zip/.run}" - else - RUN="${DISTDIR}/${A}" - fi - sh ${RUN} --extract "${S}" 2>&1 > /dev/null || die -} - -src_prepare() { - # All kernel options for prepare are ment to be in here - if use modules; then - # version patches - # epatch "${FILESDIR}"/kernel/${PV}-*.patch - 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 "sed 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 - - #fixes bug #420751 - epatch "${FILESDIR}"/ati-drivers-do_mmap.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 - - 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" - cd "${S}" - - mkdir extra || die "mkdir failed" - cd extra - unpack ./../${FOLDER_PREFIX}usr/src/ati/fglrx_sample_source.tgz - - # Get rid of watermark. Oldest known reference: - # http://phoronix.com/forums/showthread.php?19875-Unsupported-Hardware-watermark - ebegin "Disabling watermark" - driver="${MY_BASE_DIR}"/usr/X11R6/${PKG_LIBDIR}/modules/drivers/fglrx_drv.so - for x in $(objdump -d ${driver}|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do - sed -i "s/${x}/\x90\x90\x90\x90\x90/g" ${driver} || break 1 - done - eend $? || die "Disabling watermark 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_test() { :; } # no tests present - -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##*/} - ## let's keep also this alternative way ;) - #dosym ${soname} /usr/$(get_libdir)/${soname%.[0-9]} - dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so}) - 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 -} - -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 -} - -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/ati-drivers/files/ati-powermode-opt-path-2.patch b/x11-drivers/ati-drivers/files/ati-powermode-opt-path-2.patch deleted file mode 100644 index f5a35a304ec4..000000000000 --- a/x11-drivers/ati-drivers/files/ati-powermode-opt-path-2.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -ur common.orig/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh ---- common.orig/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2006-07-28 04:22:36.000000000 +0100 -+++ common/usr/share/doc/fglrx/examples/etc/acpi/ati-powermode.sh 2006-08-04 12:19:42.000000000 +0100 -@@ -4,6 +4,8 @@ - # Control script for ACPI lid state and AC adapter state - # - -+aticonfig='/opt/bin/aticonfig' -+ - getXuser() { - user=`finger| grep -m1 ":$displaynum " | awk '{print $1}'` - if [ x"$user" = x"" ]; then -@@ -47,7 +49,7 @@ - done - - #If PPLIB is enabled --su $user -c '/usr/bin/aticonfig --pplib-cmd="get version"' | grep PPLIB -+su $user -c '$aticonfig --pplib-cmd="get version"' | grep PPLIB - if [ $? = 0 ]; then - echo "Has PPLIB" - has_pplib=1 -@@ -61,15 +63,15 @@ - if [ ${lid_closed} -eq 1 -o ${on_dc} -eq 1 ]; then - echo "Low power" - if [ ${has_pplib} -eq 1 ]; then -- su $user -c '/usr/bin/aticonfig --pplib-cmd="notify psrc dc"' -+ su $user -c '$aticonfig --pplib-cmd="notify psrc dc"' - else -- su $user -c "/usr/bin/aticonfig --set-powerstate=1 --effective=now" -+ su $user -c "$aticonfig --set-powerstate=1" - fi - else - echo "high power" - if [ ${has_pplib} -eq 1 ]; then -- su $user -c '/usr/bin/aticonfig --pplib-cmd="notify psrc ac"' -+ su $user -c '$aticonfig --pplib-cmd="notify psrc ac"' - else -- su $user -c "/usr/bin/aticonfig --set-powerstate=3 --effective=now" -+ su $user -c "$aticonfig --set-powerstate=$($aticonfig --lsp | grep 'default state' | cut -c 3)" - fi - fi - diff --git a/x11-drivers/xf86-video-chips/files/xf86-video-chips-1.2.5-remove-mibstore_h.patch b/x11-drivers/xf86-video-chips/files/xf86-video-chips-1.2.5-remove-mibstore_h.patch new file mode 100644 index 000000000000..bfd94181e9f8 --- /dev/null +++ b/x11-drivers/xf86-video-chips/files/xf86-video-chips-1.2.5-remove-mibstore_h.patch @@ -0,0 +1,39 @@ +From 151a1ec855a9ada44907cb6bef06a71e9080504b Mon Sep 17 00:00:00 2001 +From: Adam Jackson +Date: Tue, 25 Sep 2012 12:54:34 +0000 +Subject: Remove mibstore.h + +Signed-off-by: Adam Jackson +--- +diff --git a/src/ct_driver.c b/src/ct_driver.c +index 6f3a5d4..effbc60 100644 +--- a/src/ct_driver.c ++++ b/src/ct_driver.c +@@ -96,9 +96,6 @@ + /* All drivers initialising the SW cursor need this */ + #include "mipointer.h" + +-/* All drivers implementing backing store need this */ +-#include "mibstore.h" +- + /* All drivers using the mi banking wrapper need this */ + #ifdef HAVE_ISA + #include "mibank.h" +@@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL) + pBankInfo = NULL; + return FALSE; + } +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + + /* Initialise cursor functions */ +@@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL) + } + } + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + #ifdef ENABLE_SILKEN_MOUSE + xf86SetSilkenMouse(pScreen); +-- +cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild new file mode 100644 index 000000000000..3b1704d17b14 --- /dev/null +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.5-r1.ebuild @@ -0,0 +1,16 @@ +# 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-chips/xf86-video-chips-1.2.5-r1.ebuild,v 1.1 2013/03/11 15:43:03 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Chips and Technologies video driver" + +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +PATCHES=( + "${FILESDIR}"/${P}-remove-mibstore_h.patch +) diff --git a/x11-drivers/xf86-video-intel/Manifest b/x11-drivers/xf86-video-intel/Manifest index 6c28d8f454b4..66fb3a9403cd 100644 --- a/x11-drivers/xf86-video-intel/Manifest +++ b/x11-drivers/xf86-video-intel/Manifest @@ -1,8 +1,4 @@ DIST xf86-video-intel-2.19.0.tar.bz2 1463260 SHA256 32133d61b14ce3b45b83a60e4ed8eb75159259d708f056144250aaeabf16e4bc SHA512 988f231570cdd7e5c60880472c8bee765def040addf1fa6e5bc9e8a8722b5500d4ae2b798383dc90f2ca3df439e230c4df2d7e3f7cb50341d2d3d38486520292 WHIRLPOOL a19605d2473e72fc4e81a7a327a9b8e9534bdfceca64b44a3d0fd62bf031c9ec10c7d12379b9ca327bde8bc90e15c73cee7ef2de71de00c92bc70969f2a91d37 DIST xf86-video-intel-2.20.13.tar.bz2 1649369 SHA256 0151104b58ff3509ecd05ac4ee2c5d81a78506c97afbed511fed6b263060dce3 SHA512 4f70ba1e794d26f8cbbb52c4936cfc8cdf4f43a353d9f921bf519a02a0c7f1b1eec6b3aa706ee6fc333a89b152416b9526f5d951ddea23ed70400e975c59febe WHIRLPOOL 101dff2402c75d0a48243ce1e3ac11e529f2d26a8d81321ae9ec528b6d35a3ed7647c342a2cf60389a69d677c29798c84e3252932b64f905966ef5af695cffbf -DIST xf86-video-intel-2.20.19.tar.bz2 1665703 SHA256 b9b20efe3118beaaa0f71954c9407a59bb439bf43dabe0eb4f1b62051cdbc74c SHA512 73efab7f5341d429eace74524ab1ed5f37a3dcbbaac177c31f1ff2bd1450b865d4cd05ecea07b38ecdec737f14ea75e88a0984f94b5586599cf9c64e2c6c1aba WHIRLPOOL eb16c7c55dd7da46aa1bd36eff0dfe1ebc06be3f641ec6bc600b946b47ebc1a7c82531ecda1399e30271f4ed9e98a1a7fdd4d1f5281e36f2accd2bdde9ccd172 -DIST xf86-video-intel-2.20.2.tar.bz2 1559622 SHA256 4c30cce0b5f7b427d76898c439f2c9fd31a8b45babd8ef82ec4c0004ae0a26a9 SHA512 bbb5bd42a31b67003ef440ce55593bc78feaf20a31bbf68b1152ad4dffbbb7f9a3581e63775024829d21260fc2d4e363fa47d9dba404e7a44bfced418eb6a940 WHIRLPOOL 40bd264ed3636be8117d7e2036bc044a4bdc074997765c851ce2097685e11cd241ff34cbf6611710e20f45210d0a5a81d61c96eaf6d33af48e44ed8104b63247 -DIST xf86-video-intel-2.21.0.tar.bz2 1690400 SHA256 d872adef06cbf1a4434811baad4b8a18feacc6633b59b36557e8d7db7161081c SHA512 45a0c743e8631e933987275affdf8a0bb14e54bbdd17f914216b27327a4b3fed6c535ed4b707bd1ab8bb367b3e45c96b07c7dac2358bd9c45648e5a768363a39 WHIRLPOOL eeb45facd4168049072dcbf588b6846d2b551bc7b3db8c956bddcccb00215ca53c82623ef3c6801878374cf47eb91c83cf6ebe4e9b668e815333e90e7297e8b2 -DIST xf86-video-intel-2.21.2.tar.bz2 1696958 SHA256 2e6890ecacc715caa5459581b00b63152e08646ea1b76330bf79b996a139d850 SHA512 50f903b8cc50ed5683cc8df31674fcc8d53686cc122115be8a997a03cb141ca13db74dbc4b9b1642d3c6f0e37b36a1ea489e553571c4363672bde45d1251627e WHIRLPOOL cdc95ce88b36c07248450c8b7a01c9cfcf409aa8b0e14e6ec72d5a877468924cb4314fb2a1a4269ebf3d71731af9bf592705886df8d9b95f3203f686a377d5cf DIST xf86-video-intel-2.21.3.tar.bz2 1699891 SHA256 1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb SHA512 513d35936a223cc2b75e415554e99d747e2e00f8bf5dc57b99b9962311d15d27ad8753358768708de487e381bf2207987fe1fadf23d866484fc07c51f0f9adfb WHIRLPOOL e7ca4534f2de68bb821ffea375d1f067d5fe1c42148bb43f8ebf980b41b82fb6c40f2bc904c4b50f2ac095f8c3eb1e203ab6b7cb67031da06fd1beba21519d5e DIST xf86-video-intel-2.9.1.tar.bz2 789001 SHA256 95347c88854c2b41c07ab3bcdfadd1b8d27fb181a20520f185892877eb8d9d76 SHA512 62a7c1852b2d0b89be93536e7852caf398fc743e11a12c5071baed5e767b29c382ff5eb9d6c3ab453fc4d94aa16245b607ef33b94198bf7c7626746772fcc290 WHIRLPOOL 7e61c5d1396829aa354c9fdfbe5a21723171390d86b3307a2a331061e128a9866408993410090fe5d607609d245c55843633730bc4521e9cb0ec478c8d6ede1c diff --git a/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.20.19-discard-mappings.patch b/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.20.19-discard-mappings.patch deleted file mode 100644 index a37b2e1ffb42..000000000000 --- a/x11-drivers/xf86-video-intel/files/xf86-video-intel-2.20.19-discard-mappings.patch +++ /dev/null @@ -1,31 +0,0 @@ -From de28027ffc649920268ae6fdd64146f08310e8a4 Mon Sep 17 00:00:00 2001 -From: Chris Wilson -Date: Wed, 30 Jan 2013 08:42:48 +0000 -Subject: sna/dri: Make sure we discard the existing mappings when swapping GPU bo - -If the GPU bo is currently mapped to the Pixmap, we need to be sure to -invalidate that mapping if we swap the GPU bo (for SwapBuffers). If we -forget, we leave a dangling pointer to chase. - -Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=60042 -Signed-off-by: Chris Wilson ---- -diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c -index 15b87dd..e33cd78 100644 ---- a/src/sna/sna_dri.c -+++ b/src/sna/sna_dri.c -@@ -498,6 +498,12 @@ static void set_bo(PixmapPtr pixmap, struct kgem_bo *bo) - if (priv->gpu_bo != bo) { - kgem_bo_destroy(&sna->kgem, priv->gpu_bo); - priv->gpu_bo = ref(bo); -+ if (priv->mapped) { -+ assert(!priv->shm && priv->stride); -+ pixmap->devPrivate.ptr = PTR(priv->ptr); -+ pixmap->devKind = priv->stride; -+ priv->mapped = false; -+ } - } - if (bo->domain != DOMAIN_GPU) - bo->domain = DOMAIN_NONE; --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild index 551c54b42870..f8660570fed7 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.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/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild,v 1.11 2013/01/02 21:37:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.19.0.ebuild,v 1.12 2013/03/11 14:23:32 chithanh Exp $ EAPI=4 @@ -12,7 +12,8 @@ DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="amd64 x86 ~amd64-fbsd -x86-fbsd" IUSE="glamor sna" -RDEPEND="x11-libs/libXext +RDEPEND="=x11-libs/libxcb-1.5 diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.19-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.19-r1.ebuild deleted file mode 100644 index cd90543fe602..000000000000 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.19-r1.ebuild +++ /dev/null @@ -1,69 +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-intel/xf86-video-intel-2.20.19-r1.ebuild,v 1.1 2013/01/31 14:54:31 chithanh Exp $ - -EAPI=5 - -XORG_DRI=dri -inherit linux-info xorg-2 - -DESCRIPTION="X.Org driver for Intel cards" - -KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna +udev uxa xvmc" - -REQUIRED_USE="|| ( glamor sna uxa )" - -RDEPEND="x11-libs/libXext - x11-libs/libXfixes - >=x11-libs/pixman-0.27.1 - >=x11-libs/libdrm-2.4.29[video_cards_intel] - glamor? ( - x11-libs/glamor - ) - sna? ( - >=x11-base/xorg-server-1.10 - ) - udev? ( - virtual/udev - ) - xvmc? ( - x11-libs/libXvMC - >=x11-libs/libxcb-1.5 - x11-libs/xcb-util - ) -" -DEPEND="${RDEPEND} - >=x11-proto/dri2proto-2.6 - x11-proto/resourceproto" - -PATCHES=( - "${FILESDIR}"/${P}-discard-mappings.patch -) - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable dri) - $(use_enable glamor) - $(use_enable sna) - $(use_enable uxa) - $(use_enable udev) - $(use_enable xvmc) - ) - xorg-2_src_configure -} - -pkg_postinst() { - if linux_config_exists \ - && ! linux_chkconfig_present DRM_I915_KMS; then - echo - ewarn "This driver requires KMS support in your kernel" - ewarn " Device Drivers --->" - ewarn " Graphics support --->" - ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" - ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" - ewarn " i915 driver" - ewarn " [*] Enable modesetting on intel by default" - echo - fi -} diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.2.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.2.ebuild deleted file mode 100644 index 56d23ab45c8d..000000000000 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.2.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/x11-drivers/xf86-video-intel/xf86-video-intel-2.20.2.ebuild,v 1.6 2013/01/02 21:37:45 mattst88 Exp $ - -EAPI=4 - -XORG_DRI=dri -inherit linux-info xorg-2 - -DESCRIPTION="X.Org driver for Intel cards" - -KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna" - -RDEPEND="x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXvMC - >=x11-libs/libxcb-1.5 - >=x11-libs/pixman-0.27.1 - x11-libs/xcb-util - >=x11-libs/libdrm-2.4.29[video_cards_intel] - glamor? ( - x11-libs/glamor - ) - sna? ( - >=x11-base/xorg-server-1.10 - )" -DEPEND="${RDEPEND} - >=x11-proto/dri2proto-2.6" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable dri) - $(use_enable glamor) - $(use_enable sna) - --enable-xvmc - ) - xorg-2_src_configure -} - -pkg_postinst() { - if linux_config_exists \ - && ! linux_chkconfig_present DRM_I915_KMS; then - echo - ewarn "This driver requires KMS support in your kernel" - ewarn " Device Drivers --->" - ewarn " Graphics support --->" - ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" - ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" - ewarn " i915 driver" - ewarn " [*] Enable modesetting on intel by default" - echo - fi -} diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.0.ebuild deleted file mode 100644 index 8d8594f3d1e0..000000000000 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.0.ebuild +++ /dev/null @@ -1,65 +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-intel/xf86-video-intel-2.21.0.ebuild,v 1.1 2013/02/05 03:22:26 mattst88 Exp $ - -EAPI=5 - -XORG_DRI=dri -inherit linux-info xorg-2 - -DESCRIPTION="X.Org driver for Intel cards" - -KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna +udev uxa xvmc" - -REQUIRED_USE="|| ( glamor sna uxa )" - -RDEPEND="x11-libs/libXext - x11-libs/libXfixes - >=x11-libs/pixman-0.27.1 - >=x11-libs/libdrm-2.4.29[video_cards_intel] - glamor? ( - x11-libs/glamor - ) - sna? ( - >=x11-base/xorg-server-1.10 - ) - udev? ( - virtual/udev - ) - xvmc? ( - x11-libs/libXvMC - >=x11-libs/libxcb-1.5 - x11-libs/xcb-util - ) -" -DEPEND="${RDEPEND} - >=x11-proto/dri2proto-2.6 - x11-proto/resourceproto" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable dri) - $(use_enable glamor) - $(use_enable sna) - $(use_enable uxa) - $(use_enable udev) - $(use_enable xvmc) - ) - xorg-2_src_configure -} - -pkg_postinst() { - if linux_config_exists \ - && ! linux_chkconfig_present DRM_I915_KMS; then - echo - ewarn "This driver requires KMS support in your kernel" - ewarn " Device Drivers --->" - ewarn " Graphics support --->" - ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" - ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" - ewarn " i915 driver" - ewarn " [*] Enable modesetting on intel by default" - echo - fi -} diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.2.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.2.ebuild deleted file mode 100644 index f124dbf4f320..000000000000 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.2.ebuild +++ /dev/null @@ -1,65 +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-intel/xf86-video-intel-2.21.2.ebuild,v 1.1 2013/02/11 19:28:34 remi Exp $ - -EAPI=5 - -XORG_DRI=dri -inherit linux-info xorg-2 - -DESCRIPTION="X.Org driver for Intel cards" - -KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna +udev uxa xvmc" - -REQUIRED_USE="|| ( glamor sna uxa )" - -RDEPEND="x11-libs/libXext - x11-libs/libXfixes - >=x11-libs/pixman-0.27.1 - >=x11-libs/libdrm-2.4.29[video_cards_intel] - glamor? ( - x11-libs/glamor - ) - sna? ( - >=x11-base/xorg-server-1.10 - ) - udev? ( - virtual/udev - ) - xvmc? ( - x11-libs/libXvMC - >=x11-libs/libxcb-1.5 - x11-libs/xcb-util - ) -" -DEPEND="${RDEPEND} - >=x11-proto/dri2proto-2.6 - x11-proto/resourceproto" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable dri) - $(use_enable glamor) - $(use_enable sna) - $(use_enable uxa) - $(use_enable udev) - $(use_enable xvmc) - ) - xorg-2_src_configure -} - -pkg_postinst() { - if linux_config_exists \ - && ! linux_chkconfig_present DRM_I915_KMS; then - echo - ewarn "This driver requires KMS support in your kernel" - ewarn " Device Drivers --->" - ewarn " Graphics support --->" - ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" - ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" - ewarn " i915 driver" - ewarn " [*] Enable modesetting on intel by default" - echo - fi -} diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.ebuild index 421bd8722b44..659992cfcbe8 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.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-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.ebuild,v 1.3 2013/02/14 13:28:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.24.ebuild,v 1.4 2013/03/11 14:56:11 polynomial-c Exp $ EAPI=2 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="dri" -RDEPEND="=x11-base/xorg-server-1.13" ; then + newins vboxvideo_drv_113.so vboxvideo_drv.so # xorg-server-1.12.x - if has_version ">=x11-base/xorg-server-1.12" ; then + elif has_version ">=x11-base/xorg-server-1.12" ; then newins vboxvideo_drv_112.so vboxvideo_drv.so # xorg-server-1.11.x elif has_version ">=x11-base/xorg-server-1.11" ; then diff --git a/x11-libs/qscintilla/files/qscintilla-2.7.1-designer.patch b/x11-libs/qscintilla/files/qscintilla-2.7.1-designer.patch new file mode 100644 index 000000000000..3fe2f57992e2 --- /dev/null +++ b/x11-libs/qscintilla/files/qscintilla-2.7.1-designer.patch @@ -0,0 +1,13 @@ +This patch causes the designer plugin to be built against the just-built +qscintilla, rather than trying to build against the system qscintilla +which may not be installed yet. + +--- designer-Qt4Qt5/designer.pro ++++ designer-Qt4Qt5/designer.pro +@@ -26,4 +26,5 @@ + target.path = $$[QT_INSTALL_PLUGINS]/designer + INSTALLS += target + +-LIBS += -L$$[QT_INSTALL_LIBS] -lqscintilla2 ++INCLUDEPATH = ../Qt4Qt5 ++LIBS += -L../Qt4Qt5 -lqscintilla2 diff --git a/x11-libs/qscintilla/qscintilla-2.7.1.ebuild b/x11-libs/qscintilla/qscintilla-2.7.1.ebuild index 02f00e9d6e66..2e415171b450 100644 --- a/x11-libs/qscintilla/qscintilla-2.7.1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.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/x11-libs/qscintilla/qscintilla-2.7.1.ebuild,v 1.1 2013/03/10 17:42:42 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.7.1.ebuild,v 1.2 2013/03/11 09:18:16 kensington Exp $ EAPI=5 @@ -26,6 +26,10 @@ PDEPEND="python? ( ~dev-python/qscintilla-python-${PV} )" S=${WORKDIR}/${MY_P} +PATCHES=( + "${FILESDIR}/${PN}-2.7.1-designer.patch" +) + src_unpack() { qt4-r2_src_unpack diff --git a/x11-misc/kapow/Manifest b/x11-misc/kapow/Manifest index cac086274de4..e2601637d42b 100644 --- a/x11-misc/kapow/Manifest +++ b/x11-misc/kapow/Manifest @@ -1,2 +1,2 @@ -DIST kapow-1.4.2-src.tar.bz2 419263 SHA256 2cc5a82bdd49466c9dd6ea57c91170c9c0b3c045569f6f7e4478160695e20cb1 SHA512 df762ab5bb46171d31dc58486f3635ed01677b277d2a1b7703672b5e94973c2c721c4aa5fa20e66256f5afbd3178774f96b29b3313a18eca462fcc7ae8cf8af9 WHIRLPOOL 7fc94dd5b2323f28defde8ece7ec83c51839f0641dc522dfe9df30bc59dbd494b23ba2567ffc2e2f5b5ecdf13ed5e8c3937d14b8435c3b0af8de3b3127c5ad0c DIST kapow-1.4.3-src.tar.bz2 425479 SHA256 f73bc86db9280f28e5d39a353ad1a925cac5be8087b8f9d5740fe7ca936af62e SHA512 aad034f4b3454f8bb73945add138b06895f191de5399783aafd3efc7a041501380bf6c9473856ee058319cddf22b519b5d7509debc76d45179c45bf0dffd351b WHIRLPOOL de6ea00cbb527a19981cb153918f0d3ec1b8c1d5a6fd152f339c7875cdc059a5e7a6647958a5670644aec73d35f9005c8681a21dd36a441bca48e6055b3aca57 +DIST kapow-1.4.4-src.tar.bz2 427133 SHA256 3dc24784931ad68e794f14b93306867d1ae2caf0689fffb2b3a5aede3b97728b SHA512 9164efa36dbbed092fdc834c2eb0603e5f72d8891cde0f55f2ac1894fcedfe28c85a3dfdf85c2408d91e91aa68f74771a504b23727d9175ab5f92c707ce875d6 WHIRLPOOL c5bf96cf44fa589030c97c67c32fd89e715cdd47991f5ed1fd67422d156e978914754b03c0a882c8cebca532e322ad55a84d8f37a8aef9883e5c9595e5b72e3c diff --git a/x11-misc/kapow/kapow-1.4.2.ebuild b/x11-misc/kapow/kapow-1.4.4.ebuild similarity index 76% rename from x11-misc/kapow/kapow-1.4.2.ebuild rename to x11-misc/kapow/kapow-1.4.4.ebuild index d6163b3eac62..651f10181d6f 100644 --- a/x11-misc/kapow/kapow-1.4.2.ebuild +++ b/x11-misc/kapow/kapow-1.4.4.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/x11-misc/kapow/kapow-1.4.2.ebuild,v 1.2 2013/03/02 23:49:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kapow/kapow-1.4.4.ebuild,v 1.1 2013/03/11 12:26:37 jer Exp $ -EAPI=4 +EAPI=5 inherit qt4-r2 DESCRIPTION="A punch clock program designed to easily keep track of your hours" @@ -21,4 +21,4 @@ src_configure() { eqmake4 kapow.pro PREFIX=/usr } -DOCS="ChangeLog README" +DOCS=( ChangeLog README ) diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest index c9f4a3d84e8a..97b37151f089 100644 --- a/x11-misc/xosview/Manifest +++ b/x11-misc/xosview/Manifest @@ -1 +1,2 @@ DIST xosview-1.12.tar.gz 134970 SHA256 24c7db88854af3b35683ebbcaa2dcb0ec3fd25df677af5713e25b4b5fa1b3c9b SHA512 e4f24a7cabe04fa3ede4448e823ab37b2b7ee5bd96a9cb7ca5d6c384e14eed331f6de79d7e1f1e735f57659cb66650c880e8719966753b3fe64947ed4bbfe732 WHIRLPOOL da280004205caa57cf4c9799d62f471f65d5b3952f7cfa7ff03f7aaa0b6c3af9f4bc2f7a50a271b316e9e926d48f1a4e405d7e74203a431157a24a40fabecd51 +DIST xosview-1.13.tar.gz 135285 SHA256 5f840842a3cb2bb37d76111c3035421f41c846de3ff1ddf3fd6d31a00d1a12e4 SHA512 edab5a0b7592b44e82ae7d4d5e0c364f920ea41577219fce6b1fe1dbf0a4162434d736abbc097a8ee202d384c241b73ca1f1398d9cd893a9322ed10b1981a691 WHIRLPOOL 544042cf86829694258b551c43cff8e02d162e98e3412da622aac4db14a0134a8c4f6589a81a87a28efe2cf245fc414742f3924bce7ceed81665db9f143016d5 diff --git a/x11-misc/xosview/xosview-1.13.ebuild b/x11-misc/xosview/xosview-1.13.ebuild new file mode 100644 index 000000000000..77125e566dd3 --- /dev/null +++ b/x11-misc/xosview/xosview-1.13.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.13.ebuild,v 1.1 2013/03/11 12:18:53 jer Exp $ + +EAPI=4 + +inherit eutils toolchain-funcs + +DESCRIPTION="X11 operating system viewer" +HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" +SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="suid" + +COMMON_DEPS="x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXt" +RDEPEND="${COMMON_DEPS} + media-fonts/font-misc-misc" +DEPEND="${COMMON_DEPS} + x11-proto/xproto" + +src_prepare() { + sed -e 's:lib/X11/app:share/X11/app:g' \ + -i xosview.1 || die + tc-export CXX +} + +src_compile() { + emake OPTFLAGS="${CXXFLAGS}" +} + +src_install() { + dobin ${PN} + use suid && fperms 4755 /usr/bin/${PN} + insinto /usr/share/X11/app-defaults + newins Xdefaults XOsview + doman *.1 + dodoc CHANGES README.linux TODO +} + +pkg_postinst() { + if ! use suid ; then + ewarn "If you want to use serial meters ${PN} needs to be executed as root." + ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details." + fi +} diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest index 9f17bda6b017..8e6c40a9fe25 100644 --- a/xfce-base/xfdesktop/Manifest +++ b/xfce-base/xfdesktop/Manifest @@ -1,2 +1,3 @@ DIST xfdesktop-4.10.0.tar.bz2 1098862 SHA256 897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b SHA512 7cc60b23b87120b83a9917f8c48c613fe832dc9b3f73beefd8d808a186221f1c2d2d0631b1fed301b2e014bb25b61ebbe20e6fc2d927e20aa94bf9a539f0271a WHIRLPOOL 72455139e5079ded34ed317d9ad44dbba5d738f3ddb6e880f89d90d4678e877fe3e27f0a4cbfd261e2ee0b4a80a24c3a459ad87201f6f562268c9832daf8bf4e DIST xfdesktop-4.10.1.tar.bz2 1144840 SHA256 2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad SHA512 d650b7d7704e38827e9a729e9e86d4d8f48c52296d22bbd697c96ae7525c6489892611d1f84b0cba9de738c32b465fc04666390b94b2860457bf626be56de6b8 WHIRLPOOL b7f99ed65c8a1dc991da8fa042e7cb04f867ceeecf25bf930dea74990edc2f71258c0128ec00015282639d152edcd16c4f67195173acf05f8660554bc112cd59 +DIST xfdesktop-4.10.2.tar.bz2 1144561 SHA256 49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d SHA512 274e61fc08ab7738584a27cabce897bd3692200ffe88ad5542bf3c3d6fba128166a499b8aca2b571501d9c66cafa1b3af6a9d52638e20dee7dc79dc5ea48544c WHIRLPOOL 5f3b0ffcc7baf2cbc0d864038f38691f8ae60f60288ae558754d0a503373fd31ba49c605ae512c51e78614eaacb4e3c414f07bd1d46dcd151e10154486325e9f diff --git a/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild b/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild new file mode 100644 index 000000000000..77c884465bc1 --- /dev/null +++ b/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild,v 1.1 2013/03/11 10:08:50 ssuominen Exp $ + +EAPI=5 +inherit xfconf + +DESCRIPTION="Desktop manager for the Xfce desktop environment" +HOMEPAGE="http://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="debug libnotify thunar" + +RDEPEND=">=dev-libs/glib-2.20 + >=x11-libs/gtk+-2.24:2 + x11-libs/libSM + >=x11-libs/libwnck-2.30:1 + x11-libs/libX11 + >=xfce-base/exo-0.8 + >=xfce-base/garcon-0.2 + >=xfce-base/libxfce4ui-4.10 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/xfconf-4.10 + libnotify? ( >=x11-libs/libnotify-0.7 ) + thunar? ( + >=xfce-base/thunar-1.6[dbus] + >=dev-libs/dbus-glib-0.100 + )" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + --docdir="${EPREFIX}"/usr/share/doc/${PF} + $(use_enable thunar file-icons) + $(use_enable thunar thunarx) + $(use_enable libnotify notifications) + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README TODO ) +}