diff --git a/app-text/sigil/Manifest b/app-text/sigil/Manifest index 42ce7a3784d7..36f5a1b0e0f4 100644 --- a/app-text/sigil/Manifest +++ b/app-text/sigil/Manifest @@ -1,2 +1,2 @@ DIST sigil-0.8.7.tar.gz 19394061 SHA256 0352cc46714ebb5067a0fbdbbc76dded8f10ea0f4f43374c7dbcac6eba49e104 SHA512 24b74c835ae1f8fb887c9d2c59b3ccc6720ce1fe8d19a6b0056754ab5ea6e63c34c4b229f4e4b3a880e722876d288e58385f5a0ad15b295f147b77b1acf28652 WHIRLPOOL 2cb7a8a928069a2f005396faa9bdacde1f77f3cca3a3ba2458b8562e48298a127b9de9d7ecea5f106ad68865d5074b13fff5a234497b2b6655ac1a3c3edef827 -DIST sigil-0.8.901_pre.tar.gz 17447097 SHA256 f72b22949679d545e0565c77361f574d4b6149c7b74f4ea855d4ef8f9b85bbb3 SHA512 a776cf5cc2f39a69dd02df8ced07523317f6e6b9259525efd98169410430c7a400275c1e4e1b5676cd96b22a22a0993a29c32c3bf37842cbcc278064b15c1356 WHIRLPOOL 0a410b374eb0490778b209a5579142cf85f43407ea6082ccf8c864f7f350a12d3502ced0b31ecb619a017c89c8e60ffe0fbc3d9d35c1262991822d89f3b9887c +DIST sigil-0.9.0.tar.gz 17446877 SHA256 39887e1f76236e796d29c679f327c7183907c47b522794a00090eb1aa04dac92 SHA512 f83e5e8ae233e8784ad25345890a33424cf951a3d385d26a69b0efbabe87b22ab9466a6faed93f1106875642ef395c6f20c69b556661b6fe24388946d677746b WHIRLPOOL d6cca23116a428fc032538ab7fda1ab1d2afa703b8f665d58c03bcd5568e6174f1efbc43b7c5cb7f9e8b91866ea93d8cf01428fbd47748a26b4906152de972c8 diff --git a/app-text/sigil/sigil-0.8.901_pre.ebuild b/app-text/sigil/sigil-0.9.0.ebuild similarity index 86% rename from app-text/sigil/sigil-0.8.901_pre.ebuild rename to app-text/sigil/sigil-0.9.0.ebuild index 43cb414b4e37..98abaadb2971 100644 --- a/app-text/sigil/sigil-0.8.901_pre.ebuild +++ b/app-text/sigil/sigil-0.9.0.ebuild @@ -5,17 +5,16 @@ EAPI=5 CMAKE_MIN_VERSION="3.0" -# Sigil supports Python 3.5 already. Include it when we have the deps for it. +# Sigil supports Python 3.5 already. Include it when our deps support it. PYTHON_COMPAT=( python3_4 ) inherit eutils cmake-utils python-single-r1 MY_PN="Sigil" -MY_PV="0.8.901" DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format" HOMEPAGE="http://sigil-ebook.com/" -SRC_URI="https://github.com/Sigil-Ebook/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Sigil-Ebook/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -23,7 +22,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - dev-libs/boost[threads] + app-text/hunspell + dev-libs/boost[threads,${PYTHON_USEDEP}] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[${PYTHON_USEDEP}] @@ -54,7 +54,7 @@ DEPEND="${RDEPEND} >=dev-qt/linguist-tools-5.4:5 " -S="${WORKDIR}/${MY_PN}-${MY_PV}" +S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( ChangeLog.txt README.md ) diff --git a/dev-ml/ocaml-dns/Manifest b/dev-ml/ocaml-dns/Manifest index 01f2a439d1b9..022296ff4141 100644 --- a/dev-ml/ocaml-dns/Manifest +++ b/dev-ml/ocaml-dns/Manifest @@ -1 +1,2 @@ DIST ocaml-dns-0.15.3.tar.gz 143042 SHA256 cc1361e51d1a7b6fa8d552dc06cad09288ba00e78a9ddcd5a0e49ab3d12a9619 SHA512 7176e93a263975d31a6757acf01ac5be10eb34b19a2c3a5d5e92b087a574e76db16861923162ad73833379dc5132868d0b91e1f2ed692e2bdff5667938a76db6 WHIRLPOOL 9b282ffdaf9fd834d449e33176fb9e5a231e6a7f2a1a12b0da4825a96f820b3f87a73c9e4751c19bbf80c9b8ab2f30c1730003b010bd6153b83bb9009334986d +DIST ocaml-dns-0.16.0.tar.gz 146761 SHA256 b8b56f9979b650ae3f1a9a52385027c5a80e7f5bd25e6326d0fef480a5f0a56f SHA512 8d5f8c63074dae68d31dd1a592d3fa6b69e0963aa674110e501a575b4cb75c3a9a5ad6b1efffd118d69eff6dcf71f34b102264a127c9b336b2f04de5a90ee976 WHIRLPOOL f927983e894c65c1ed007897bd0dae2f2b45fdf215a12c50e15c4a554f6c9c9f69e5ea5defd60f71478ad527995957698b63cf48b24601f82098c55e97002e05 diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild b/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild new file mode 100644 index 000000000000..bf1a7813ec71 --- /dev/null +++ b/dev-ml/ocaml-dns/ocaml-dns-0.16.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="A pure OCaml implementation of the DNS protocol" +HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="async +lwt" + +RDEPEND=" + async? ( >=dev-ml/async-112.24.00:= ) + lwt? ( >=dev-ml/lwt-2.4.7:= + dev-ml/ocaml-cstruct:=[lwt(-)] ) + >=dev-lang/ocaml-4:= + dev-ml/cmdliner:= + dev-ml/mirage-profile:= + >=dev-ml/ocaml-base64-2.0.0:= + >=dev-ml/ocaml-cstruct-1.0.1:= + >=dev-ml/ocaml-ipaddr-2.6.0:= + dev-ml/ocaml-re:= + >=dev-ml/ocaml-uri-1.7.0:= + !=www-apache/mod_perl-2.0' && HAVE_MP2=2 + + [ -n "${HAVE_APACHE2}" ] && SETWARN=1 + [ -n "${HAVE_MP2}" ] && SETWARN=1 + + if [ "${SETWARN}" == "1" ]; then + ewarn "Apache2 or mod_perl2 were detected." + ewarn "" + ewarn "NOTE FROM THE AUTHOR OF RPC-XML" + ewarn "" + ewarn "At present, this package does not work with Apache2 and the soon-to-be" + ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" + ewarn "try and support both within the same class (I tried, using the compatibility" + ewarn "layer). Also, mp2 does not currently provide support for sections, which" + ewarn "are the real strength of the Apache::RPC::Server class." + fi +} diff --git a/dev-perl/Regexp-RegGrp/Manifest b/dev-perl/Regexp-RegGrp/Manifest index aa9a7991d639..d2759b284899 100644 --- a/dev-perl/Regexp-RegGrp/Manifest +++ b/dev-perl/Regexp-RegGrp/Manifest @@ -1 +1,2 @@ DIST Regexp-RegGrp-1.002001.tar.gz 24354 SHA256 fb629d155aebeed9f5da87fa1af94160b883e4c91df772be2311b5704685b551 SHA512 0525e02b686616bc073de784df1e5b792c09ec033db2fe322308d40352a3a9ebd4bdafc270b4253fa29bd90cd78312bb9831aef96f55298005b7f1d1b1299ee6 WHIRLPOOL 27d118ca4b3d6e0d622273b9027ba6917e388a682ef033a5115f51243facf9a0bc32fe287a40d197f65cf4fd5f8715ab9b516f5e4cbef73e74dd71c36dd7fb5c +DIST Regexp-RegGrp-2.00.tar.gz 26393 SHA256 0dbce0eefd5a1b9d7a54e8f08ba95648e29db15934eda5a579fc8ae3caf9baea SHA512 20a9bb52c403a98a8be6ace6fa2f3896edaeedd2c46fa44233787638ad2266f7858757d50862fee25fddb4eff0847487f9d1c2469687a9002ebb86e6d119dbc9 WHIRLPOOL c8a5d088ea9887306ada6a38d9ba098eb96c37bedc264d9c114e37c70b98731ca5f459d09afcdd6b063e883de654f8e8239406de24b742fb1b10a9733f2fe0f8 diff --git a/dev-perl/Regexp-RegGrp/Regexp-RegGrp-2.0.0.ebuild b/dev-perl/Regexp-RegGrp/Regexp-RegGrp-2.0.0.ebuild new file mode 100644 index 000000000000..5f8577c55097 --- /dev/null +++ b/dev-perl/Regexp-RegGrp/Regexp-RegGrp-2.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR=LEEJO +MODULE_VERSION=2.00 +inherit perl-module + +DESCRIPTION='Groups a regular expressions collection' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.560.0 + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" + +# Dubious tes.t +PERL_RM_FILES=( + t/01-data.t +) diff --git a/dev-perl/Role-Tiny/Manifest b/dev-perl/Role-Tiny/Manifest index b1df9a7da5fd..b7931126f033 100644 --- a/dev-perl/Role-Tiny/Manifest +++ b/dev-perl/Role-Tiny/Manifest @@ -1,2 +1,3 @@ DIST Role-Tiny-1.003002.tar.gz 25518 SHA256 7eded275f400aad4eb3624ab395ab9132e299a46d75a21299e6c95e271643676 SHA512 130f9d961caade61a7d2f077945f008b6196db0eb6ddbcb64093bf39421232c30bc1653821754acea336ec0469ea970b49959dd7bd4b2749ea77ed7a7332c6ca WHIRLPOOL 190106c581255af93a349e1ac6150b14941a5ba30b7f0f10017178af3acba556bb841b25f2636bc1064c1f3d0f05f2d51be78eaa2e68a5516e335e37a3e0b5ee DIST Role-Tiny-2.000000.tar.gz 21755 SHA256 a5f461e79d9433745807614c3be94f070375a0d4ed277189752fd0fecfe06091 SHA512 afa256d6a5882e7a466294fb0b24bad31fbb5c28e080cd072e704a05b15b702aabe3deb16deddedc892450345c06e2c5cbf0acbaf66432b3982fd481a92db40f WHIRLPOOL bed78cdaa67ef0f3605b5c5e48bc6756757398d2f1668373b21fc47437f06d05aaae732927b04e41bc6910ec3d0c2f946a330e33424cf9dc5d2e3766f15b6efe +DIST Role-Tiny-2.000001.tar.gz 21947 SHA256 31883410a7c85d6dc7501c718b1f83edba013a7b9bbccf0338a1033c391f296d SHA512 64d13232db363ba53d2e1e7eb69162ef4411e3ec700dbb652fa6c91aab9b2d248ff83203274d1d1e05cc03342706566a80387b0b11dda912906da8bdc9b4f816 WHIRLPOOL 9553a4adad4ffe5e6d874411a01078e6a3fd572563432d1933861211c48fd50886e95048166ffbb0c0b23cd7ee2f3e6efc093427155f6d875965c8a4944e8cef diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.1.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.0.1.ebuild new file mode 100644 index 000000000000..6b0f65cc6a40 --- /dev/null +++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=HAARG +MODULE_VERSION=2.000001 +inherit perl-module + +DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + ! + + + + dlcampbell@gmx.com + Daniel Campbell + + + SMTube is a Qt-based frontend to Youtube and other video services + that allows you to play videos directly in a variety of media players. + + + smtube + + + Build using Qt 5 instead of Qt 4 + + diff --git a/media-video/smtube/smtube-15.11.0.ebuild b/media-video/smtube/smtube-15.11.0.ebuild new file mode 100644 index 000000000000..2a78a1e41faa --- /dev/null +++ b/media-video/smtube/smtube-15.11.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PLOCALES="el en es eu gl hu ja lt pl pt ru_RU zh_CN" +PLOCALE_BACKUP="en" + +inherit l10n qt4-r2 + +DESCRIPTION="YouTube Browser for SMPlayer" +HOMEPAGE="http://smplayer.sourceforge.net/smtube" +SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +SLOT="0" +IUSE="qt5" + +# Deps in makefile seemed to be -core, -network, -script, -gui, -webkit, but the +# given packages seem to be deprecated... +DEPEND="qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebkit:5 ) + !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 )" +RDEPEND="${DEPEND} + || ( media-video/smplayer[streaming] media-video/mpv media-video/mplayer media-video/vlc media-video/totem media-video/gnome-mplayer )" + +src_prepare() { + eqmake4 src/${PN}.pro +} + +gen_translation() { + lrelease ${PN}_${1}.ts + eend $? || die "failed to generate $1 translation" +} + +src_compile() { + emake + + cd "${S}"/src/translations + l10n_for_each_locale_do gen_translation +} + +install_locale() { + insinto /usr/share/${PN}/translations + doins "${S}"/src/translations/${PN}_${1}.qm + eend $? || die "failed to install $1 translation" +} + +src_install() { + dobin ${PN} + domenu ${PN}.desktop + newicon icons/${PN}_64.png ${PN}.png + dodoc Changelog + + l10n_for_each_locale_do install_locale +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 39cec5126e9c..dc78941f757e 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 27 Nov 2015 09:16:48 +0000 +Fri, 27 Nov 2015 11:16:26 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 39cec5126e9c..dc78941f757e 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 27 Nov 2015 09:16:48 +0000 +Fri, 27 Nov 2015 11:16:26 +0000 diff --git a/metadata/md5-cache/app-text/sigil-0.8.901_pre b/metadata/md5-cache/app-text/sigil-0.8.901_pre deleted file mode 100644 index 10c6d6cc8bd7..000000000000 --- a/metadata/md5-cache/app-text/sigil-0.8.901_pre +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-libs/boost[threads] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=sys-devel/gcc-4.8 virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 sys-devel/make >=dev-util/cmake-3.0 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Sigil is a multi-platform WYSIWYG ebook editor for ePub format -EAPI=5 -HOMEPAGE=http://sigil-ebook.com/ -IUSE=python_targets_python3_4 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/boost[threads] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] -SLOT=0 -SRC_URI=https://github.com/Sigil-Ebook/Sigil/archive/0.8.901.tar.gz -> sigil-0.8.901_pre.tar.gz -_eclasses_=cmake-utils f16fa5681153277df51f001deaf17ff8 eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 f0877a50e1277a64cd4fe5855250102b python-utils-r1 7d52f592fc09a002ea150d69507b5bad toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=40e6b725048f5f380ca6903d1d5b0a38 diff --git a/metadata/md5-cache/app-text/sigil-0.9.0 b/metadata/md5-cache/app-text/sigil-0.9.0 new file mode 100644 index 000000000000..0a97bc755136 --- /dev/null +++ b/metadata/md5-cache/app-text/sigil-0.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=sys-devel/gcc-4.8 virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 sys-devel/make >=dev-util/cmake-3.0 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Sigil is a multi-platform WYSIWYG ebook editor for ePub format +EAPI=5 +HOMEPAGE=http://sigil-ebook.com/ +IUSE=python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] +SLOT=0 +SRC_URI=https://github.com/Sigil-Ebook/Sigil/archive/0.9.0.tar.gz -> sigil-0.9.0.tar.gz +_eclasses_=cmake-utils f16fa5681153277df51f001deaf17ff8 eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 f0877a50e1277a64cd4fe5855250102b python-utils-r1 7d52f592fc09a002ea150d69507b5bad toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=45740933dba923d7f35d71122a88fa7e diff --git a/metadata/md5-cache/dev-ml/ocaml-dns-0.16.0 b/metadata/md5-cache/dev-ml/ocaml-dns-0.16.0 new file mode 100644 index 000000000000..bc807ceb4e8f --- /dev/null +++ b/metadata/md5-cache/dev-ml/ocaml-dns-0.16.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=test? ( dev-ml/ounit dev-ml/ocaml-pcap ) async? ( >=dev-ml/async-112.24.00:= ) lwt? ( >=dev-ml/lwt-2.4.7:= dev-ml/ocaml-cstruct:=[lwt(-)] ) >=dev-lang/ocaml-4:= dev-ml/cmdliner:= dev-ml/mirage-profile:= >=dev-ml/ocaml-base64-2.0.0:= >=dev-ml/ocaml-cstruct-1.0.1:= >=dev-ml/ocaml-ipaddr-2.6.0:= dev-ml/ocaml-re:= >=dev-ml/ocaml-uri-1.7.0:= !=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] +DESCRIPTION=A pure OCaml implementation of the DNS protocol +EAPI=5 +HOMEPAGE=https://github.com/mirage/ocaml-dns https://mirage.io +IUSE=async +lwt +ocamlopt debug doc test +KEYWORDS=~amd64 +LICENSE=LGPL-2 LGPL-2.1-with-linking-exception ISC +RDEPEND=async? ( >=dev-ml/async-112.24.00:= ) lwt? ( >=dev-ml/lwt-2.4.7:= dev-ml/ocaml-cstruct:=[lwt(-)] ) >=dev-lang/ocaml-4:= dev-ml/cmdliner:= dev-ml/mirage-profile:= >=dev-ml/ocaml-base64-2.0.0:= >=dev-ml/ocaml-cstruct-1.0.1:= >=dev-ml/ocaml-ipaddr-2.6.0:= dev-ml/ocaml-re:= >=dev-ml/ocaml-uri-1.7.0:= !=dev-lang/ocaml-3.12:=[ocamlopt?] +SLOT=0/0.16.0 +SRC_URI=https://github.com/mirage/ocaml-dns/archive/v0.16.0.tar.gz -> ocaml-dns-0.16.0.tar.gz +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils f20548a2f7b0128068388cd2ec26708a findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 3972ca401cf7dbb430df9995f5d8d580 oasis dab31007fb098ff15db810bfe5001e64 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=ddf019589030777ff7df920c2b64acd1 diff --git a/metadata/md5-cache/dev-perl/RPC-XML-0.790.0 b/metadata/md5-cache/dev-perl/RPC-XML-0.790.0 new file mode 100644 index 000000000000..83a3c88fe305 --- /dev/null +++ b/metadata/md5-cache/dev-perl/RPC-XML-0.790.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=>=virtual/perl-File-Spec-0.800.0 >=dev-perl/libwww-perl-5.834.0 >=virtual/perl-Module-Load-0.240.0 >=virtual/perl-Scalar-List-Utils-1.200.0 >=dev-perl/XML-LibXML-1.850.0 >=dev-perl/XML-Parser-2.310.0 virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.940.0 ) dev-lang/perl:=[-build(-)] +DESCRIPTION=An implementation of XML-RPC +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/RPC-XML/ +IUSE=test +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=|| ( Artistic-2 LGPL-2.1 ) +RDEPEND=>=virtual/perl-File-Spec-0.800.0 >=dev-perl/libwww-perl-5.834.0 >=virtual/perl-Module-Load-0.240.0 >=virtual/perl-Scalar-List-Utils-1.200.0 >=dev-perl/XML-LibXML-1.850.0 >=dev-perl/XML-Parser-2.310.0 dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RJ/RJRAY/RPC-XML-0.79.tar.gz +_eclasses_=eutils f20548a2f7b0128068388cd2ec26708a multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-module 1cfb38bf68a24c8394e41d2f53003146 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 +_md5_=4ff22db78e9bc2866c0b763fdad9f2c2 diff --git a/metadata/md5-cache/dev-perl/Regexp-RegGrp-2.0.0 b/metadata/md5-cache/dev-perl/Regexp-RegGrp-2.0.0 new file mode 100644 index 000000000000..63f09aef69ea --- /dev/null +++ b/metadata/md5-cache/dev-perl/Regexp-RegGrp-2.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=virtual/perl-ExtUtils-MakeMaker-6.560.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] +DESCRIPTION=Groups a regular expressions collection +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Regexp-RegGrp/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/L/LE/LEEJO/Regexp-RegGrp-2.00.tar.gz +_eclasses_=eutils f20548a2f7b0128068388cd2ec26708a multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-module 1cfb38bf68a24c8394e41d2f53003146 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 +_md5_=206aae5cb610b0ede6b4a67564f2cf76 diff --git a/metadata/md5-cache/dev-perl/Role-Tiny-2.0.1 b/metadata/md5-cache/dev-perl/Role-Tiny-2.0.1 new file mode 100644 index 000000000000..e715ba9c1036 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Role-Tiny-2.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=virtual/perl-Exporter-5.570.0 !=dev-perl/Test-Fatal-0.3.0 >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl:=[-build(-)] +DESCRIPTION=Roles. Like a nouvelle cuisine portion size slice of Moose +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Role-Tiny/ +IUSE=test +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-macos ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-Exporter-5.570.0 !=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=PSF-2 +PDEPEND=>=dev-python/certifi-2015.04.28[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +RDEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.6.1.tar.gz +_eclasses_=distutils-r1 46506dd0dd992b3c89b0d00daabfd86c eutils f20548a2f7b0128068388cd2ec26708a multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 fb656e31d5596be6ac85cde42dccfcb6 python-utils-r1 7d52f592fc09a002ea150d69507b5bad toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=1ae02f319935a501fdaef05ed371e4ee diff --git a/metadata/md5-cache/media-video/smtube-15.11.0 b/metadata/md5-cache/media-video/smtube-15.11.0 new file mode 100644 index 000000000000..f50fdb312aa0 --- /dev/null +++ b/metadata/md5-cache/media-video/smtube-15.11.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebkit:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +DESCRIPTION=YouTube Browser for SMPlayer +EAPI=5 +HOMEPAGE=http://smplayer.sourceforge.net/smtube +IUSE=qt5 linguas_el linguas_en linguas_es linguas_eu linguas_gl linguas_hu linguas_ja linguas_lt linguas_pl linguas_pt linguas_ru_RU linguas_zh_CN +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebkit:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) || ( media-video/smplayer[streaming] media-video/mpv media-video/mplayer media-video/vlc media-video/totem media-video/gnome-mplayer ) +SLOT=0 +SRC_URI=mirror://sourceforge/smplayer/smtube-15.11.0.tar.bz2 +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils f20548a2f7b0128068388cd2ec26708a l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils bd69cb386c63df4642cf1392b50c8d81 qt4-r2 cb2cb5856695b300266b425da70e82d8 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=f00360f41e44bcc04c5d3209410cc58f diff --git a/metadata/md5-cache/sci-libs/cbflib-0.9.2.10 b/metadata/md5-cache/sci-libs/cbflib-0.9.2.10 deleted file mode 100644 index 1dc9103cdf68..000000000000 --- a/metadata/md5-cache/sci-libs/cbflib-0.9.2.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install prepare setup test -DEPEND=sci-libs/hdf5:= virtual/fortran -DESCRIPTION=Library providing a simple mechanism for accessing CBF files and imgCIF files -EAPI=5 -HOMEPAGE=http://www.bernstein-plus-sons.com/software/CBF/ -IUSE=doc test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=sci-libs/hdf5:= virtual/fortran -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/cbflib/CBFlib-0.9.2.10.tar.gz -_eclasses_=eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=21d6bbe79e3a2127b7a6e3a2d3e7995e diff --git a/metadata/md5-cache/sci-libs/cbflib-0.9.2.10-r1 b/metadata/md5-cache/sci-libs/cbflib-0.9.2.10-r1 deleted file mode 100644 index 32c3ab466804..000000000000 --- a/metadata/md5-cache/sci-libs/cbflib-0.9.2.10-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install prepare setup test -DEPEND=sci-libs/hdf5:= virtual/fortran -DESCRIPTION=Library providing a simple mechanism for accessing CBF files and imgCIF files -EAPI=5 -HOMEPAGE=http://www.bernstein-plus-sons.com/software/CBF/ -IUSE=doc test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=sci-libs/hdf5:= virtual/fortran -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/cbflib/CBFlib-0.9.2.10.tar.gz -_eclasses_=eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1f293019ded8c2a030c958f8015fc173 diff --git a/metadata/md5-cache/sci-libs/cbflib-0.9.2.2 b/metadata/md5-cache/sci-libs/cbflib-0.9.2.2 deleted file mode 100644 index eac9150a0753..000000000000 --- a/metadata/md5-cache/sci-libs/cbflib-0.9.2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare setup test -DEPEND=virtual/fortran virtual/fortran -DESCRIPTION=Library providing a simple mechanism for accessing CBF files and imgCIF files -EAPI=4 -HOMEPAGE=http://www.bernstein-plus-sons.com/software/CBF/ -IUSE=doc test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=virtual/fortran virtual/fortran -SLOT=0 -SRC_URI=mirror://sourceforge/cbflib/CBFlib-0.9.2.2.tar.gz test? ( mirror://sourceforge/cbflib/CBFlib_0.9.2_Data_Files_Input.tar.gz mirror://sourceforge/cbflib/CBFlib_0.9.2_Data_Files_Output.tar.gz ) -_eclasses_=eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3739bc16e85fd2735745556fc50b6753 diff --git a/metadata/md5-cache/sci-libs/magma-1.4.0 b/metadata/md5-cache/sci-libs/magma-1.4.0 index 31b7ae850fa4..58884389e9da 100644 --- a/metadata/md5-cache/sci-libs/magma-1.4.0 +++ b/metadata/md5-cache/sci-libs/magma-1.4.0 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/fortran virtual/lapack virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) virtual/fortran +DEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/lapack virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) virtual/fortran DESCRIPTION=Matrix Algebra on GPU and Multicore Architectures EAPI=5 HOMEPAGE=http://icl.cs.utk.edu/magma/ IUSE=fermi kepler static-libs test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/fortran virtual/lapack virtual/fortran +RDEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/lapack virtual/fortran REQUIRED_USE=?? ( fermi kepler ) RESTRICT=userpriv SLOT=0 SRC_URI=http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-1.4.0.tar.gz _eclasses_=cuda 005e306be76ac11f3468389ef2e4da10 eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 60a62ae0ee8cd93b4ba99a4c1371eb8b python-utils-r1 7d52f592fc09a002ea150d69507b5bad toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=508b86eaafe93879f0b30ad3901af891 +_md5_=ad601225e53ba8a07f4b66cd1f34724a diff --git a/metadata/md5-cache/sci-libs/magma-1.4.1 b/metadata/md5-cache/sci-libs/magma-1.4.1 index 135a19060186..7f209975b097 100644 --- a/metadata/md5-cache/sci-libs/magma-1.4.1 +++ b/metadata/md5-cache/sci-libs/magma-1.4.1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/fortran virtual/lapack virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) virtual/fortran +DEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/lapack virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) virtual/fortran DESCRIPTION=Matrix Algebra on GPU and Multicore Architectures EAPI=5 HOMEPAGE=http://icl.cs.utk.edu/magma/ IUSE=fermi kepler static-libs test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/fortran virtual/lapack virtual/fortran +RDEPEND=dev-util/nvidia-cuda-toolkit virtual/cblas virtual/lapack virtual/fortran REQUIRED_USE=?? ( fermi kepler ) RESTRICT=userpriv SLOT=0 SRC_URI=http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-1.4.1.tar.gz _eclasses_=cuda 005e306be76ac11f3468389ef2e4da10 eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 60a62ae0ee8cd93b4ba99a4c1371eb8b python-utils-r1 7d52f592fc09a002ea150d69507b5bad toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=508b86eaafe93879f0b30ad3901af891 +_md5_=ad601225e53ba8a07f4b66cd1f34724a diff --git a/metadata/md5-cache/sci-physics/herwig++-2.7.1 b/metadata/md5-cache/sci-physics/herwig++-2.7.1 index 576a0e8146df..a98a849e9ef3 100644 --- a/metadata/md5-cache/sci-physics/herwig++-2.7.1 +++ b/metadata/md5-cache/sci-physics/herwig++-2.7.1 @@ -1,5 +1,5 @@ -DEFINED_PHASES=compile configure install preinst prepare test -DEPEND=dev-libs/boost:0= sci-libs/gsl:0= <=sci-physics/looptools-2.8:0= >=sci-physics/thepeg-1.9.2:0= fastjet? ( sci-physics/fastjet:0= ) virtual/fortran !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/boost:0= sci-libs/gsl:0= <=sci-physics/looptools-2.8:0= >=sci-physics/thepeg-1.9.2:0= fastjet? ( sci-physics/fastjet:0= ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=High-Energy Physics event generator EAPI=5 HOMEPAGE=http://herwig.hepforge.org/ @@ -10,4 +10,4 @@ RDEPEND=dev-libs/boost:0= sci-libs/gsl:0= <=sci-physics/looptools-2.8:0= >=sci-p SLOT=0/15 SRC_URI=http://www.hepforge.org/archive/herwig/Herwig++-2.7.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils f20548a2f7b0128068388cd2ec26708a flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=0bc87b38005de6ae60811475a24c812e +_md5_=dbc17b1085a974190a3d6c030c664c5a diff --git a/metadata/md5-cache/sci-physics/looptools-2.12 b/metadata/md5-cache/sci-physics/looptools-2.12 index c4eb90b3a0e0..e8f3cbc3aff6 100644 --- a/metadata/md5-cache/sci-physics/looptools-2.12 +++ b/metadata/md5-cache/sci-physics/looptools-2.12 @@ -1,13 +1,13 @@ DEFINED_PHASES=install prepare setup -DEPEND=virtual/fortran virtual/fortran +DEPEND=virtual/fortran DESCRIPTION=Tools for evaluation of scalar and tensor one-loop integrals EAPI=5 HOMEPAGE=http://www.feynarts.de/looptools IUSE=doc static-libs KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-3 -RDEPEND=virtual/fortran virtual/fortran +RDEPEND=virtual/fortran SLOT=0/2.12 SRC_URI=http://www.feynarts.de/looptools/LoopTools-2.12.tar.gz _eclasses_=eutils f20548a2f7b0128068388cd2ec26708a fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=92529e6b1331d99d685da20b176d4a63 +_md5_=d4f94219a9c44be2a55c4d69d77ce2f8 diff --git a/metadata/md5-cache/sci-physics/looptools-2.8 b/metadata/md5-cache/sci-physics/looptools-2.8 index 6d05fdbebaeb..930585cf9c00 100644 --- a/metadata/md5-cache/sci-physics/looptools-2.8 +++ b/metadata/md5-cache/sci-physics/looptools-2.8 @@ -1,13 +1,13 @@ DEFINED_PHASES=install prepare setup -DEPEND=virtual/fortran virtual/fortran +DEPEND=virtual/fortran DESCRIPTION=Tools for evaluation of scalar and tensor one-loop integrals EAPI=5 HOMEPAGE=http://www.feynarts.de/looptools IUSE=doc static-libs KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-3 -RDEPEND=virtual/fortran virtual/fortran +RDEPEND=virtual/fortran SLOT=0/2.8 SRC_URI=http://www.feynarts.de/looptools/LoopTools-2.8.tar.gz _eclasses_=eutils f20548a2f7b0128068388cd2ec26708a fortran-2 eb14fa8f4c3b9977b8d26c2c653ca325 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4e657937f94d9a1e4309ce1786adfa4f +_md5_=5f4ac12422ab05384c7efee11bc3aa19 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 39cec5126e9c..dc78941f757e 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 27 Nov 2015 09:16:48 +0000 +Fri, 27 Nov 2015 11:16:26 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 8b860b003a4f..100a6d21fd89 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Nov 27 09:15:54 UTC 2015 +Fri Nov 27 11:15:32 UTC 2015 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index cc733b678606..8a6f0307eaa6 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 27 Nov 2015 10:00:01 +0000 +Fri, 27 Nov 2015 11:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 653650d2f318..48f3e1f3789d 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1448615701 Fri 27 Nov 2015 09:15:01 AM UTC +1448622901 Fri 27 Nov 2015 11:15:01 AM UTC diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e2d54827d6a1..fa79a270e32b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -4792,6 +4792,7 @@ media-video/rtmpdump:polarssl - Use PolarSSL library instead of the default Open media-video/smplayer:autoshutdown - Enable the option to shutdown your computer after finishing the playlist. This requires dev-qt/qtdbus as dependency. media-video/smplayer:mpris - Enable support for MPRIS2 (Media Player Remote Interfacing Specification, version 2), a DBus interface for remote control, which requires dev-qt/qtdbus as dependency. media-video/smplayer:streaming - Support for streaming video sites through net-misc/youtube-dl (MPV only). +media-video/smtube:qt5 - Build using Qt 5 instead of Qt 4 media-video/totem:lirc - Enable support for controlling Totem with a remote control using app-misc/lirc media-video/totem:nautilus - Enable the nautilus extension media-video/totem:python - Build support for dev-lang/python plugins diff --git a/sci-libs/cbflib/Manifest b/sci-libs/cbflib/Manifest index 51d76249c0ee..cc5c869afd31 100644 --- a/sci-libs/cbflib/Manifest +++ b/sci-libs/cbflib/Manifest @@ -1,6 +1,2 @@ -DIST CBFlib-0.9.2.10.tar.gz 4898574 SHA256 e98ed35e0659ca4ebc10cb035399e8a94f30c721be734ac2bac1933ae6a1bc6f SHA512 d0d9fa6f990f3fb03733887088f409bb348462ba4e8fa0a5431ae1c1087c54e8de969790f04d90e8f23e3eaf351f3253e3ae8791058b47a6cd230b04d9c51898 WHIRLPOOL d380f5144bd497fe4635c9a78579cab58c8fe6bfc14552eabd8da27d94654af1b0be024daff1cf4dbd769291e9011a708dbbab1c9e81c35e5eeb2588a3cca17a -DIST CBFlib-0.9.2.2.tar.gz 4549837 SHA256 ce289756d643aa2ab79fd1614183ccee7ad06f128d1d8d59c97d7c107ce5f802 SHA512 756153ba81c17ea55d1397227273bc912a4fec7fd70d0b226b2519a5a14c92b612d6421f2748583aea5d0162b1defa51740200e936ce4f23b13b1506cfa5a043 WHIRLPOOL 4b690fa5698503eb424886391752fa2f4b5dad89b184cb4390506980032141ac5c147002b0261ec2769c9ea8aba696c629883b080bc504bc58d973367e399718 DIST CBFlib-0.9.2.4.tar.gz 4564355 SHA256 c7d11a70e6454a6801e8f30d56db6639fa814aa25775bf54109325073c4a08c1 SHA512 e1ee1fe39b3d15e5d707d973c5666f198e3c9006b4c449fa56287032661a7ecfbeadad0fda528310f9cdd9f33856004333784a840d193a5c7db6c5c071fb07e5 WHIRLPOOL ded867cda1757196ad2188eda7a1a09999411a3d1a452172880fabdc5504aa346e44b2c8c25d921f674897ec7f8edf3da4de79d4843f68ecbb72634631ea43dd DIST CBFlib-0.9.3.3.tar.gz 5787633 SHA256 d6c3cc2c6c0aed2a3aa7c74dc645ad223470dc76bb2181242534d4c322bb00dc SHA512 e041c26770e12e09110d7c4f39737406c6ade6cae6fa941cd31dd3b90432a034426272b8daa851a8a23baceb7189479d2d8bde882b7cfdb8ae666fadc5be57ff WHIRLPOOL 8e9e0004cdd2411c9d37b588afa274e1c2b955fe361fc3df597acc30526958d5722993f36f33672769ef55eca51b87917f57ec56528a7711a934d9f8de2b8019 -DIST CBFlib_0.9.2_Data_Files_Input.tar.gz 17102003 SHA256 4414166a5a5b5ef6e4c460bb6941bd0aca53e7a41dbc9e5bdf0c6d44cf00d5ac SHA512 86689695155b822146e8cc1e310f4820292cde28c9cc240da34ef8259c429af7b182a055e1014078081528c505b0269367cd5e6e80278a53b448f0cc0dfcc3aa WHIRLPOOL a946dce8a6fa1a90a6fb3e7ec167a2ba41fdd5ef9435f4da083f9f9a7f5dfb94a2ebef1d1c36f5332fc486452b9b26c29161c7484ba337da83c24fbcd0334126 -DIST CBFlib_0.9.2_Data_Files_Output.tar.gz 36009958 SHA256 311cebff470b7d4f94b7888252cca879e6e0745f4e2eb6fa9e21cf84f984029b SHA512 fb08cbc5a68a73089c012c4c8da2a02ed7a216e02f23f2b24ba2e4dca7af834c7200868028921540e14326ea88e48028675e1be1f2c572eb3e962a79cf892002 WHIRLPOOL 386691e706dafacb9f5ee13f74fcf0f78c3a827d434ae18602fb2a8f805c178f9883e10658ed739a35bb7ceb58b628c1a9f1bbf89144efd793d13c7a62c3d05b diff --git a/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild b/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild deleted file mode 100644 index 165e6324e889..000000000000 --- a/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils flag-o-matic fortran-2 toolchain-funcs - -MY_P1="CBFlib-${PV}" -#MY_P2="CBFlib_${PV}" -MY_P2="CBFlib_0.9.3" - -DESCRIPTION="Library providing a simple mechanism for accessing CBF files and imgCIF files" -HOMEPAGE="http://www.bernstein-plus-sons.com/software/CBF/" -BASE_TEST_URI="http://arcib.dowling.edu/software/CBFlib/downloads/version_${PV}/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz" -# test? ( -# mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Input.tar.gz -# mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Output.tar.gz -# )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" - -S=${WORKDIR}/${MY_P1} - -RDEPEND="sci-libs/hdf5:=" -DEPEND="${RDEPEND}" - -RESTRICT="test" - -src_prepare(){ - rm -rf Py* drel* dRel* ply* - epatch "${FILESDIR}"/${PV}-Makefile.patch - cp Makefile_LINUX_gcc42 Makefile - - append-fflags -fno-range-check - append-cflags -D_USE_XOPEN_EXTENDED -DCBF_DONT_USE_LONG_LONG - - sed \ - -e "s|^SOLDFLAGS.*$|SOLDFLAGS = -shared ${LDFLAGS}|g" \ - -i Makefile || die - tc-export CC CXX AR RANLIB -} - -src_compile() { - emake -j1 shared -} - -src_test(){ - emake -j1 basic -} - -src_install() { - insinto /usr/include/${PN} - dosym ${PN} /usr/include/cbf - doins include/*.h - - dolib.so solib/lib* - - dodoc README - use doc && dohtml -r README.html html_graphics doc -} diff --git a/sci-libs/cbflib/cbflib-0.9.2.10.ebuild b/sci-libs/cbflib/cbflib-0.9.2.10.ebuild deleted file mode 100644 index c84f4936d49f..000000000000 --- a/sci-libs/cbflib/cbflib-0.9.2.10.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils flag-o-matic fortran-2 toolchain-funcs - -MY_P1="CBFlib-${PV}" -#MY_P2="CBFlib_${PV}" -MY_P2="CBFlib_0.9.3" - -DESCRIPTION="Library providing a simple mechanism for accessing CBF files and imgCIF files" -HOMEPAGE="http://www.bernstein-plus-sons.com/software/CBF/" -BASE_TEST_URI="http://arcib.dowling.edu/software/CBFlib/downloads/version_${PV}/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz" -# test? ( -# mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Input.tar.gz -# mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Output.tar.gz -# )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" - -S=${WORKDIR}/${MY_P1} - -RDEPEND="sci-libs/hdf5:=" -DEPEND="${RDEPEND}" - -RESTRICT="test" - -src_prepare(){ - rm -rf Py* drel* dRel* ply* - epatch "${FILESDIR}"/${PV}-Makefile.patch - cp Makefile_LINUX_gcc42 Makefile - - append-fflags -fno-range-check - append-cflags -D_USE_XOPEN_EXTENDED -DCBF_DONT_USE_LONG_LONG - - sed \ - -e "s|^SOLDFLAGS.*$|SOLDFLAGS = -shared ${LDFLAGS}|g" \ - -i Makefile || die - tc-export CC CXX AR RANLIB -} - -src_compile() { - emake -j1 shared -} - -src_test(){ - emake -j1 basic -} - -src_install() { - insinto /usr/include/${PN} - doins include/*.h - - dolib.so solib/lib* - - dodoc README - use doc && dohtml -r README.html html_graphics doc -} diff --git a/sci-libs/cbflib/cbflib-0.9.2.2.ebuild b/sci-libs/cbflib/cbflib-0.9.2.2.ebuild deleted file mode 100644 index fe47e5422204..000000000000 --- a/sci-libs/cbflib/cbflib-0.9.2.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils flag-o-matic fortran-2 toolchain-funcs - -MY_P1="CBFlib-${PV}" -#MY_P2="CBFlib_${PV}" -MY_P2="CBFlib_0.9.2" - -DESCRIPTION="Library providing a simple mechanism for accessing CBF files and imgCIF files" -HOMEPAGE="http://www.bernstein-plus-sons.com/software/CBF/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz - test? ( - mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Input.tar.gz - mirror://sourceforge/${PN}/${MY_P2}_Data_Files_Output.tar.gz - )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" - -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" -#test? ( sys-process/time )" - -S=${WORKDIR}/${MY_P1} - -src_prepare(){ - rm -rf Py* drel* dRel* ply* - epatch "${FILESDIR}"/${PV}-Makefile.patch - cp Makefile_LINUX_gcc42 Makefile - - append-fflags -fno-range-check - append-cflags -D_USE_XOPEN_EXTENDED -DCBF_DONT_USE_LONG_LONG - - sed \ - -e "s|^CC.*$|CC = $(tc-getCC)|" \ - -e "s|^C++.*$|C++ = $(tc-getCXX)|" \ - -e "s|C++|CXX|g" \ - -e "s|^CFLAGS.*$|CFLAGS = ${CFLAGS}|" \ - -e "s|^F90C.*$|F90C = $(tc-getFC)|" \ - -e "s|^F90FLAGS.*$|F90FLAGS = ${FFLAGS}|" \ - -e "s|^SOLDFLAGS.*$|SOLDFLAGS = -shared ${LDFLAGS}|g" \ - -e "s| /bin| ${EPREFIX}/bin|g" \ - -e "s|/usr|${EPREFIX}/usr|g" \ - -i Makefile || die -} - -src_compile() { - emake -j1 shared -} - -src_test(){ - emake -j1 basic -} - -src_install() { - insinto /usr/include/${PN} - doins include/*.h - - dolib.so solib/lib* - - dodoc README - if use doc; then - dohtml -r README.html html_graphics doc - fi -} diff --git a/sci-libs/cbflib/files/0.9.0-Makefile.patch b/sci-libs/cbflib/files/0.9.0-Makefile.patch deleted file mode 100644 index 914152c9e9e0..000000000000 --- a/sci-libs/cbflib/files/0.9.0-Makefile.patch +++ /dev/null @@ -1,104 +0,0 @@ -diff --git a/Makefile_LINUX_gcc42 b/Makefile_LINUX_gcc42 -index 52c5286..5c894a0 100644 ---- a/Makefile_LINUX_gcc42 -+++ b/Makefile_LINUX_gcc42 -@@ -250,7 +250,10 @@ - - - # Version string --VERSION = 0.9.0 -+MAJOR = 0 -+MINOR = 9 -+MICRO = 0 -+VERSION = ${MAJOR}.${MINOR}.${MICRO} - - - # -@@ -282,7 +285,7 @@ SHAR = /usr/bin/shar - # - # Program to use to create archives - # --AR = /usr/bin/ar -+AR = ar - - # - # Program to use to add an index to an archive -@@ -292,13 +295,13 @@ RANLIB = /usr/bin/ranlib - # - # Program to use to decompress a data file - # --DECOMPRESS = /usr/bin/bunzip2 -+DECOMPRESS = bunzip2 - - - # - # Program to use to compress a data file - # --COMPRESS = /usr/bin/bzip2 -+COMPRESS = bzip2 - - # - # Program to use to generate a signature -@@ -486,9 +489,9 @@ F90SOURCE = $(SRC)/fcb_atol_wcnt.f90 \ - $(SRC)/fcb_read_image.f90 \ - $(SRC)/fcb_read_line.f90 \ - $(SRC)/fcb_read_xds_i2.f90 \ -- $(SRC)/fcb_skip_whitespace.f90 \ -- $(EXAMPLES)/test_fcb_read_image.f90 \ -- $(EXAMPLES)/test_xds_binary.f90 -+ $(SRC)/fcb_skip_whitespace.f90 -+# $(EXAMPLES)/test_fcb_read_image.f90 \ -+# $(EXAMPLES)/test_xds_binary.f90 - - - # -@@ -663,7 +666,7 @@ all:: $(BIN)/test_xds_binary \ - $(BIN)/test_fcb_read_image - endif - --shared: $(SOLIB)/libcbf.so $(SOLIB)/libfcb.so $(SOLIB)/libimg.so -+shared: $(SOLIB)/libcbf.so.${VERSION} $(SOLIB)/libfcb.so.${VERSION} $(SOLIB)/libimg.so.${VERSION} - - javawrapper: shared $(JAVADIR) $(JAVADIR)/cbflib-$(VERSION).jar $(SOLIB)/libcbf_wrap.so - -@@ -846,10 +849,11 @@ ifneq ($(RANLIB),) - $(RANLIB) $@ - endif - --$(SOLIB)/libcbf.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+$(SOLIB)/libcbf.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) - $(CC) $(CFLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(SOURCE) - mv *.o $(SOLIB) -- $(CC) -o $@ $(SOLIB)/*.o $(SOLDFLAGS) $(EXTRALIBS) -+ $(CC) $(LDFLAGS) -Wl,-soname,libcbf.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ $(SOLIB)/*.o $(EXTRALIBS) -+ ln -sf libcbf.so.$(VERSION) $(SOLIB)/libcbf.so - - # - # IMG library -@@ -862,9 +866,10 @@ ifneq ($(RANLIB),) - endif - rm img.o - --$(SOLIB)/libimg.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+$(SOLIB)/libimg.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) - $(CC) $(CFLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -- $(CC) -o $@ img.o $(SOLDFLAGS) -+ $(CC) $(LDFLAGS) -Wl,-soname,libimg.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ img.o -+ ln -sf libimg.so.$(VERSION) $(SOLIB)/libimg.so - rm img.o - - # -@@ -888,10 +893,11 @@ else - echo "Define F90C to build $(LIB)/libfcb.a" - endif - --$(SOLIB)/libfcb.so: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+$(SOLIB)/libfcb.so.${VERSION}: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) - ifneq ($(F90C),) - $(F90C) $(F90FLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(F90SOURCE) -- $(F90C) $(F90FLAGS) -o $@ *.o $(SOLDFLAGS) -+ $(F90C) $(LDFLAGS) -Wl,-soname,libfcb.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) $(F90FLAGS) -o $@ *.o -+ ln -sf libfcb.so.$(VERSION) $(SOLIB)/libfcb.so - rm *.o - else - echo "Define F90C to build $(SOLIB)/libfcb.so" diff --git a/sci-libs/cbflib/files/0.9.0-python.patch b/sci-libs/cbflib/files/0.9.0-python.patch deleted file mode 100644 index b18d019ff8e2..000000000000 --- a/sci-libs/cbflib/files/0.9.0-python.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/pycbf/setup.py b/pycbf/setup.py -index 0763f06..7fe9ccc 100644 ---- a/pycbf/setup.py -+++ b/pycbf/setup.py -@@ -9,9 +9,9 @@ from distutils.core import setup, Extension - e = Extension('_pycbf', - sources = ["pycbf_wrap.c","../src/cbf_simple.c"], - extra_compile_args=["-g"], -- library_dirs=["../lib/"], -+ library_dirs=["../solib/"], - libraries=["cbf"], - include_dirs = ["../include"] ) - - # Build it --setup(name="_pycbf",ext_modules=[e],) -+setup(name="_pycbf",ext_modules=[e],py_modules=["pycbf"],) diff --git a/sci-libs/cbflib/files/0.9.2.10-Makefile.patch b/sci-libs/cbflib/files/0.9.2.10-Makefile.patch deleted file mode 100644 index 9c72300873fc..000000000000 --- a/sci-libs/cbflib/files/0.9.2.10-Makefile.patch +++ /dev/null @@ -1,269 +0,0 @@ - Makefile_LINUX_gcc42 | 93 ++++++++++++++++++++++++++++------------------------ - 1 file changed, 50 insertions(+), 43 deletions(-) - -diff --git a/Makefile_LINUX_gcc42 b/Makefile_LINUX_gcc42 -index 0aa639a..071863d 100644 ---- a/Makefile_LINUX_gcc42 -+++ b/Makefile_LINUX_gcc42 -@@ -250,7 +250,11 @@ - - - # Version string --VERSION = 0.9.2 -+MAJOR = 0 -+MINOR = 9 -+MICRO = 3 -+VERSION = ${MAJOR}.${MINOR}.${MICRO} -+ - - - # -@@ -297,12 +301,12 @@ SHAR = /usr/bin/shar - # - # Program to use to create archives - # --AR = /usr/bin/ar -+AR ?= ar - - # - # Program to use to add an index to an archive - # --RANLIB = /usr/bin/ranlib -+RANLIB ?= ranlib - - # - # Program to use to decompress a data file -@@ -313,7 +317,7 @@ DECOMPRESS = bunzip2 - # - # Program to use to compress a data file - # --COMPRESS = /usr/bin/bzip2 -+COMPRESS = bzip2 - - # - # Program to use to generate a signature -@@ -410,12 +414,12 @@ SETUP_PY = setup.py - # with gcc version 4.2 - # - ######################################################### --CC = gcc --C++ = g++ --CFLAGS = -g -O2 -Wall -D_USE_XOPEN_EXTENDED -fno-strict-aliasing --F90C = gfortran --F90FLAGS = -g -fno-range-check --F90LDFLAGS = -+CC ?= gcc -+CXX ?= g++ -+CFLAGS += -Wall -D_USE_XOPEN_EXTENDED -fno-strict-aliasing -+FC ?= gfortran -+FCFLAGS += -g -fno-range-check -+LDFLAGS += - SOCFLAGS = -fPIC - SOLDFLAGS = -shared -Wl,-rpath,$(INSTALLDIR)/lib - JAVAINCLUDES = -I$(JDKDIR)/include -I$(JDKDIR)/include/linux -@@ -425,7 +429,7 @@ M4FLAGS = -Dfcb_bytes_in_rec=131072 - TIME = time - - ifneq ($(NOFORTRAN),) --F90C = -+FC = - endif - - # -@@ -491,9 +495,9 @@ RTLPEXPORTS = export LD_LIBRARY_PATH=$(PWD)/solib:$(PWD)/lib;\ - .m4.f90: - m4 -P $(M4FLAGS) $< > $@ - --ifneq ($(F90C),) -+ifneq ($(FC),) - .f90.o: -- $(F90C) $(F90FLAGS) -c $< -o $@ -+ $(FC) $(FCFLAGS) -c $< -o $@ - endif - - -@@ -701,7 +705,7 @@ default: - # - # Compile the library and examples - # --all:: $(BIN) $(SOURCE) $(F90SOURCE) $(HEADERS) $(HDF5)\ -+all:: $(BIN) $(SOURCE) $(F90SOURCE) $(HEADERS) \ - symlinksdone \ - $(REGEXDEP) \ - $(LIB)/libcbf.a \ -@@ -725,12 +729,12 @@ all:: $(BIN) $(SOURCE) $(F90SOURCE) $(HEADERS) $(HDF5)\ - $(BIN)/tiff2cbf - - --ifneq ($(F90C),) -+ifneq ($(FC),) - all:: $(BIN)/test_xds_binary \ - $(BIN)/test_fcb_read_image - endif - --shared: $(SOLIB)/libcbf.so $(SOLIB)/libfcb.so $(SOLIB)/libimg.so -+shared: $(SOLIB)/libcbf.so.${VERSION} $(SOLIB)/libfcb.so.${VERSION} $(SOLIB)/libimg.so.${VERSION} - - javawrapper: shared $(JCBF) $(JCBF)/cbflib-$(VERSION).jar $(SOLIB)/libcbf_wrap.so - -@@ -969,7 +973,7 @@ $(SRC)/cbf_stx.c: $(SRC)/cbf.stx.y - # - # CBF library - # --$(LIB)/libcbf.a: $(SOURCE) $(HEADERS) $(COMMONDEP) $(LIB) $(HDF5) -+$(LIB)/libcbf.a: $(SOURCE) $(HEADERS) $(COMMONDEP) $(LIB) - $(CC) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(PYCIFRWFLAG) $(INCLUDES) $(WARNINGS) -c $(SOURCE) - $(AR) cr $@ *.o - mv *.o $(LIB) -@@ -977,10 +981,11 @@ ifneq ($(RANLIB),) - $(RANLIB) $@ - endif - --$(SOLIB)/libcbf.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) $(HDF5) -- $(CC) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(PYCIFRWFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(SOURCE) -- $(CC) -o $@ *.o $(SOLDFLAGS) $(EXTRALIBS) $(HDF5SOLIBS) -- rm *.o -+$(SOLIB)/libcbf.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+ $(CC) $(CFLAGS) $(NOREGEXFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(SOURCE) -+ mv *.o $(SOLIB) -+ $(CC) $(LDFLAGS) -Wl,-soname,libcbf.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ $(SOLIB)/*.o $(EXTRALIBS) $(HDF5SOLIBS) -+ ln -sf libcbf.so.$(VERSION) $(SOLIB)/libcbf.so - - # - # IMG library -@@ -993,9 +998,10 @@ ifneq ($(RANLIB),) - endif - rm img.o - --$(SOLIB)/libimg.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -- $(CC) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -- $(CC) -o $@ img.o $(SOLDFLAGS) -+$(SOLIB)/libimg.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+ $(CC) $(CFLAGS) $(NOREGEXFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -+ $(CC) $(LDFLAGS) -Wl,-soname,libimg.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ img.o -lm -+ ln -sf libimg.so.$(VERSION) $(SOLIB)/libimg.so - rm img.o - - # -@@ -1007,25 +1013,26 @@ CBF_IMG_LIBS: $(LIB)/libcbf.a $(LIB)/libimg.a - # - # FCB library - # --$(LIB)/libfcb.a: $(F90SOURCE) $(COMMONDEP) $(LIB) $(HDF5) --ifneq ($(F90C),) -- $(F90C) $(F90FLAGS) -c $(F90SOURCE) -+$(LIB)/libfcb.a: $(F90SOURCE) $(COMMONDEP) $(LIB) -+ifneq ($(FC),) -+ $(FC) $(FCFLAGS) -c $(F90SOURCE) - $(AR) cr $@ *.o - ifneq ($(RANLIB),) - $(RANLIB) $@ - endif - rm *.o - else -- echo "Define F90C to build $(LIB)/libfcb.a" -+ echo "Define FC to build $(LIB)/libfcb.a" - endif - --$(SOLIB)/libfcb.so: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) --ifneq ($(F90C),) -- $(F90C) $(F90FLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(F90SOURCE) -- $(F90C) $(F90FLAGS) -o $@ *.o $(SOLDFLAGS) -+$(SOLIB)/libfcb.so.${VERSION}: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+ifneq ($(FC),) -+ $(FC) $(FCFLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(F90SOURCE) -+ $(FC) $(LDFLAGS) -Wl,-soname,libfcb.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) $(FCFLAGS) -o $@ *.o -+ ln -sf libfcb.so.$(VERSION) $(SOLIB)/libfcb.so - rm *.o - else -- echo "Define F90C to build $(SOLIB)/libfcb.so" -+ echo "Define FC to build $(SOLIB)/libfcb.so" - endif - - -@@ -1183,7 +1190,7 @@ $(BIN)/cbf_template_t: $(DECTRIS_EXAMPLES)/cbf_template_t.c \ - # testcell example program - # - $(BIN)/testcell: $(LIB)/libcbf.a $(EXAMPLES)/testcell.C -- $(C++) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ -+ $(CXX) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ - $(EXAMPLES)/testcell.C -L$(LIB) \ - -lcbf $(EXTRALIBS) $(HDF5LIBS) -o $@ - -@@ -1191,7 +1198,7 @@ $(BIN)/testcell: $(LIB)/libcbf.a $(EXAMPLES)/testcell.C - # cif2c example program - # - $(BIN)/cif2c: $(LIB)/libcbf.a $(EXAMPLES)/cif2c.c -- $(C++) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ -+ $(CXX) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ - $(EXAMPLES)/cif2c.c -L$(LIB) \ - -lcbf $(EXTRALIBS) $(HDF5LIBS) -o $@ - -@@ -1199,7 +1206,7 @@ $(BIN)/cif2c: $(LIB)/libcbf.a $(EXAMPLES)/cif2c.c - # sauter_test example program - # - $(BIN)/sauter_test: $(LIB)/libcbf.a $(EXAMPLES)/sauter_test.C -- $(C++) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ -+ $(CXX) $(CFLAGS) $(NOLLFLAG) $(NOREGEXFLAG) $(INCLUDES) $(WARNINGS) \ - $(EXAMPLES)/sauter_test.C -L$(LIB) \ - -lcbf $(EXTRALIBS) $(HDF5LIBS) -o $@ - -@@ -1253,19 +1260,19 @@ $(BIN)/testflatpacked: $(LIB)/libcbf.a $(EXAMPLES)/testflatpacked.c - $(EXAMPLES)/testflatpacked.c -L$(LIB) \ - -lcbf $(EXTRALIBS) $(HDF5LIBS) -o $@ - --ifneq ($(F90C),) -+ifneq ($(FC),) - # - # test_xds_binary example program - # - $(BIN)/test_xds_binary: $(LIB)/libfcb.a $(EXAMPLES)/test_xds_binary.f90 -- $(F90C) $(F90FLAGS) $(F90LDFLAGS) $(EXAMPLES)/test_xds_binary.f90 \ -+ $(FC) $(FCFLAGS) $(LDFLAGS) $(EXAMPLES)/test_xds_binary.f90 \ - -L$(LIB) -lfcb -o $@ - - # - # test_fcb_read_image example program - # - $(BIN)/test_fcb_read_image: $(LIB)/libfcb.a $(EXAMPLES)/test_fcb_read_image.f90 -- $(F90C) $(F90FLAGS) $(F90LDFLAGS) $(EXAMPLES)/test_fcb_read_image.f90 \ -+ $(FC) $(FCFLAGS) $(LDFLAGS) $(EXAMPLES)/test_fcb_read_image.f90 \ - -L$(LIB) -lfcb -o $@ - endif - -@@ -1520,7 +1527,7 @@ basic: $(BIN)/makecbf $(BIN)/img2cif $(BIN)/cif2cbf $(TESTINPUT_BASIC) - # - # Extra Tests - # --ifneq ($(F90C),) -+ifneq ($(FC),) - extra: $(BIN)/convert_image $(BIN)/convert_minicbf $(BIN)/cif2cbf $(BIN)/testcell \ - $(BIN)/testreals $(BIN)/testflat $(BIN)/testflatpacked \ - $(BIN)/test_xds_binary $(BIN)/test_fcb_read_image $(BIN)/convert_minicbf \ -@@ -1582,7 +1589,7 @@ endif - -cmp testflatin.cbf testflatout.cbf - $(TIME) $(BIN)/testflatpacked - -cmp testflatpackedin.cbf testflatpackedout.cbf --ifneq ($(F90C),) -+ifneq ($(FC),) - echo testflatout.cbf | $(TIME) $(BIN)/test_xds_binary > test_xds_bin_testflatout.out - -$(DIFF) test_xds_bin_testflatout.out test_xds_bin_testflatout_orig.out - echo testflatpackedout.cbf | $(TIME) $(BIN)/test_xds_binary > test_xds_bin_testflatpackedout.out -@@ -1599,7 +1606,7 @@ endif - $(TIME) $(BIN)/cif2cbf -I 4 -C 100. -L 0. -e n -c b -i XRD1621.cbf -o XRD1621_I4encbC100.cbf - -$(DIFF) XRD1621_I4encbC100.cbf XRD1621_I4encbC100_orig.cbf - --ifneq ($(F90C),) -+ifneq ($(FC),) - extra_sigs_only: $(BIN)/convert_image $(BIN)/convert_minicbf $(BIN)/cif2cbf $(BIN)/testcell \ - $(BIN)/testreals $(BIN)/testflat $(BIN)/testflatpacked \ - $(BIN)/test_xds_binary $(BIN)/test_fcb_read_image $(BIN)/convert_minicbf \ -@@ -1650,7 +1657,7 @@ endif - -cmp testflatin.cbf testflatout.cbf - $(TIME) $(BIN)/testflatpacked - -cmp testflatpackedin.cbf testflatpackedout.cbf --ifneq ($(F90C),) -+ifneq ($(FC),) - echo testflatout.cbf | $(TIME) $(BIN)/test_xds_binary | \ - $(SIGNATURE) | $(DIFF) - test_xds_bin_testflatout_orig.out$(SEXT) - echo testflatpackedout.cbf | $(TIME) $(BIN)/test_xds_binary | \ diff --git a/sci-libs/cbflib/files/0.9.2.2-Makefile.patch b/sci-libs/cbflib/files/0.9.2.2-Makefile.patch deleted file mode 100644 index a25760307275..000000000000 --- a/sci-libs/cbflib/files/0.9.2.2-Makefile.patch +++ /dev/null @@ -1,150 +0,0 @@ -From 44e303d998c72d5d502705895a536b3657a7c4c5 Mon Sep 17 00:00:00 2001 -Message-Id: <44e303d998c72d5d502705895a536b3657a7c4c5.1323790511.git.jlec@gentoo.org> -From: Justin Lecher -Date: Tue, 13 Dec 2011 16:10:43 +0100 -Subject: [PATCH] 0.9.0 Makefile.patch - -Conflicts: - - Makefile_LINUX_gcc42 ---- - Makefile_LINUX_gcc42 | 63 ++++++++++++++++++++++++++----------------------- - 1 files changed, 33 insertions(+), 30 deletions(-) - -diff --git a/Makefile_LINUX_gcc42 b/Makefile_LINUX_gcc42 -index a74be5f..1cfb066 100644 ---- a/Makefile_LINUX_gcc42 -+++ b/Makefile_LINUX_gcc42 -@@ -250,7 +250,10 @@ - - - # Version string --VERSION = 0.9.2 -+MAJOR = 0 -+MINOR = 9 -+MICRO = 2 -+VERSION = ${MAJOR}.${MINOR}.${MICRO} - - - # -@@ -290,7 +293,7 @@ SHAR = /usr/bin/shar - # - # Program to use to create archives - # --AR = /usr/bin/ar -+AR = ar - - # - # Program to use to add an index to an archive -@@ -300,13 +303,13 @@ RANLIB = /usr/bin/ranlib - # - # Program to use to decompress a data file - # --DECOMPRESS = /usr/bin/bunzip2 -+DECOMPRESS = bunzip2 - - - # - # Program to use to compress a data file - # --COMPRESS = /usr/bin/bzip2 -+COMPRESS = bzip2 - - # - # Program to use to generate a signature -@@ -509,21 +512,18 @@ SOURCE = $(SRC)/cbf.c \ - - - F90SOURCE = $(SRC)/fcb_atol_wcnt.f90 \ -- $(SRC)/fcb_ci_strncmparr.f90 \ -- $(SRC)/fcb_exit_binary.f90 \ -- $(SRC)/fcb_nblen_array.f90 \ -- $(SRC)/fcb_next_binary.f90 \ -- $(SRC)/fcb_open_cifin.f90 \ -- $(SRC)/fcb_packed.f90 \ -- $(SRC)/fcb_read_bits.f90 \ -- $(SRC)/fcb_read_byte.f90 \ -- $(SRC)/fcb_read_image.f90 \ -- $(SRC)/fcb_read_line.f90 \ -- $(SRC)/fcb_read_xds_i2.f90 \ -- $(SRC)/fcb_skip_whitespace.f90 \ -- $(EXAMPLES)/test_fcb_read_image.f90 \ -- $(EXAMPLES)/test_xds_binary.f90 -- -+ $(SRC)/fcb_ci_strncmparr.f90 \ -+ $(SRC)/fcb_exit_binary.f90 \ -+ $(SRC)/fcb_nblen_array.f90 \ -+ $(SRC)/fcb_next_binary.f90 \ -+ $(SRC)/fcb_open_cifin.f90 \ -+ $(SRC)/fcb_packed.f90 \ -+ $(SRC)/fcb_read_bits.f90 \ -+ $(SRC)/fcb_read_byte.f90 \ -+ $(SRC)/fcb_read_image.f90 \ -+ $(SRC)/fcb_read_line.f90 \ -+ $(SRC)/fcb_read_xds_i2.f90 \ -+ $(SRC)/fcb_skip_whitespace.f90 - - # - # Header files -@@ -701,7 +701,7 @@ all:: $(BIN)/test_xds_binary \ - $(BIN)/test_fcb_read_image - endif - --shared: $(SOLIB)/libcbf.so $(SOLIB)/libfcb.so $(SOLIB)/libimg.so -+shared: $(SOLIB)/libcbf.so.${VERSION} $(SOLIB)/libfcb.so.${VERSION} $(SOLIB)/libimg.so.${VERSION} - - javawrapper: shared $(JCBF) $(JCBF)/cbflib-$(VERSION).jar $(SOLIB)/libcbf_wrap.so - -@@ -915,25 +915,27 @@ ifneq ($(RANLIB),) - $(RANLIB) $@ - endif - --$(SOLIB)/libcbf.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -- $(CC) $(CFLAGS) $(NOLLFLAG) $(PYCIFRWFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(SOURCE) -- $(CC) -o $@ *.o $(SOLDFLAGS) $(EXTRALIBS) -- rm *.o -+$(SOLIB)/libcbf.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+ $(CC) $(CFLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(SOURCE) -+ mv *.o $(SOLIB) -+ $(CC) $(LDFLAGS) -Wl,-soname,libcbf.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ $(SOLIB)/*.o $(EXTRALIBS) -+ ln -sf libcbf.so.$(VERSION) $(SOLIB)/libcbf.so - - # - # IMG library - # - $(LIB)/libimg.a: $(EXAMPLES)/img.c $(HEADERS) $(COMMONDEP) $(LIB) -- $(CC) $(CFLAGS) $(NOLLFLAG) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -+ $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c - $(AR) cr $@ img.o - ifneq ($(RANLIB),) - $(RANLIB) $@ - endif - rm img.o - --$(SOLIB)/libimg.so: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -- $(CC) $(CFLAGS) $(NOLLFLAG) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -- $(CC) -o $@ img.o $(SOLDFLAGS) -+$(SOLIB)/libimg.so.${VERSION}: $(SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+ $(CC) $(CFLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(EXAMPLES)/img.c -+ $(CC) $(LDFLAGS) -Wl,-soname,libimg.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) -o $@ img.o -+ ln -sf libimg.so.$(VERSION) $(SOLIB)/libimg.so - rm img.o - - # -@@ -957,10 +959,11 @@ else - echo "Define F90C to build $(LIB)/libfcb.a" - endif - --$(SOLIB)/libfcb.so: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) -+$(SOLIB)/libfcb.so.${VERSION}: $(F90SOURCE) $(HEADERS) $(COMMONDEP) $(SOLIB) - ifneq ($(F90C),) - $(F90C) $(F90FLAGS) $(SOCFLAGS) $(INCLUDES) $(WARNINGS) -c $(F90SOURCE) -- $(F90C) $(F90FLAGS) -o $@ *.o $(SOLDFLAGS) -+ $(F90C) $(LDFLAGS) -Wl,-soname,libfcb.so.$(VERSION) $(SOCFLAGS) $(SOLDFLAGS) $(F90FLAGS) -o $@ *.o -+ ln -sf libfcb.so.$(VERSION) $(SOLIB)/libfcb.so - rm *.o - else - echo "Define F90C to build $(SOLIB)/libfcb.so" --- -1.7.8 - diff --git a/sci-libs/magma/magma-1.4.0.ebuild b/sci-libs/magma/magma-1.4.0.ebuild index 1cbf68fa4da5..0d62c0dde85f 100644 --- a/sci-libs/magma/magma-1.4.0.ebuild +++ b/sci-libs/magma/magma-1.4.0.ebuild @@ -24,7 +24,6 @@ REQUIRED_USE="?? ( fermi kepler )" RDEPEND=" dev-util/nvidia-cuda-toolkit virtual/cblas - virtual/fortran virtual/lapack" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/sci-libs/magma/magma-1.4.1.ebuild b/sci-libs/magma/magma-1.4.1.ebuild index 1cbf68fa4da5..0d62c0dde85f 100644 --- a/sci-libs/magma/magma-1.4.1.ebuild +++ b/sci-libs/magma/magma-1.4.1.ebuild @@ -24,7 +24,6 @@ REQUIRED_USE="?? ( fermi kepler )" RDEPEND=" dev-util/nvidia-cuda-toolkit virtual/cblas - virtual/fortran virtual/lapack" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/sci-libs/magma/metadata.xml b/sci-libs/magma/metadata.xml index 70c7d66f8550..08979348e343 100644 --- a/sci-libs/magma/metadata.xml +++ b/sci-libs/magma/metadata.xml @@ -1,15 +1,15 @@ -sci - + sci + The Matrix Algebra on GPU and Multicore Architectures project aims to develop a dense linear algebra library similar to LAPACK but for heterogeneous/hybrid architectures, starting with current "Multicore+GPU" systems. - - Compile for GPU NVIDIA Fermi family (2.x cards) - Compile for GPU NVIDIA Kepler family (GF 6xx cards) - + + Compile for GPU NVIDIA Fermi family (2.x cards) + Compile for GPU NVIDIA Kepler family (GF 6xx cards) + diff --git a/sci-physics/herwig++/herwig++-2.7.1.ebuild b/sci-physics/herwig++/herwig++-2.7.1.ebuild index 4479a2c97b43..dce4918438c2 100644 --- a/sci-physics/herwig++/herwig++-2.7.1.ebuild +++ b/sci-physics/herwig++/herwig++-2.7.1.ebuild @@ -15,9 +15,8 @@ DESCRIPTION="High-Energy Physics event generator" HOMEPAGE="http://herwig.hepforge.org/" SRC_URI="http://www.hepforge.org/archive/herwig/${MYP}.tar.bz2" -LICENSE="GPL-2" - SLOT="0/15" +LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="c++11 fastjet static-libs" @@ -29,8 +28,7 @@ RDEPEND=" <=sci-physics/looptools-2.8:0= >=sci-physics/thepeg-1.9.2:0= fastjet? ( sci-physics/fastjet:0= )" -DEPEND="${RDEPEND} - virtual/fortran" +DEPEND="${RDEPEND}" S="${WORKDIR}/${MYP}" @@ -53,7 +51,8 @@ src_configure() { autotools-utils_src_configure } -pkg_preinst () { +src_install() { + autotools-utils_src_install sed -i -e "s|${ED}||g" "${ED}"/usr/share/herwig++/defaults/PDF.in || die sed -i -e "s|${ED}||g" "${ED}"/usr/share/herwig++/HerwigDefaults.rpo || die } diff --git a/sci-physics/herwig++/metadata.xml b/sci-physics/herwig++/metadata.xml index 73787df5d247..708013510a25 100644 --- a/sci-physics/herwig++/metadata.xml +++ b/sci-physics/herwig++/metadata.xml @@ -1,20 +1,20 @@ -sci-physics - - jauhien@gentoo.org - - + sci-physics + + jauhien@gentoo.org + + Herwig++ is a completely new event generator, written in C++. It is built on the experience gained with the well-known event generator HERWIG. The aim is to provide a multi purpose event generator with similar or improved capabilities (like angular ordered parton evolution and the cluster hadronization model). - - Build Herwig++ using the C++11 standard. + + Build Herwig++ using the C++11 standard. Experimental feature, not for production use. - Adds support for sci-physics/fastjet - + Adds support for sci-physics/fastjet + diff --git a/sci-physics/looptools/looptools-2.12.ebuild b/sci-physics/looptools/looptools-2.12.ebuild index bdc0c78a67c1..f4c8454a4c14 100644 --- a/sci-physics/looptools/looptools-2.12.ebuild +++ b/sci-physics/looptools/looptools-2.12.ebuild @@ -18,9 +18,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - S="${WORKDIR}/${MYP}" src_prepare() { @@ -34,6 +31,8 @@ src_install() { default # another one of these package building archive with pic # no: ooptools is not a typo - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a + if use static-libs; then + rm "${ED}"/usr/$(get_libdir)/libooptools.a || die + fi use doc && dodoc manual/*.pdf } diff --git a/sci-physics/looptools/looptools-2.8.ebuild b/sci-physics/looptools/looptools-2.8.ebuild index efe91666b47f..943d29e585c3 100644 --- a/sci-physics/looptools/looptools-2.8.ebuild +++ b/sci-physics/looptools/looptools-2.8.ebuild @@ -18,9 +18,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" -DEPEND="virtual/fortran" -RDEPEND="${DEPEND}" - S="${WORKDIR}/${MYP}" src_prepare() { @@ -34,6 +31,8 @@ src_install() { default # another one of these package building archive with pic # no: ooptools is not a typo - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a + if use static-libs; then + rm "${ED}"/usr/$(get_libdir)/libooptools.a || die + fi use doc && dodoc manual/*.pdf } diff --git a/sci-physics/looptools/metadata.xml b/sci-physics/looptools/metadata.xml index f9564d386113..12b8dbc392c8 100644 --- a/sci-physics/looptools/metadata.xml +++ b/sci-physics/looptools/metadata.xml @@ -1,8 +1,8 @@ -sci-physics - + sci-physics + A package for evaluation of scalar and tensor one-loop integrals based on the FF package by G.J. van Oldenborgh. It features an easy Fortran, C++, and Mathematica interface