diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest index 17a37c73eb87..a472cefc4c65 100644 --- a/app-admin/lastpass-cli/Manifest +++ b/app-admin/lastpass-cli/Manifest @@ -1,2 +1,3 @@ DIST lastpass-cli-1.0.0.tar.gz 92311 SHA256 42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e SHA512 4709b3e4d6064c8c5cb593344e6417355d7df570240dce8eb77a19f3377ea38585280a9602cf8ab926c55c6afd84b297f261b0c8a40d355734d5cc542d46f610 WHIRLPOOL 394bfb597f5262dd1e47c7a3c48ef093b398f90c6dcacac6b172bb008891c76faf448ecf6be0ebfa277d18d335b166b7efadc063acc57ce88274004d1734bf21 DIST lastpass-cli-1.1.2.tar.gz 102796 SHA256 bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 SHA512 8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c WHIRLPOOL c7e6a4d5ac9b8c52f53e081b367289b390704fa4dfbf13a9ea0086e4ca0d49f9ef5a39f9ea854387ffb66fbd18f9b5263d17ae6573c4286fb7a36ebdce724d7f +DIST lastpass-cli-1.2.1.tar.gz 108780 SHA256 1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 SHA512 c7c9f20dbc083873b815834320828a30a1c488571efbfc5aea47c3bd2073819d713810c785855d4c0c208e1b95aa0e5fc550a0b6b5c0f787eca1f54589e18e62 WHIRLPOOL c74988f37c96d065c0fea58c946c3aa3f4925d889247247b89ffe25012077d8eb3c694a3d539a40cf3f2be1fdd195b6ef6c1ef2d429587cc18fb8a8db8fb8a93 diff --git a/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild new file mode 100644 index 000000000000..4a4ee2d8677a --- /dev/null +++ b/app-admin/lastpass-cli/lastpass-cli-1.2.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils bash-completion-r1 + +DESCRIPTION="Interfaces with LastPass.com from the command line." +HOMEPAGE="https://github.com/lastpass/lastpass-cli" +SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="libressl X +pinentry test" + +RDEPEND=" + X? ( || ( x11-misc/xclip x11-misc/xsel ) ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + net-misc/curl + dev-libs/libxml2 + pinentry? ( app-crypt/pinentry ) +" +DEPEND="${RDEPEND} + app-text/asciidoc + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)" + ) + + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile all doc-man $(usex test lpass-test '') +} + +src_install() { + cmake-utils_src_install install install-doc +} + +src_test() { + local myctestargs=( + -j1 # Parallel tests fail + ) + + # The path to lpass-test is hardcoded to "${S}"/build/lpass-test + # which is incorrect for our out-of-source build + sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \ + -i "${S}"/test/include.sh + + cmake-utils_src_test +} diff --git a/app-backup/boxbackup/Manifest b/app-backup/boxbackup/Manifest deleted file mode 100644 index 6870363bd54c..000000000000 --- a/app-backup/boxbackup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST boxbackup-0.11.1.tgz 1863270 SHA256 1328b010477259c4767276dbfebab6580e883336cc9d25696c39991b09cc6d32 SHA512 15ceceae3659f14254f422136805a8b3ed3c39d14f8a1ffd0c96efb05b7acb5be310e13144ed86fe4afd24a3c0b86ec771b7d3a9f08b2789bb98e18468ca97f8 WHIRLPOOL 9abcae4e907d526e6df0ebfee813cd374e8f981e5f25e0a2cbc2e958e0bf4d0ce10a455d71e036dc13aa31c01c422349cdbb1f1a36a0ea8ae16cf2b14f0f97fc diff --git a/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild b/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild deleted file mode 100644 index d2c65aa98c60..000000000000 --- a/app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit user - -DESCRIPTION="A completely automatic on-line backup system" -HOMEPAGE="http://boxbackup.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" -SRC_URI="http://boxbackup.org/svn/box/packages/${P/_/}.tgz" - -# GPL-2 is included for the init script, bug 425884. -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~ppc-macos ~x86-macos" -IUSE="client-only libressl" -DEPEND="sys-libs/zlib - sys-libs/db:= - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - >=dev-lang/perl-5.6" -RDEPEND="${DEPEND} - virtual/mta" - -S="${WORKDIR}/${P/_/}" - -PATCHES=( - "${FILESDIR}/${PN}-0.11_rc8-testbbackupd.patch" - "${FILESDIR}/${PN}-0.11.1-fix-Wformat-security.patch" - "${FILESDIR}/${PN}-0.11.1-fix-mandir.patch" -) - -src_compile() { - # Bug 299411. - emake -j1 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - emake -j1 DESTDIR="${D}" install-backup-client - - dodoc BUGS.txt CONTACT.txt DOCUMENTATION.txt ExceptionCodes.txt THANKS.txt - newinitd "${FILESDIR}"/bbackupd.rc bbackupd - - if ! use client-only ; then - emake -j1 DESTDIR="${D}" install-backup-server - newinitd "${FILESDIR}"/bbstored.rc bbstored - fi - - keepdir /etc/boxbackup -} - -pkg_preinst() { - if ! use client-only ; then - enewgroup bbstored - enewuser bbstored -1 -1 -1 bbstored - fi -} - -pkg_postinst() { - while read line; do elog "${line}"; done < /dev/null - eend $? -} - -stop() { - ebegin "Stopping box backup daemon" - start-stop-daemon --stop --exec /usr/sbin/bbackupd - eend $? -} diff --git a/app-backup/boxbackup/files/bbstored.rc b/app-backup/boxbackup/files/bbstored.rc deleted file mode 100644 index 0dfd343209f5..000000000000 --- a/app-backup/boxbackup/files/bbstored.rc +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need localmount - use net -} - -start() { - ebegin "Starting box backup store daemon" - start-stop-daemon --start --exec /usr/sbin/bbstored > /dev/null - eend $? -} - -stop() { - ebegin "Stopping box backup store daemon" - start-stop-daemon --stop --exec /usr/sbin/bbstored - eend $? -} diff --git a/app-backup/boxbackup/files/boxbackup-0.11.1-fix-Wformat-security.patch b/app-backup/boxbackup/files/boxbackup-0.11.1-fix-Wformat-security.patch deleted file mode 100644 index 22efb3266f46..000000000000 --- a/app-backup/boxbackup/files/boxbackup-0.11.1-fix-Wformat-security.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 53e968624b5540bf0c97bb69636f1bc908f9b00a Mon Sep 17 00:00:00 2001 -From: Michael Orlitzky -Date: Wed, 3 Aug 2016 16:38:23 -0400 -Subject: [PATCH 1/1] bin/bbackupquery/BackupQueries.cpp: fix trivial - -Wformat-security warning. - -Gentoo-Bug: 520978 ---- - bin/bbackupquery/BackupQueries.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/bin/bbackupquery/BackupQueries.cpp b/bin/bbackupquery/BackupQueries.cpp -index 0418ec9..b377218 100644 ---- a/bin/bbackupquery/BackupQueries.cpp -+++ b/bin/bbackupquery/BackupQueries.cpp -@@ -613,7 +613,7 @@ void BackupQueries::List(int64_t DirID, const std::string &rListRoot, const bool - // terminate - *(f++) = ' '; - *(f++) = '\0'; -- printf(displayflags); -+ printf("%s", displayflags); - - if(en_flags != 0) - { --- -2.7.3 - diff --git a/app-backup/boxbackup/files/boxbackup-0.11.1-fix-mandir.patch b/app-backup/boxbackup/files/boxbackup-0.11.1-fix-mandir.patch deleted file mode 100644 index 842655491d19..000000000000 --- a/app-backup/boxbackup/files/boxbackup-0.11.1-fix-mandir.patch +++ /dev/null @@ -1,14 +0,0 @@ -Install man pages into /usr/share/man instead of /usr/man. This patch -was provided by a Gentoo user in bug 515422. - ---- a/infrastructure/makeparcels.pl.in 2015-04-30 15:28:26.790570655 +0200 -+++ b/infrastructure/makeparcels.pl.in 2015-04-30 15:35:40.795699542 +0200 -@@ -304,7 +304,7 @@ - if ($type eq 'man') - { - $name =~ /([0-9])$/; -- $dest = "man/man$1"; -+ $dest = "share/man/man$1"; - $name =~ s/$/\.gz/; - } - diff --git a/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch b/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch deleted file mode 100644 index 12a6825cc759..000000000000 --- a/app-backup/boxbackup/files/boxbackup-0.11_rc8-testbbackupd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/test/bbackupd/testbbackupd.cpp 2010-05-01 15:52:27.000000000 +0200 -+++ b/test/bbackupd/testbbackupd.cpp 2010-05-07 07:12:42.000000000 +0200 -@@ -1176,7 +1176,7 @@ - std::string touchfile = - "testfiles/TestDir1/spacetest/d1/touch-me"; - -- fd = open(touchfile.c_str(), O_CREAT | O_WRONLY); -+ fd = open(touchfile.c_str(), O_CREAT | O_WRONLY, 700); - TEST_THAT(fd > 0); - // write again, to update the file's timestamp - TEST_EQUAL_LINE(sizeof(buffer), diff --git a/app-backup/boxbackup/metadata.xml b/app-backup/boxbackup/metadata.xml deleted file mode 100644 index 52dc78dd9885..000000000000 --- a/app-backup/boxbackup/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - An open source, completely automatic on-line backup - system for UNIX. - - Disable server support, and just build a - client - - - boxbackup - - diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild index 4e7ab8619aa2..3f4685cecf4a 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/ajaiantilal/i7z" SRC_URI="https://github.com/ajaiantilal/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="qt5" RDEPEND=" diff --git a/app-cdr/cdrkit/Manifest b/app-cdr/cdrkit/Manifest deleted file mode 100644 index 4fc8d1e868aa..000000000000 --- a/app-cdr/cdrkit/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cdrkit-1.1.11-libcdio-paranoia.tar.xz 18664 SHA256 366727c6806f689fbb79b4bc64fe216c54428823f56f8375ff95529529231a8b SHA512 aa1e1a7a750872f80a363789573c7ccb7a30702e7770456a15abb7d2d7d2fc5f705fa8a006e022ac006d88ce985a848c2a7a33e52f1c1e91f13cac0349d8ac6e WHIRLPOOL 95610295a693bdd96c4b6f1c336b9cc2e24df38f07272691b437976228b355f6170c185c0fcc28739618147c7a2dce831765ef1598694f37c2afb60de114bac1 -DIST cdrkit_1.1.11.orig.tar.gz 1445133 SHA256 d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc78e47da SHA512 e5afcd2cb68d39aeff680a0d5b0a7877f94cf6de111b3cb7388261c665fbd3209ce98a20a01911875af7d6b832a156801b1fa46a4481f7c8ba60b22eac0a5b05 WHIRLPOOL e836af6a8786e38965e7238fddef3b4746234a2d96afaa18b5a23baa36c13506f78c1ec50d97b4bc7374daf5db78e9b7775184ec16f8513c10dc3b9b18a2d395 diff --git a/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild b/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild deleted file mode 100644 index 9a857f44f5f9..000000000000 --- a/app-cdr/cdrkit/cdrkit-1.1.11-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils eutils - -DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord" -HOMEPAGE="http://cdrkit.org" -SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz - https://dev.gentoo.org/~ssuominen/${P}-libcdio-paranoia.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="debug hfs unicode" - -RDEPEND="app-arch/bzip2 - !app-cdr/cdrtools - dev-libs/libcdio-paranoia - sys-apps/file - sys-libs/zlib - unicode? ( virtual/libiconv ) - kernel_linux? ( sys-libs/libcap )" -DEPEND="${RDEPEND} - hfs? ( sys-apps/file )" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-cmakewarn.patch \ - "${WORKDIR}"/patches/${P}-paranoiacdda.patch \ - "${WORKDIR}"/patches/${P}-paranoiacdio.patch - - echo '.so wodim.1' > ${T}/cdrecord.1 - echo '.so genisoimage.1' > ${T}/mkisofs.1 - echo '.so icedax.1' > ${T}/cdda2wav.1 - echo '.so readom.1' > ${T}/readcd.1 -} - -src_install() { - cmake-utils_src_install - - dosym wodim /usr/bin/cdrecord - dosym genisoimage /usr/bin/mkisofs - dosym icedax /usr/bin/cdda2wav - dosym readom /usr/bin/readcd - - dodoc ABOUT Changelog FAQ FORK TODO doc/{PORTABILITY,WHY} - - local x - for x in genisoimage plattforms wodim icedax; do - docinto ${x} - dodoc doc/${x}/* - done - - insinto /etc - newins wodim/wodim.dfl wodim.conf - newins netscsid/netscsid.dfl netscsid.conf - - insinto /usr/include/scsilib - doins include/*.h - insinto /usr/include/scsilib/usal - doins include/usal/*.h - dosym usal /usr/include/scsilib/scg - - doman "${T}"/*.1 -} diff --git a/app-cdr/cdrkit/files/cdrkit-1.1.11-cmakewarn.patch b/app-cdr/cdrkit/files/cdrkit-1.1.11-cmakewarn.patch deleted file mode 100644 index b60b84982683..000000000000 --- a/app-cdr/cdrkit/files/cdrkit-1.1.11-cmakewarn.patch +++ /dev/null @@ -1,10 +0,0 @@ -http://pkgs.fedoraproject.org/cgit/cdrkit.git/tree/cdrkit-1.1.11-cmakewarn.patch - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -1,3 +1,5 @@ -+cmake_minimum_required(VERSION 2.8) -+cmake_policy(SET CMP0015 OLD) - PROJECT (cdrkit C) - SUBDIRS(include genisoimage wodim libedc libhfs_iso icedax libusal librols libunls readom netscsid 3rd-party/dirsplit) - diff --git a/app-cdr/cdrkit/metadata.xml b/app-cdr/cdrkit/metadata.xml deleted file mode 100644 index 574d7eda0e7a..000000000000 --- a/app-cdr/cdrkit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - Provide building of HFS (Apple) CD-images - - diff --git a/app-dicts/gjiten/Manifest b/app-dicts/gjiten/Manifest deleted file mode 100644 index 19a4797eda49..000000000000 --- a/app-dicts/gjiten/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gjiten-2.6.tar.gz 564845 SHA256 f6c0cc69e1e59ed8c3a946a1ee3e4a5e2e1deb16890bfc5f67c055adb10a71dd SHA512 ef56ad2fdcbe9c1b2df59dbb0cb4036ab2cf90e0fa290275b5dbfb0cfe66521231da48dc710a2837bd1d4402cf2bfb219b952a85e0a482062eade316c04e0bfa WHIRLPOOL 857a38294bc8860f9e8be2dd856ed111385a911c872d39f9c64e6c3cf953dd6662c043ef4679e5f956e6ddaed16f4fd3d02d0d5fd45ac1d318ef68a802aee9eb diff --git a/app-dicts/gjiten/files/gjiten-2.6-desktop.patch b/app-dicts/gjiten/files/gjiten-2.6-desktop.patch deleted file mode 100644 index 731d41be9109..000000000000 --- a/app-dicts/gjiten/files/gjiten-2.6-desktop.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome/gjiten.desktop.in.old 2014-07-08 13:04:35.418149539 +0200 -+++ gnome/gjiten.desktop.in 2014-07-08 13:04:55.390544064 +0200 -@@ -3,8 +3,8 @@ - _Name=Gjiten - _Comment=Japanese dictionary - Exec=gjiten --Icon=jiten.png -+Icon=jiten - StartupNotify=true - Terminal=false - Type=Application --Categories=GNOME;Application;Utility; -+Categories=GNOME;Utility; diff --git a/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch b/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch deleted file mode 100644 index 7f0c0ed3fb21..000000000000 --- a/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/configure.in b/configure.in -index aec96d4..733eee6 100644 ---- a/configure.in -+++ b/configure.in -@@ -18,7 +18,6 @@ AC_PROG_MAKE_SET - AC_PROG_INTLTOOL([0.22]) - AC_PATH_PROG([GCONFTOOL], [gconftool-2]) - --GNOME_COMMON_INIT - dnl GNOME_PLATFORM_GNOME_2(yes, force) - PKG_CHECK_MODULES(GJITEN, libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 gconf-2.0) - AM_GCONF_SOURCE_2 -@@ -36,7 +35,6 @@ AC_FUNC_MMAP - AC_FUNC_STAT - AC_CHECK_FUNCS([getcwd putenv setlocale strerror strrchr strstr munmap]) - --GNOME_COMPILE_WARNINGS(maximum) - - # Gettext stuff - GETTEXT_PACKAGE=gjiten diff --git a/app-dicts/gjiten/files/gjiten-2.6-pref.patch b/app-dicts/gjiten/files/gjiten-2.6-pref.patch deleted file mode 100644 index f06d833e87c3..000000000000 --- a/app-dicts/gjiten/files/gjiten-2.6-pref.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/pref.c b/src/pref.c -index 9c5e07d..6c0e13d 100644 ---- a/src/pref.c -+++ b/src/pref.c -@@ -271,7 +271,7 @@ static void up_dict(GtkWidget *button) { - gtk_list_store_swap(GTK_LIST_STORE(model), &iter, &tmpiter); - } - } -- g_free(treepath); -+ gtk_tree_path_free(treepath); - } - - diff --git a/app-dicts/gjiten/gjiten-2.6-r3.ebuild b/app-dicts/gjiten/gjiten-2.6-r3.ebuild deleted file mode 100644 index 1cab4f30f82e..000000000000 --- a/app-dicts/gjiten/gjiten-2.6-r3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" - -inherit autotools eutils gnome2 readme.gentoo - -DESCRIPTION="A Japanese dictionary program for Gnome" -HOMEPAGE="http://gjiten.sourceforge.net/" -SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RESTRICT="test" - -RDEPEND=" - >=gnome-base/libgnome-2.2 - >=gnome-base/libgnomeui-2.2 - >=gnome-base/libglade-2 -" -DEPEND="${RDEPEND} - app-text/rarian - dev-util/intltool - app-text/xmlto - app-text/docbook-xml-dtd:4.1.2 - virtual/pkgconfig -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="Dictionary files are necessary in order for -Gjiten to function. - -Download dictionary files from: -http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil - -You need kanjidic and edict at a minimum. Dictionary files -must be converted to UTF-8 format - check the Gjiten help -and README files for details. - -A shell script is available from -the Gjiten homepage(${HOMEPAGE}) to -download and convert the dictionary files, but you need -to put the files in /usr/share/gjiten after running the script." - -src_prepare() { - DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" - - epatch "${FILESDIR}"/${P}-pref.patch - epatch "${FILESDIR}"/${P}-drop-gnome.patch - epatch "${FILESDIR}"/${P}-desktop.patch - - AM_OPTS="--foreign" eautoreconf - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} diff --git a/app-dicts/gjiten/metadata.xml b/app-dicts/gjiten/metadata.xml deleted file mode 100644 index 670aa991fb60..000000000000 --- a/app-dicts/gjiten/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - cjk@gentoo.org - Cjk - - - Gjiten is a Japanese dictionary program for GNOME. Gjiten also has a - kanji dictionary. Any combination of stroke count, radicals and search - key can be used for kanji lookups. - - - gjiten - - diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index ff5270f52dac..d5884ce8aad4 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1 +1,2 @@ DIST bochs-2.6.8.tar.gz 5075617 SHA256 79700ef0914a0973f62d9908ff700ef7def62d4a28ed5de418ef61f3576585ce SHA512 5e7438a6a09417cbc0b311810a485374bb9b10be452edd9daff0afacd487ada66f37b8189d4868d3420dae82ef6c38fe279d541d24f8a41bf1ca59359572e7bd WHIRLPOOL 798a40aafad7269e4708b443d6511d86236289b7b19b14d2ed33f2c80618b5b3251a7294c70433cfd0f63ebdbcf8d34fc4aa407f70c9874ff1ce2f226d72c4a0 +DIST bochs-2.6.9.tar.gz 5169187 SHA256 ee5b677fd9b1b9f484b5aeb4614f43df21993088c0c0571187f93acb0866e98c SHA512 dfecf3a1bad07f06c2f7bb989d146e4a8eaeca493b598d415f5a4aec2a85eb5524ba417422157608c8b0828832611df487c6923c8f4ad98a147ac089fc514c46 WHIRLPOOL 9bd7c7c171d93ad2ca517bc4d02f77a617541583818c77f29eb6b4f80ec92d53a5e7126d7287f148ac501a49a5358e5a18f2a7592949acf21291182e0049adf4 diff --git a/app-emulation/bochs/bochs-2.6.9.ebuild b/app-emulation/bochs/bochs-2.6.9.ebuild new file mode 100644 index 000000000000..1fbf6c61aec6 --- /dev/null +++ b/app-emulation/bochs/bochs-2.6.9.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="LGPL-ed pc emulator" +HOMEPAGE="http://bochs.sourceforge.net/" +SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +IUSE="3dnow avx debugger doc gdb ncurses readline svga sdl +smp vnc X +x86-64" +REQUIRED_USE=" + avx? ( x86-64 ) + gdb? ( !debugger !smp ) + debugger? ( !gdb ) +" + +RDEPEND=" + X? ( x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXpm ) + sdl? ( media-libs/libsdl ) + svga? ( media-libs/svgalib ) + readline? ( sys-libs/readline:= ) + ncurses? ( sys-libs/ncurses:= ) +" +DEPEND="${RDEPEND} + doc? ( app-text/docbook-sgml-utils ) + X? ( x11-proto/xproto ) + sys-apps/sed + >=app-text/opensp-1.5 +" + +src_prepare() { + default + sed -i "s:^docdir.*:docdir = ${EPREFIX}/usr/share/doc/${PF}:" \ + Makefile.in || die +} + +src_configure() { + econf \ + --enable-all-optimizations \ + --enable-idle-hack \ + --enable-cdrom \ + --enable-clgd54xx \ + --enable-cpu-level=6 \ + --enable-disasm \ + --enable-e1000 \ + --enable-gameport \ + --enable-iodebug \ + --enable-monitor-mwait \ + --enable-ne2000 \ + --enable-plugins \ + --enable-pci \ + --enable-pnic \ + --enable-raw-serial \ + --enable-sb16=linux \ + --enable-usb \ + --enable-usb-ohci \ + --enable-usb-xhci \ + --prefix=/usr \ + --with-nogui \ + --without-wx \ + $(use_enable 3dnow) \ + $(use_enable avx) \ + $(use_enable debugger) \ + $(use_enable doc docbook) \ + $(use_enable gdb gdb-stub) \ + $(use_enable readline) \ + $(use_enable smp) \ + $(use_enable x86-64) \ + $(use_with ncurses term) \ + $(use_with sdl) \ + $(use_with svga) \ + $(use_with vnc rfb) \ + $(use_with X x) \ + $(use_with X x11) \ + ${myconf} +} diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild new file mode 100644 index 000000000000..67e228d97944 --- /dev/null +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r4.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools eutils flag-o-matic pax-utils toolchain-funcs + +P_FD="dosemu-freedos-1.0-bin" +COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" + +DESCRIPTION="DOS Emulator" +HOMEPAGE="http://www.dosemu.org/" +SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz + https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="X svga gpm debug alsa sndfile fluidsynth" + +RDEPEND="X? ( x11-libs/libX11 + x11-libs/libXxf86vm + x11-libs/libXau + x11-libs/libXext + x11-libs/libXdmcp + x11-apps/xset + x11-apps/xlsfonts + x11-apps/bdftopcf + x11-apps/mkfontdir ) + svga? ( media-libs/svgalib ) + gpm? ( sys-libs/gpm ) + alsa? ( media-libs/alsa-lib ) + sndfile? ( media-libs/libsndfile ) + fluidsynth? ( media-sound/fluidsynth + media-sound/fluid-soundfont ) + media-libs/libsdl + >=sys-libs/slang-1.4" + +DEPEND="${RDEPEND} + X? ( x11-proto/xf86dgaproto ) + >=sys-devel/autoconf-2.57" + +S="${WORKDIR}/${PN}-code-${COMMIT}" + +PATCHES=( + "${FILESDIR}"/${P}-fortify.patch + "${FILESDIR}"/${PN}-1.4.1_pre20091009-dash.patch + "${FILESDIR}"/${P}-no-glibc.patch + "${FILESDIR}"/${P}-flex-2.6.3.patch + "${FILESDIR}"/${P}-ia16-ldflags.patch + "${FILESDIR}"/${P}-fix-inline.patch +) + +src_prepare() { + default + + # Has problems with -O3 on some systems + replace-flags -O[3-9] -O2 + + # This one is from media-sound/fluid-soundfont (bug #479534) + sed "s,/usr/share/soundfonts/default.sf2,${EPREFIX}/usr/share/sounds/sf2/FluidR3_GM.sf2,"\ + -i src/plugin/fluidsynth/mid_o_flus.c || die + + eautoreconf +} + +src_configure() { + # workaround binutils ld.gold bug #618366 + local nopie_flag= + if tc-enables-pie; then + if gcc-specs-pie; then + # before gcc got upstream support for '-no-pie' + nopie_flag=-nopie + else + nopie_flag=-no-pie + fi + fi + + econf $(use_with X x) \ + $(use_with svga svgalib) \ + $(use_enable debug) \ + $(use_with gpm) \ + $(use_with alsa) \ + $(use_with sndfile) \ + $(use_with fluidsynth) \ + --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ + --sysconfdir="${EPREFIX}"/etc/dosemu/ \ + --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \ + IA16_LDFLAGS_EXTRA=${nopie_flag} +} + +src_compile() { + emake AR=$(tc-getAR) +} + +src_install() { + default + + # r - randmmap: dosemu tries to get address mapping + # exactly where asked, loops otherwise. + # m - allow RWX mapping: as it's an emulator / code loader + pax-mark -mr "${ED}/usr/bin/dosemu.bin" +} diff --git a/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch new file mode 100644 index 000000000000..9a515941b812 --- /dev/null +++ b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fix-inline.patch @@ -0,0 +1,14 @@ +diff --git a/src/dosext/sound/sound.c b/src/dosext/sound/sound.c +index f33f78f..f429362 100644 +--- a/src/dosext/sound/sound.c ++++ b/src/dosext/sound/sound.c +@@ -173,3 +173,3 @@ void sb_cms_write (ioport_t port, Bit8u value); + +-inline void sb_mixer_register_write (Bit8u value); ++static inline void sb_mixer_register_write (Bit8u value); + void sb_mixer_data_write (Bit8u value); +@@ -840,3 +840,3 @@ void sb_cms_write (ioport_t port, Bit8u value) + +-inline void sb_mixer_register_write (Bit8u value) ++static inline void sb_mixer_register_write (Bit8u value) + { diff --git a/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-ia16-ldflags.patch b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-ia16-ldflags.patch new file mode 100644 index 000000000000..0e2393cc2741 --- /dev/null +++ b/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-ia16-ldflags.patch @@ -0,0 +1,45 @@ +Add a @IA16_LDFLAGS_EXTRA@ environment variable +to be able to pass through -no-pie. + +It's a workaround for binutils ld.gold bug: +https://bugs.gentoo.org/618366 +diff --git a/Makefile.conf.in b/Makefile.conf.in +index cd4b34d..cc29931 100644 +--- a/Makefile.conf.in ++++ b/Makefile.conf.in +@@ -55,2 +55,4 @@ ALL_LDFLAGS:=@DOSEMU_LDFLAGS@ ${LDFLAGS} + DOSBIN_LDFLAGS:=@DOSBIN_LDFLAGS@ ++# flags to "link" 16-bit .com files ++IA16_LDFLAGS:=-Wl,-Ttext,0x100,-e,_start16,--oformat,binary -nostdlib -s @IA16_LDFLAGS_EXTRA@ + LIBS:=@LIBS@ +diff --git a/configure.ac b/configure.ac +index 0f06f57..a86208e 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -604,2 +604,3 @@ AC_SUBST(X_LIBS) + AC_SUBST(X_CFLAGS) ++AC_SUBST(IA16_LDFLAGS_EXTRA) + +diff --git a/src/commands/Makefile b/src/commands/Makefile +index 3139b85..c5c4607 100644 +--- a/src/commands/Makefile ++++ b/src/commands/Makefile +@@ -56,3 +56,3 @@ dosbin: $(COM1) $(COM2) $(SYS) + $(D)/%.sys: %.o +- $(LD) $(ALL_LDFLAGS) -Wl,-Ttext,0,-e,_start16,--oformat,binary -nostdlib -s -o $@ $< ++ $(LD) $(ALL_LDFLAGS) $(IA16_LDFLAGS) -o $@ $< + chmod -x $@ +@@ -60,3 +60,3 @@ $(D)/%.sys: %.o + $(D)/%.com: %.o +- $(LD) $(ALL_LDFLAGS) -Wl,-Ttext,100,-e,_start16,--oformat,binary -nostdlib -s -o $@ $< ++ $(LD) $(ALL_LDFLAGS) $(IA16_LDFLAGS) -o $@ $< + chmod -x $@ +diff --git a/src/plugin/commands/Makefile b/src/plugin/commands/Makefile +index 48f49d5..d3a5667 100644 +--- a/src/plugin/commands/Makefile ++++ b/src/plugin/commands/Makefile +@@ -57,3 +57,3 @@ $(STUBFULL): $(D)/generic.com ./mkcomstub + $(D)/%.com: %.o +- $(LD) $(ALL_LDFLAGS) -Wl,-Ttext,0x100,-e,_start16,--oformat,binary -nostdlib -s -o $@ $< ++ $(LD) $(ALL_LDFLAGS) $(IA16_LDFLAGS) -o $@ $< + chmod -x $@ diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest new file mode 100644 index 000000000000..8633c67ee2b9 --- /dev/null +++ b/app-i18n/ibus-kkc/Manifest @@ -0,0 +1 @@ +DIST ibus-kkc-1.5.22.tar.gz 518844 SHA256 22fe2552f08a34a751cef7d1ea3c088e8dc0f0af26fd7bba9cdd27ff132347ce SHA512 767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4 WHIRLPOOL 2b157203a4956e396e096b86be1b84d47df61eccec9a20eada6ebae14f27e30873389fb465a7d435f11f160bea24d0042ba9f20eb5555f1fb76d912b2200e82c diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild new file mode 100644 index 000000000000..a2b21852753a --- /dev/null +++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit vala + +DESCRIPTION="Japanese Kana Kanji conversion engine for IBus" +HOMEPAGE="https://github.com/ueno/ibus-kkc" +SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +CDEPEND="app-i18n/ibus + app-i18n/libkkc + x11-libs/gtk+:3 + nls? ( virtual/libintl )" +RDEPEND="${CDEPEND} + app-i18n/skk-jisyo" +DEPEND="${CDEPEND} + $(vala_depend) + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + vala_src_prepare + default +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/perl-core/ExtUtils-Command/metadata.xml b/app-i18n/ibus-kkc/metadata.xml similarity index 52% rename from perl-core/ExtUtils-Command/metadata.xml rename to app-i18n/ibus-kkc/metadata.xml index 1761430ead08..c52521a4a3b0 100644 --- a/perl-core/ExtUtils-Command/metadata.xml +++ b/app-i18n/ibus-kkc/metadata.xml @@ -2,11 +2,10 @@ - perl@gentoo.org - Gentoo Perl Project + cjk@gentoo.org + Cjk - ExtUtils-Command - ExtUtils::Command + ueno/ibus-kkc diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild index 5ba9e64588e0..40c0d245e466 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild index dae2570a578e..fe548e75e5cf 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit vala -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" +DESCRIPTION="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.gz" diff --git a/app-i18n/im-ja/Manifest b/app-i18n/im-ja/Manifest deleted file mode 100644 index 14a67be26cd1..000000000000 --- a/app-i18n/im-ja/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST im-ja-1.5.tar.gz 905539 SHA256 96f4ed82706a873bdade99a934a1a66431f146758837ed0f007e3c145649f780 SHA512 97c75aa5437b3f887d7004d87f4dd7e444fb2ad393af0117dab64fdef87c0a92b1a97c1934a8e1e67e6c1753ad78f1c9a67f5aca10710115a8b331aae4f17864 WHIRLPOOL c9d3cd722ce3b31cedfc75667d752a0df22fd3eda6e6f3421c5d381c86735e047c80db5c14b0b59a71d524b617276850fddc8b0378e18bbda825208381fa7700 diff --git a/app-i18n/im-ja/files/im-ja-1.5-gentoo.patch b/app-i18n/im-ja/files/im-ja-1.5-gentoo.patch deleted file mode 100644 index af78e77876fa..000000000000 --- a/app-i18n/im-ja/files/im-ja-1.5-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur im-ja-1.5.orig/configure.in im-ja-1.5/configure.in ---- im-ja-1.5.orig/configure.in 2006-04-18 19:52:25.000000000 +0900 -+++ im-ja-1.5/configure.in 2009-10-19 08:19:22.000000000 +0900 -@@ -28,6 +28,7 @@ - PKG_CHECK_MODULES([GTK], gtk+-2.0 >= 2.4.0) - PKG_CHECK_MODULES([GCONF], gconf-2.0) - PKG_CHECK_MODULES([LIBGLADE], libglade-2.0 >= 2.4.0) -+PKG_CHECK_MODULES([LIBGNOMEUI], libgnomeui-2.0 >= 2.4.0) - - AM_GCONF_SOURCE_2 - -diff -Naur im-ja-1.5.orig/src/gnome-panel-applet/Makefile.am im-ja-1.5/src/gnome-panel-applet/Makefile.am ---- im-ja-1.5.orig/src/gnome-panel-applet/Makefile.am 2006-04-18 19:52:24.000000000 +0900 -+++ im-ja-1.5/src/gnome-panel-applet/Makefile.am 2009-10-19 08:21:24.000000000 +0900 -@@ -26,13 +26,14 @@ - -DIM_JA_LIBPROGDIR=\"$(libprogdir)\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - $(LIBPANELAPPLET_CFLAGS) \ -+ $(LIBGNOMEUI_CFLAGS) \ - @DEBUG_FLAGS@ \ - @DISABLE_CANNA_FLAG@ \ - @DISABLE_ANTHY_FLAG@ \ - @DISABLE_SKK_FLAG@ \ - @DISABLE_WNN_FLAG@ - --im_ja_applet_LDADD = $(LIBPANELAPPLET_LIBS) -+im_ja_applet_LDADD = $(LIBPANELAPPLET_LIBS) $(LIBGNOMEUI_LIBS) - - uidir = $(datadir)/gnome-2.0/ui - ui_DATA = GNOME_ImJaApplet.xml diff --git a/app-i18n/im-ja/files/im-ja-1.5-pofiles.patch b/app-i18n/im-ja/files/im-ja-1.5-pofiles.patch deleted file mode 100644 index 611cc61450d8..000000000000 --- a/app-i18n/im-ja/files/im-ja-1.5-pofiles.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/po/POTFILES.in b/po/POTFILES.in -index a52fa9a..7fac135 100644 ---- a/po/POTFILES.in -+++ b/po/POTFILES.in -@@ -3,10 +3,12 @@ gnome/im-ja.desktop.in - src/actionmenu.c - src/candwin.c - src/conf.c -+src/eggtrayicon/eggtrayicon.c - src/gnome-panel-applet/GNOME_ImJaApplet.server.in.in - src/gnome-panel-applet/GNOME_ImJaApplet.xml - src/gnome-panel-applet/im-ja-applet.c - src/gtk/im-ja-gtk.c -+src/helper/im-ja-helper.c - src/im-ja-conf/im-ja-conf.c - src/im-ja-conf/im-ja-conf.glade - src/im-ja.c diff --git a/app-i18n/im-ja/files/im-ja-1.5-underlinking.patch b/app-i18n/im-ja/files/im-ja-1.5-underlinking.patch deleted file mode 100644 index adbc2144d23b..000000000000 --- a/app-i18n/im-ja/files/im-ja-1.5-underlinking.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- src/xim/Makefile.am.old 2014-06-01 20:06:19.209885674 +0200 -+++ src/xim/Makefile.am 2014-06-01 20:06:27.020040088 +0200 -@@ -88,4 +88,4 @@ - @DISABLE_SKK_FLAG@ \ - @X_CFLAGS@ - im_ja_xim_server_LDADD = IMdkit/libXimd.a --im_ja_xim_server_LDFLAGS = @GTK_LIBS@ @GCONF_LIBS@ @X_LIBS@ @X_PRE_LIBS@ -lX11 @CANNA_LIBS@ @WNN_LIBS@ @ANTHY_LIBS@ -+im_ja_xim_server_LDFLAGS = @GTK_LIBS@ @GCONF_LIBS@ @X_LIBS@ @X_PRE_LIBS@ -lX11 -lm @CANNA_LIBS@ @WNN_LIBS@ @ANTHY_LIBS@ ---- src/helper/Makefile.am.old 2014-06-01 20:09:11.592293279 +0200 -+++ src/helper/Makefile.am 2014-06-01 20:09:24.454547489 +0200 -@@ -23,6 +23,6 @@ - @DISABLE_SKK_FLAG@ \ - @DISABLE_WNN_FLAG@ - --im_ja_helper_LDADD = @GTK_LIBS@ @GCONF_LIBS@ -+im_ja_helper_LDADD = @GTK_LIBS@ @GCONF_LIBS@ -lX11 - - diff --git a/app-i18n/im-ja/files/xinput-im-ja b/app-i18n/im-ja/files/xinput-im-ja deleted file mode 100644 index 6f76ec609ac1..000000000000 --- a/app-i18n/im-ja/files/xinput-im-ja +++ /dev/null @@ -1,7 +0,0 @@ -XIM=im-ja-xim-server -XIM_PROGRAM="@EPREFIX@/usr/bin/im-ja-xim-server" -PREFERENCE_PROGRAM="@EPREFIX@/usr/bin/im-ja-conf" -ICON=im-ja-capplet -SHORT_DESC="im-ja" -GTK_IM_MODULE=im-ja -#QT_IM_MODULE=im-ja diff --git a/app-i18n/im-ja/im-ja-1.5-r3.ebuild b/app-i18n/im-ja/im-ja-1.5-r3.ebuild deleted file mode 100644 index 9cc1b423d508..000000000000 --- a/app-i18n/im-ja/im-ja-1.5-r3.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GNOME2_LA_PUNT="yes" -GCONF_DEBUG="no" - -inherit autotools gnome2 eutils multilib readme.gentoo - -DESCRIPTION="A Japanese input module for GTK2 and XIM" -HOMEPAGE="http://im-ja.sourceforge.net/" -SRC_URI="http://im-ja.sourceforge.net/${P}.tar.gz - http://im-ja.sourceforge.net/old/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="canna freewnn skk anthy" -# --enable-debug causes build failure with gtk+-2.4 -#IUSE="${IUSE} debug" - -RDEPEND=" - >=dev-libs/glib-2.4:2 - >=dev-libs/atk-1.6 - >=x11-libs/gtk+-2.4:2 - >=x11-libs/pango-1.2.1 - >=gnome-base/gconf-2.4:2 - >=gnome-base/libglade-2.4:2.0 - >=gnome-base/libgnomeui-2.4 - freewnn? ( app-i18n/freewnn ) - canna? ( app-i18n/canna ) - skk? ( virtual/skkserv ) - anthy? ( app-i18n/anthy ) -" -DEPEND="${RDEPEND} - dev-lang/perl - dev-util/intltool - dev-perl/URI - virtual/pkgconfig -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="This version of im-ja comes with experimental XIM support. -If you'd like to try it out, run im-ja-xim-server and set -environment variable XMODIFIERS to @im=im-ja-xim-server -e.g.) -$ export XMODIFIERS=@im=im-ja-xim-server (sh) -> setenv XMODIFIERS @im=im-ja-xim-server (csh)" - -src_prepare() { - epatch "${FILESDIR}/${P}-gentoo.patch" \ - "${FILESDIR}"/${P}-pofiles.patch \ - "${FILESDIR}/${P}-underlinking.patch" - - sed -ie 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in || die - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - local myconf - # You cannot use `use_enable ...` here. im-ja's configure script - # doesn't distinguish --enable-canna from --disable-canna, so - # --enable-canna stands for --disable-canna in the script ;-( - use canna || myconf="$myconf --disable-canna" - use freewnn || myconf="$myconf --disable-wnn" - use anthy || myconf="$myconf --disable-anthy" - use skk || myconf="$myconf --disable-skk" - #use debug && myconf="$myconf --enable-debug" - - gnome2_src_configure \ - --disable-gnome \ - $myconf -} - -src_install() { - gnome2_src_install - - sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die - insinto /etc/X11/xinit/xinput.d - doins "${T}/${PN}.conf" - - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_query_immodules_gtk2 - gnome2_pkg_postinst - readme.gentoo_print_elog -} - -pkg_postrm() { - gnome2_query_immodules_gtk2 - gnome2_pkg_postrm -} diff --git a/app-i18n/im-ja/metadata.xml b/app-i18n/im-ja/metadata.xml deleted file mode 100644 index c127b90d8fdf..000000000000 --- a/app-i18n/im-ja/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - cjk@gentoo.org - Cjk - - - IM-JA is a Japanese input module for GTK+2. It supports kanji - conversion using either the Canna or the (Free)Wnn kanji conversion - engine. IM-JA can also do kanji character recognition, you can draw - kanji into a widget using the mouse. This feature is based on the - KanjiPad application which has been enhanced in IM-JA. - - - Support for Anthy input method - Support for SKK input method - - - im-ja - - diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest new file mode 100644 index 000000000000..a58ddca357f4 --- /dev/null +++ b/app-i18n/libkkc/Manifest @@ -0,0 +1 @@ +DIST libkkc-0.3.5.tar.gz 1424282 SHA256 89b07b042dae5726d306aaa1296d1695cb75c4516f4b4879bc3781fe52f62aef SHA512 f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236 WHIRLPOOL 4f759c9b08c4706c2244e253bad6c347dac2ad1a9ceb5a1b5b96161a7222e6fd1f607cc7dd4f49a01757e28742d75f2764d66c10435266e22a973f5e4e70cc72 diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild b/app-i18n/libkkc/libkkc-0.3.5.ebuild new file mode 100644 index 000000000000..62e8f38e5140 --- /dev/null +++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 ) + +inherit ltprune python-any-r1 vala + +DESCRIPTION="Japanese Kana Kanji conversion input method library" +HOMEPAGE="https://github.com/ueno/libkkc" +SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection nls static-libs" + +RDEPEND="dev-libs/glib:2 + dev-libs/json-glib + dev-libs/libgee:0.8 + dev-libs/marisa[python(+)] + introspection? ( dev-libs/gobject-introspection ) + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + $(vala_depend) + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + vala_src_prepare + default +} + +src_configure() { + econf \ + $(use_enable introspection) \ + $(use_enable nls) \ + $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/sci-chemistry/gamessq/metadata.xml b/app-i18n/libkkc/metadata.xml similarity index 57% rename from sci-chemistry/gamessq/metadata.xml rename to app-i18n/libkkc/metadata.xml index 8937bad0b175..4d9edd9a3b5f 100644 --- a/sci-chemistry/gamessq/metadata.xml +++ b/app-i18n/libkkc/metadata.xml @@ -2,7 +2,10 @@ - sci-chemistry@gentoo.org - Gentoo Chemistry Project + cjk@gentoo.org + Cjk + + ueno/libkkc + diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index 4859aa4d1a3b..c28ca9b213b8 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -9,48 +9,46 @@ DESCRIPTION="Azoth, the modular IM client for LeechCraft" SLOT="0" KEYWORDS="" -IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier - +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons - +otroid +spell sarin shx +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy" +IUSE="debug doc +acetamide +adiumstyles astrality +autoidler +autopaste +birthdaynotifier + +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick + +keeso +lastseen +latex media +metacontacts +murm +nativeemoticons +otroid sarin + shx +spell +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy" + +REQUIRED_USE="|| ( standardstyles adiumstyles )" COMMON_DEPEND=" ~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtxml:5 - dev-qt/qtdbus:5 + astrality? ( net-libs/telepathy-qt[qt5] ) + autoidler? ( + dev-qt/qtx11extras:5 + x11-libs/libXScrnSaver + ) crypt? ( app-crypt/qca:2[qt5] ) - media? ( - dev-qt/qtmultimedia:5 + lastseen? ( dev-qt/qtconcurrent:5 ) + media? ( dev-qt/qtmultimedia:5 ) + otroid? ( + dev-qt/qtconcurrent:5 + net-libs/libotr ) sarin? ( dev-qt/qtconcurrent:5 net-libs/tox ) - lastseen? ( - dev-qt/qtconcurrent:5 - ) - otroid? ( - dev-qt/qtconcurrent:5 - ) - autoidler? ( - dev-qt/qtx11extras:5 - x11-libs/libXScrnSaver - ) - astrality? ( net-libs/telepathy-qt[qt5] ) - otroid? ( net-libs/libotr ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( - >=net-libs/qxmpp-0.9.3[qt5] - media? ( >=net-libs/qxmpp-0.9.3[qt5,speex] ) + >=net-libs/qxmpp-0.9.3-r1 + media? ( net-libs/qxmpp[speex] ) ) - xtazy? ( - ~app-leechcraft/lc-xtazy-${PV} - )" + xtazy? ( ~app-leechcraft/lc-xtazy-${PV} ) +" DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen[dot] )" + doc? ( app-doc/doxygen[dot] ) +" RDEPEND="${COMMON_DEPEND} astrality? ( net-im/telepathy-mission-control @@ -61,11 +59,8 @@ RDEPEND="${COMMON_DEPEND} virtual/imagemagick-tools virtual/latex-base ) - spell? ( - ~app-leechcraft/lc-rosenthal-${PV} - )" - -REQUIRED_USE="|| ( standardstyles adiumstyles )" + spell? ( ~app-leechcraft/lc-rosenthal-${PV} ) +" src_configure() { local mycmakeargs=( @@ -86,15 +81,15 @@ src_configure() { -DENABLE_AZOTH_JUICK=$(usex juick) -DENABLE_AZOTH_KEESO=$(usex keeso) -DENABLE_AZOTH_LASTSEEN=$(usex lastseen) + -DENABLE_AZOTH_MODNOK=$(usex latex) -DENABLE_AZOTH_METACONTACTS=$(usex metacontacts) -DENABLE_MEDIACALLS=$(usex media) - -DENABLE_AZOTH_MODNOK=$(usex latex) -DENABLE_AZOTH_MURM=$(usex murm) -DENABLE_AZOTH_NATIVEEMOTICONS=$(usex nativeemoticons) -DENABLE_AZOTH_OTROID=$(usex otroid) -DENABLE_AZOTH_SARIN=$(usex sarin) - -DENABLE_AZOTH_ROSENTHAL=$(usex spell) -DENABLE_AZOTH_SHX=$(usex shx) + -DENABLE_AZOTH_ROSENTHAL=$(usex spell) -DENABLE_AZOTH_STANDARDSTYLES=$(usex standardstyles) -DENABLE_AZOTH_VADER=$(usex vader) -DENABLE_AZOTH_VELVETBIRD=$(usex velvetbird) diff --git a/app-leechcraft/lc-azoth/metadata.xml b/app-leechcraft/lc-azoth/metadata.xml index cb1e80eb2d68..25fbfb888be8 100644 --- a/app-leechcraft/lc-azoth/metadata.xml +++ b/app-leechcraft/lc-azoth/metadata.xml @@ -10,9 +10,9 @@ Proxy Maintainers - Build Astrality, support for protocols provided by Telepathy Build Acetamide, the IRC protocol support Build support for Adium styles + Build Astrality, support for protocols provided by Telepathy Build support for automatic status changing according to user idle time Build Autopaste for pasting long texts to pastebins Build Birthday Notifier for you to not forget about birthdays of your contacts. @@ -25,8 +25,8 @@ Build plugin for the Juick.com microblogging service Build plugin for changing text into SoMEtHInG lIKe THiS Build plugin for client-side recording of the last online/available time - Build plugin for metacontacts support Enable media calls + Build plugin for metacontacts support Build Murm, the VKontakte messaging support via their native API (instead of XMPP) Build support for native Azoth's emoticons packs Build OTRoid, plugin for the Off-the-Record deniable encryption system diff --git a/app-mobilephone/bitpim/Manifest b/app-mobilephone/bitpim/Manifest deleted file mode 100644 index bd2801c695cf..000000000000 --- a/app-mobilephone/bitpim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bitpim-1.0.6.tar.bz2 4595216 SHA256 9a46b965e505d5a25bb613cef887bf23871f7b1c20493786cd0b880e3ef6855d SHA512 6ef4f56e1afa360b60a4522e6c0dc3526bf30e43d8ad783c247724c7cc212056cdb2664da09b0b5883e0eb38ed68d046f259043bf9b34ad0aa51773119c49c74 WHIRLPOOL 3cd092067d5fd11d325208f0e670135e28aa5aa2de769ffca7eaee7d8d339c55c036d4dbc2b0c34601fee11f78f0d0466c749f17ae02c5dd033935cd8dc5572f diff --git a/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild b/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild deleted file mode 100644 index f618da5c5eca..000000000000 --- a/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils fdo-mime multilib - -DESCRIPTION="View and manipulate data on LG VX4400/VX6000 and Sanyo Sprint mobile phones" -HOMEPAGE="http://www.bitpim.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# this needs fixing -#KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="crypt evo usb" - -COMMON_DEPEND="dev-python/apsw[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] - dev-python/python-dsv[${PYTHON_USEDEP}] - dev-python/wxpython:2.8[${PYTHON_USEDEP}] - crypt? ( - >=dev-python/paramiko-1.7.1[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - ) - usb? ( virtual/libusb:0 )" -DEPEND="${COMMON_DEPEND} - usb? ( dev-lang/swig )" -RDEPEND="${COMMON_DEPEND} - media-libs/netpbm - virtual/ffmpeg" - -PATCHES=( "${FILESDIR}/${P}-gentoo.patch" "${FILESDIR}/${P}-ffmpeg_quality.patch" "${FILESDIR}/${P}-gcc43.patch" ) - -src_prepare() { - distutils-r1_src_prepare - python_setup - sed -i -e "s/^PYTHONVER=.*/PYTHONVER=\$PYTHON/" \ - src/native/usb/build.sh || die "sed failed" - sed -i "s/\$(EXTRADEFINES)\ -O2/\$(CXXFLAGS) \$(LDFLAGS)/" \ - src/native/av/bmp2avi/Makefile || die "sed failed" -} - -src_compile() { - # USB stuff - if use usb; then - cd "${S}/src/native/usb" - sh ./build.sh || die "compilation of native/usb failed" - fi - - # strings - cd "${S}/src/native/strings" - distutils-r1_src_compile - - # bmp2avi - cd "${S}/src/native/av/bmp2avi" - PLATFORM=linux emake CXX="$(tc-getCXX)" -} - -src_install() { - - # Install files into right place - # - # BitPim is a self-contained app, so jamming it into - # Python's site-packages might not be worthwhile. We'll - # Put it in its own home, and add the PYTHONPATH in the - # wrapper executables below. - local RLOC=/usr/$(get_libdir)/${P} - - # Main Python source - insinto ${RLOC} - doins src/*.py - - # Phone specifics - insinto ${RLOC}/phones - doins src/phones/*.py - - # Native products - insinto ${RLOC}/native - doins src/native/*.py - insinto ${RLOC}/native/qtopiadesktop - doins src/native/qtopiadesktop/*.py - insinto ${RLOC}/native/outlook - doins src/native/outlook/*.py - insinto ${RLOC}/native/egroupware - doins src/native/egroupware/*.py - if use evo ; then - insinto ${RLOC}/native/evolution - doins src/native/evolution/*.py - fi - - # strings - cd "${S}/src/native/strings" - distutils-r1_src_install - - cd "${S}" - insinto $RLOC/native/strings - doins src/native/strings/__init__.py src/native/strings/jarowpy.py - - # usb - if use usb; then - insinto ${RLOC}/native/usb - doins src/native/usb/*.py - doins src/native/usb/*.so - fi - - # Helpers and resources - dobin src/native/av/bmp2avi/bmp2avi - insinto ${RLOC}/resources - doins resources/* - - # Bitfling - if use crypt; then - FLINGDIR="${RLOC}/bitfling" - insinto $FLINGDIR - cd "${S}/src/bitfling" - doins *.py - cd "${S}" - fi - - # Creating scripts - echo '#!/bin/sh' > "${T}/bitpim" - echo "exec $PYTHON ${RLOC}/bp.py \"\$@\"" >> "${T}/bitpim" - dobin "${T}/bitpim" - if use crypt; then - echo '#!/bin/sh' > "${T}/bitfling" - echo "exec $PYTHON ${RLOC}/bp.py \"\$@\" bitfling" >> "${T}/bitfling" - dobin "${T}/bitfling" - fi - - # Desktop file - sed -i \ - -e "s|%%INSTALLBINDIR%%|/usr/bin|" \ - -e "s|%%INSTALLLIBDIR%%|${RLOC}|" \ - -e "s|Terminal=0|Terminal=true|" \ - -e "s|Application;Calendar;ContactManagement;Utility;|Calendar;ContactManagement;Utility;|" \ - packaging/bitpim.desktop || die "sed failed" - domenu packaging/bitpim.desktop -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/app-mobilephone/bitpim/files/bitpim-1.0.6-ffmpeg_quality.patch b/app-mobilephone/bitpim/files/bitpim-1.0.6-ffmpeg_quality.patch deleted file mode 100644 index 2a5b7cb5237b..000000000000 --- a/app-mobilephone/bitpim/files/bitpim-1.0.6-ffmpeg_quality.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru bitpim-1.0.6.orig/src/conversions.py bitpim-1.0.6/src/conversions.py ---- bitpim-1.0.6.orig/src/conversions.py 2008-11-02 13:51:31.000000000 +0000 -+++ bitpim-1.0.6/src/conversions.py 2008-11-02 13:52:21.000000000 +0000 -@@ -239,7 +239,7 @@ - ffmpeg=gethelperbinary("ffmpeg") - with common.usetempfile('mp3') as mp3file: - try: -- run(ffmpeg, "-i", shortfilename(inputfilename), "-hq", "-ab", `bitrate`, "-ar", `samplerate`, "-ac", `channels`, shortfilename(mp3file)) -+ run(ffmpeg, "-i", shortfilename(inputfilename), "-sameq", "-ab", `bitrate`, "-ar", `samplerate`, "-ac", `channels`, shortfilename(mp3file)) - except common.CommandExecutionFailed, e: - # we get this exception on bad parameters, or any other - # issue so we assume bad parameters for the moment. diff --git a/app-mobilephone/bitpim/files/bitpim-1.0.6-gcc43.patch b/app-mobilephone/bitpim/files/bitpim-1.0.6-gcc43.patch deleted file mode 100644 index dfb02d931a7a..000000000000 --- a/app-mobilephone/bitpim/files/bitpim-1.0.6-gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nru bitpim-1.0.6.orig/src/native/av/bmp2avi/avi_file.cxx bitpim-1.0.6/src/native/av/bmp2avi/avi_file.cxx ---- bitpim-1.0.6.orig/src/native/av/bmp2avi/avi_file.cxx 2005-02-18 06:55:03.000000000 +0000 -+++ bitpim-1.0.6/src/native/av/bmp2avi/avi_file.cxx 2008-11-02 13:54:15.000000000 +0000 -@@ -9,6 +9,7 @@ - - #include "avi_file.h" - #include "byte_order.h" -+#include - - // endian conversion routines - -diff -Nru bitpim-1.0.6.orig/src/native/av/bmp2avi/bmp_file.cxx bitpim-1.0.6/src/native/av/bmp2avi/bmp_file.cxx ---- bitpim-1.0.6.orig/src/native/av/bmp2avi/bmp_file.cxx 2005-02-18 06:55:03.000000000 +0000 -+++ bitpim-1.0.6/src/native/av/bmp2avi/bmp_file.cxx 2008-11-02 13:54:15.000000000 +0000 -@@ -11,6 +11,7 @@ - #include - #include "bmp_file.h" - #include "byte_order.h" -+#include - - using namespace std; - diff --git a/app-mobilephone/bitpim/files/bitpim-1.0.6-gentoo.patch b/app-mobilephone/bitpim/files/bitpim-1.0.6-gentoo.patch deleted file mode 100644 index ed7f96e62898..000000000000 --- a/app-mobilephone/bitpim/files/bitpim-1.0.6-gentoo.patch +++ /dev/null @@ -1,90 +0,0 @@ -diff -Nru bitpim-1.0.6.orig/src/common.py bitpim-1.0.6/src/common.py ---- bitpim-1.0.6.orig/src/common.py 2007-08-29 00:19:51.000000000 +0000 -+++ bitpim-1.0.6/src/common.py 2008-11-02 13:50:39.000000000 +0000 -@@ -860,7 +860,7 @@ - # windows running from exe, return as is - return os.path.abspath(os.path.dirname(sys.executable)) - # running from src, up one -- return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0] -+ return os.path.abspath(os.path.dirname(sys.argv[0])) - - if sys.platform=='win32': - # From Tim Golden's Win32 How Do I ...? -diff -Nru bitpim-1.0.6.orig/src/conversions.py bitpim-1.0.6/src/conversions.py ---- bitpim-1.0.6.orig/src/conversions.py 2007-08-29 00:19:51.000000000 +0000 -+++ bitpim-1.0.6/src/conversions.py 2008-11-02 13:50:39.000000000 +0000 -@@ -23,11 +23,11 @@ - - class ConversionFailed(Exception): pass - --helperdir=os.path.join(common.get_main_dir(), "helpers") -+helperdir="/usr/bin" - - osext={'win32': '.exe', - 'darwin': '.mbin', -- 'linux2': '.lbin'} \ -+ 'linux2': ''} \ - [sys.platform] - - # This shortname crap is needed because Windows programs (including ffmpeg) -@@ -128,14 +128,14 @@ - p=sys.path[0] - if os.path.isfile(p): - p=os.path.dirname(p) -- helpersdirectory=os.path.abspath(os.path.join(p, 'helpers')) -+ helpersdirectory="/usr/bin" - print "Helper Directory: "+helpersdirectory - if sys.platform=='win32': - osext=".exe" - if sys.platform=='darwin': - osext=".mbin" - if sys.platform=='linux2': -- osext=".lbin" -+ osext="" - - pngtopnmbin=gethelperbinary('pngtopnm') - ppmquantbin=gethelperbinary('ppmquant') -diff -Nru bitpim-1.0.6.orig/src/importexport.py bitpim-1.0.6/src/importexport.py ---- bitpim-1.0.6.orig/src/importexport.py 2007-08-27 04:58:33.000000000 +0000 -+++ bitpim-1.0.6/src/importexport.py 2008-11-02 13:50:39.000000000 +0000 -@@ -23,7 +23,7 @@ - import wx.html - - # Others --from thirdparty import DSV -+import DSV - - # My modules - import common -diff -Nru bitpim-1.0.6.orig/src/native/av/bmp2avi/Makefile bitpim-1.0.6/src/native/av/bmp2avi/Makefile ---- bitpim-1.0.6.orig/src/native/av/bmp2avi/Makefile 2006-05-05 07:10:08.000000000 +0000 -+++ bitpim-1.0.6/src/native/av/bmp2avi/Makefile 2008-11-02 13:50:39.000000000 +0000 -@@ -13,6 +13,6 @@ - - SRC=avi_file.cxx bmp_file.cxx b2a.cxx - --bmp2avi.lbin bmp2avi.mbin bmp2avi.exe: $(SRC) -+bmp2avi bmp2avi.mbin bmp2avi.exe: $(SRC) - $(CXX) $(EXTRADEFINES) -O2 -o $@ $(SRC) - -diff -Nru bitpim-1.0.6.orig/src/native/usb/build.sh bitpim-1.0.6/src/native/usb/build.sh ---- bitpim-1.0.6.orig/src/native/usb/build.sh 2007-08-10 21:53:59.000000000 +0000 -+++ bitpim-1.0.6/src/native/usb/build.sh 2008-11-02 13:50:39.000000000 +0000 -@@ -4,4 +4,4 @@ - swig -python -I/usr/include libusb.i - - gcc -fPIC -Wall -fno-strict-aliasing -O2 -g -shared -I $INCLUDEDIR -o _libusb.so libusb_wrap.c -lusb --strip _libusb.so -+#strip _libusb.so -diff -Nru bitpim-1.0.6.orig/src/phones/com_samsung.py bitpim-1.0.6/src/phones/com_samsung.py ---- bitpim-1.0.6.orig/src/phones/com_samsung.py 2007-08-17 21:11:59.000000000 +0000 -+++ bitpim-1.0.6/src/phones/com_samsung.py 2008-11-02 13:50:39.000000000 +0000 -@@ -16,7 +16,7 @@ - import time - - # site-packages --from thirdparty import DSV -+import DSV - - # BitPim modules - import bpcalendar diff --git a/app-mobilephone/bitpim/files/maketarball b/app-mobilephone/bitpim/files/maketarball deleted file mode 100755 index 8df7f071df9a..000000000000 --- a/app-mobilephone/bitpim/files/maketarball +++ /dev/null @@ -1,30 +0,0 @@ -# For building the tarball. To be used only by ebuild maintainers -DISTDIR=/usr/portage/distfiles -PN=bitpim -PV=$1 -P=$PN-$PV - -if [ -z "$PV" ]; then - echo "usage: $0 version" -else - svnrev=$(svn log -q --limit 1 https://${PN}.svn.sourceforge.net/svnroot/${PN}/releases/${PV} | sed -r '/^[^r]/d;s/^r([0-9]+) .*$/\1/') - [ $? = 0 ] || return 1 - - #Fetch the source (only those directories that are needed) - cd "${DISTDIR}" && mkdir -p ${P} || return 1 - for x in resources packaging src ; do - svn export https://${PN}.svn.sourceforge.net/svnroot/${PN}/releases/${PV}/${x} ${P}/${x} || return 1 - done - - #Remove unneeded stuff - rm ${P}/resources/*.chm ${P}/src/package.py - - #Freeze version and set vendor name to Gentoo - sed -i -e 's/\(^__FROZEN__="[$]Id: \).*\( $"\)/\1'${svnrev}'\2/' \ - -e 's/^vendor=".*"/vendor="Gentoo"/' \ - ${P}/src/version.py || return 1 - - #Make the tarball - tar -cjf ${P}.tar.bz2 ${P} - rm -r ${P} -fi diff --git a/app-mobilephone/bitpim/metadata.xml b/app-mobilephone/bitpim/metadata.xml deleted file mode 100644 index f6cb1d18283e..000000000000 --- a/app-mobilephone/bitpim/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - BitPim is a program that allows you to view and manipulate data on LG - VX4400/VX6000 and many Sanyo Sprint cell phones. This includes the - PhoneBook, Calendar, WallPapers, RingTones (functionality varies by - phone) and the Filesystem for most Qualcomm CDMA chipset based phones. - - diff --git a/app-office/skrooge/skrooge-2.8.1.ebuild b/app-office/skrooge/skrooge-2.8.1.ebuild index 208a320373fb..d6fae5e2be50 100644 --- a/app-office/skrooge/skrooge-2.8.1.ebuild +++ b/app-office/skrooge/skrooge-2.8.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="activities designer kde ofx" COMMON_DEPEND=" diff --git a/app-text/dos2unix/Manifest b/app-text/dos2unix/Manifest index 96f903341216..325cbd78f8f6 100644 --- a/app-text/dos2unix/Manifest +++ b/app-text/dos2unix/Manifest @@ -1 +1,2 @@ DIST dos2unix-7.3.4.tar.gz 640991 SHA256 8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5 SHA512 29958a2c702acc112b10f3fcb43fbff3b860c6d1f725c153af9a52dc20736755604f77bec37299dc88923a9e9b2ad73b994e9bc6f42f2757fe1819dd9873d710 WHIRLPOOL 46c771c63572d0d0301db5bde4734297df037654cbc71e5a8f93003fbf503399ec5026bc53fea3b3b10e346e2b59d24bdcd6d9139342354cdb1b8a6e240deaeb +DIST dos2unix-7.3.5.tar.gz 662133 SHA256 a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5 SHA512 beafefa715d894ec51bd808b18485bcf413f93b888203486e659f7e30b922b32b2f1da2305ef9ae85e54085ba3819bd512957bb872b529fe4728000cec7d3e58 WHIRLPOOL e1cda793c7e9a2b0f0000c61f5c4b9a48db37d41020af14e253b838768e81b0e94ea7a0666be712f79f89b05e5a6f72a1bf8516a01822f5da39062cc0bedf01f diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild b/app-text/dos2unix/dos2unix-7.3.5.ebuild new file mode 100644 index 000000000000..5ae2e2d762f5 --- /dev/null +++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="da de eo es fr hu ja nb nl pl pt_BR ru sr sv uk vi zh_CN zh_TW" + +inherit l10n toolchain-funcs + +DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" +HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html https://sourceforge.net/projects/dos2unix/" +SRC_URI=" + http://www.xs4all.nl/~waterlan/${PN}/${P}.tar.gz + mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +IUSE="debug nls test" + +RDEPEND=" + !app-text/hd2u + virtual/libintl" + +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) + test? ( virtual/perl-Test-Simple ) + dev-lang/perl" + +handle_locales() { + # Make sure locale list is kept up-to-date. + local detected sorted + detected=$(echo $(printf '%s\n' */*.po | sed -e 's:.*/::' -e 's:.po$::' | sort -u)) + sorted=$(echo $(printf '%s\n' ${PLOCALES} | sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "PLOCALES: ${sorted}" + eerror "po*/*.po: ${detected}" + die "sync PLOCALES" + fi + + # Deal with selective install of locales. + rm_loc() { rm po*/$1.po || die; } + l10n_for_each_disabled_locale_do rm_loc +} + +src_prepare() { + default + + handle_locales + + sed \ + -e '/^LDFLAGS/s|=|+=|' \ + -e '/CFLAGS_OS \+=/d' \ + -e '/LDFLAGS_EXTRA \+=/d' \ + -e "/^CFLAGS/s|-O2|${CFLAGS}|" \ + -i Makefile || die + + if use debug ; then + sed -e "/^DEBUG/s:0:1:" \ + -e "/EXTRA_CFLAGS +=/s:-g::" \ + -i Makefile || die + fi + + tc-export CC +} + +lintl() { + # same logic as from virtual/libintl + use !elibc_glibc && use !elibc_uclibc && use !elibc_musl && echo "-lintl" +} + +src_compile() { + emake prefix="${EPREFIX}/usr" \ + $(usex nls "LDFLAGS_EXTRA=$(lintl)" "ENABLE_NLS=") +} + +src_install() { + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \ + $(usex nls "" "ENABLE_NLS=") install +} diff --git a/app-text/tesseract/tesseract-3.05.01.ebuild b/app-text/tesseract/tesseract-3.05.01.ebuild index 36a34348fc2c..07db1611ec18 100644 --- a/app-text/tesseract/tesseract-3.05.01.ebuild +++ b/app-text/tesseract/tesseract-3.05.01.ebuild @@ -90,7 +90,6 @@ RDEPEND="${CDEPEND} DOCS=( AUTHORS ChangeLog NEWS README.md ) PATCHES=( - "${FILESDIR}/${PN}-3.05.00-libtiff.patch" "${FILESDIR}/${PN}-3.05.00-no_graphics.patch" "${FILESDIR}/${PN}-4.00.00-use-system-piccolo2d.patch" ) diff --git a/dev-ada/asis/asis-2017.ebuild b/dev-ada/asis/asis-2017.ebuild index eea7c448a3fa..bb826f23d567 100644 --- a/dev-ada/asis/asis-2017.ebuild +++ b/dev-ada/asis/asis-2017.ebuild @@ -23,7 +23,7 @@ DEPEND="dev-ada/gnat_util[gnat_2016=,gnat_2017=] gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )" RDEPEND="${RDEPEND}" -REQUIRED_USE="^^ ( gnat_2016 gnat_2017 )" +REQUIRED_USE="!gnat_2016 gnat_2017" S="${WORKDIR}"/${MYP} diff --git a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch index a54a7c125667..1a1d4d14eec2 100644 --- a/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch +++ b/dev-ada/gnatcoll/files/gnatcoll-2016-gentoo.patch @@ -23,27 +23,6 @@ ####################################################################### # install -@@ -53,7 +53,7 @@ - ####################################################################### - # install - --GPRINST_OPTS=-p -f --prefix=${prefix} --install-name=gnatcoll \ -+GPRINST_OPTS=-p -f --prefix=$(DESTDIR)${prefix} --install-name=gnatcoll \ - --exec-subdir=${bindir} --project-subdir=lib/gnat \ - --build-var=LIBRARY_TYPE --build-name=$(@F) -XLIBRARY_TYPE=$(@F) - -@@ -73,9 +73,9 @@ - ${GPRINSTALL} --mode=usage ${GPRINST_OPTS} -Psrc/gnatcoll_tools - - install_gps_plugin: force -- mkdir -p $(prefix)/share/gps/plug-ins -+ mkdir -p $(DESTDIR)$(prefix)/share/gps/plug-ins - (cd distrib/ ; tar cf - gnatcoll) | \ -- (cd $(prefix)/share/gps/plug-ins ; tar xf -) -+ (cd $(DESTDIR)$(prefix)/share/gps/plug-ins ; tar xf -) - - # Regenerate part of the sources. Unfortunately, this can be run only after - # we have build GNATCOLL, and then its tools, even though GNATCOLL itself --- gnatcoll-gpl-2015-src/src/gnatcoll_gmp.gpr.in.old 2017-01-07 08:52:14.921110195 +0100 +++ gnatcoll-gpl-2015-src/src/gnatcoll_gmp.gpr.in 2017-01-07 08:55:35.718946607 +0100 @@ -24,6 +24,7 @@ diff --git a/dev-ada/gnatcoll/gnatcoll-2016.ebuild b/dev-ada/gnatcoll/gnatcoll-2016.ebuild index 9ceb0858a423..165b27e6abd0 100644 --- a/dev-ada/gnatcoll/gnatcoll-2016.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2016.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline - +shared sqlite static syslog" + +shared sqlite static syslog tools" RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) @@ -101,17 +101,24 @@ src_compile() { emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v GCC=${GCC} \ build_library_type/static fi + if use tools; then + emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v GCC=${GCC} \ + build_tools/static + fi python_fix_shebang . } src_install() { if use shared; then - emake DESTDIR="${D}" install_library_type/relocatable + emake prefix="${D}usr" install_library_type/relocatable fi if use static; then - emake DESTDIR="${D}" install_library_type/static + emake prefix="${D}usr" install_library_type/static + fi + if use tools; then + emake prefix="${D}usr" install_tools/static fi - emake DESTDIR="${D}" install_gps_plugin + emake prefix="${D}usr" install_gps_plugin einstalldocs dodoc -r features-* known-problems-* mv "${D}"/usr/share/doc/${PN}/GNATColl.pdf "${D}"/usr/share/doc/${PF}/ diff --git a/dev-ada/gnatcoll/gnatcoll-2017.ebuild b/dev-ada/gnatcoll/gnatcoll-2017.ebuild index 21b6e39c137f..9656c9a094eb 100644 --- a/dev-ada/gnatcoll/gnatcoll-2017.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2017.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline - +shared sqlite static syslog" + +shared sqlite static syslog tools" RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) @@ -101,6 +101,10 @@ src_compile() { emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v GCC=${GCC} \ build_library_type/static fi + if use tools; then + emake PROCESSORS=$(makeopts_jobs) GPRBUILD_OPTIONS=-v GCC=${GCC} \ + build_tools/static + fi python_fix_shebang . } @@ -111,6 +115,9 @@ src_install() { if use static; then emake prefix="${D}usr" install_library_type/static fi + if use tools; then + emake prefix="${D}usr" install_tools/static + fi emake prefix="${D}usr" install_gps_plugin einstalldocs } diff --git a/dev-ada/gnatcoll/metadata.xml b/dev-ada/gnatcoll/metadata.xml index a54b19b4b3ca..cca8442f43b8 100644 --- a/dev-ada/gnatcoll/metadata.xml +++ b/dev-ada/gnatcoll/metadata.xml @@ -13,10 +13,20 @@ Adds support for pygobject Build shared library Build static library + Build associated tools - The reusable library known as the GNAT Component Collection (GNATColl) is based on one main principle: general-purpose packages that are part of the GNAT technology should also be available to GNAT user application code. The compiler front end, the GNAT Programming Studio (GPS) Interactive Development Environment, and the GNAT Tracker web-based interface all served as sources for the components. + The reusable library known as the GNAT Component Collection (GNATColl) + is based on one main principle: general-purpose packages that are part + of the GNAT technology should also be available to GNAT user + application code. The compiler front end, the GNAT Programming Studio + (GPS) Interactive Development Environment, and the GNAT Tracker + web-based interface all served as sources for the components. - The GNATColl components complement the predefined Ada and GNAT libraries and deal with a range of common programming issues including string and text processing, memory management, and file handling. Several of the components are especially useful in enterprise applications. + The GNATColl components complement the predefined Ada and GNAT + libraries and deal with a range of common programming issues including + string and text processing, memory management, and file handling. + Several of the components are especially useful in enterprise + applications. diff --git a/dev-cpp/libgnomeuimm/Manifest b/dev-cpp/libgnomeuimm/Manifest deleted file mode 100644 index 46495f20bb85..000000000000 --- a/dev-cpp/libgnomeuimm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libgnomeuimm-2.28.0.tar.bz2 382428 SHA256 6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3 SHA512 f02ee119bff2d42bd7fc61719988de45e497c7a5cc151a438ad3601c2bf55d6ecfeb001b22032a47f15dc6f7eb4cf4c5412c3246969a24ff0579a9b89d5dab15 WHIRLPOOL a41b02886f17ed79c36c090a212ac19504e5c9be803d6666cc7babe8726bc7050a11576a0ce65b8e4de25354ad948b46047562257b24e3cdd9660bd230145da2 diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild deleted file mode 100644 index ffc435d08947..000000000000 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GNOME_TARBALL_SUFFIX="bz2" -GCONF_DEBUG="no" - -inherit flag-o-matic gnome2 - -DESCRIPTION="C++ bindings for libgnomeui" -HOMEPAGE="https://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=" - >=gnome-base/libgnomeui-2.7.1 - dev-cpp/glibmm - >=dev-cpp/libgnomemm-2.16.0 - >=dev-cpp/libgnomecanvasmm-2.6 - >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/gnome-vfsmm-2.16 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - append-cxxflags -std=c++11 - gnome2_src_prepare -} diff --git a/dev-cpp/libgnomeuimm/metadata.xml b/dev-cpp/libgnomeuimm/metadata.xml deleted file mode 100644 index 39980802b1da..000000000000 --- a/dev-cpp/libgnomeuimm/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - diff --git a/dev-db/ctdb/Manifest b/dev-db/ctdb/Manifest deleted file mode 100644 index 1a26634710b2..000000000000 --- a/dev-db/ctdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ctdb-1.13.tar.xz 736004 SHA256 c43693877cbc7d047d8b11b01a101bee69df6a871ab397214cc68d8f6f8c98c7 SHA512 653e1d5c29962810353d6b8c5867d07bef17dd5bf431f7304793f13712bb92379fb1b05b6e461279b08e0a1c9d87951f57fb1e2c35f85392b99baadf7d232ece WHIRLPOOL 9323de35b038a920ed6d5ed3be379c7c2ec93814f0f8c4f304de36e2512f58f7a62578ecd257d4fbe4e856c6d0b196fae88e7fbf673e47bbfd2acf0f2ac13b6b diff --git a/dev-db/ctdb/ctdb-1.13-r1.ebuild b/dev-db/ctdb/ctdb-1.13-r1.ebuild deleted file mode 100644 index 0167d40d355d..000000000000 --- a/dev-db/ctdb/ctdb-1.13-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib-minimal - -DESCRIPTION="A cluster implementation of the TDB database used to store temporary data" -HOMEPAGE="http://ctdb.samba.org/" -# upstream is too sexy for releases, grab tags from: -# http://git.samba.org/?p=ctdb.git;a=summary -SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-ldflags.patch" -) - -src_prepare() { - epatch "${PATCHES[@]}" - epatch_user - - # custom, broken Makefile - multilib_copy_sources -} - -multilib_src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --localstatedir="${EPREFIX}/var/lib" \ - --with-logdir="${EPREFIX}/var/log/${PN}" -} - -multilib_src_install_all() { - einstalldocs - dohtml web/* doc/*.html -} diff --git a/dev-db/ctdb/ctdb-9999.ebuild b/dev-db/ctdb/ctdb-9999.ebuild deleted file mode 100644 index c38f76c37cb7..000000000000 --- a/dev-db/ctdb/ctdb-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGIT_REPO_URI="git://git.samba.org/ctdb.git" -inherit autotools eutils git-2 multilib-minimal - -DESCRIPTION="A cluster implementation of the TDB database used to store temporary data" -HOMEPAGE="http://ctdb.samba.org/" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]" -RDEPEND="${DEPEND}" - -src_prepare() { - AT_M4DIR="-I libreplace -I lib/replace -I ../libreplace -I ../replace" - AT_M4DIR+=" -I lib/talloc -I talloc -I ../talloc" - AT_M4DIR+=" -I lib/tdb -I tdb -I ../tdb" - AT_M4DIR+=" -I lib/popt -I popt -I ../popt" - AT_M4DIR+=" -I lib/tevent" - - rm -rf autom4te.cache - rm -f configure config.h.in - - autotools_run_tool autoheader ${AT_M4DIR} || die "running autoheader failed" - eautoconf ${AT_M4DIR} -} - -src_prepare() { - epatch "${PATCHES[@]}" - epatch_user - - # custom, broken Makefile - multilib_copy_sources -} - -multilib_src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --localstatedir="${EPREFIX}/var/lib" \ - --with-logdir="${EPREFIX}/var/log/${PN}" -} - -multilib_src_install_all() { - einstalldocs - dohtml web/* doc/*.html -} diff --git a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch b/dev-db/ctdb/files/ctdb-1.13-ldflags.patch deleted file mode 100644 index d5662cadf0c0..000000000000 --- a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN ctdb-1.13.old/Makefile.in ctdb-1.13/Makefile.in ---- ctdb-1.13.old/Makefile.in 2012-03-23 11:30:03.321735210 +0100 -+++ ctdb-1.13/Makefile.in 2012-03-23 11:37:03.131704144 +0100 -@@ -151,7 +151,7 @@ - - bin/ltdbtool: tools/ltdbtool.o @TDB_OBJ@ - @echo Linking $@ -- @$(CC) $(CFLAGS) -o $@ $+ -+ @$(CC) $(CFLAGS) -o $@ $+ $(LIB_FLAGS) - - bin/smnotify: utils/smnotify/gen_xdr.o utils/smnotify/gen_smnotify.o utils/smnotify/smnotify.o $(POPT_OBJ) - @echo Linking $@ -@@ -173,7 +173,7 @@ - - bin/ping_pong: utils/ping_pong/ping_pong.o - @echo Linking $@ -- @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o -+ @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o $(LIB_FLAGS) - - bin/pmdactdb: $(CTDB_CLIENT_OBJ) utils/pmda/pmda_ctdb.o - @echo Linking $@ diff --git a/dev-db/ctdb/metadata.xml b/dev-db/ctdb/metadata.xml deleted file mode 100644 index 62c9222b8dd3..000000000000 --- a/dev-db/ctdb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - samba@gentoo.org - Samba - - diff --git a/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild b/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild index 3d4eed0b53a0..44db8e9237f3 100644 --- a/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild +++ b/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild @@ -1,31 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI="6" DESCRIPTION="Contribution database for the m17n library" HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="" -# Strict version to avoid collision -RDEPEND=">=dev-db/m17n-db-1.6.3" - -src_configure() { - # force the script not to test for m17n presence, trust Portage - # dependency handling. - export HAVE_M17N_DB=yes - - econf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -} +RDEPEND="~dev-db/m17n-db-1.6.3" diff --git a/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild b/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild index 9c6e24adb07d..fa435afbe24c 100644 --- a/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild +++ b/dev-db/m17n-contrib/m17n-contrib-1.1.14.ebuild @@ -1,31 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI="6" DESCRIPTION="Contribution database for the m17n library" HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://download.savannah.gnu.org/releases/m17n/${P}.tar.gz" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="" -# Strict version to avoid collision -RDEPEND=">=dev-db/m17n-db-1.6.4" - -src_configure() { - # force the script not to test for m17n presence, trust Portage - # dependency handling. - export HAVE_M17N_DB=yes - - econf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -} +RDEPEND="~dev-db/m17n-db-1.6.4" diff --git a/dev-db/m17n-db/Manifest b/dev-db/m17n-db/Manifest index ea7740941881..65d414a5ad86 100644 --- a/dev-db/m17n-db/Manifest +++ b/dev-db/m17n-db/Manifest @@ -1,5 +1,3 @@ -DIST m17n-db-1.5.2.tar.gz 1284002 SHA256 d05ecb11faafffbb7f07c6620a75d612bf27009e06da0e71a2163b2292bdd448 SHA512 d24acc5a067d1fefce438c1af4a1a2245f5ec609206226f03cdd3a2af2d32e602c0bec197207fbe89f90748626f2ff064d8dfcdc7690f6801f060ce15f3d0903 WHIRLPOOL bbe70a28ab4cb3ffa7a139d70caadc708c76510b1d5a4803736fbc6cb3025bd7497de32fea1bcb45beafdb55292a242ea6a0256bb3aab0ab38a9eb368a815700 -DIST m17n-db-1.5.5.tar.gz 1322255 SHA256 4f5bb75e3a0252a47b2628a09adf1ff16c4f160a38aea7ac394b74878ceed14f SHA512 40ad61d9843d0ae37744d63dc8835084e4eba55ac41a307cb10d79e0cbeed849fd53cb3ddeab0d234f5c783e04205cb84a75ec093beb2a2eba11c45f0b57b1f7 WHIRLPOOL b3a06c7808e0b98b369308639a01b0f1c16e00b091eaf72d835350d6def3b4dd45f2ffa4fb3db389032babe588d24b4ec30c5f1678dfffc771d7f304d557e892 -DIST m17n-db-1.6.2.tar.gz 1385431 SHA256 757ce99b852cb08867b2027223c5324248f3fab0b81fb71f478f8dfdfb3cfb24 SHA512 89c51eba7d30f284c4e226eff95984f7b736bfb45ef69bf98fbb419c26f8b7bb2d41adf01c6f108c12ffaf2d7d84492edf33c10763dfe4f068e36586b9ac88cf WHIRLPOOL da58f44d3a423c38956bb267c90e8661f00e1fdec94f5234836be758577c72b5404571dea4694f724bd75a124501bbb26a31cc44c7e088057513d721ff70629c DIST m17n-db-1.6.3.tar.gz 1384587 SHA256 5f1d11b43efa4c1fcc9681d0c0e13f8d241450625f34351a9deb2a7194cac211 SHA512 4a808b7f8298b9c15c479e7e2dbe26dfe39b0756da5f7a5f968700950d5e41527ce935bc6ced6e65d5e0d57c5f8402dba7f6001144f805129def8237d272625f WHIRLPOOL 55657e6fdc47da30de6ec9094b27b861d37b74a65a5d25b5dcd3ccc94a1057692442cdc40f68b0e67e893688aa5eb6fffa8f118d158d3518ae188638c3a26fdc DIST m17n-db-1.6.4.tar.gz 1390344 SHA256 530ecb1615a9a64d4caca9ffc59c0dd1c551d34e0c19e39694d083db0506d017 SHA512 54016284335630fca5403e540863aaff5f135429c5716c35404fc38d40544c03a213ad26af5ea7eb82567b11f4645608f66cde95036187e6e23ce0dae17e2324 WHIRLPOOL 9eb0d78319b46864f8d7bec05d30299c798153416ac912119f487990fe26540554d41b89cb06ec427161102b8b312a48ff224adcf6e8c2c5268cef00796d1767 +DIST m17n-db-1.7.0.tar.gz 1939608 SHA256 a2ba9f80161433d5c06e57915a9cd51f26c6df4a8909723f952cdbb9b48508f0 SHA512 02c3cb347e9f5c840a723de9ed85be84fc9fb5f86d4963f0d1c6b669045d37d10e5efcf5ac0e0c3cb7249fb391b0dd32bd50fbc3332455aaf0b49d96fc09b2f2 WHIRLPOOL 821071ea60a947526cd92661b9246732379cc924cae0a0a21e141a0cb3e59834633bec20e0ae01a9c66529f09bf9353696f96f2dde4120b2742fdf6ed338e4f8 diff --git a/dev-db/m17n-db/files/do-not-commit-extra-space.patch b/dev-db/m17n-db/files/do-not-commit-extra-space.patch deleted file mode 100644 index 465078a20119..000000000000 --- a/dev-db/m17n-db/files/do-not-commit-extra-space.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: MIM/zh-util.mim -=================================================================== -RCS file: /cvs/m17n/m17n-db/MIM/zh-util.mim,v -retrieving revision 1.3 -diff -u -r1.3 zh-util.mim ---- MIM/zh-util.mim 11 Jul 2008 01:28:53 -0000 1.3 -+++ MIM/zh-util.mim 5 Nov 2010 07:07:48 -0000 -@@ -65,7 +65,7 @@ - ((BackSpace))) - - (commit-preedit -- ((S-\ )))) -+ ((\ )))) - - (state - (check-undo diff --git a/dev-db/m17n-db/m17n-db-1.5.2.ebuild b/dev-db/m17n-db/m17n-db-1.5.2.ebuild deleted file mode 100644 index e4ae318d4703..000000000000 --- a/dev-db/m17n-db/m17n-db-1.5.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Database for the m17n library" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND="sys-devel/gettext" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README - docinto FORMATS; dodoc FORMATS/* - docinto UNIDATA; dodoc UNIDATA/* -} diff --git a/dev-db/m17n-db/m17n-db-1.5.5.ebuild b/dev-db/m17n-db/m17n-db-1.5.5.ebuild deleted file mode 100644 index 84f6f27eb0a9..000000000000 --- a/dev-db/m17n-db/m17n-db-1.5.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Database for the m17n library" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="sys-devel/gettext" -RDEPEND="virtual/libintl" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die - docinto FORMATS; dodoc FORMATS/* || die - docinto UNIDATA; dodoc UNIDATA/* || die -} diff --git a/dev-db/m17n-db/m17n-db-1.6.2-r1.ebuild b/dev-db/m17n-db/m17n-db-1.6.2-r1.ebuild deleted file mode 100644 index fb711f28cba0..000000000000 --- a/dev-db/m17n-db/m17n-db-1.6.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="Database for the m17n library" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="sys-devel/gettext" -RDEPEND="virtual/libintl" - -src_prepare() { - epatch "${FILESDIR}"/do-not-commit-extra-space.patch -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README - docinto FORMATS; dodoc FORMATS/* - docinto UNIDATA; dodoc UNIDATA/* -} diff --git a/dev-db/m17n-db/m17n-db-1.6.3.ebuild b/dev-db/m17n-db/m17n-db-1.6.3.ebuild index 5d3f12587b1c..7a14bf3921e9 100644 --- a/dev-db/m17n-db/m17n-db-1.6.3.ebuild +++ b/dev-db/m17n-db/m17n-db-1.6.3.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit eutils +EAPI="6" DESCRIPTION="Database for the m17n library" HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -18,9 +16,11 @@ DEPEND="sys-devel/gettext" RDEPEND="virtual/libintl" src_install() { - emake DESTDIR="${D}" install || die + default + + docinto FORMATS + dodoc FORMATS/* - dodoc AUTHORS ChangeLog NEWS README - docinto FORMATS; dodoc FORMATS/* - docinto UNIDATA; dodoc UNIDATA/* + docinto UNIDATA + dodoc UNIDATA/* } diff --git a/dev-db/m17n-db/m17n-db-1.6.4.ebuild b/dev-db/m17n-db/m17n-db-1.6.4.ebuild index b004621d66c2..68c3d2fe9f5e 100644 --- a/dev-db/m17n-db/m17n-db-1.6.4.ebuild +++ b/dev-db/m17n-db/m17n-db-1.6.4.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 - -inherit eutils +EAPI="6" DESCRIPTION="Database for the m17n library" HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://download.savannah.gnu.org/releases/m17n/${P}.tar.gz" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -18,9 +16,11 @@ DEPEND="sys-devel/gettext" RDEPEND="virtual/libintl" src_install() { - emake DESTDIR="${D}" install || die + default + + docinto FORMATS + dodoc FORMATS/* - dodoc AUTHORS ChangeLog NEWS README - docinto FORMATS; dodoc FORMATS/* - docinto UNIDATA; dodoc UNIDATA/* + docinto UNIDATA + dodoc UNIDATA/* } diff --git a/dev-db/m17n-db/m17n-db-1.7.0.ebuild b/dev-db/m17n-db/m17n-db-1.7.0.ebuild new file mode 100644 index 000000000000..c179e3f367a4 --- /dev/null +++ b/dev-db/m17n-db/m17n-db-1.7.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Database for the m17n library" +HOMEPAGE="https://savannah.nongnu.org/projects/m17n" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="sys-devel/gettext" +RDEPEND="virtual/libintl" + +src_install() { + default + + docinto FORMATS + dodoc FORMATS/* + + docinto UNIDATA + dodoc UNIDATA/* +} diff --git a/dev-db/mariadb/mariadb-10.1.24.ebuild b/dev-db/mariadb/mariadb-10.1.24.ebuild index 62d35d11d985..7012bf24dff2 100644 --- a/dev-db/mariadb/mariadb-10.1.24.ebuild +++ b/dev-db/mariadb/mariadb-10.1.24.ebuild @@ -21,7 +21,7 @@ RESTRICT="!bindist? ( bindist )" REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam ) jdbc? ( extraengine server !static )" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}" diff --git a/dev-db/mycli/Manifest b/dev-db/mycli/Manifest index a73b249350b1..2fc3881f3fff 100644 --- a/dev-db/mycli/Manifest +++ b/dev-db/mycli/Manifest @@ -1 +1,2 @@ +DIST mycli-1.10.0.tar.gz 272722 SHA256 b0a4b7950783ecca7a129280b4f5ce9bc38b26311ea21199515e47677838451c SHA512 d66866fd23ee2be3f1bb47d1414b8151c2b50e8844a2553e139f753ae55dd010d1c23aae7c5863891ea4f347b124145405dc7894efc27fc8fcb74127c14261f8 WHIRLPOOL f12339070ec884f0ed37eaec0f0b448bb3f518805f5976172860c01d34a05ce0ce220986e9f5d4742e832b529e5d783abb799c69dc5d8386d1873ecf19478964 DIST mycli-1.7.1.tar.gz 266597 SHA256 27c1bbaa100b1a3fe4adaaf09eab3a372c14a9c27d07fe41b3d6dad6c800bbe6 SHA512 5c61fe67f3205dd1123ed8d38441cda0574db04dd46b7e075d216f7aa8cd856a2f06a1b4bf7dbe9fd0b07f3e91c151fe3f885d10d3db488b6c306e0ce9ac9e7c WHIRLPOOL 265aa82c9c2306576abdb4a90e81baeea74b74c8ab31e430051f9b7de6125c568366efdec76a95d75e1d0bce2fbf4c3bb57e85e69a09a4632dfa56fba3546d5d diff --git a/dev-db/mycli/mycli-1.10.0.ebuild b/dev-db/mycli/mycli-1.10.0.ebuild new file mode 100644 index 000000000000..ea8f4543b3fb --- /dev/null +++ b/dev-db/mycli/mycli-1.10.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting" + +HOMEPAGE="http://mycli.net" +SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/click-4.1[${PYTHON_USEDEP}] + >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-1.0.10[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}] + >=dev-python/python-sqlparse-0.1.19[${PYTHON_USEDEP}] +" diff --git a/dev-db/mycli/mycli-9999.ebuild b/dev-db/mycli/mycli-9999.ebuild index 6d46a41f3ad0..e58d1eb05b00 100644 --- a/dev-db/mycli/mycli-9999.ebuild +++ b/dev-db/mycli/mycli-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) EGIT_REPO_URI="https://github.com/dbcli/mycli.git" inherit distutils-r1 git-r3 @@ -17,16 +17,12 @@ KEYWORDS="" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" + >=dev-python/cli_helpers-0.1.0[${PYTHON_USEDEP}] >=dev-python/click-4.1[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] - =dev-python/prompt_toolkit-0.57[${PYTHON_USEDEP}] - >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-1.0.10[${PYTHON_USEDEP}] >=dev-python/pygments-2.0[${PYTHON_USEDEP}] - >=dev-python/pymysql-0.6.6[${PYTHON_USEDEP}] - >=dev-python/python-sqlparse-0.1.16[${PYTHON_USEDEP}] + >=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}] + >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] " - -src_prepare() { - rm mycli/packages/counter.py || die "Could not remove python 2.6 counter.py" - distutils-r1_src_prepare -} diff --git a/dev-dotnet/art-sharp/Manifest b/dev-dotnet/art-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/art-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild b/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild deleted file mode 100644 index 975e02f23c1b..000000000000 --- a/dev-dotnet/art-sharp/art-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/art-sharp/metadata.xml b/dev-dotnet/art-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/art-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/atk-sharp/Manifest b/dev-dotnet/atk-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/atk-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild b/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/atk-sharp/atk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/atk-sharp/metadata.xml b/dev-dotnet/atk-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/atk-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/gconf-sharp/Manifest b/dev-dotnet/gconf-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/gconf-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild b/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild deleted file mode 100644 index 4787e9432bc8..000000000000 --- a/dev-dotnet/gconf-sharp/gconf-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gconf-sharp/metadata.xml b/dev-dotnet/gconf-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gconf-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/gdk-sharp/Manifest b/dev-dotnet/gdk-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/gdk-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild b/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gdk-sharp/metadata.xml b/dev-dotnet/gdk-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gdk-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/glade-sharp/Manifest b/dev-dotnet/glade-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/glade-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild b/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/glade-sharp/glade-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/glade-sharp/metadata.xml b/dev-dotnet/glade-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/glade-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/glib-sharp/Manifest b/dev-dotnet/glib-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/glib-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch b/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch deleted file mode 100644 index 760d55494395..000000000000 --- a/dev-dotnet/glib-sharp/files/glib-sharp-2.12.10-glib-header.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN 1/glib/glue/list.c 2/glib/glue/list.c ---- 1/glib/glue/list.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/list.c 2012-02-14 20:50:32.116877699 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include -+#include - - /* Forward declarations */ - gpointer gtksharp_list_get_data (GList *l); -diff -urN 1/glib/glue/slist.c 2/glib/glue/slist.c ---- 1/glib/glue/slist.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/slist.c 2012-02-14 20:50:43.721718553 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include -+#include - - /* Forward declarations */ - gpointer gtksharp_slist_get_data (GSList *l); -diff -urN 1/glib/glue/thread.c 2/glib/glue/thread.c ---- 1/glib/glue/thread.c 2009-01-07 10:54:06.000000000 -0600 -+++ 2/glib/glue/thread.c 2012-02-14 20:50:51.922605985 -0600 -@@ -20,7 +20,7 @@ - */ - - --#include -+#include - - gboolean glibsharp_g_thread_supported (void); - diff --git a/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild b/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild deleted file mode 100644 index ff59eca461e7..000000000000 --- a/dev-dotnet/glib-sharp/glib-sharp-2.12.10.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-2.12.10-glib-header.patch" ) diff --git a/dev-dotnet/glib-sharp/metadata.xml b/dev-dotnet/glib-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/glib-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild deleted file mode 100644 index be8cb2cf5b47..000000000000 --- a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" -GNOMECANVAS_REQUIRED_VERSION="2.20" -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gnomevfs-sharp/Manifest b/dev-dotnet/gnomevfs-sharp/Manifest deleted file mode 100644 index 565a7514d5e7..000000000000 --- a/dev-dotnet/gnomevfs-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-sharp-2.24.2.tar.bz2 421281 SHA256 122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0 SHA512 1bf786d6febfb1d7fe29b2b94000ac56a61233dd842d173d028814b2c8f2360df060d781af16db509e9a0a445bdcbef9ed99af5793630192f50440cd0536e571 WHIRLPOOL 07fb7efd8c98e70dae0d2e9c6a2db7a09b551bf16187eb8c20b877218e0c85fb6164baff8eac9c84b1624ce69c81da61a0dbbf41918b75f3267f839b247f9ec8 diff --git a/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild b/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild deleted file mode 100644 index 975e02f23c1b..000000000000 --- a/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_REQUIRED_VERSION="2.12" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/gnomevfs-sharp/metadata.xml b/dev-dotnet/gnomevfs-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gnomevfs-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/gtk-sharp-gapi/Manifest b/dev-dotnet/gtk-sharp-gapi/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild b/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild deleted file mode 100644 index 357806a374c4..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/gtk-sharp-gapi-2.12.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -GTK_SHARP_MODULE_DIR=parser - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RESTRICT="test" - -src_compile() { - GTK_SHARP_MODULE_DIR="parser" gtk-sharp-module_src_compile - GTK_SHARP_MODULE_DIR="generator" gtk-sharp-module_src_compile -} - -src_install() { - local exec - mv_command="cp -pPR" - GTK_SHARP_MODULE_DIR="parser" gtk-sharp-module_src_install - GTK_SHARP_MODULE_DIR="generator" gtk-sharp-module_src_install -} diff --git a/dev-dotnet/gtk-sharp-gapi/metadata.xml b/dev-dotnet/gtk-sharp-gapi/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/gtk-sharp-gapi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/gtk-sharp/Manifest b/dev-dotnet/gtk-sharp/Manifest index b8c0304a47d4..c8bf2b4b75c5 100644 --- a/dev-dotnet/gtk-sharp/Manifest +++ b/dev-dotnet/gtk-sharp/Manifest @@ -1,3 +1 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 DIST gtk-sharp-2.12.21.tar.gz 2498480 SHA256 ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088 SHA512 f7f575ec42e1a6d3bdbd9493b06d083d10687b6f5b41eebe1f1e03087c0e3cce79948aa19e9dd88972b023837d48bd02afee719a28b7015a78dccb96f2fee307 WHIRLPOOL e4c375ac3a246aed5412dbfd403f392abf4ad76450916ba11bd233d571de85f7a02d0854ad6387991f60758086a42a11db94604e4feafd0d433768adaf17d44f -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild deleted file mode 100644 index b58c033879d3..000000000000 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RESTRICT="test" diff --git a/dev-dotnet/pango-sharp/Manifest b/dev-dotnet/pango-sharp/Manifest deleted file mode 100644 index 9bb6c8f4a547..000000000000 --- a/dev-dotnet/pango-sharp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gtk-sharp-2.12.10.tar.bz2 1638263 SHA256 aaa53f7916f25f0f83760b6ffbf0d465d13ecfa55aa645603f1ca876b7d0f770 SHA512 232137dfef327f664a941e96edb8e87a18e7def8bccf64e352e846fbd14fe4b93a0725f43b1167c05d597de10ce50c546935810e28681457d5eaba172fc457e0 WHIRLPOOL 3a8a12744ba09ba5b30da8b51b35a9d9cfccfa52e0493bafd71935a7cb6af855bf5860477569a5c17a6416a495e9a9cd4f74c61b8d25b7aedeaab1119fb16cc1 -DIST gtk-sharp-2.12.7.patch.bz2 1069 SHA256 f9db539471450d7cd17406573db117584d10c76bdbc36e11147335e93d6d10c8 SHA512 900a0c63308881b09d51bbd319c917f79ee638e82d2bbc3f7ffad6c15ad21fa22593895907caf76330511c0aa232e44ab6540bb417a2fc1963ea449b2339e427 WHIRLPOOL d3ffbe7e7189516862f64cbb7119484cf8f0d2bd6fd92e3afc839091c525a9cc4e1f8b8981b6cf9bfc52af46156e3f43940536d812d4b68ffcf01559bd3dfb74 diff --git a/dev-dotnet/pango-sharp/metadata.xml b/dev-dotnet/pango-sharp/metadata.xml deleted file mode 100644 index 1e9986c4a0cb..000000000000 --- a/dev-dotnet/pango-sharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild b/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild deleted file mode 100644 index e4c894becf5d..000000000000 --- a/dev-dotnet/pango-sharp/pango-sharp-2.12.10.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit gtk-sharp-module - -SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild index d5c3729c5148..4bfc033218bd 100644 --- a/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild +++ b/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild @@ -7,7 +7,7 @@ ANT_TASK_DEPNAME="oracle-javamail" inherit ant-tasks -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="dev-java/oracle-javamail:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild deleted file mode 100644 index be9d489b1ce9..000000000000 --- a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -ANT_TASK_DEPNAME="--virtual javamail" - -inherit ant-tasks - -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="java-virtuals/javamail - java-virtuals/jaf" -RDEPEND="${DEPEND}" - -src_unpack() { - ant-tasks_src_unpack all - java-pkg_jar-from --virtual jaf -} diff --git a/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild b/dev-java/avalon-logkit/avalon-logkit-1.2.2-r2.ebuild similarity index 87% rename from dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild rename to dev-java/avalon-logkit/avalon-logkit-1.2.2-r2.ebuild index d8bb1c4dbd34..10c58a12255f 100644 --- a/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-1.2.2-r2.ebuild @@ -13,20 +13,23 @@ SRC_URI="mirror://apache/avalon/logkit/source/logkit-${PV}-src.tar.gz" LICENSE="Apache-1.1" SLOT="1.2" -IUSE="" + KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" -COMMON_DEP=" - dev-java/avalon-framework:4.1 +CDEPEND=" dev-java/log4j:0 - java-virtuals/jaf:0 - java-virtuals/javamail:0 + dev-java/avalon-framework:4.1 java-virtuals/jms:0 + java-virtuals/javamail:0 java-virtuals/servlet-api:2.5" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4 + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 test? ( dev-java/junit:4 )" S="${WORKDIR}/logkit-${PV}-dev" @@ -42,7 +45,7 @@ src_compile() { ejavac \ -encoding "ISO-8859-1" \ - -classpath $(java-pkg_getjars jaf,javamail,jms,log4j,servlet-api-2.5,avalon-framework-4.1) \ + -classpath $(java-pkg_getjars javamail,jms,log4j,servlet-api-2.5,avalon-framework-4.1) \ -d classes $(find "${SRC_DIR}" -name "*.java") \ || die "Compilation failed" @@ -55,7 +58,7 @@ src_compile() { javadoc \ -encoding "ISO-8859-1" \ -sourcepath "${SRC_DIR}" \ - -classpath $(java-pkg_getjars jaf,javamail,jms,log4j,servlet-api-2.5,avalon-framework-4.1) \ + -classpath $(java-pkg_getjars javamail,jms,log4j,servlet-api-2.5,avalon-framework-4.1) \ -source "${JAVA_VERSION}" \ -d "${JAVADOC_DIR}" \ $(find "org/apache/log" -type d | tr '/' '.') \ diff --git a/dev-java/bcmail/bcmail-1.38-r5.ebuild b/dev-java/bcmail/bcmail-1.38-r5.ebuild deleted file mode 100644 index f1200b3e4cd3..000000000000 --- a/dev-java/bcmail/bcmail-1.38-r5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -MY_P="${PN}-jdk14-${PV/./}" -DESCRIPTION="Java cryptography APIs" -HOMEPAGE="http://www.bouncycastle.org/java.html" -SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="1.38" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -CDEPEND=" - dev-java/bcprov:${SLOT} - dev-java/junit:0 - java-virtuals/jaf:0 - dev-java/oracle-javamail:0 -" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -JAVA_GENTOO_CLASSPATH=" - jaf - junit - bcprov-${SLOT} - oracle-javamail -" - -src_unpack() { - default - cd "${S}" - unpack ./src.zip -} - -src_compile() { - java-pkg-simple_src_compile -} - -src_install() { - java-pkg-simple_src_install - use source && java-pkg_dosrc org -} diff --git a/dev-java/bcmail/bcmail-1.38-r4.ebuild b/dev-java/bcmail/bcmail-1.38-r6.ebuild similarity index 75% rename from dev-java/bcmail/bcmail-1.38-r4.ebuild rename to dev-java/bcmail/bcmail-1.38-r6.ebuild index d7599c614658..bb3e46cc7b9d 100644 --- a/dev-java/bcmail/bcmail-1.38-r4.ebuild +++ b/dev-java/bcmail/bcmail-1.38-r6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 JAVA_PKG_IUSE="doc source" @@ -17,30 +17,28 @@ SLOT="1.38" KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" - dev-java/bcprov:${SLOT} dev-java/junit:0 - dev-java/sun-jaf:0 dev-java/oracle-javamail:0 -" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -IUSE="" + dev-java/bcprov:${SLOT}" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" junit - sun-jaf bcprov-${SLOT} - oracle-javamail -" + oracle-javamail" src_unpack() { default - cd "${S}" + cd "${S}" || die unpack ./src.zip } diff --git a/dev-java/bcmail/bcmail-1.45-r4.ebuild b/dev-java/bcmail/bcmail-1.45-r4.ebuild deleted file mode 100644 index 7126d195d2aa..000000000000 --- a/dev-java/bcmail/bcmail-1.45-r4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -MY_P="${PN}-jdk15-${PV/./}" -DESCRIPTION="Java cryptography APIs" -HOMEPAGE="http://www.bouncycastle.org/java.html" -SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="1.45" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -CDEPEND=" - dev-java/bcprov:${SLOT} - dev-java/junit:0 - java-virtuals/jaf:0 - dev-java/oracle-javamail:0 -" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -JAVA_GENTOO_CLASSPATH=" - jaf - junit - bcprov-${SLOT} - oracle-javamail -" - -src_unpack() { - default - cd "${S}" - unpack ./src.zip -} - -src_compile() { - java-pkg-simple_src_compile -} - -src_install() { - java-pkg-simple_src_install - use source && java-pkg_dosrc org -} diff --git a/dev-java/bcmail/bcmail-1.45-r3.ebuild b/dev-java/bcmail/bcmail-1.45-r5.ebuild similarity index 77% rename from dev-java/bcmail/bcmail-1.45-r3.ebuild rename to dev-java/bcmail/bcmail-1.45-r5.ebuild index 0efa8ca680eb..16673c149f34 100644 --- a/dev-java/bcmail/bcmail-1.45-r3.ebuild +++ b/dev-java/bcmail/bcmail-1.45-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 JAVA_PKG_IUSE="doc source" @@ -17,30 +17,29 @@ SLOT="1.45" KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" - dev-java/bcprov:${SLOT} dev-java/junit:0 - dev-java/sun-jaf:0 dev-java/oracle-javamail:0 -" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -IUSE="" + dev-java/bcprov:${SLOT}" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" junit - sun-jaf bcprov-${SLOT} oracle-javamail " src_unpack() { default - cd "${S}" + cd "${S}" || die unpack ./src.zip } diff --git a/dev-java/bcmail/bcmail-1.50-r2.ebuild b/dev-java/bcmail/bcmail-1.50-r3.ebuild similarity index 73% rename from dev-java/bcmail/bcmail-1.50-r2.ebuild rename to dev-java/bcmail/bcmail-1.50-r3.ebuild index dbbcabe543b9..9ced27690d87 100644 --- a/dev-java/bcmail/bcmail-1.50-r2.ebuild +++ b/dev-java/bcmail/bcmail-1.50-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 JAVA_PKG_IUSE="doc source test" @@ -17,23 +17,23 @@ LICENSE="BSD" SLOT="1.50" KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" -CDEPEND="dev-java/bcprov:${SLOT} - dev-java/bcpkix:${SLOT} - java-virtuals/jaf:0 +CDEPEND=" dev-java/junit:0 + dev-java/bcprov:${SLOT} + dev-java/bcpkix:${SLOT} dev-java/oracle-javamail:0" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip +DEPEND=" + >=virtual/jdk-1.6 ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 +RDEPEND=" + >=virtual/jre-1.6 ${CDEPEND}" S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" - jaf junit bcprov-${SLOT} bcpkix-${SLOT} @@ -45,15 +45,15 @@ RESTRICT="test" src_unpack() { default - cd "${S}" + cd "${S}" || die unpack ./src.zip } -java_prepare() { - JAVA_RM_FILES=( - org/bouncycastle/mail/smime/test/* - org/bouncycastle/mail/smime/examples/CreateSignedMail.java - ) +src_prepare() { + default + rm -rv \ + org/bouncycastle/mail/smime/test/* \ + org/bouncycastle/mail/smime/examples/CreateSignedMail.java || die } src_compile() { diff --git a/dev-java/bcmail/bcmail-1.52-r2.ebuild b/dev-java/bcmail/bcmail-1.52-r3.ebuild similarity index 65% rename from dev-java/bcmail/bcmail-1.52-r2.ebuild rename to dev-java/bcmail/bcmail-1.52-r3.ebuild index 93f69809bc24..c53fe54fdc6f 100644 --- a/dev-java/bcmail/bcmail-1.52-r2.ebuild +++ b/dev-java/bcmail/bcmail-1.52-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 JAVA_PKG_IUSE="doc source test" @@ -17,23 +17,23 @@ LICENSE="BSD" SLOT="1.52" KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" -CDEPEND="dev-java/bcprov:${SLOT} - dev-java/bcpkix:${SLOT} - dev-java/junit:0 - java-virtuals/jaf:0 - dev-java/oracle-javamail:0" +CDEPEND=" + dev-java/junit:0 + dev-java/bcprov:${SLOT} + dev-java/bcpkix:${SLOT} + dev-java/oracle-javamail:0" -DEPEND=">=virtual/jdk-1.6 - app-arch/unzip - ${CDEPEND}" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" - jaf junit bcprov-${SLOT} bcpkix-${SLOT} @@ -45,15 +45,15 @@ RESTRICT="test" src_unpack() { default - cd "${S}" + cd "${S}" || die unpack ./src.zip } -java_prepare() { - JAVA_RM_FILES=( - org/bouncycastle/mail/smime/test/* - org/bouncycastle/mail/smime/examples/CreateSignedMail.java - ) +src_prepare() { + default + rm -rv \ + org/bouncycastle/mail/smime/test/* \ + org/bouncycastle/mail/smime/examples/CreateSignedMail.java || die } src_compile() { diff --git a/dev-java/java-gnome/Manifest b/dev-java/java-gnome/Manifest deleted file mode 100644 index 864cf3eed949..000000000000 --- a/dev-java/java-gnome/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST java-gnome-4.0.19.tar.bz2 1048049 SHA256 3954ee78277918a32aa80b35cfc1892f3b21af4a6956d9e53e1f0e980512bd9b SHA512 da59fb69e0ab0547f9cb0979c16a16514ee512ed0a44a52689727d5d2ed1744a69650b8a9f3e9d5f3abdeec158a5f6b6af0326a394c7a4c96bad91c6f90903f1 WHIRLPOOL a4201f55950655d8d4ea5f5908c331bad140f7dcd9a710684d372a370800f88716d2066d06d15bb9d996e04948b4d32e477efba51cbec79dfc763d2f7755850d -DIST java-gnome-4.0.20.tar.bz2 1053511 SHA256 2f2e1e97076507026e8bfca45183d30667fcd064177c4914d1b071923227c813 SHA512 8769d48b7dcb76487951b99df05dc04487098ccafb144779e53da2e5e934edbb18964053505750056f78b7117d2ab54538ab493c1a38bf82d9530fdcdfc52a85 WHIRLPOOL 0c20628780e16e64eb3d7728b3f10716144a1268b9ebd612bede3c1eef89f28d4f9b11c5c5d68ac68cb8cfa01e83f2bdc55b1b7bc05ce76e6c7085c453b89a1b -DIST java-gnome-4.1.3.tar.xz 989568 SHA256 060b2b249bad918b91a55a82b8a2ed085bec5734defaf31e6c8c5ad006532373 SHA512 06f9468f59b5d7ac09fd9542b808c8bf7af5099df925b00f2b27d1dc515f1c15ea93b1fd8166bfa46eed143f6759fec360a8c3be3a5edb08d28901687493bd0a WHIRLPOOL aed0b93d138fd70ec6b0b62875346353ca11394f62ecfdd7b1a795010431fc7f84df58c1c66edb824be5c340e406b4882ffe5201f64a3c2ef80fb6d4d1ae689f diff --git a/dev-java/java-gnome/files/java-gnome-4.0.19-libnotify-0.7.patch b/dev-java/java-gnome/files/java-gnome-4.0.19-libnotify-0.7.patch deleted file mode 100644 index d71be1bf995a..000000000000 --- a/dev-java/java-gnome/files/java-gnome-4.0.19-libnotify-0.7.patch +++ /dev/null @@ -1,291 +0,0 @@ -# Bazaar merge directive format 2 (Bazaar 0.90) -# revision_id: serkan@gentoo.org-20110328160500-s98m2vzg7wh44xsx -# target_branch: ../mainline -# testament_sha1: 3cf7a2a7e1af3fab89b8ead7f906642d84977eb2 -# timestamp: 2011-03-28 19:11:05 +0300 -# source_branch: /usr/portage/dev-java/java-gnome/files/java-gnome-\ -# 4.0.19-libnotify-0.7.patch -# base_revision_id: andrew@operationaldynamics.com-20110214064042-\ -# fv6tgq41rru7wjng -# -# Begin patch -=== modified file 'configure' ---- configure 2011-02-14 06:40:42 +0000 -+++ configure 2011-02-14 22:27:29 +0000 -@@ -805,7 +805,7 @@ - "gtkspell"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "libnotify"); - -@@ -853,7 +853,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - -@@ -917,7 +917,7 @@ - "libgtksourceview2.0-dev"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "libnotify-dev"); - -@@ -968,7 +968,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - -@@ -1020,7 +1020,7 @@ - "lib${cpu_arch}gtksourceview-2.0-devel"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "lib${cpu_arch}notify-devel"); - -@@ -1083,7 +1083,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - - -=== modified file 'doc/examples/notify/ExampleLowBattery.java' ---- doc/examples/notify/ExampleLowBattery.java 2010-01-06 06:54:34 +0000 -+++ doc/examples/notify/ExampleLowBattery.java 2011-03-28 16:05:00 +0000 -@@ -61,7 +61,7 @@ - */ - - notification = new Notification("Low Battery Example", "Your battery is low!", -- "messagebox_warning", icon); -+ "messagebox_warning"); - - /* - * Quit the application after notification disappears. - -=== modified file 'src/bindings/org/gnome/notify/Notification.java' ---- src/bindings/org/gnome/notify/Notification.java 2011-02-14 03:34:07 +0000 -+++ src/bindings/org/gnome/notify/Notification.java 2011-03-13 22:23:48 +0000 -@@ -80,41 +80,7 @@ - */ - - public Notification(String summary, String body, String icon) { -- super(NotifyNotification.createNotification(summary, body, icon, null)); -- } -- -- /** -- * Create a new notification. -- * -- *

-- * The summary appears on the titlebar of notification and body appears as -- * its text. Icon may be a string defining a theme icon or the filename -- * identifying the icon that appears next to text. Attach identifies the -- * widget that the notification relates to. -- * -- *

-- * Note that all but summary can be null. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets and status icons. -- * See http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/Compatibility -- */ -- -- public Notification(String summary, String body, String icon, Widget attach) { -- super(NotifyNotification.createNotification(summary, body, icon, attach)); -- } -- -- /** -- * Create a new notification attached to a {@link StatusIcon}. See -- * {@link #Notification(String,String,String,Widget) Notification()} for -- * other parameters. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets and status icons. -- * See http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/Compatibility -- */ -- public Notification(String summary, String body, String icon, StatusIcon statusIcon) { -- super(NotifyNotification.createNotificationWithStatusIcon(summary, body, icon, statusIcon)); -+ super(NotifyNotification.createNotification(summary, body, icon)); - } - - /** -@@ -131,39 +97,6 @@ - } - - /** -- * Attaches Notification to a Widget setting hints to its location. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets and status icons. -- * See http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/Compatibility -- */ -- public void attach(Widget attach) { -- NotifyNotification.attachToWidget(this, attach); -- } -- -- /** -- * Attaches Notification to a {@link StatusIcon} setting hints to its -- * location. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets and status icons. -- * See http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/Compatibility -- */ -- public void attach(StatusIcon statusIcon) { -- NotifyNotification.attachToStatusIcon(this, statusIcon); -- } -- -- /** -- * Sets the position of the notification to display on screen. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3 -- */ -- public void setGeometryHints(Screen screen, int x, int y) { -- NotifyNotification.setGeometryHints(this, screen, x, y); -- } -- -- /** - * Display the notification on screen. - * - * @since 4.0.12 - -=== modified file 'src/defs/NotifyNotification.defs' ---- src/defs/NotifyNotification.defs 2009-05-16 05:46:28 +0000 -+++ src/defs/NotifyNotification.defs 2011-01-31 17:58:10 +0000 -@@ -15,19 +15,6 @@ - '("const-gchar*" "summary") - '("const-gchar*" "body" (null-ok)) - '("const-gchar*" "icon" (null-ok)) -- '("GtkWidget*" "attach" (null-ok)) -- ) --) -- --(define-function notify_notification_new_with_status_icon -- (is-constructor-of "NotifyNotification") -- (c-name "notify_notification_new_with_status_icon") -- (return-type "NotifyNotification*") -- (parameters -- '("const-gchar*" "summary") -- '("const-gchar*" "body" (null-ok)) -- '("const-gchar*" "icon" (null-ok)) -- '("GtkStatusIcon*" "status_icon") - ) - ) - -@@ -42,35 +29,6 @@ - ) - ) - --(define-method attach_to_widget -- (of-object "NotifyNotification") -- (c-name "notify_notification_attach_to_widget") -- (return-type "none") -- (parameters -- '("GtkWidget*" "attach") -- ) --) -- --(define-method attach_to_status_icon -- (of-object "NotifyNotification") -- (c-name "notify_notification_attach_to_status_icon") -- (return-type "none") -- (parameters -- '("GtkStatusIcon*" "status_icon") -- ) --) -- --(define-method set_geometry_hints -- (of-object "NotifyNotification") -- (c-name "notify_notification_set_geometry_hints") -- (return-type "none") -- (parameters -- '("GdkScreen*" "screen") -- '("gint" "x") -- '("gint" "y") -- ) --) -- - (define-method show - (of-object "NotifyNotification") - (c-name "notify_notification_show") - -# Begin bundle -IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWYC7DCIACghfgGQ0UH///3// -//C////4YA8dZ9xu46SdZbWaakqAoAZ9be83nuFDIehp7YKESiQZSepimaU9ED1D1Hih6TJtIAaA -0AANAeUCUQCYBNQRKf6o0hpk9T0npAYg2oAaaeoGgOMjTJiaDJkwmmQMhoDQGmTQwAmgMJESZECN -MTTKeqYw1TaTGp6mmTaTQNMj0mmmg0BJVE2jQjNCYmmENNP1Q09E2kejUwR6hoeoGEAkkEAEyA0N -BBkiehqZPIaamJPU9R6nqDQbU0lswJsE7CsC4hcgMGbOQ7q0NbmapCXrHz6wR2GWwpYUeWhigoZK -BRcS0pX8rt1mLkAhhrkgJHjh/X9W+eJa4a/04wbaiV+js0OQSE2bW61UKvY1WrBaqWUG320Xgm0E -JunEVhJjuCJAawksggoNlJAgD5AkleVaNLRjE3IUwT0jUdKX1RKD2ZyCGNg2mxttNo+PjFm96QfE -PlVWvZCgbGhwzVBw6Io4mdNM08TuKGO1C1CLykWutV30pWd19s76tZjvrM3Y3Rsmg5ImFjaKYoxs -vutN1YwawlEe6akoq98H8LJ39Q0J9yYdA8Byoe0BwfsBLwzpMiY52uaNQKItAfNsDI+53C/eoZCT -XHWhKKJFsCwKkZ4CWR5D5A/zY9GzoboKx0E3AuIbgh9uAzO4hn7Bja37+nJyreaJxdiSmJ6HgHsF -7XIR2huwc0wVuNuv0frjtiK0PABB8wXcCejRtG/5hvOgIBw5l6vE2bvnSYgYmkB8wgsusGLfzzkR -yAVhBIsSUgbQ7A2UgWg4FIDcoTzCpCEEoyOQrzKwisLaRyZhcxCVO9L2B+/q/9z6j7upeVVTAREK -IgiI58mzxW26qHO+TWGgSK4Qa6QkNihpYg9QmIJAtIUmLucKJODADAvLXo5WIKoOSgcXJCUkAE0c -QUFBJEGxCwcu1gp7Tc8pYFYkMBNRfqaKghu+4gA+VOuqHDE+m3iJFCM0FqYGmV5FZVEPO0xVnyKi -JCY5xnhET0E3GUo2iBshaqaRoUQuI1hUDpM84LXfJskD/JSWK/aK8NpdKFmzckQSC10iGaGs9IVG -EVvDh6QqILFmjrxiCWhDuY8Ye0oCKKp2Q6TkBsiGbckrZQSWNVlV4g1wpCoJwnRLSFiJk7P9HoUb -a3bHv5gArDViVbq2wgOQRYdQ5uZbxC4EldJjdACPkGgNeksqmVIgwMOUegDhwTRDjexSMhZ0ngQM -/MFOvFfU10bQ7N540/kHXCQB6UnW1vyIaR42p5dibchLIC4WIkK8mnJGYc+YpGki9jNBpyJMj+A8 -dEQQyYQBgra7tlmmxCM6y2zZy61bgVUlIKQy57USV9prQFfteooEJRGYiDnObCeFMIvDYXWeiush -NoJ6GSU6py1WFIDD3UPVxPS5JP3tmiYvnBMCNvTn4pEppJL8hlIjh7SsHRU5HY+Tx7AO/gQL+YS4 -rPajYGBjsPczp1ZIkatM0A10dVJJEQY1wkSRXgGubTOhWbZgGv03PlAZsuCcTJudx1yU2XhUzKYO -54GCZhc8UKPgHDwUeLYzL15zmZfV3c0HVd+AQPIPIPi9gdKR56BBbUSpzqdGRbGZjUSrRGASSIZE -DUzklqkdJEoT1fWhz0VuSUWZxmM+rRcUsOLZ5o0WkvrAdg+0jr1NOGPYPhIEuTbjgIOL69SJpUFU -GNZeBBIwhM9iunKRhBS2kNvXTWYrAbRLliGgt++AH2YxR5dnWsHOHgtGp1AcwiKiEWbowJoVIy5o -xo42acNRCHeJ2d3IbMmQbRTJc5aYMcbcNclZiBgdLg0C+65c3NX7sLXVBpu0JxbpeDv3hG2SCmGa -u9xYu38kKQBJjy6vRqF8R6mVyy0ewnkJNMFGD0KZ7H2BsvLlEJal082UObtucRaXH87ncpxGxxar -RowSxa3IdAT7PO3gPQYKnQUuLouKXG3UiT1LiECf/ofGhG8e9HNPR0YOS9YMczkkRjKQpPQC1SQS -Gmpirnj0l0V4DGaS19kw7K4KCB04Xr6SH7aT3xNq0Gf5q0cMB4eA8IgdHdsmnkclsyIyOhgXvw2j -6sz/BEPhAVCrg1bG91HqiqPtjQIpC+GI0YIGotAXnsUIvVX4ZU4HtoMMFsTC7jjsGg1RysjDIpJN -OBT4Pg1gcc69VbC7sSbzYwBvyC0On+P9U6miaCbk5L9zeDJrkwj/HcsYKgdgTpOelgQ6sGXb19cE -RLoekOhPoZESSsorGtapskaGlWPEiRLtgTJ1IzoRkQBm+Sg0tNvTQ6QkLDc8GBvzgQsqqFHcFZY6 -AoIKH4Yci3JbJ3oTN/JhhPtuzzjLw+cIp4D4wZgL3CiBmjoIKCOGArQVHBUBYBoBiIUCEgYZrBFg -RVIvBF8gw+89SRxh2i84dxGMYxo4CCCFDQZ02NtuSwcy+CGyWLmCUISsOgqPhh1hrC7FTfyxbQck -BIf0AQhhDDvz+H87e40NpjTEuxwxjXy7QNnB5WHg9veuyo+n1+yQdAd7/p5/4H1AoV8v+h1cEwU5 -A2H6g93kGTvpNVrtucEE51vOY/OIHrQOAboLaDQKhW6Qg6grkVNborAM4Au9FS5sM+DGIo3rgCvT -EqV3GA6nbxb8UQFUnHx3AV4AbwYMjBPZ+p5lxbL1e70FXeajnWCyeAWguzthmnxs1hn8vaBQHUfg -ds4BiGQAhiEQebNGQtUrBLAmuGPAENyiA5U5QeY8DQbwXMmANLMrGzOeIbBg+gGCPX66CXu9gZAq -MXnPP2bjjGW240l+Q0ifIZ9lvfi2mHXJXqtF0UedzgR6MlSeGOEsaqsV5M/lCfuCWqfe0coa/oHc -QPM9nxfoO++/3ch+cEF+V3AF7WSqBgTBxDwEkoh7AXHC7FF4kvK+w+oNMwPYOPiySqBdB/K8NiRz -EVwiEd7jnwBxyLMYwOslk34n1hadZEQU8jCQrG6CqqWZWkn7BbA576gphZQYncGSKZtViznfVfWI -JYuPy18gXQWzh7QkCYERCG257EsjrwGj/J5qvWJ1PbSSdzzFqesiQ0yOON4Bbq4uwcClxOAS65nB -r+yFoCMFpPyGLOUsQW9Iyg8wqG3dIZLjbrHLfQXybtpaHw28LdpLZXrBXJBUSJ4HhQC3E6iViRv+ -E4ZMo1nQZgTF1xq21YRXSkcc4L+8gMvMC7exwHHumNfmHA0FYqmxtvZrOi62iPL0tzO3lOg2HTvy -lsl26+i46ZMtPDm4aYbXzmUe7vlCxpk0mnEl5EuMvXQj6gbbTThvzhBkrwRkK8eO20oyE2nMxWbt -nRi4FZe7Aw1UUdN24McmuiAcA2iB1VWBnPb1BRVaXhhfmqgFcIVfYIgYnuz8AZIu0CEtgJ6QboX8 -AzQBfT00HzBwhLxCIYzLA5hXeIKERBkPSAqDs9fU4ewkiYkNA2prockzz9+++KcxF0IglwMh16Vv -AGkNEDPLLhTN6msqdSU0QKud6uvSGjsSFaL+EvWlrSeyDtBsAoHgfBEyESCN4kLx7ArDx7AIh3ev -2d4QoxYZMMhDfgQlUG4HWBo5IjXAWwQZo9Yef2AdwegIMITRzNh1RHsGIIoejsBOWWAZe2e69flQ -uYAiQ5VcC5QPaIJgOjMG9IaEGQKBc9/c9CIgT7gRfavPTk/n4B5w1hMFIZAGQmSBgVB3pI3u0B3A -9Je8lSw7OHvBcveCoWUiYiMkm7eh9JMRCEG5x9gUxJKo6E1gI7WP6fEAbEkWCANbA6fxrALggS+g -iEmeH0i6AdGSfzdYOAsCo+VgGcO8SygW8pzng8lQWJHMvDLmDMwYBslBTh96zIGUiFKQ9wfpp+XG -uISABxOsQbXpEBCVVrwC5KkFnDjKFIIYFIFHWE3hAUgQBlJ80WdrRDXPWclrV4Jgc3ldqEhFjJBx -BwB7N5eIS6A9FtZmdrEE7MmMELcECwEJU9IJh0yCKdQhLKhYw3xBWev6JhgYSGGOs7ry/pSNaSiF -HP648wZJkgykiRJNYAPzMFcc2qWcO3/XpqEGXcjpz+r436A93599F3UwMKT4/WcEQxBgW/9AUNIj -VVjUJLBGAD0jxBTCEqTwqTjOwklBCnh1SYhs9yJJg6rBgEg+ZEeyQqMJTCmWSpxAuLADN+vgzI8Z -gGo61q6whSk1MqCRNTJEoamSJ9QcQRkaTYx8ga0t/NiCgZAWoGkVSzi1MG02EzWxYQbmQqQRP5fh -+73gTB77xwdYQ9QOB2YF05/TMEiUglQawHAQvSyJB5wPcjS8zSBzZwYgMjNAFEJeixcISyghgsP0 -UYNIPCATK5gf1JEiM4dkwPdtyzJGEu3kB6/dcW/skONoqQ8ri4M4fGpHwn0BeIpEGsnBbEkX6vjf -OktAku4D6zAqH7ebzrSIhqAz/FJORMIL5NCabyjIY94RDPH8PMEiy5dTO8z8MK1SOxJb+77mBeAs -a0PvJVCB725QQlLDSiTtD7bkeY+8bbKATzikrg+lnnyoG4pK9IhtRENqTDRAuhIGNFlSSoSW7/4u -5IpwoSEBdhhE diff --git a/dev-java/java-gnome/files/java-gnome-4.0.20-extendsboxed.patch b/dev-java/java-gnome/files/java-gnome-4.0.20-extendsboxed.patch deleted file mode 100644 index 2cb31856717e..000000000000 --- a/dev-java/java-gnome/files/java-gnome-4.0.20-extendsboxed.patch +++ /dev/null @@ -1,61 +0,0 @@ -# Bazaar merge directive format 2 (Bazaar 0.90) -# revision_id: abo-DBsUyxBEGcoyHQ1ptcDwU6trohdlbqPIoKRdnAj6d+WDsCgFy4VtynJYGxeQrm1n@public.gmane.org -# target_branch: bzr://research.operationaldynamics.com/bzr/java-\ -# gnome/mainline/ -# testament_sha1: d216bed6ef1b2623531fd1fe8d974e6e80f801f4 -# timestamp: 2011-12-15 22:15:31 +0100 -# base_revision_id: andrew-2KHxOkysSnqmy7d5DmSz6aFmO0nFMD88kjLrS2kiXIfrYvW/6KLgWA@public.gmane.org\ -# dhkqq211ktceucsl -# -# Begin patch -=== modified file 'src/bindings/org/gnome/glib/Plumbing.java' ---- src/bindings/org/gnome/glib/Plumbing.java 2011-06-19 04:33:24 +0000 -+++ src/bindings/org/gnome/glib/Plumbing.java 2011-12-15 21:09:40 +0000 -@@ -153,7 +153,7 @@ - * Retrieve an array of appropriate Java Boxeds for the given array of - * pointers. - */ -- protected static Boxed[] boxedArrayFor(final Class type, final long[] pointers, Boxed[] boxeds) { -+ protected static Boxed[] boxedArrayFor(final Class type, final long[] pointers, Boxed[] boxeds) { - if (pointers == null) { - return null; - } -@@ -170,7 +170,7 @@ - * @throw ClassCastException if the GType pointed by given pointer is not - * a GBoxed. - */ -- protected static Boxed boxedFor(Class type, final long pointer) { -+ protected static Boxed boxedFor(Class type, final long pointer) { - Boxed proxy; - - if (pointer == 0L) { -@@ -202,7 +202,7 @@ - * - * @see #boxedFor(Class, long) - */ -- protected static void fillBoxedArray(Class type, Boxed[] boxeds, long[] pointers) { -+ protected static void fillBoxedArray(Class type, Boxed[] boxeds, long[] pointers) { - if (pointers == null) { - return; - } - -# Begin bundle -IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWaBByfIAAa/fjEAQUGf/9/sA -UAq////4AQAIAFAEGSaqmPQLWu4EkUJqn5MSeKe1GieQUbJiaI000DT1ASUk8JqHlNoKDEAANADQ -NAEkQEaEaapmk0eoeTSA0aaaPU0GgOYBMAJgABMAATAAEkqej0JNR6j1DEaaB6h6mgMgA0yHWW3+ -Ju/ZoNpsRz1ywEaVrSsoyeGCB1LL2zZmDv7UeEZ2csNaA7xhD6/e+/wT7Tl2fNjiu6Ejl4wjdWbd -Mub2pqi9qhzImIR0YKvUu2714RaW5DsKHYY5M8TFKaY+2oIxcVt3LRdrWmwV9blGOYKS9DJTpW0T -R3QJAHy5Zijz+9TYRObAaUiRzUol0zhEWhJOozeqWpYIqyZbvhqyVV2tcLgZdcViIYXRGU1EWamP -fTK5S0q+z3lYTFEWq5cF5tuYW2k7WvMGDlqQqx/yLnF+VNBiFDBOMqdO1Zar8QvCNzzpC7eSyknC -VZnG4qPUcRRtV8C8NzGZlHI5goVGVbsKUpN5XIqNh132rlrcaFCrpxPrT6DHMK/xUi8wtxK7JEE+ -LghEkZweOJ2UkPaseTKLkUzA0XRipOKNF+aIy2J01IY42ndTy4Fwr3ip3jVzgoEgIEOAryVNTToR -IIs9o+SLTo5F002iUCdG4rd8Tq2mWvBjh3Opei6h5JbZDLkZk33pFBl6jSZOWupp41zP2iy2ZHb0 -iOqcIZ9O687Bs1+PSrDHGvmFqXjrTouj5VB40o1rimaVSh1THOg52eFfn4rlQjMlvK2G4ioWMkp8 -DzsCErteFWAHTbgMwt0r4eWNZeNK7aUk1NCqQeJvxHzV65eiwOMqWyQofWjJwZdotRKlJM2WnhFu -itOE08953PNQFU8iywcHQtyUJflM0d3TfT8Ww9HJaUxyTKETQe8IOPq0H8aCmAtlW9ScDbTB1gYx -xaTEzHL40HkxhM53kRYMjw3IfhErFBXhCbKnpQx3UaCJPRoB+/f1TZJyAOWp19ApvRMoZ65LAnCz -YFcdsFxFCzYnuDivTFYKoKAofaJk/unkDYZBm9+ZHdJ0xUaq1lo2zMF4riTTRQTzYXaAZablBybq -kQyYI/YJxBkaKUGYGGrmaJSIpkzJlx9XUlkvNnv5lyB1DVHoJhd3EpAawbYbYWYxlX0UL2xpSTWJ -QFaMmVs+pmTmkJUaF7dJVVjN/V2LAWevoEeGvMODBbgBzgSom6MN1hnByeecE2VKFodt5FRRGSJj -OIOVNY/sSzFGSwBkFGKglaolFEKpVNfvtS3qMORqDoUYTT0UFPFixc1qVZZ4DhLAKrkk7tN1nIMB -a7Lhii6yuUgqwb8kuxQxgJOLkKFWGwDMN0NZSy/1f+LuSKcKEhQIOT5A diff --git a/dev-java/java-gnome/files/java-gnome-4.0.20-libnotify-0.7.patch b/dev-java/java-gnome/files/java-gnome-4.0.20-libnotify-0.7.patch deleted file mode 100644 index 076d467b2ab8..000000000000 --- a/dev-java/java-gnome/files/java-gnome-4.0.20-libnotify-0.7.patch +++ /dev/null @@ -1,300 +0,0 @@ -# Bazaar merge directive format 2 (Bazaar 0.90) -# revision_id: serkan@gentoo.org-20110328160500-s98m2vzg7wh44xsx -# target_branch: ../mainline -# testament_sha1: 3cf7a2a7e1af3fab89b8ead7f906642d84977eb2 -# timestamp: 2011-03-28 19:11:05 +0300 -# source_branch: /usr/portage/dev-java/java-gnome/files/java-gnome-\ -# 4.0.19-libnotify-0.7.patch -# base_revision_id: andrew@operationaldynamics.com-20110214064042-\ -# fv6tgq41rru7wjng -# -# Begin patch -=== modified file 'configure' ---- configure 2011-02-14 06:40:42 +0000 -+++ configure 2011-02-14 22:27:29 +0000 -@@ -805,7 +805,7 @@ - "gtkspell"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "libnotify"); - -@@ -853,7 +853,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - -@@ -917,7 +917,7 @@ - "libgtksourceview2.0-dev"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "libnotify-dev"); - -@@ -968,7 +968,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - -@@ -1020,7 +1020,7 @@ - "lib${cpu_arch}gtksourceview-2.0-devel"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "lib${cpu_arch}notify-devel"); - -@@ -1083,7 +1083,7 @@ - "FIXME"); - - check_system_library(@gnomedev_libs, -- "libnotify >= 0.4.5 libnotify < 0.7.0", -+ "libnotify >= 0.7.0", - "LibNotify", - "FIXME"); - - -=== modified file 'doc/examples/notify/ExampleLowBattery.java' ---- doc/examples/notify/ExampleLowBattery.java 2010-01-06 06:54:34 +0000 -+++ doc/examples/notify/ExampleLowBattery.java 2011-03-28 16:05:00 +0000 -@@ -61,7 +61,7 @@ - */ - - notification = new Notification("Low Battery Example", "Your battery is low!", -- "messagebox_warning", icon); -+ "messagebox_warning"); - - /* - * Quit the application after notification disappears. - -=== modified file 'src/bindings/org/gnome/notify/Notification.java' ---- src/bindings/org/gnome/notify/Notification.java 2011-02-14 03:34:07 +0000 -+++ src/bindings/org/gnome/notify/Notification.java 2011-03-13 22:23:48 +0000 -@@ -80,46 +80,9 @@ - */ - - public Notification(String summary, String body, String icon) { -- super(NotifyNotification.createNotification(summary, body, icon, null)); -+ super(NotifyNotification.createNotification(summary, body, icon)); - } - -- /** -- * Create a new notification. -- * -- *

-- * The summary appears on the titlebar of notification and body appears as -- * its text. Icon may be a string defining a theme icon or the filename -- * identifying the icon that appears next to text. Attach identifies the -- * widget that the notification relates to. -- * -- *

-- * Note that all but summary can be null. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets -- * and status icons. See -- * http://live.gnome.org/GnomeShell/Design -- * /Guidelines/MessageTray/Compatibility -- */ -- -- public Notification(String summary, String body, String icon, Widget attach) { -- super(NotifyNotification.createNotification(summary, body, icon, attach)); -- } -- -- /** -- * Create a new notification attached to a {@link StatusIcon}. See -- * {@link #Notification(String,String,String,Widget) Notification()} for -- * other parameters. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets -- * and status icons. See -- * http://live.gnome.org/GnomeShell/Design -- * /Guidelines/MessageTray/Compatibility -- */ -- public Notification(String summary, String body, String icon, StatusIcon statusIcon) { -- super(NotifyNotification.createNotificationWithStatusIcon(summary, body, icon, statusIcon)); -- } - - /** - * Updates the notification with given parameters see -@@ -135,43 +98,6 @@ - } - - /** -- * Attaches Notification to a Widget setting hints to its location. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets -- * and status icons. See -- * http://live.gnome.org/GnomeShell/Design -- * /Guidelines/MessageTray/Compatibility -- */ -- public void attach(Widget attach) { -- NotifyNotification.attachToWidget(this, attach); -- } -- -- /** -- * Attaches Notification to a {@link StatusIcon} setting hints to its -- * location. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3, notifications will be independent of widgets -- * and status icons. See -- * http://live.gnome.org/GnomeShell/Design -- * /Guidelines/MessageTray/Compatibility -- */ -- public void attach(StatusIcon statusIcon) { -- NotifyNotification.attachToStatusIcon(this, statusIcon); -- } -- -- /** -- * Sets the position of the notification to display on screen. -- * -- * @since 4.0.12 -- * @deprecated In GNOME 3 -- */ -- public void setGeometryHints(Screen screen, int x, int y) { -- NotifyNotification.setGeometryHints(this, screen, x, y); -- } -- -- /** - * Display the notification on screen. - * - * @since 4.0.12 - -=== modified file 'src/defs/NotifyNotification.defs' ---- src/defs/NotifyNotification.defs 2009-05-16 05:46:28 +0000 -+++ src/defs/NotifyNotification.defs 2011-01-31 17:58:10 +0000 -@@ -15,19 +15,6 @@ - '("const-gchar*" "summary") - '("const-gchar*" "body" (null-ok)) - '("const-gchar*" "icon" (null-ok)) -- '("GtkWidget*" "attach" (null-ok)) -- ) --) -- --(define-function notify_notification_new_with_status_icon -- (is-constructor-of "NotifyNotification") -- (c-name "notify_notification_new_with_status_icon") -- (return-type "NotifyNotification*") -- (parameters -- '("const-gchar*" "summary") -- '("const-gchar*" "body" (null-ok)) -- '("const-gchar*" "icon" (null-ok)) -- '("GtkStatusIcon*" "status_icon") - ) - ) - -@@ -42,35 +29,6 @@ - ) - ) - --(define-method attach_to_widget -- (of-object "NotifyNotification") -- (c-name "notify_notification_attach_to_widget") -- (return-type "none") -- (parameters -- '("GtkWidget*" "attach") -- ) --) -- --(define-method attach_to_status_icon -- (of-object "NotifyNotification") -- (c-name "notify_notification_attach_to_status_icon") -- (return-type "none") -- (parameters -- '("GtkStatusIcon*" "status_icon") -- ) --) -- --(define-method set_geometry_hints -- (of-object "NotifyNotification") -- (c-name "notify_notification_set_geometry_hints") -- (return-type "none") -- (parameters -- '("GdkScreen*" "screen") -- '("gint" "x") -- '("gint" "y") -- ) --) -- - (define-method show - (of-object "NotifyNotification") - (c-name "notify_notification_show") - -# Begin bundle -IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWYC7DCIACghfgGQ0UH///3// -//C////4YA8dZ9xu46SdZbWaakqAoAZ9be83nuFDIehp7YKESiQZSepimaU9ED1D1Hih6TJtIAaA -0AANAeUCUQCYBNQRKf6o0hpk9T0npAYg2oAaaeoGgOMjTJiaDJkwmmQMhoDQGmTQwAmgMJESZECN -MTTKeqYw1TaTGp6mmTaTQNMj0mmmg0BJVE2jQjNCYmmENNP1Q09E2kejUwR6hoeoGEAkkEAEyA0N -BBkiehqZPIaamJPU9R6nqDQbU0lswJsE7CsC4hcgMGbOQ7q0NbmapCXrHz6wR2GWwpYUeWhigoZK -BRcS0pX8rt1mLkAhhrkgJHjh/X9W+eJa4a/04wbaiV+js0OQSE2bW61UKvY1WrBaqWUG320Xgm0E -JunEVhJjuCJAawksggoNlJAgD5AkleVaNLRjE3IUwT0jUdKX1RKD2ZyCGNg2mxttNo+PjFm96QfE -PlVWvZCgbGhwzVBw6Io4mdNM08TuKGO1C1CLykWutV30pWd19s76tZjvrM3Y3Rsmg5ImFjaKYoxs -vutN1YwawlEe6akoq98H8LJ39Q0J9yYdA8Byoe0BwfsBLwzpMiY52uaNQKItAfNsDI+53C/eoZCT -XHWhKKJFsCwKkZ4CWR5D5A/zY9GzoboKx0E3AuIbgh9uAzO4hn7Bja37+nJyreaJxdiSmJ6HgHsF -7XIR2huwc0wVuNuv0frjtiK0PABB8wXcCejRtG/5hvOgIBw5l6vE2bvnSYgYmkB8wgsusGLfzzkR -yAVhBIsSUgbQ7A2UgWg4FIDcoTzCpCEEoyOQrzKwisLaRyZhcxCVO9L2B+/q/9z6j7upeVVTAREK -IgiI58mzxW26qHO+TWGgSK4Qa6QkNihpYg9QmIJAtIUmLucKJODADAvLXo5WIKoOSgcXJCUkAE0c -QUFBJEGxCwcu1gp7Tc8pYFYkMBNRfqaKghu+4gA+VOuqHDE+m3iJFCM0FqYGmV5FZVEPO0xVnyKi -JCY5xnhET0E3GUo2iBshaqaRoUQuI1hUDpM84LXfJskD/JSWK/aK8NpdKFmzckQSC10iGaGs9IVG -EVvDh6QqILFmjrxiCWhDuY8Ye0oCKKp2Q6TkBsiGbckrZQSWNVlV4g1wpCoJwnRLSFiJk7P9HoUb -a3bHv5gArDViVbq2wgOQRYdQ5uZbxC4EldJjdACPkGgNeksqmVIgwMOUegDhwTRDjexSMhZ0ngQM -/MFOvFfU10bQ7N540/kHXCQB6UnW1vyIaR42p5dibchLIC4WIkK8mnJGYc+YpGki9jNBpyJMj+A8 -dEQQyYQBgra7tlmmxCM6y2zZy61bgVUlIKQy57USV9prQFfteooEJRGYiDnObCeFMIvDYXWeiush -NoJ6GSU6py1WFIDD3UPVxPS5JP3tmiYvnBMCNvTn4pEppJL8hlIjh7SsHRU5HY+Tx7AO/gQL+YS4 -rPajYGBjsPczp1ZIkatM0A10dVJJEQY1wkSRXgGubTOhWbZgGv03PlAZsuCcTJudx1yU2XhUzKYO -54GCZhc8UKPgHDwUeLYzL15zmZfV3c0HVd+AQPIPIPi9gdKR56BBbUSpzqdGRbGZjUSrRGASSIZE -DUzklqkdJEoT1fWhz0VuSUWZxmM+rRcUsOLZ5o0WkvrAdg+0jr1NOGPYPhIEuTbjgIOL69SJpUFU -GNZeBBIwhM9iunKRhBS2kNvXTWYrAbRLliGgt++AH2YxR5dnWsHOHgtGp1AcwiKiEWbowJoVIy5o -xo42acNRCHeJ2d3IbMmQbRTJc5aYMcbcNclZiBgdLg0C+65c3NX7sLXVBpu0JxbpeDv3hG2SCmGa -u9xYu38kKQBJjy6vRqF8R6mVyy0ewnkJNMFGD0KZ7H2BsvLlEJal082UObtucRaXH87ncpxGxxar -RowSxa3IdAT7PO3gPQYKnQUuLouKXG3UiT1LiECf/ofGhG8e9HNPR0YOS9YMczkkRjKQpPQC1SQS -Gmpirnj0l0V4DGaS19kw7K4KCB04Xr6SH7aT3xNq0Gf5q0cMB4eA8IgdHdsmnkclsyIyOhgXvw2j -6sz/BEPhAVCrg1bG91HqiqPtjQIpC+GI0YIGotAXnsUIvVX4ZU4HtoMMFsTC7jjsGg1RysjDIpJN -OBT4Pg1gcc69VbC7sSbzYwBvyC0On+P9U6miaCbk5L9zeDJrkwj/HcsYKgdgTpOelgQ6sGXb19cE -RLoekOhPoZESSsorGtapskaGlWPEiRLtgTJ1IzoRkQBm+Sg0tNvTQ6QkLDc8GBvzgQsqqFHcFZY6 -AoIKH4Yci3JbJ3oTN/JhhPtuzzjLw+cIp4D4wZgL3CiBmjoIKCOGArQVHBUBYBoBiIUCEgYZrBFg -RVIvBF8gw+89SRxh2i84dxGMYxo4CCCFDQZ02NtuSwcy+CGyWLmCUISsOgqPhh1hrC7FTfyxbQck -BIf0AQhhDDvz+H87e40NpjTEuxwxjXy7QNnB5WHg9veuyo+n1+yQdAd7/p5/4H1AoV8v+h1cEwU5 -A2H6g93kGTvpNVrtucEE51vOY/OIHrQOAboLaDQKhW6Qg6grkVNborAM4Au9FS5sM+DGIo3rgCvT -EqV3GA6nbxb8UQFUnHx3AV4AbwYMjBPZ+p5lxbL1e70FXeajnWCyeAWguzthmnxs1hn8vaBQHUfg -ds4BiGQAhiEQebNGQtUrBLAmuGPAENyiA5U5QeY8DQbwXMmANLMrGzOeIbBg+gGCPX66CXu9gZAq -MXnPP2bjjGW240l+Q0ifIZ9lvfi2mHXJXqtF0UedzgR6MlSeGOEsaqsV5M/lCfuCWqfe0coa/oHc -QPM9nxfoO++/3ch+cEF+V3AF7WSqBgTBxDwEkoh7AXHC7FF4kvK+w+oNMwPYOPiySqBdB/K8NiRz -EVwiEd7jnwBxyLMYwOslk34n1hadZEQU8jCQrG6CqqWZWkn7BbA576gphZQYncGSKZtViznfVfWI -JYuPy18gXQWzh7QkCYERCG257EsjrwGj/J5qvWJ1PbSSdzzFqesiQ0yOON4Bbq4uwcClxOAS65nB -r+yFoCMFpPyGLOUsQW9Iyg8wqG3dIZLjbrHLfQXybtpaHw28LdpLZXrBXJBUSJ4HhQC3E6iViRv+ -E4ZMo1nQZgTF1xq21YRXSkcc4L+8gMvMC7exwHHumNfmHA0FYqmxtvZrOi62iPL0tzO3lOg2HTvy -lsl26+i46ZMtPDm4aYbXzmUe7vlCxpk0mnEl5EuMvXQj6gbbTThvzhBkrwRkK8eO20oyE2nMxWbt -nRi4FZe7Aw1UUdN24McmuiAcA2iB1VWBnPb1BRVaXhhfmqgFcIVfYIgYnuz8AZIu0CEtgJ6QboX8 -AzQBfT00HzBwhLxCIYzLA5hXeIKERBkPSAqDs9fU4ewkiYkNA2prockzz9+++KcxF0IglwMh16Vv -AGkNEDPLLhTN6msqdSU0QKud6uvSGjsSFaL+EvWlrSeyDtBsAoHgfBEyESCN4kLx7ArDx7AIh3ev -2d4QoxYZMMhDfgQlUG4HWBo5IjXAWwQZo9Yef2AdwegIMITRzNh1RHsGIIoejsBOWWAZe2e69flQ -uYAiQ5VcC5QPaIJgOjMG9IaEGQKBc9/c9CIgT7gRfavPTk/n4B5w1hMFIZAGQmSBgVB3pI3u0B3A -9Je8lSw7OHvBcveCoWUiYiMkm7eh9JMRCEG5x9gUxJKo6E1gI7WP6fEAbEkWCANbA6fxrALggS+g -iEmeH0i6AdGSfzdYOAsCo+VgGcO8SygW8pzng8lQWJHMvDLmDMwYBslBTh96zIGUiFKQ9wfpp+XG -uISABxOsQbXpEBCVVrwC5KkFnDjKFIIYFIFHWE3hAUgQBlJ80WdrRDXPWclrV4Jgc3ldqEhFjJBx -BwB7N5eIS6A9FtZmdrEE7MmMELcECwEJU9IJh0yCKdQhLKhYw3xBWev6JhgYSGGOs7ry/pSNaSiF -HP648wZJkgykiRJNYAPzMFcc2qWcO3/XpqEGXcjpz+r436A93599F3UwMKT4/WcEQxBgW/9AUNIj -VVjUJLBGAD0jxBTCEqTwqTjOwklBCnh1SYhs9yJJg6rBgEg+ZEeyQqMJTCmWSpxAuLADN+vgzI8Z -gGo61q6whSk1MqCRNTJEoamSJ9QcQRkaTYx8ga0t/NiCgZAWoGkVSzi1MG02EzWxYQbmQqQRP5fh -+73gTB77xwdYQ9QOB2YF05/TMEiUglQawHAQvSyJB5wPcjS8zSBzZwYgMjNAFEJeixcISyghgsP0 -UYNIPCATK5gf1JEiM4dkwPdtyzJGEu3kB6/dcW/skONoqQ8ri4M4fGpHwn0BeIpEGsnBbEkX6vjf -OktAku4D6zAqH7ebzrSIhqAz/FJORMIL5NCabyjIY94RDPH8PMEiy5dTO8z8MK1SOxJb+77mBeAs -a0PvJVCB725QQlLDSiTtD7bkeY+8bbKATzikrg+lnnyoG4pK9IhtRENqTDRAuhIGNFlSSoSW7/4u -5IpwoSEBdhhE diff --git a/dev-java/java-gnome/java-gnome-4.0.19.ebuild b/dev-java/java-gnome/java-gnome-4.0.19.ebuild deleted file mode 100644 index 3f3f684c51f3..000000000000 --- a/dev-java/java-gnome/java-gnome-4.0.19.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -JAVA_PKG_IUSE="doc examples source" - -inherit eutils versionator java-pkg-2 multilib - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Java bindings for GTK and GNOME" -HOMEPAGE="http://java-gnome.sourceforge.net/" -SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" - -LICENSE="GPL-2-with-linking-exception" -SLOT="4.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.22.0:2 - >=gnome-base/libglade-2.6.4 - >=gnome-base/libgnome-2.22.0 - >=gnome-base/gnome-desktop-2.22.0:2 - >=x11-libs/cairo-1.10.0[svg] - >=x11-libs/gtksourceview-2.6.2:2.0 - >=app-text/gtkspell-2.0.15-r1:2 - >=x11-libs/libnotify-0.4.5 - >=dev-libs/libunique-1.0.8:1 - >=gnome-base/librsvg-2.32.1 - dev-libs/atk - >=virtual/jre-1.5" -DEPEND="${RDEPEND} - dev-java/junit:0 - dev-lang/perl - virtual/pkgconfig - >=virtual/jdk-1.5" - -# Needs X11 -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -java_prepare() { - if has_version ">=x11-libs/libnotify-0.7"; then - epatch "${FILESDIR}"/${P}-libnotify-0.7.patch - fi -} - -src_configure() { - # Handwritten in perl so not using econf - ./configure prefix=/usr libdir=/usr/$(get_libdir)/${PN}-${SLOT} jardir=/usr/share/${PN}-${SLOT}/lib || die -} - -src_compile() { - # Fails parallel build in case GCJ is detected - # See https://bugs.gentoo.org/show_bug.cgi?id=200550 - emake -j1 || die "Compilation of java-gnome failed" - - if use doc; then - DISPLAY= emake -j1 doc || die "Making documentation failed" - fi -} - -src_install(){ - emake -j1 DESTDIR="${D}" install || die - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk-${SLOT}.jar - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk.jar - - dodoc AUTHORS HACKING NEWS README || die - use doc && java-pkg_dojavadoc doc/api - use examples && java-pkg_doexamples doc/examples - use source && java-pkg_dosrc src/bindings/org -} diff --git a/dev-java/java-gnome/java-gnome-4.0.20.ebuild b/dev-java/java-gnome/java-gnome-4.0.20.ebuild deleted file mode 100644 index 30758d204308..000000000000 --- a/dev-java/java-gnome/java-gnome-4.0.20.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc examples source" -PYTHON_COMPAT=( python2_7 ) - -inherit eutils versionator java-pkg-2 multilib python-r1 - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Java bindings for GTK and GNOME" -HOMEPAGE="http://java-gnome.sourceforge.net/" -SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" - -LICENSE="GPL-2-with-linking-exception" -SLOT="4.0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.22.0:2 - >=gnome-base/libglade-2.6.4 - >=gnome-base/libgnome-2.22.0 - >=gnome-base/gnome-desktop-2.22.0:2 - >=x11-libs/cairo-1.10.0[svg] - >=x11-libs/gtksourceview-2.6.2:2.0 - >=app-text/gtkspell-2.0.15-r1:2 - >=x11-libs/libnotify-0.4.5 - >=dev-libs/libunique-1.0.8:1 - >=gnome-base/librsvg-2.32.1 - dev-libs/atk - >=virtual/jre-1.5:* - ${PYTHON_DEPS}" - -DEPEND="${RDEPEND} - dev-java/junit:0 - dev-lang/perl - virtual/pkgconfig - >=virtual/jdk-1.5" - -# Needs X11 -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - java-pkg-2_pkg_setup -} - -java_prepare() { - if has_version ">=x11-libs/libnotify-0.7"; then - epatch "${FILESDIR}"/${P}-libnotify-0.7.patch - fi - - # From http://permalink.gmane.org/gmane.comp.gnome.bindings.java.devel/1668 - # which has been applied upstream in versions >=4.1.2. - epatch "${FILESDIR}"/${P}-extendsboxed.patch -} - -src_configure() { - # Handwritten in perl so not using econf - ./configure prefix=/usr libdir=/usr/$(get_libdir)/${PN}-${SLOT} jardir=/usr/share/${PN}-${SLOT}/lib || die -} - -src_compile() { - # Fails parallel build in case GCJ is detected - # See https://bugs.gentoo.org/show_bug.cgi?id=200550 - emake -j1 - - if use doc ; then - DISPLAY= emake -j1 doc - fi -} - -src_install(){ - emake -j1 DESTDIR="${D}" install - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk-${SLOT}.jar - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk.jar - - dodoc AUTHORS HACKING NEWS README - use doc && java-pkg_dojavadoc doc/api - use examples && java-pkg_doexamples doc/examples - use source && java-pkg_dosrc src/bindings/org -} diff --git a/dev-java/java-gnome/java-gnome-4.1.3.ebuild b/dev-java/java-gnome/java-gnome-4.1.3.ebuild deleted file mode 100644 index cde5b52e2cb8..000000000000 --- a/dev-java/java-gnome/java-gnome-4.1.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc examples source" -PYTHON_COMPAT=( python2_7 ) - -inherit eutils versionator java-pkg-2 multilib python-r1 virtualx - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Java bindings for GTK and GNOME" -HOMEPAGE="http://java-gnome.sourceforge.net/" -SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.xz" - -LICENSE="GPL-2-with-linking-exception" -SLOT="4.1" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -COMMON_DEP=" - app-text/enchant:0 - dev-libs/atk:0 - >=dev-libs/glib-2.28:2 - dev-libs/libunique:3 - gnome-base/librsvg:2 - >=x11-libs/cairo-1.10.0[svg] - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/gtksourceview:3.0 - >=x11-libs/libnotify-0.7.0 - x11-libs/pango:0 - ${PYTHON_DEPS}" - -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.6:*" - -DEPEND="${COMMON_DEP} - dev-java/junit:0 - dev-lang/perl - >=virtual/jdk-1.6 - virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - java-pkg-2_pkg_setup -} - -src_configure() { - # Handwritten in perl so not using econf - ./configure prefix=/usr libdir=/usr/$(get_libdir)/${PN}-${SLOT} jardir=/usr/share/${PN}-${SLOT}/lib || die -} - -src_compile() { - emake - use doc && DISPLAY= emake doc -} - -# Needs X11, fails even then -RESTRICT="test" -src_test() { - Xemake test -} - -src_install(){ - emake -j1 DESTDIR="${D}" install - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk-${SLOT}.jar - java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk.jar - - use doc && java-pkg_dojavadoc doc/api - use examples && java-pkg_doexamples doc/examples - use source && java-pkg_dosrc src/bindings/org -} diff --git a/dev-java/java-gnome/metadata.xml b/dev-java/java-gnome/metadata.xml deleted file mode 100644 index cab02ddab60c..000000000000 --- a/dev-java/java-gnome/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - java@gentoo.org - Java - - - An elegant set of language bindings to allow you to write - native GNOME/GTK applications in Java. Works with both - traditional Java VMs and also with GCJ, allowing the creation - of native Linux executable binaries. - - These libraries all come from the java-gnome project, which in - turn is part of the official suite of GNOME language bindings. - - As of java-gnome 2.8, the previously monolithic package was - split into numerous individual libraries to allow more - modular use. Those libraries are libgtk-java, libgnome-java, - libgconf-java, libglade-java, etc. - - This ebuild is a meta package which simply depends on the - various libraries which make up the complete java-gnome suite. - - In all likelihood (especially if you're developing apps) this - is what you want to emerge. - - - java-gnome - - diff --git a/dev-java/log4j/log4j-1.2.17-r3.ebuild b/dev-java/log4j/log4j-1.2.17-r3.ebuild index 8ad08cbf8d11..99065ce40fbf 100644 --- a/dev-java/log4j/log4j-1.2.17-r3.ebuild +++ b/dev-java/log4j/log4j-1.2.17-r3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 @@ -14,27 +15,24 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc64 x86" IUSE="javamail jms" -CDEPEND="javamail? ( - dev-java/oracle-javamail:0 - java-virtuals/jaf:0 - ) - jms? ( - java-virtuals/jms:0 - )" +CDEPEND=" + javamail? ( dev-java/oracle-javamail:0 ) + jms? ( java-virtuals/jms:0 )" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6 - ${CDEPEND}" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" MY_P="apache-${P}" S="${WORKDIR}/${MY_P}" -java_prepare() { - rm -rf dist || die - java-pkg_filter-compiler jikes - rm -v *.jar || die +src_prepare() { + default + java-pkg_clean } JAVA_ANT_REWRITE_CLASSPATH="true" @@ -45,9 +43,10 @@ EANT_DOC_TARGET="" src_compile() { if use javamail; then - EANT_GENTOO_CLASSPATH+="oracle-javamail,jaf" + EANT_GENTOO_CLASSPATH+="oracle-javamail" EANT_EXTRA_ARGS+=" -Djavamail-present=true" fi + if use jms; then EANT_EXTRA_ARGS+=" -Djms-present=true -Djms.jar=$(java-pkg_getjars jms)" fi @@ -58,7 +57,7 @@ src_compile() { src_install() { java-pkg_newjar dist/lib/${PN}-1.2.17.jar ${PN}.jar - if use doc ; then + if use doc; then java-pkg_dohtml -r site/* rm -fr "${ED}/usr/share/doc/${PF}/html/apidocs" java-pkg_dojavadoc --symlink apidocs site/apidocs diff --git a/dev-java/saaj/saaj-1.3.19-r1.ebuild b/dev-java/saaj/saaj-1.3.19-r2.ebuild similarity index 75% rename from dev-java/saaj/saaj-1.3.19-r1.ebuild rename to dev-java/saaj/saaj-1.3.19-r2.ebuild index 9ab5db100c49..e5ce1011c0eb 100644 --- a/dev-java/saaj/saaj-1.3.19-r1.ebuild +++ b/dev-java/saaj/saaj-1.3.19-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 JAVA_PKG_IUSE="examples source test" @@ -9,6 +9,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="SOAP with Attachments API for Java" HOMEPAGE="https://saaj.dev.java.net/" + # svn export https://svn.java.net/svn/saaj~svn/tags/saaj-impl-1.3.19 saaj-1.3.19 # tar cjf saaj-1.3.19.tar.bz2 saaj-1.3.19 SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" @@ -16,30 +17,36 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -# jaf and saaj-api only for java 5 -COMMON_DEP=" +# saaj-api only for java 5 +CDEPEND=" dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 - java-virtuals/jaf:0 java-virtuals/saaj-api:0" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.5" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + # servlet-api 2.5 for java 5. 3.0 is java 6. -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.5 +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 test? ( dev-java/ant-junit:0 dev-java/xalan:0 java-virtuals/servlet-api:2.5 )" -java_prepare() { - find -name '*.jar' -exec rm -v {} + || die +PATCHES=( "${FILESDIR}"/${P}-java-5-bootclasspath.patch ) + +HTML_DOCS=( docs ) - epatch "${FILESDIR}"/${P}-java-5-bootclasspath.patch +src_prepare() { + default + + java-pkg_clean # YES! There's nothing like using com.sun...internal ! YAY! find src -name '*.java' -exec sed -i \ @@ -50,18 +57,18 @@ java_prepare() { JAVA_ANT_REWRITE_CLASSPATH="yes" -EANT_GENTOO_CLASSPATH="mimepull,jaf,saaj-api,xerces-2,xml-commons-external-1.4" +EANT_GENTOO_CLASSPATH="mimepull,saaj-api,xerces-2,xml-commons-external-1.4" EANT_TEST_TARGET="test-all" EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},servlet-api-2.5,xalan" + src_test() { java-pkg-2_src_test } src_install() { java-pkg_newjar build/lib/saaj-impl.jar ${PN}.jar - dohtml -r docs/* - use examples && java-pkg_doexamples samples use source && java-pkg_dosrc src/java/* + einstalldocs } diff --git a/dev-java/stax-ex/stax-ex-1.0-r4.ebuild b/dev-java/stax-ex/stax-ex-1.0-r5.ebuild similarity index 63% rename from dev-java/stax-ex/stax-ex-1.0-r4.ebuild rename to dev-java/stax-ex/stax-ex-1.0-r5.ebuild index ab30dcac5424..21dc794ee4e0 100644 --- a/dev-java/stax-ex/stax-ex-1.0-r4.ebuild +++ b/dev-java/stax-ex/stax-ex-1.0-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 JAVA_PKG_IUSE="doc source" @@ -13,20 +13,14 @@ SRC_URI="https://stax-ex.java.net/files/documents/4480/44372/${P}-src.tar.gz" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" -IUSE="" - -CDEPEND="java-virtuals/jaf:0" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 - ${CDEPEND}" - -JAVA_GENTOO_CLASSPATH="jaf" +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" S="${WORKDIR}/${P}" src_prepare() { + default rm "${S}"/build.xml || die } diff --git a/dev-java/sun-javamail/Manifest b/dev-java/sun-javamail/Manifest index a4e4efd62746..b2a1102a1904 100644 --- a/dev-java/sun-javamail/Manifest +++ b/dev-java/sun-javamail/Manifest @@ -1 +1 @@ -DIST javamail-1.4.3-src.zip 1174915 SHA256 5204fd4e38b4f2a43fb727c861d7d1f69933d489706de100189970032582becd SHA512 092b44857ed8a7fee25e9dd5085144b9b04aaec2e294ac7271accda8d0f8ea71792671079c2e377dadce02282446f176abbd3f78f55a8342930667a985080210 WHIRLPOOL f0440fd2bd7f3a8db357e9824a81aaa68b08688aab0b77c08dcd8e136a8b5856678fc5e50c5799234e59df4df516c06ac3c78c0f699d757cbfbb06f54296372e +DIST sun-javamail-1.4.3.zip 1174915 SHA256 5204fd4e38b4f2a43fb727c861d7d1f69933d489706de100189970032582becd SHA512 092b44857ed8a7fee25e9dd5085144b9b04aaec2e294ac7271accda8d0f8ea71792671079c2e377dadce02282446f176abbd3f78f55a8342930667a985080210 WHIRLPOOL f0440fd2bd7f3a8db357e9824a81aaa68b08688aab0b77c08dcd8e136a8b5856678fc5e50c5799234e59df4df516c06ac3c78c0f699d757cbfbb06f54296372e diff --git a/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild b/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild new file mode 100644 index 000000000000..5d800becc1d7 --- /dev/null +++ b/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="A Java-based framework to build multiplatform mail and messaging applications" +HOMEPAGE="http://java.sun.com/products/javamail/index.html" +SRC_URI="mirror://gentoo/javamail-${PV}-src.zip -> ${P}.zip" + +LICENSE="|| ( CDDL GPL-2 BSD )" +SLOT="0" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +S="${WORKDIR}" + +JAVA_ENCODING="ISO-8859-1" +JAVA_SRC_DIR="mail" + +HTML_DOCS=( doc/release ) + +src_prepare() { + default + rm -rv mail/src/test || die +} + +src_install() { + java-pkg-simple_src_install + einstalldocs +} diff --git a/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild b/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild deleted file mode 100644 index a410977eac6a..000000000000 --- a/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="A Java-based framework to build multiplatform mail and messaging applications" -HOMEPAGE="http://java.sun.com/products/javamail/index.html" - -# error 500 without the double slash, wonder what HTTP standard says about this -SRC_URI="http://kenai.com/projects/javamail/downloads/download//javamail-${PV}-src.zip" - -# either of these -LICENSE="CDDL GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -COMMON_DEP="java-virtuals/jaf" -DEPEND=">=virtual/jdk-1.5 - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" - -S="${WORKDIR}" - -# some not essential classes need 1.5 to compile -# but 1.4 bytecode for better support -JAVA_PKG_WANT_SOURCE="1.4" -JAVA_PKG_WANT_TARGET="1.4" - -src_unpack() { - default - - # build.xml expects it here - mkdir -p legal/src/main/resources/META-INF || die - cp mail/src/main/resources/META-INF/LICENSE.txt \ - legal/src/main/resources/META-INF || die -} - -java_prepare() { - java-pkg_jar-from --virtual jaf -} - -EANT_DOC_TARGET="docs" -EANT_EXTRA_ARGS="-Djavaee.jar=activation.jar -Dspec.dir=doc/spec" - -src_install() { - java-pkg_dojar target/release/mail.jar - - dodoc doc/release/{CHANGES,COMPAT,NOTES,README,SSLNOTES,distributionREADME}.txt || die - dohtml -r doc/release/{*.html,images} || die - - use doc && java-pkg_dojavadoc target/release/docs/javadocs - use source && java-pkg_dosrc mail/src/main/java -} diff --git a/dev-lang/falcon/Manifest b/dev-lang/falcon/Manifest deleted file mode 100644 index 245e9f162406..000000000000 --- a/dev-lang/falcon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Falcon-0.9.6.8.tgz 11772705 SHA256 f4b00983e7f91a806675d906afd2d51dcee048f12ad3af4b1dadd92059fa44b9 SHA512 f354a058d9075a636c0b2db339fd86adda9b4a4bc7c229186b73aa200e059a21b311a4944b1b7388b4992390e4d540af8832e4b2cea31d7f956df1dd96f2f59c WHIRLPOOL cc42e7d250aea223162703a52b5f9461d52db6051d29dfb26320ce740fe6b502e8c8f474bb97809dc238fb23ce8cb99e9ec6d35fb01656a20e9d9b3d8b3b24e0 diff --git a/dev-lang/falcon/falcon-0.9.6.8.ebuild b/dev-lang/falcon/falcon-0.9.6.8.ebuild deleted file mode 100644 index 367a6e63ebe5..000000000000 --- a/dev-lang/falcon/falcon-0.9.6.8.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit cmake-utils multilib - -MY_P="${P/f/F}" - -DESCRIPTION="An open source general purpose untyped language written in C++" -HOMEPAGE="http://falconpl.org/" -SRC_URI="http://falconpl.org/project_dl/_official_rel/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="curl dbus debug gd gtk mysql pdf readline sdl sqlite" - -DEPEND=" - dev-libs/libpcre - sys-libs/zlib - curl? ( net-misc/curl ) - dbus? ( sys-apps/dbus ) - gd? ( media-libs/gd:= ) - gtk? ( - dev-libs/glib:2 - x11-libs/gtk+:2 ) - mysql? ( virtual/libmysqlclient:= ) - readline? ( sys-libs/readline:0 ) - pdf? ( media-libs/libharu ) - sdl? ( - media-libs/libsdl - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-ttf - ) - sqlite? ( dev-db/sqlite:3 ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS ChangeLog README RELNOTES" -PATCHES=( - "${FILESDIR}/${P}-mongo-amd64.patch" - "${FILESDIR}/${P}-mongo-stdint.patch" -) - -src_configure() { - local mycmakeargs=( - -DFALCON_BUILD_CURL=$(usex curl) - -DFALCON_BUILD_DBUS=$(usex dbus) - -DFALCON_BUILD_GD2=$(usex gd) - -DFALCON_BUILD_GTK=$(usex gtk) - -DFALCON_BUILD_PDF=$(usex pdf) - -DFALCON_BUILD_SDL=$(usex sdl) - -DFALCON_DBI_BUILD_MYSQL=$(usex mysql) - -DFALCON_DBI_BUILD_SQLITE=$(usex sqlite) - -DFALCON_DISABLE_RPATH=ON - -DFALCON_SKIP_BISON=ON - -DFALCON_WITH_EDITLINE=$(usex readline) - -DFALCON_WITH_MANPAGES=ON - -DFALCON_WITH_INTERNAL_EDITLINE=OFF - -DFALCON_WITH_INTERNAL_PCRE=OFF - -DFALCON_WITH_INTERNAL_ZLIB=OFF - -DFALCON_WITH_GPL_READLINE=ON - ) - cmake-utils_src_configure -} - -src_test() { - pushd "${S}/tests/core/testsuite" > /dev/null || die - "${CMAKE_BUILD_DIR}/bin/faltest" - popd > /dev/null || die -} diff --git a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch b/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch deleted file mode 100644 index 8385ca0d081c..000000000000 --- a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-amd64.patch +++ /dev/null @@ -1,75 +0,0 @@ -From 64526ea7d3b5ec04f398bd28cb4e505e6a0f3218 Mon Sep 17 00:00:00 2001 -From: Stanislas Marquis -Date: Sun, 9 Jan 2011 08:40:00 +0100 -Subject: [PATCH] [mongo] [cmake] Fix problems with Linux x64. - ---- - modules/native/mongodb/CMakeLists.txt | 11 +++++++++-- - modules/native/mongodb/mongodb_mod.cpp | 2 +- - modules/native/mongodb/src/CMakeLists.txt | 8 ++++++-- - 3 files changed, 16 insertions(+), 5 deletions(-) - -diff --git a/modules/native/mongodb/CMakeLists.txt b/modules/native/mongodb/CMakeLists.txt -index ba7e5cf..bf2d869 100644 ---- a/modules/native/mongodb/CMakeLists.txt -+++ b/modules/native/mongodb/CMakeLists.txt -@@ -8,6 +8,10 @@ falcon_define_module( FALCON_MODULE mongo ) - - message( STATUS "Adding mongodb module" ) - -+if ( NOT MSVC ) -+ option( MONGO_HAVE_STDINT "MongoDB problem with int64_t?" OFF ) -+endif() -+ - ## - # Find Falcon - # -@@ -28,8 +32,11 @@ add_subdirectory( src ) - if ( MSVC ) - add_definitions( -DMONGO_USE__INT64 ) - else() -- #add_definitions( -DMONGO_HAVE_STDINT ) -- add_definitions( -DMONGO_USE_LONG_LONG_INT ) -+ if ( MONGO_HAVE_STDINT ) -+ add_definitions( -DMONGO_HAVE_STDINT ) -+ else() -+ add_definitions( -DMONGO_USE_LONG_LONG_INT ) -+ endif() - endif() - - ## -diff --git a/modules/native/mongodb/mongodb_mod.cpp b/modules/native/mongodb/mongodb_mod.cpp -index 6102664..4d47fac 100644 ---- a/modules/native/mongodb/mongodb_mod.cpp -+++ b/modules/native/mongodb/mongodb_mod.cpp -@@ -1321,7 +1321,7 @@ BSONIter::makeItem( const bson_type tp, - //... - break; - case bson_long: -- it = new Item( bson_iterator_long_raw( iter ) ); -+ it = new Item( (int64) bson_iterator_long_raw( iter ) ); - break; - case bson_eoo: - default: -diff --git a/modules/native/mongodb/src/CMakeLists.txt b/modules/native/mongodb/src/CMakeLists.txt -index 48cdaef..d883af3 100644 ---- a/modules/native/mongodb/src/CMakeLists.txt -+++ b/modules/native/mongodb/src/CMakeLists.txt -@@ -7,8 +7,12 @@ include_directories( BEFORE . ) - if ( MSVC ) - add_definitions( -DMONGO_USE__INT64 ) - else() -- add_definitions( -DMONGO_USE_LONG_LONG_INT ) -- #add_definitions( --std=c99 ) -+ add_definitions( -fPIC ) -+ if ( MONGO_HAVE_STDINT ) -+ add_definitions( -DMONGO_HAVE_STDINT ) -+ else() -+ add_definitions( -DMONGO_USE_LONG_LONG_INT ) -+ endif() - endif() - - set( MONGO_SRCS --- -1.7.9.1 - diff --git a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch b/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch deleted file mode 100644 index 0f688b2ddbfc..000000000000 --- a/dev-lang/falcon/files/falcon-0.9.6.8-mongo-stdint.patch +++ /dev/null @@ -1,36 +0,0 @@ -From a64c0c3959a0f5e853daba2b35ca19459acf875e Mon Sep 17 00:00:00 2001 -From: Stanislas Marquis -Date: Sat, 29 Jan 2011 12:27:50 +0100 -Subject: [PATCH] [mongo] Fix detection of stdint.h - ---- - modules/native/mongodb/CMakeLists.txt | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) - -diff --git a/modules/native/mongodb/CMakeLists.txt b/modules/native/mongodb/CMakeLists.txt -index bf2d869..e4d1df6 100644 ---- a/modules/native/mongodb/CMakeLists.txt -+++ b/modules/native/mongodb/CMakeLists.txt -@@ -8,8 +8,18 @@ falcon_define_module( FALCON_MODULE mongo ) - - message( STATUS "Adding mongodb module" ) - -+## -+# Check for stdint.h -+# - if ( NOT MSVC ) -- option( MONGO_HAVE_STDINT "MongoDB problem with int64_t?" OFF ) -+ find_file( STDINT_H stdint.h HINTS /usr/include ) -+ if ( STDINT_H STREQUAL STDINT_H-NOTFOUND ) -+ option( MONGO_HAVE_STDINT "MongoDB should use stdint.h" OFF ) -+ else() -+ option( MONGO_HAVE_STDINT "MongoDB should use stdint.h" ON ) -+ endif() -+ mark_as_advanced( STDINT_H ) -+ mark_as_advanced( MONGO_HAVE_STDINT ) - endif() - - ## --- -1.7.9.1 - diff --git a/dev-lang/falcon/metadata.xml b/dev-lang/falcon/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-lang/falcon/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/dev-libs/dee/Manifest b/dev-libs/dee/Manifest deleted file mode 100644 index 9398a6ac1ac3..000000000000 --- a/dev-libs/dee/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dee-1.2.7.tar.gz 712167 SHA256 1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a SHA512 32e25a2164cf052a76cf021006e1cdeca9b25081d19b5e7f1700308ddc21f65b4b5230fef0197fdda1739281b96af39fbf9d1df50d79c812cea8a6f60fbb7248 WHIRLPOOL 95d471be45a338200f5f88be45e8d7f333e34912c55f9b07863e903d86d1936ccfd013b68a6b22931c80f60a59e8447e11472c61e4de975a8731317924c8970d diff --git a/dev-libs/dee/dee-1.2.7-r1.ebuild b/dev-libs/dee/dee-1.2.7-r1.ebuild deleted file mode 100644 index 61bffd1f3231..000000000000 --- a/dev-libs/dee/dee-1.2.7-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit gnome2 python-r1 vala - -DESCRIPTION="Provide objects allowing to create MVC type programs across DBus" -HOMEPAGE="https://launchpad.net/dee/" -SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz" - -SLOT="0/4" -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="debug examples +icu introspection static-libs test" - -REQUIRED_USE="introspection? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/glib:2 - icu? ( dev-libs/icu:= ) - introspection? ( - ${PYTHON_DEPS} - >=dev-libs/gobject-introspection-0.10.2:= - ) -" -DEPEND="${RDEPEND} - $(vala_depend) - >=dev-util/gtk-doc-am-1.8 - virtual/pkgconfig - test? ( - >=dev-libs/gtx-0.2.2 - dev-util/dbus-test-runner - ) -" - -src_prepare() { - # Fix build with gcc-6, bug #594112 - eapply "${FILESDIR}"/${PN}-1.2.7-gcc-6-build.patch - - sed \ - -e 's:VALA_API_GEN:VAPIGEN:g' \ - -i vapi/Makefile.{am,in} || die - - sed \ - -e '/SUBDIRS/ s:bindings::g' \ - -i Makefile.{am,in} || die - - vala_src_prepare - gnome2_src_prepare - - sed \ - -e '/GCC_FLAGS/ s:-g::' \ - -e 's:VALA_API_GEN:VAPIGEN:g' \ - -i configure || die - -} - -src_configure() { - gnome2_src_configure \ - $(use_enable debug trace-log) \ - $(use_enable icu) \ - $(use_enable introspection) \ - $(use_enable static-libs static) \ - $(use_enable test tests) -} - -src_install() { - gnome2_src_install - - if use examples ; then - insinto /usr/share/doc/${PN}/ - doins -r examples - fi - - if use introspection ; then - install_gi_override() { - python_moduleinto "$(python_get_sitedir)/gi/overrides" - python_domodule "${S}"/bindings/python/Dee.py - } - python_foreach_impl install_gi_override - fi -} diff --git a/dev-libs/dee/dee-1.2.7.ebuild b/dev-libs/dee/dee-1.2.7.ebuild deleted file mode 100644 index 741d84037260..000000000000 --- a/dev-libs/dee/dee-1.2.7.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -AUTOTOOLS_AUTORECONF=y - -inherit autotools-utils vala python-r1 - -DESCRIPTION="Provide objects allowing to create MVC type programs across DBus" -HOMEPAGE="https://launchpad.net/dee/" -SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="doc debug examples +icu introspection static-libs test" - -REQUIRED_USE="introspection? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/icu:= - introspection? ( - ${PYTHON_DEPS} - dev-libs/gobject-introspection:= - )" -DEPEND="${RDEPEND} - $(vala_depend) - doc? ( dev-util/gtk-doc ) - test? ( - dev-libs/gtx - dev-util/dbus-test-runner - )" - -src_prepare() { - sed \ - -e '/GCC_FLAGS/s:-g::' \ - -e 's:vapigen:${VAPIGEN}:g' \ - -i configure.ac || die - - sed \ - -e 's:bindings::g' \ - -i Makefile.am || die - - vala_src_prepare - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --disable-silent-rules - $(use_enable debug trace-log) - $(use_enable doc gtk-doc) - $(use_enable icu) - $(use_enable test tests) -# $(use_enable test extended-tests) - ) - autotools-utils_src_configure - use introspection && python_copy_sources -} - -src_compile() { - autotools-utils_src_compile - - compilation() { - cd bindings || die - emake \ - pyexecdir="$(python_get_sitedir)" - } - use introspection && python_foreach_impl run_in_build_dir compilation -} - -src_install() { - autotools-utils_src_install - - if use examples; then - insinto /usr/share/doc/${PN}/ - doins -r examples - fi - - installation() { - cd bindings || die - emake \ - PYGI_OVERRIDES_DIR="$(python_get_sitedir)"/gi/overrides \ - DESTDIR="${D}" \ - install - } - use introspection && python_foreach_impl run_in_build_dir installation -} diff --git a/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch b/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch deleted file mode 100644 index 047ce40b634e..000000000000 --- a/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/dee-serializable-model.c 2013-09-16 20:21:20.000000000 +0200 -+++ b/src/dee-serializable-model.c 2016-05-08 16:49:03.525140126 +0200 -@@ -1326,9 +1326,10 @@ - - pos = 0; - _iter = dee_model_get_first_iter (self); -- while (!dee_model_is_last (self, iter) && iter != _iter) -+ while (!dee_model_is_last (self, iter) && iter != _iter) { - _iter = dee_model_next (self, _iter); - pos++; -+ } - - if (iter == _iter) - return pos; diff --git a/dev-libs/libjit/Manifest b/dev-libs/libjit/Manifest deleted file mode 100644 index 7295a51ec2a9..000000000000 --- a/dev-libs/libjit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libjit-0.1.2.tar.gz 1195466 SHA256 f1650938b8f7cd1cd5280f6197f02c2161841d7d66beecf8f9c2d4115cb195d0 SHA512 0174fa695838c40142b4c8cd10cf0d8fb1bd41760e53d262a24b3588a717c9568ec91670c138d57b5d759c18dd4228779b50b36968f7a0ab5d80a203b5da3ab7 WHIRLPOOL d41f6692c74ed7785c46610ec39dae537f8a65010e55a40f249f7727d891b75fcca1dec8c56b3b7870c1b6a834c77f8ebad8290195606e4eb344c506272fbc0d diff --git a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch b/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch deleted file mode 100644 index e264b38bf2ef..000000000000 --- a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libjit-0.1.2.orig/tools/gen-apply.c 2008/11/23 09:15:25 1.20 -+++ libjit-0.1.2/tools/gen-apply.c 2009/01/30 19:46:01 1.21 -@@ -959,7 +959,7 @@ - void run_detect_struct_##n(void) \ - { \ - jit_nint *args; \ -- jit_nint stack[1]; \ -+ volatile jit_nint stack[1]; \ - jit_nint buffer[64 / sizeof(jit_nint)]; \ - void *apply_return; \ - jit_builtin_apply_args(jit_nint *, args); \ diff --git a/dev-libs/libjit/libjit-0.1.2.ebuild b/dev-libs/libjit/libjit-0.1.2.ebuild deleted file mode 100644 index eec5ba3264c1..000000000000 --- a/dev-libs/libjit/libjit-0.1.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils - -DESCRIPTION="Libjit is a generic Just-In-Time compilation library" -HOMEPAGE="https://www.gnu.org/software/dotgnu/" -SRC_URI="mirror://gnu/dotgnu/libjit/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="doc examples interpreter long-double" - -DEPEND="doc? ( app-text/texi2html )" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}/${P}-gcc43.patch" -} -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-static \ - $(use_enable interpreter) \ - $(use_enable long-double) \ - || die "configure failed" -} - -src_compile() { - emake || die "emake failed" - - if use doc ; then - if [ ! -f "${S}"/doc/libjit.texi ] ; then - die "libjit.texi was not generated" - fi - - texi2html -split_chapter "${S}"/doc/libjit.texi \ - || die "texi2html failed" - fi -} - -src_test () { - if use interpreter || use long-double ; then - emake check || die "Tests failed." - else - ewarn "Skipping Tests due to missing use flags:" - ewarn "Please enable either the interpreter or long-double use flags" - ewarn "if you want to run tests." - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" - - if use examples ; then - docinto examples - dodoc tutorial/{README,*.c} || die "examples failed" - fi - - if use doc ; then - docinto html - dohtml libjit/*.html || die "doc failed" - fi - - find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed" -} diff --git a/dev-libs/libjit/metadata.xml b/dev-libs/libjit/metadata.xml deleted file mode 100644 index ac59ab87a1c2..000000000000 --- a/dev-libs/libjit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - Enable the libjit interpreter - Enable the use of long double for jit_nfloat - - diff --git a/dev-libs/libmimedir/Manifest b/dev-libs/libmimedir/Manifest deleted file mode 100644 index 9fd6c1a5ff26..000000000000 --- a/dev-libs/libmimedir/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libmimedir-0.5.1.tar.gz 284854 SHA256 5e809c704b56e7769fa97da2035dae3948a810d6cb925cf86cdf2fc5193052a8 SHA512 156be7b56260cb1d83ea6f9378ef2d79147c7d92bf83370edb8ef69aac7a7fff68ed262d79c4c397029297241c18b091d286e014cbdfb68962afa8222b649568 WHIRLPOOL 63b3586a71c6e959af1648474c5be57895524cd1d849d118f761d932e4eddaff3ad5b9cb9854a7e18b415ebae8d47f85175676a0e396388f319800e344aed429 diff --git a/dev-libs/libmimedir/files/libmimedir-0.5.1-destdir.patch b/dev-libs/libmimedir/files/libmimedir-0.5.1-destdir.patch deleted file mode 100644 index 19b5c66e9253..000000000000 --- a/dev-libs/libmimedir/files/libmimedir-0.5.1-destdir.patch +++ /dev/null @@ -1,20 +0,0 @@ -Add DESDIR support to Makefile.in -Index: libmimedir-0.5.1/Makefile.in -=================================================================== ---- libmimedir-0.5.1.orig/Makefile.in 2009-02-03 21:29:05.000000000 -0500 -+++ libmimedir-0.5.1/Makefile.in 2009-02-03 21:31:01.000000000 -0500 -@@ -55,9 +55,11 @@ - ./test - - install: all -- ${INSTALL} -m 444 libmimedir.h ${includedir} -- ${INSTALL} -m 444 libmimedir.a ${libdir} -- $(LIBTOOL) --mode=install ${INSTALL} -c -m 444 libmimedir.la ${libdir}/libmimedir.la -+ mkdir -p ${DESTDIR}${includedir} -+ mkdir -p ${DESTDIR}${libdir} -+ ${INSTALL} -m 444 libmimedir.h ${DESTDIR}${includedir} -+ ${INSTALL} -m 444 libmimedir.a ${DESTDIR}${libdir} -+ $(LIBTOOL) --mode=install ${INSTALL} -c -m 444 libmimedir.la ${DESTDIR}${libdir} - - clean: - rm -f $(OBJS) $(LOBJS) test.o *.a *.la *.core diff --git a/dev-libs/libmimedir/libmimedir-0.5.1.ebuild b/dev-libs/libmimedir/libmimedir-0.5.1.ebuild deleted file mode 100644 index de68e646b52f..000000000000 --- a/dev-libs/libmimedir/libmimedir-0.5.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils - -DESCRIPTION="Library for manipulating MIME directory profiles (RFC2425)" -HOMEPAGE="https://sourceforge.net/projects/libmimedir/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD-2 GPL-2" # COPYING -> BSD-2, dirsynt.* -> GPL-2 -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="static-libs" - -RDEPEND="" -DEPEND="sys-devel/bison - sys-devel/flex" - -MAKEOPTS="${MAKEOPTS} -j1" - -DOCS="ChangeLog README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-destdir.patch - - if ! use static-libs; then - sed -i \ - -e '/^all/s:libmimedir.a::' \ - -e '/INSTALL.*libmimedir.a/d' \ - Makefile.in || die - fi -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - rm -f "${ED}"/usr/lib*/*.la -} diff --git a/dev-libs/libmimedir/metadata.xml b/dev-libs/libmimedir/metadata.xml deleted file mode 100644 index eed6321d31f2..000000000000 --- a/dev-libs/libmimedir/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - libmimedir - - diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest index dacf77de3e9e..7d801d1c0ef6 100644 --- a/dev-libs/libpcre/Manifest +++ b/dev-libs/libpcre/Manifest @@ -1 +1,2 @@ DIST pcre-8.40.tar.bz2 1560119 SHA256 00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4 SHA512 b4c27eafbdf33bd7a1384655b1936f4be3bc6745c072347eb26e988896c52664bd85ac42444da1be78b6e20f45b6c7e5921f5f20f5b0741b5bd3d9844e5bd4e2 WHIRLPOOL 6711688972b3db4b98902d548b84e8b03b61c3a12d24a4e42fc49ddc5e2b4be51f98f91873166e550866e88b6cd55092ea27704a3b7e71d58a2af21148ad3340 +DIST pcre-8.41.tar.bz2 1561874 SHA256 e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 SHA512 cc9cdbeb98c010fe4f093a019bebfb91965dae4c6a48f8e49c38ec8df7d9da7f0d32c12fc58f22c51f1c2f010e72b65bcbf8bbf180060e93edf464fa9a7c3551 WHIRLPOOL 24d891c4f6580af20aa07a166038a2bacb52cdb305987f8b91b2fecae65e7b5277d3ef0b26ddbb3a33fd34794e6340e77df6a321e770b3aca4393d1ed144cf64 diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild b/dev-libs/libpcre/libpcre-8.41.ebuild new file mode 100644 index 000000000000..a681e836fee1 --- /dev/null +++ b/dev-libs/libpcre/libpcre-8.41.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils multilib libtool flag-o-matic toolchain-funcs multilib-minimal + +DESCRIPTION="Perl-compatible regular expression library" +HOMEPAGE="http://www.pcre.org/" +MY_P="pcre-${PV/_rc/-RC}" +if [[ ${PV} != *_rc* ]] ; then + # Only the final releases are available here. + SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2 + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2" +else + SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2" +fi + +LICENSE="BSD" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib" +REQUIRED_USE="readline? ( !libedit ) + libedit? ( !readline )" + +RDEPEND=" + bzip2? ( app-arch/bzip2 ) + zlib? ( sys-libs/zlib ) + libedit? ( dev-libs/libedit ) + readline? ( sys-libs/readline:0= ) +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" +RDEPEND=" + ${RDEPEND} + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20131008-r2 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + ) +" + +S="${WORKDIR}/${MY_P}" + +MULTILIB_CHOST_TOOLS=( + /usr/bin/pcre-config +) + +#PATCHES=( +#) + +src_prepare() { + #epatch "${PATCHES[@]}" + sed -i -e "s:-lpcre ::" libpcrecpp.pc.in || die + elibtoolize +} + +multilib_src_configure() { + local myeconfargs=( + --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) + $(multilib_native_use_enable bzip2 pcregrep-libbz2) + $(use_enable cxx cpp) + $(use_enable jit) $(use_enable jit pcregrep-jit) + $(use_enable pcre16) + $(use_enable pcre32) + $(multilib_native_use_enable libedit pcretest-libedit) + $(multilib_native_use_enable readline pcretest-libreadline) + $(use_enable static-libs static) + $(use_enable unicode utf) $(use_enable unicode unicode-properties) + $(multilib_native_use_enable zlib pcregrep-libz) + --enable-pcre8 + --enable-shared + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html + --docdir="${EPREFIX}"/usr/share/doc/${PF} + ) + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_compile() { + emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=") +} + +multilib_src_install() { + emake \ + DESTDIR="${D}" \ + $(multilib_is_native_abi || echo "bin_PROGRAMS= dist_html_DATA=") \ + install + gen_usr_ldscript -a pcre +} + +multilib_src_install_all() { + prune_libtool_files +} + +pkg_preinst() { + preserve_old_lib /$(get_libdir)/libpcre.so.0 +} + +pkg_postinst() { + preserve_old_lib_notify /$(get_libdir)/libpcre.so.0 +} diff --git a/dev-libs/m17n-lib/Manifest b/dev-libs/m17n-lib/Manifest index e72555f26c53..0e54516857c2 100644 --- a/dev-libs/m17n-lib/Manifest +++ b/dev-libs/m17n-lib/Manifest @@ -1,5 +1,4 @@ DIST m17n-lib-1.5.2.tar.gz 997592 SHA256 389cc05194e9a1f9e58b186c3fcd60d7fee2a6f627c3ea8f9c944d69983721f1 SHA512 899959ad7d6b32b7ec0a97eca5abf2a3a4e9d44d81b5157bc974b17544db4e59550bc04b0b2d46371dc57f64c7e0aa70ebb7d473ade3a762f40acf19ac19b072 WHIRLPOOL 9483d3fcc97aad78b44dd228e8c800e5147cc7c7758e72b87e4875960abe0f8d5b34ab669ec858da4d1792c1c3b58dc3669f4ced9bf8f151924f0d44dbf7b3e0 -DIST m17n-lib-1.5.5.tar.gz 954476 SHA256 300ef0411fc306f8b409c0688c85ee9804ddc4b3ac643a84abe4aeec0a6f912f SHA512 e294d65c1b0894ab631fe34852e1193d8ad7dd4798aede2ffb1723538f242ab6ec21a015ae45aadc398541ff1be264655abe602aeb9598d03d8dd45af1c91aeb WHIRLPOOL 103b0aaf9aadee2148c1880a2b0c5e2b0725a42864cead3709ee44184157eb82693b9ba0a5c38a00cbf63712adb58f24e1d64bc22008c2fa1632282548fbe22e -DIST m17n-lib-1.6.2.tar.gz 1031508 SHA256 f15039a310e94d6b462c46c409a393e1b16d95f13fd0376361f07bbfc6adb5a3 SHA512 ade2d468861042b63494e5ae49e82d813f30c45fea5d1a9377681dfd06a66b3aa3e2db5112b70e760ca5d4aedaa7f846e28e0ed8e37565d6a05f94f145b2b2ce WHIRLPOOL 52ac678b10b14999af6c3f6b1e88fb583dc996d9bb5be34c084fff3270eabb3a18c56c079d0f287fe922acee97b40d04e5005660b8fdc0d4a12f329b7879b2cc DIST m17n-lib-1.6.3.tar.gz 1033048 SHA256 ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e SHA512 66177e5be17e330230d31bfff8a3cc7415ad79f9bfaf8f4c4baea02f1f19bf2d3628210c697a9b14d07dcb9bac8ca256e6c5102cbaae65876bf49aa2150cfd80 WHIRLPOOL ac337d68c4cfd0f9c331ded71a16c4d86f2d4c655a59f17da92fc8a80ed6f420af97ceb2ff071d556aaee0cf73baae9736faed32aaa58538d59a44f27a981c53 DIST m17n-lib-1.6.4.tar.gz 1034422 SHA256 0370fda16bce321acad96b623dbbead0d797d86f5d5fa43d0cde8ff3b01555a4 SHA512 751f22efdaf4fb3e23d17ca07e20c65c59d60ff4f90a384bd9a8e9e8b01503d87c76cfc4c3c9717d8549a08c705b1c444939816a7eb07ca77b029b4f457f58c3 WHIRLPOOL d5bdfbb072a557f8e37307a4de56a9d2eb24c637afb885f294ab1970d8ca916bc53354ae7ca0fb4c6eaf445c955b60b79a0718c4e72af533a844d770a7b36a8c +DIST m17n-lib-1.7.0.tar.gz 1063169 SHA256 8eb853e1e0c86a70a09871f3264f950e5d62bba98960b3ffcde11511c138db83 SHA512 26fc1be02a5e487a2fa5f2f63d991f3c745aa1b78e20d931fe4b265125266501cc8d402aa3cb5c1b71a7d4c0f7a0bf5b2c3b17ec5f4f8e0f5ee3052ad4e205b7 WHIRLPOOL ea677f51af7eae80cffb8fcf3e09acb73d6483391a9e776de860137ad19c27c5472394367f4181a63e43891c3514a4b59dc635cfd83ab0e545560f368144878b diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-candidates-list.patch b/dev-libs/m17n-lib/files/m17n-lib-1.6.2-candidates-list.patch deleted file mode 100644 index 40cd85d49c2b..000000000000 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-candidates-list.patch +++ /dev/null @@ -1,83 +0,0 @@ ---- src/input.c 2011/02/14 04:59:22 1.154 -+++ src/input.c 2011/03/09 05:45:49 1.155 -@@ -3004,9 +3004,6 @@ - take_action_list (MInputContext *ic, MPlist *action_list) - { - MInputContextInfo *ic_info = (MInputContextInfo *) ic->info; -- MPlist *candidate_list = ic->candidate_list; -- int candidate_index = ic->candidate_index; -- int candidate_show = ic->candidate_show; - MTextProperty *prop; - - MPLIST_DO (action_list, action_list) -@@ -3480,31 +3477,6 @@ - }; - } - } -- -- if (ic->candidate_list) -- { -- M17N_OBJECT_UNREF (ic->candidate_list); -- ic->candidate_list = NULL; -- } -- if (ic->cursor_pos > 0 -- && (prop = mtext_get_property (ic->preedit, ic->cursor_pos - 1, -- Mcandidate_list))) -- { -- ic->candidate_list = mtext_property_value (prop); -- M17N_OBJECT_REF (ic->candidate_list); -- ic->candidate_index -- = (int) mtext_get_prop (ic->preedit, ic->cursor_pos - 1, -- Mcandidate_index); -- ic->candidate_from = mtext_property_start (prop); -- ic->candidate_to = mtext_property_end (prop); -- } -- -- if (candidate_list != ic->candidate_list) -- ic->candidates_changed |= MINPUT_CANDIDATES_LIST_CHANGED; -- if (candidate_index != ic->candidate_index) -- ic->candidates_changed |= MINPUT_CANDIDATES_INDEX_CHANGED; -- if (candidate_show != ic->candidate_show) -- ic->candidates_changed |= MINPUT_CANDIDATES_SHOW_CHANGED; - return 0; - } - -@@ -3914,7 +3886,37 @@ - ic_info->key_unhandled = 0; - - do { -- if (handle_key (ic) < 0) -+ MPlist *candidate_list = ic->candidate_list; -+ int candidate_index = ic->candidate_index; -+ int candidate_show = ic->candidate_show; -+ MTextProperty *prop; -+ int result = handle_key (ic); -+ -+ if (ic->candidate_list) -+ { -+ M17N_OBJECT_UNREF (ic->candidate_list); -+ ic->candidate_list = NULL; -+ } -+ if (ic->cursor_pos > 0 -+ && (prop = mtext_get_property (ic->preedit, ic->cursor_pos - 1, -+ Mcandidate_list))) -+ { -+ ic->candidate_list = mtext_property_value (prop); -+ M17N_OBJECT_REF (ic->candidate_list); -+ ic->candidate_index -+ = (int) mtext_get_prop (ic->preedit, ic->cursor_pos - 1, -+ Mcandidate_index); -+ ic->candidate_from = mtext_property_start (prop); -+ ic->candidate_to = mtext_property_end (prop); -+ } -+ if (candidate_list != ic->candidate_list) -+ ic->candidates_changed |= MINPUT_CANDIDATES_LIST_CHANGED; -+ if (candidate_index != ic->candidate_index) -+ ic->candidates_changed |= MINPUT_CANDIDATES_INDEX_CHANGED; -+ if (candidate_show != ic->candidate_show) -+ ic->candidates_changed |= MINPUT_CANDIDATES_SHOW_CHANGED; -+ -+ if (result < 0) - { - /* KEY was not handled. Delete it from the current key sequence. */ - if (ic_info->used > 0) diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch b/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch deleted file mode 100644 index 2c37246a6e5d..000000000000 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: m17n-lib-1.6.2/configure.ac -=================================================================== ---- m17n-lib-1.6.2.orig/configure.ac -+++ m17n-lib-1.6.2/configure.ac -@@ -100,9 +100,9 @@ dnl Checks which levels of APIs should b - AC_ARG_ENABLE(gui, - AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is YES)])) - --AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno) -+AM_CONDITIONAL(WITH_GUI, test x$enable_gui != xno) - --if test x$with_gui != xno; then -+if test x$enable_gui != xno; then - - dnl Checks if dlopen exists, and if it's in libc or libdl. - diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-parallel-make.patch b/dev-libs/m17n-lib/files/m17n-lib-1.6.2-parallel-make.patch deleted file mode 100644 index 4402188aa887..000000000000 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-parallel-make.patch +++ /dev/null @@ -1,63 +0,0 @@ -Index: m17n-lib-1.6.2/src/Makefile.am -=================================================================== ---- m17n-lib-1.6.2.orig/src/Makefile.am -+++ m17n-lib-1.6.2/src/Makefile.am -@@ -53,7 +53,7 @@ libm17n_la_SOURCES = \ - language.h language.c \ - mlocale.h locale.c \ - m17n.h m17n.c --libm17n_la_LIBADD = ${top_builddir}/src/libm17n-core.la -ldl -+libm17n_la_LIBADD = libm17n-core.la -ldl - libm17n_la_LDFLAGS = -export-dynamic ${VINFO} - - FLT_SOURCES = \ -@@ -61,7 +61,7 @@ FLT_SOURCES = \ - m17n-flt.h m17n-flt.c - - libm17n_flt_la_SOURCES = ${FLT_SOURCES} --libm17n_flt_la_LIBADD = ${top_builddir}/src/libm17n-core.la -+libm17n_flt_la_LIBADD = libm17n-core.la - libm17n_flt_la_LDFLAGS = -export-dynamic ${VINFO} - - GUI_SOURCES = \ -@@ -80,7 +80,7 @@ OPTIONAL_LD_FLAGS = \ - @FONTCONFIG_LD_FLAGS@ - - libm17n_gui_la_SOURCES = ${GUI_SOURCES} --libm17n_gui_la_LIBADD = ${OPTIONAL_LD_FLAGS} ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la ${top_builddir}/src/libm17n-flt.la -+libm17n_gui_la_LIBADD = ${OPTIONAL_LD_FLAGS} libm17n-core.la libm17n.la libm17n-flt.la - libm17n_gui_la_LDFLAGS = -export-dynamic ${VINFO} - - if WITH_GUI -@@ -90,11 +90,11 @@ module_LTLIBRARIES = libm17n-X.la libm17 - X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} @X11_LD_FLAGS@ ${X_EXTRA_LIBS} - - libm17n_X_la_SOURCES = m17n-X.h m17n-X.c --libm17n_X_la_LIBADD = ${X_LD_FLAGS} @XFT2_LD_FLAGS@ ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la ${top_builddir}/src/libm17n-flt.la ${top_builddir}/src/libm17n-gui.la -+libm17n_X_la_LIBADD = ${X_LD_FLAGS} @XFT2_LD_FLAGS@ libm17n-core.la libm17n.la libm17n-flt.la libm17n-gui.la - libm17n_X_la_LDFLAGS = -avoid-version -module - - libm17n_gd_la_SOURCES = m17n-gd.c --libm17n_gd_la_LIBADD = @GD_LD_FLAGS@ @FREETYPE_LD_FLAGS@ ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la ${top_builddir}/src/libm17n-flt.la ${top_builddir}/src/libm17n-gui.la -+libm17n_gd_la_LIBADD = @GD_LD_FLAGS@ @FREETYPE_LD_FLAGS@ libm17n-core.la libm17n.la libm17n-flt.la libm17n-gui.la - libm17n_gd_la_LDFLAGS = -avoid-version -module - - endif -@@ -121,14 +121,14 @@ if MAINTAINER_MODE - noinst_PROGRAMS = linkcore linkshell linkgui - - linkcore_SOURCES = linkcore.c --linkcore_LDADD = ${top_builddir}/src/libm17n-core.la -+linkcore_LDADD = libm17n-core.la - linkcore_LDFLAGS = -static - - linkshell_SOURCES = linkshell.c --linkshell_LDADD = ${top_builddir}/src/libm17n.la -+linkshell_LDADD = libm17n.la - linkshell_LDFLAGS = -static - - linkgui_SOURCES = linkgui.c --linkgui_LDADD = ${top_builddir}/src/libm17n-gui.la -+linkgui_LDADD = libm17n-gui.la - linkgui_LDFLAGS = -static - endif diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-configure.patch b/dev-libs/m17n-lib/files/m17n-lib-configure.patch similarity index 97% rename from dev-libs/m17n-lib/files/m17n-lib-1.6.3-configure.patch rename to dev-libs/m17n-lib/files/m17n-lib-configure.patch index 024dea6fea42..00ba09493f3d 100644 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-configure.patch +++ b/dev-libs/m17n-lib/files/m17n-lib-configure.patch @@ -1,5 +1,3 @@ -diff --git a/configure.ac b/configure.ac -index 2e58d68..49b812a 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,9 @@ if test "x$no_x" != "xyes"; then diff --git a/dev-libs/m17n-lib/files/m17n-lib-gui.patch b/dev-libs/m17n-lib/files/m17n-lib-gui.patch new file mode 100644 index 000000000000..b60d81bbc221 --- /dev/null +++ b/dev-libs/m17n-lib/files/m17n-lib-gui.patch @@ -0,0 +1,13 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -97,8 +97,8 @@ + + dnl Checks which levels of APIs should be compiled. + +-AC_ARG_ENABLE(gui, +- AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is YES)])) ++AC_ARG_WITH(gui, ++ AS_HELP_STRING([--with-gui],[enable GUI level APIs (default is YES)])) + + AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno) + diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-ispell.patch b/dev-libs/m17n-lib/files/m17n-lib-ispell.patch similarity index 83% rename from dev-libs/m17n-lib/files/m17n-lib-1.6.3-ispell.patch rename to dev-libs/m17n-lib/files/m17n-lib-ispell.patch index d548bdf20486..c9f87fb1c6d0 100644 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-ispell.patch +++ b/dev-libs/m17n-lib/files/m17n-lib-ispell.patch @@ -1,5 +1,3 @@ -diff --git a/example/mimx-ispell.c b/example/mimx-ispell.c -index daa244f..7507de8 100644 --- a/example/mimx-ispell.c +++ b/example/mimx-ispell.c @@ -166,7 +166,7 @@ ispell_word (MPlist *args) diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-parallel-make.patch b/dev-libs/m17n-lib/files/m17n-lib-parallel-make.patch similarity index 84% rename from dev-libs/m17n-lib/files/m17n-lib-1.6.3-parallel-make.patch rename to dev-libs/m17n-lib/files/m17n-lib-parallel-make.patch index 63da14054779..a035921d055c 100644 --- a/dev-libs/m17n-lib/files/m17n-lib-1.6.3-parallel-make.patch +++ b/dev-libs/m17n-lib/files/m17n-lib-parallel-make.patch @@ -1,8 +1,6 @@ -Index: m17n-lib-1.6.2/src/Makefile.am -=================================================================== ---- m17n-lib-1.6.2.orig/src/Makefile.am -+++ m17n-lib-1.6.2/src/Makefile.am -@@ -53,7 +53,7 @@ libm17n_la_SOURCES = \ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -53,7 +53,7 @@ language.h language.c \ mlocale.h locale.c \ m17n.h m17n.c @@ -11,7 +9,7 @@ Index: m17n-lib-1.6.2/src/Makefile.am libm17n_la_LDFLAGS = -export-dynamic ${VINFO} FLT_SOURCES = \ -@@ -61,7 +61,7 @@ FLT_SOURCES = \ +@@ -61,7 +61,7 @@ m17n-flt.h m17n-flt.c libm17n_flt_la_SOURCES = ${FLT_SOURCES} @@ -20,7 +18,7 @@ Index: m17n-lib-1.6.2/src/Makefile.am libm17n_flt_la_LDFLAGS = -export-dynamic ${VINFO} GUI_SOURCES = \ -@@ -80,7 +80,7 @@ OPTIONAL_LD_FLAGS = \ +@@ -80,7 +80,7 @@ @FONTCONFIG_LD_FLAGS@ libm17n_gui_la_SOURCES = ${GUI_SOURCES} @@ -29,7 +27,7 @@ Index: m17n-lib-1.6.2/src/Makefile.am libm17n_gui_la_LDFLAGS = -export-dynamic ${VINFO} if WITH_GUI -@@ -90,11 +90,11 @@ module_LTLIBRARIES = libm17n-X.la libm17 +@@ -90,11 +90,11 @@ X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} @X11_LD_FLAGS@ ${X_EXTRA_LIBS} libm17n_X_la_SOURCES = m17n-X.h m17n-X.c @@ -43,7 +41,7 @@ Index: m17n-lib-1.6.2/src/Makefile.am libm17n_gd_la_LDFLAGS = -avoid-version -module endif -@@ -121,14 +121,14 @@ if MAINTAINER_MODE +@@ -121,14 +121,14 @@ noinst_PROGRAMS = linkcore linkshell linkgui linkcore_SOURCES = linkcore.c diff --git a/dev-libs/m17n-lib/m17n-lib-1.5.5.ebuild b/dev-libs/m17n-lib/m17n-lib-1.5.5.ebuild deleted file mode 100644 index acf136b9b9b1..000000000000 --- a/dev-libs/m17n-lib/m17n-lib-1.5.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit flag-o-matic - -DESCRIPTION="Multilingual Library for Unix/Linux" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -#IUSE="anthy gd ispell" -IUSE="gd" - -RDEPEND="x11-libs/libXaw - x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender - x11-libs/libXft - dev-libs/libxml2 - dev-libs/fribidi - >=media-libs/freetype-2.1 - media-libs/fontconfig - gd? ( media-libs/gd[png] ) - >=dev-libs/libotf-0.9.4 - >=dev-db/m17n-db-${PV}" -# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) ) -# anthy? ( app-i18n/anthy ) -# ispell? ( app-text/ispell ) - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - append-flags -fPIC - econf $(use_with gd) || die -} - -src_compile() { - emake -j1 || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO || die -} diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.2.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.2.ebuild deleted file mode 100644 index 3b4b3ff63885..000000000000 --- a/dev-libs/m17n-lib/m17n-lib-1.6.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="Multilingual Library for Unix/Linux" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -#IUSE="anthy gd ispell" -IUSE="gd X" - -RDEPEND=" - X? ( - x11-libs/libXaw - x11-libs/libXft - x11-libs/libX11 - gd? ( media-libs/gd[png] ) - dev-libs/fribidi - >=media-libs/freetype-2.1 - media-libs/fontconfig - >=dev-libs/libotf-0.9.4 - ) - dev-libs/libxml2 - ~dev-db/m17n-db-${PV}" -# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) ) -# anthy? ( app-i18n/anthy ) -# ispell? ( app-text/ispell ) - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gui.patch \ - "${FILESDIR}"/${P}-parallel-make.patch \ - "${FILESDIR}"/${P}-candidates-list.patch - - eautoreconf -} - -src_configure() { - local myconf= - - if use X; then - myconf+=" --enable-gui $(use_with gd)" - else - myconf+=" --disable-gui --without-gd" - fi - - econf ${myconf} || die -} - -src_install() { - # bug #363239 - emake -j1 DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild deleted file mode 100644 index a8e19cb778ec..000000000000 --- a/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="Multilingual Library for Unix/Linux" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" -IUSE="anthy athena anthy bidi fontconfig gd spell libotf libxml2 X xft" - -RDEPEND=" - anthy? ( app-i18n/anthy ) - spell? ( app-text/aspell ) - libxml2? ( dev-libs/libxml2 ) - X? ( - athena? ( x11-libs/libXaw ) - bidi? ( dev-libs/fribidi ) - fontconfig? ( media-libs/fontconfig ) - gd? ( media-libs/gd[png] ) - libotf? ( >=dev-libs/libotf-0.9.4 ) - xft? ( - >=media-libs/freetype-2.1 - x11-libs/libXft ) - x11-libs/libX11 - ) - ~dev-db/m17n-db-${PV}" -# athena? ( x11-libs/libXaw ) -# athena shoud be enabled to build m17n-edit properly when X is enabled. - -# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) ) -# - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.6.2-gui.patch \ - "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch \ - "${FILESDIR}"/${PN}-1.6.3-configure.patch \ - "${FILESDIR}"/${PN}-1.6.3-ispell.patch - - eautoreconf -} - -src_configure() { - local myconf="$(use_with anthy) $(use_with spell ispell) $(use_with libxml2)" - - if use X; then - myconf+=" --with-x --enable-gui $(use_with athena) $(use_with bidi fribidi) -$(use_with fontconfig) $(use_with xft freetype) $(use_with gd) $(use_with libotf) -$(use_with xft)" - else - myconf+=" --without-x --disable-gui --without-athena --without-fribidi ---without-fontconfig --without-freetype --without-gd --without-libotf ---without-xft" - fi - - econf ${myconf} || die -} - -src_install() { - # bug #363239 - emake -j1 DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild index aec9881e7827..3ef131f92f82 100644 --- a/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild +++ b/dev-libs/m17n-lib/m17n-lib-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -37,8 +37,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch \ - "${FILESDIR}"/${PN}-1.6.2-gui.patch \ - "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch + "${FILESDIR}"/${PN}-gui.patch \ + "${FILESDIR}"/${PN}-parallel-make.patch eautoreconf } @@ -47,9 +47,9 @@ src_configure() { local myconf= if use X; then - myconf+=" --enable-gui $(use_with gd)" + myconf+=" --with-gui $(use_with gd)" else - myconf+=" --disable-gui --without-gd" + myconf+=" --without-gui --without-gd" fi econf ${myconf} || die diff --git a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild index 1641b70b5c80..4e09dc7686df 100644 --- a/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild +++ b/dev-libs/m17n-lib/m17n-lib-1.6.4.ebuild @@ -41,10 +41,10 @@ DEPEND="${RDEPEND} src_prepare() { epatch \ - "${FILESDIR}"/${PN}-1.6.2-gui.patch \ - "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch \ - "${FILESDIR}"/${PN}-1.6.3-configure.patch \ - "${FILESDIR}"/${PN}-1.6.3-ispell.patch + "${FILESDIR}"/${PN}-gui.patch \ + "${FILESDIR}"/${PN}-parallel-make.patch \ + "${FILESDIR}"/${PN}-configure.patch \ + "${FILESDIR}"/${PN}-ispell.patch eautoreconf } @@ -53,11 +53,11 @@ src_configure() { local myconf="$(use_with anthy) $(use_with spell ispell) $(use_with libxml2)" if use X; then - myconf+=" --with-x --enable-gui $(use_with athena) $(use_with bidi fribidi) + myconf+=" --with-x --with-gui $(use_with athena) $(use_with bidi fribidi) $(use_with fontconfig) $(use_with xft freetype) $(use_with gd) $(use_with libotf) $(use_with xft)" else - myconf+=" --without-x --disable-gui --without-athena --without-fribidi + myconf+=" --without-x --without-gui --without-athena --without-fribidi --without-fontconfig --without-freetype --without-gd --without-libotf --without-xft" fi diff --git a/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild new file mode 100644 index 000000000000..fc89235d9280 --- /dev/null +++ b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit autotools + +DESCRIPTION="Multilingual Library for Unix/Linux" +HOMEPAGE="https://savannah.nongnu.org/projects/m17n" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="X anthy athena bidi fontconfig gd libotf libxml2 spell xft" + +RDEPEND="~dev-db/m17n-db-${PV} + X? ( + x11-libs/libX11 + athena? ( x11-libs/libXaw ) + bidi? ( dev-libs/fribidi ) + fontconfig? ( media-libs/fontconfig ) + gd? ( media-libs/gd[png] ) + libotf? ( dev-libs/libotf ) + xft? ( + media-libs/freetype + x11-libs/libXft + ) + ) + anthy? ( app-i18n/anthy ) + libxml2? ( dev-libs/libxml2 ) + spell? ( app-text/aspell )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${PN}-configure.patch + "${FILESDIR}"/${PN}-gui.patch + "${FILESDIR}"/${PN}-ispell.patch + "${FILESDIR}"/${PN}-parallel-make.patch +) + +src_prepare() { + default + + eautoreconf + # workaround for parallel install + sed -i "/^install-module/s/:/: install-libLTLIBRARIES/" src/Makefile.in +} + +src_configure() { + local myconf=( + $(use_with anthy) + $(use_with libxml2) + $(use_with spell ispell) + ) + if use X; then + myconf+=( + $(use_with athena) + $(use_with bidi fribidi) + $(use_with fontconfig) + $(use_with xft freetype) + $(use_with gd) + --with-gui + $(use_with libotf) + --with-x + $(use_with xft) + ) + else + myconf+=( + --without-athena + --without-fontconfig + --without-freetype + --without-fribidi + --without-gd + --without-gui + --without-libotf + --without-x + --without-xft + ) + fi + + econf "${myconf[@]}" +} diff --git a/dev-libs/m17n-lib/metadata.xml b/dev-libs/m17n-lib/metadata.xml index e8b58922ff0b..0c2995cb954a 100644 --- a/dev-libs/m17n-lib/metadata.xml +++ b/dev-libs/m17n-lib/metadata.xml @@ -6,14 +6,13 @@ Cjk - - Builds the Graphical User Interface API and utilities for the - package. + Build the Graphical User Interface API and utilities + + Enable support for app-i18n/anthy input method + + + Enable the MIT Athena widget set (x11-libs/libXaw) - Enable support for app-i18n/anthy - input method. - Enable the MIT Athena widget set - (x11-libs/libXaw) Build API and utilities based on media-libs/gd. This flag is only meaningful if the X USE flag is also enabled. diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest index 395b89e502e5..ec8d28130986 100644 --- a/dev-libs/nss/Manifest +++ b/dev-libs/nss/Manifest @@ -1,4 +1,3 @@ -DIST nss-3.28.1.tar.gz 7451477 SHA256 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad SHA512 f10c8e404741fafe5e5772dc754ff4503ec1826942db5fbc13b99155fcac50f29e1405dd249b69a27f27ebcfef73849b1f0f636a2076ab761384e8a0ed9a2b8b WHIRLPOOL e1a6b9886759159294c4d8e47e693a2e790703e368ede18425c9a9130df72ac56a6e717cb794607c7bcfc68c82df9aec8771bc74e729f5bbd70fdcd8ce0fed3b DIST nss-3.29.5.tar.gz 7480246 SHA256 5df483b73535d726207483f6349df23fe56aee83382b94b13298aec2e254d985 SHA512 ce18bc7e793d2b3698db412b2e5fcabbfd9862eca3def120d5e44bc67276526bff6b33ffa84b8128f8af6d35101000e6f7bb24194f63a55461b3c245fac11faa WHIRLPOOL ca341bc9e76208e01ee9b1b1fa8a67dd502676d1a2062468722ad80ed81fa3e4b0958907892871249b3596b310aa813259cf47b5bc64ec37b05613dc9d31323f DIST nss-3.31.tar.gz 9537011 SHA256 e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d SHA512 2b56405b32d37cc4386cbbe54462cc57092e47b3418a743adbae14e1825ca69d07256fbfe16c0cfd7540c46cea67259151b42a0d95419c80964015eacdcafea1 WHIRLPOOL b63b481436feaf48ef3acc03e7af3831b743e91fda802f1fb5d4e782cbefab979dda5b643766f3a600b16ff815a90dacabd0b06b79baa76386237b56e74676fb DIST nss-cacert-class1-class3.patch 22950 SHA256 6bba29cee34276e2ca6436dabedfeba2b61fb46668c5d5ceabf0c871574649bf SHA512 a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0 WHIRLPOOL 1246223b01292604e5609bb9c580f092dc5937bf8c98f6891b099e8bab960e03612b6617e30a55d6ff8817d88f190e03812fe8f89f84f25c20970493dc2f7700 diff --git a/dev-libs/nss/nss-3.28.1.ebuild b/dev-libs/nss/nss-3.28.1.ebuild deleted file mode 100644 index 2b726851f96e..000000000000 --- a/dev-libs/nss/nss-3.28.1.ebuild +++ /dev/null @@ -1,338 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal - -NSPR_VER="4.13.1" -RTM_NAME="NSS_${PV//./_}_RTM" -# Rev of https://git.fedorahosted.org/cgit/nss-pem.git -PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116" -PEM_P="${PN}-pem-20160329" - -DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" -HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" -SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz - cacert? ( https://dev.gentoo.org/~axs/distfiles/${PN}-cacert-class1-class3.patch ) - nss-pem? ( https://dev.gentoo.org/~polynomial-c/${PEM_P}.tar.xz )" - -LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="cacert +nss-pem utils" -CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" -DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] - >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}] - ${CDEPEND}" -RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}] - ${CDEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-baselibs-20140508-r12 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - )" - -RESTRICT="test" - -S="${WORKDIR}/${P}/${PN}" - -MULTILIB_CHOST_TOOLS=( - /usr/bin/nss-config -) - -PATCHES=( - # Custom changes for gentoo - "${FILESDIR}/${PN}-3.28-gentoo-fixups.patch" - "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch" - "${FILESDIR}/${PN}-3.23-hppa-byte_order.patch" -) - -src_unpack() { - unpack ${A} - if use nss-pem ; then - mv "${PN}"/lib/ckfw/pem/ "${S}"/lib/ckfw/ || die - fi -} - -src_prepare() { - if use nss-pem ; then - PATCHES+=( - "${FILESDIR}/${PN}-3.21-enable-pem.patch" - ) - fi - if use cacert ; then #521462 - PATCHES+=( - "${DISTDIR}/${PN}-cacert-class1-class3.patch" - ) - fi - - default - - pushd coreconf >/dev/null || die - # hack nspr paths - echo 'INCLUDES += -I$(DIST)/include/dbm' \ - >> headers.mk || die "failed to append include" - - # modify install path - sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ - -i source.mk || die - - # Respect LDFLAGS - sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk - popd >/dev/null || die - - # Fix pkgconfig file for Prefix - sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ - config/Makefile || die - - # use host shlibsign if need be #436216 - if tc-is-cross-compiler ; then - sed -i \ - -e 's:"${2}"/shlibsign:shlibsign:' \ - cmd/shlibsign/sign.sh || die - fi - - # dirty hack - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ - lib/ssl/config.mk || die - sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ - cmd/platlibs.mk || die - - multilib_copy_sources - - strip-flags -} - -multilib_src_configure() { - # Ensure we stay multilib aware - sed -i -e "/@libdir@/ s:lib64:$(get_libdir):" config/Makefile || die -} - -nssarch() { - # Most of the arches are the same as $ARCH - local t=${1:-${CHOST}} - case ${t} in - aarch64*)echo "aarch64";; - hppa*) echo "parisc";; - i?86*) echo "i686";; - x86_64*) echo "x86_64";; - *) tc-arch ${t};; - esac -} - -nssbits() { - local cc cppflags="${1}CPPFLAGS" cflags="${1}CFLAGS" - if [[ ${1} == BUILD_ ]]; then - cc=$(tc-getBUILD_CC) - else - cc=$(tc-getCC) - fi - echo > "${T}"/test.c || die - ${cc} ${!cppflags} ${!cflags} -c "${T}"/test.c -o "${T}/${1}test.o" || die - case $(file "${T}/${1}test.o") in - *32-bit*x86-64*) echo USE_X32=1;; - *64-bit*|*ppc64*|*x86_64*) echo USE_64=1;; - *32-bit*|*ppc*|*i386*) ;; - *) die "Failed to detect whether ${cc} builds 64bits or 32bits, disable distcc if you're using it, please";; - esac -} - -multilib_src_compile() { - # use ABI to determine bit'ness, or fallback if unset - local buildbits mybits - case "${ABI}" in - n32) mybits="USE_N32=1";; - x32) mybits="USE_X32=1";; - s390x|*64) mybits="USE_64=1";; - ${DEFAULT_ABI}) - einfo "Running compilation test to determine bit'ness" - mybits=$(nssbits) - ;; - esac - # bitness of host may differ from target - if tc-is-cross-compiler; then - buildbits=$(nssbits BUILD_) - fi - - local makeargs=( - CC="$(tc-getCC)" - AR="$(tc-getAR) rc \$@" - RANLIB="$(tc-getRANLIB)" - OPTIMIZER= - ${mybits} - ) - - # Take care of nspr settings #436216 - local myCPPFLAGS="${CPPFLAGS} $($(tc-getPKG_CONFIG) nspr --cflags)" - unset NSPR_INCLUDE_DIR - - # Do not let `uname` be used. - if use kernel_linux ; then - makeargs+=( - OS_TARGET=Linux - OS_RELEASE=2.6 - OS_TEST="$(nssarch)" - ) - fi - - export NSS_ENABLE_WERROR=0 #567158 - export BUILD_OPT=1 - export NSS_USE_SYSTEM_SQLITE=1 - export NSDISTMODE=copy - export NSS_ENABLE_ECC=1 - export FREEBL_NO_DEPEND=1 - export ASFLAGS="" - - local d - - # Build the host tools first. - LDFLAGS="${BUILD_LDFLAGS}" \ - XCFLAGS="${BUILD_CFLAGS}" \ - NSPR_LIB_DIR="${T}/fakedir" \ - emake -j1 -C coreconf \ - CC="$(tc-getBUILD_CC)" \ - ${buildbits:-${mybits}} - makeargs+=( NSINSTALL="${PWD}/$(find -type f -name nsinstall)" ) - - # Then build the target tools. - for d in . lib/dbm ; do - CPPFLAGS="${myCPPFLAGS}" \ - XCFLAGS="${CFLAGS} ${CPPFLAGS}" \ - NSPR_LIB_DIR="${T}/fakedir" \ - emake -j1 "${makeargs[@]}" -C ${d} - done -} - -# Altering these 3 libraries breaks the CHK verification. -# All of the following cause it to break: -# - stripping -# - prelink -# - ELF signing -# http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html -# Either we have to NOT strip them, or we have to forcibly resign after -# stripping. -#local_libdir="$(get_libdir)" -#export STRIP_MASK=" -# */${local_libdir}/libfreebl3.so* -# */${local_libdir}/libnssdbm3.so* -# */${local_libdir}/libsoftokn3.so*" - -export NSS_CHK_SIGN_LIBS="freebl3 nssdbm3 softokn3" - -generate_chk() { - local shlibsign="$1" - local libdir="$2" - einfo "Resigning core NSS libraries for FIPS validation" - shift 2 - local i - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libname=lib${i}.so - local chkname=lib${i}.chk - "${shlibsign}" \ - -i "${libdir}"/${libname} \ - -o "${libdir}"/${chkname}.tmp \ - && mv -f \ - "${libdir}"/${chkname}.tmp \ - "${libdir}"/${chkname} \ - || die "Failed to sign ${libname}" - done -} - -cleanup_chk() { - local libdir="$1" - shift 1 - local i - for i in ${NSS_CHK_SIGN_LIBS} ; do - local libfname="${libdir}/lib${i}.so" - # If the major version has changed, then we have old chk files. - [ ! -f "${libfname}" -a -f "${libfname}.chk" ] \ - && rm -f "${libfname}.chk" - done -} - -multilib_src_install() { - pushd dist >/dev/null || die - - dodir /usr/$(get_libdir) - cp -L */lib/*$(get_libname) "${ED}"/usr/$(get_libdir) || die "copying shared libs failed" - cp -L */lib/libcrmf.a "${ED}"/usr/$(get_libdir) || die "copying libs failed" - cp -L */lib/libfreebl.a "${ED}"/usr/$(get_libdir) || die "copying libs failed" - - # Install nss-config and pkgconfig file - dodir /usr/bin - cp -L */bin/nss-config "${ED}"/usr/bin || die - dodir /usr/$(get_libdir)/pkgconfig - cp -L */lib/pkgconfig/nss.pc "${ED}"/usr/$(get_libdir)/pkgconfig || die - - # create an nss-softokn.pc from nss.pc for libfreebl and some private headers - # bug 517266 - sed -e 's#Libs:#Libs: -lfreebl#' \ - -e 's#Cflags:#Cflags: -I${includedir}/private#' \ - */lib/pkgconfig/nss.pc >"${ED}"/usr/$(get_libdir)/pkgconfig/nss-softokn.pc \ - || die "could not create nss-softokn.pc" - - # all the include files - insinto /usr/include/nss - doins public/nss/*.h - insinto /usr/include/nss/private - doins private/nss/{blapi,alghmac}.h - - popd >/dev/null || die - - local f nssutils - # Always enabled because we need it for chk generation. - nssutils="shlibsign" - - if multilib_is_native_abi ; then - if use utils; then - # The tests we do not need to install. - #nssutils_test="bltest crmftest dbtest dertimetest - #fipstest remtest sdrtest" - # checkcert utils has been removed in nss-3.22: - # https://bugzilla.mozilla.org/show_bug.cgi?id=1187545 - # https://hg.mozilla.org/projects/nss/rev/df1729d37870 - nssutils="addbuiltin atob baddbdir btoa certcgi certutil - cmsutil conflict crlutil derdump digest makepqg mangle modutil multinit - nonspr10 ocspclnt oidcalc p7content p7env p7sign p7verify pk11mode - pk12util pp rsaperf selfserv shlibsign signtool signver ssltap strsclnt - symkeyutil tstclnt vfychain vfyserv" - # install man-pages for utils (bug #516810) - doman doc/nroff/*.1 - fi - pushd dist/*/bin >/dev/null || die - for f in ${nssutils}; do - dobin ${f} - done - popd >/dev/null || die - fi - - # Prelink breaks the CHK files. We don't have any reliable way to run - # shlibsign after prelink. - dodir /etc/prelink.conf.d - printf -- "-b ${EPREFIX}/usr/$(get_libdir)/lib%s.so\n" ${NSS_CHK_SIGN_LIBS} \ - > "${ED}"/etc/prelink.conf.d/nss.conf -} - -pkg_postinst() { - multilib_pkg_postinst() { - # We must re-sign the libraries AFTER they are stripped. - local shlibsign="${EROOT}/usr/bin/shlibsign" - # See if we can execute it (cross-compiling & such). #436216 - "${shlibsign}" -h >&/dev/null - if [[ $? -gt 1 ]] ; then - shlibsign="shlibsign" - fi - generate_chk "${shlibsign}" "${EROOT}"/usr/$(get_libdir) - } - - multilib_foreach_abi multilib_pkg_postinst -} - -pkg_postrm() { - multilib_pkg_postrm() { - cleanup_chk "${EROOT}"/usr/$(get_libdir) - } - - multilib_foreach_abi multilib_pkg_postrm -} diff --git a/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild b/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild index fec5846c8a65..f9768f58738f 100644 --- a/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild +++ b/dev-perl/Net-SSH2/Net-SSH2-0.580.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,12 @@ DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.50 " +src_prepare() { + sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} + src_configure() { use gcrypt && myconf=gcrypt perl-module_src_configure diff --git a/dev-perl/Net-SSH2/Net-SSH2-0.580.0.ebuild b/dev-perl/Net-SSH2/Net-SSH2-0.580.0.ebuild deleted file mode 100644 index 31e7ae748cc9..000000000000 --- a/dev-perl/Net-SSH2/Net-SSH2-0.580.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SALVA -DIST_VERSION=0.58 -inherit perl-module - -DESCRIPTION="Support for the SSH 2 protocol via libssh2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gcrypt libressl examples" - -RDEPEND=" - sys-libs/zlib - net-libs/libssh2 - !gcrypt? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - ) - gcrypt? ( - dev-libs/libgcrypt:0 - ) -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-Constant - >=virtual/perl-ExtUtils-MakeMaker-6.50 -" - -src_configure() { - use gcrypt && myconf=gcrypt - perl-module_src_configure -} - -src_install() { - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - insinto /usr/share/doc/${PF}/examples - doins example/* - fi -} diff --git a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild index 3785e3dd5397..0a4bc89181c8 100644 --- a/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild +++ b/dev-perl/Net-Server-Coro/Net-Server-Coro-1.300.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -MODULE_AUTHOR=ALEXMV -MODULE_VERSION=1.3 +DIST_AUTHOR=ALEXMV +DIST_VERSION=1.3 inherit perl-module DESCRIPTION="A co-operative multithreaded server using Coro" @@ -24,4 +24,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" -SRC_TEST="do" +src_prepare() { + sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/ORLite-Migrate/ORLite-Migrate-1.100.0-r1.ebuild b/dev-perl/ORLite-Migrate/ORLite-Migrate-1.100.0-r1.ebuild index 10be73b33aa4..126b10627a6e 100644 --- a/dev-perl/ORLite-Migrate/ORLite-Migrate-1.100.0-r1.ebuild +++ b/dev-perl/ORLite-Migrate/ORLite-Migrate-1.100.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -MODULE_AUTHOR=ADAMK -MODULE_VERSION=1.10 +DIST_AUTHOR=ADAMK +DIST_VERSION=1.10 inherit perl-module DESCRIPTION="Extremely light weight SQLite-specific schema migration" @@ -28,4 +28,8 @@ RDEPEND=" DEPEND="${RDEPEND} " -SRC_TEST=do +src_prepare() { + sed -i -e 's/use inc::Module::Install::DSL/use lib q[.];\nuse inc::Module::Install::DSL/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild b/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild index ecf059fec738..aa3c29871684 100644 --- a/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild +++ b/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -MODULE_AUTHOR=ADAMK -MODULE_VERSION=1.98 +DIST_AUTHOR=ADAMK +DIST_VERSION=1.98 inherit perl-module DESCRIPTION="Extremely light weight SQLite-specific ORM" @@ -31,4 +31,8 @@ RDEPEND=" ${COMMON_DEPEND} " -SRC_TEST=do +src_prepare() { + sed -i -e 's/use inc::Module::Install::DSL/use lib q[.];\nuse inc::Module::Install::DSL/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild index f4cbe3523a22..d402ddf167da 100644 --- a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild +++ b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild @@ -27,3 +27,9 @@ DEPEND="${RDEPEND} dev-perl/Test-SharedFork ) " + +src_prepare() { + sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild index 2049d953b95a..b6b8a021c46b 100644 --- a/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild +++ b/dev-perl/ZMQ-LibZMQ2/ZMQ-LibZMQ2-1.90.0.ebuild @@ -31,3 +31,9 @@ DEPEND="${RDEPEND} >=virtual/perl-Test-Simple-0.980.0 ) " + +src_prepare() { + sed -i -e 's/^BEGIN {/use lib q[.];\nBEGIN {/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild b/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild index 990f0e0bf303..d3403124af3f 100644 --- a/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild +++ b/dev-perl/ZMQ-LibZMQ3/ZMQ-LibZMQ3-1.19.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -MODULE_AUTHOR=DMAKI -MODULE_VERSION=1.19 +DIST_AUTHOR=DMAKI +DIST_VERSION=1.19 inherit perl-module DESCRIPTION="A libzmq 3.x wrapper for Perl" @@ -30,4 +30,8 @@ DEPEND="${RDEPEND} ) " -SRC_TEST=do +src_prepare() { + sed -i -e 's/Otherwise, do the usual./Otherwise, do the usual.\nuse lib q[.];/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-php/PEAR-Auth_SASL/Manifest b/dev-php/PEAR-Auth_SASL/Manifest index 011780a6bc98..4758594e9124 100644 --- a/dev-php/PEAR-Auth_SASL/Manifest +++ b/dev-php/PEAR-Auth_SASL/Manifest @@ -1,2 +1 @@ -DIST Auth_SASL-1.0.6.tgz 9119 SHA256 92928ebfb67b0c108956f354ecc1b9859d05a7659d7f49c9b26a8c23a96662da SHA512 af1376ba54349ee3cba9e1cacfaf33fff96ac4eb45682447e1b5862136c774e1737d2206341264bf4d74ad4203e8d465407fdcd5c23670e40eed4678864030cb WHIRLPOOL 3acf45237cf6a32f9900af6f4b71b8599b5866a1ceabe41abd6c2471b7324912a1dce984ee2d58506e107ce2ea5ae3c254524a566433e39387ce01f2ae94a151 DIST Auth_SASL-1.1.0.tgz 9380 SHA256 e75236fd07e20a0c45c04856f0f5b98e4f904ea2239b27377454c879e07190ba SHA512 446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40 WHIRLPOOL 2cdeb0550fc2bf31dc05c5a2cbb33f00d629585b78a7747a71784b55c4bbf9a9f491cf6e691d0a24672d814dd475ad6c79a11a0185e186faba084d3a714390cb diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild deleted file mode 100644 index 51c00e398000..000000000000 --- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit php-pear-r1 - -DESCRIPTION="Abstraction of various SASL mechanism responses" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild index 8371180a46e3..a47d615c8031 100644 --- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild +++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="Abstraction of various SASL mechanism responses" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.10.1" diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild new file mode 100644 index 000000000000..ae9d0b5eecd2 --- /dev/null +++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit php-pear-r2 + +DESCRIPTION="Framework for caching of arbitrary data" + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="dev-php/PEAR-HTTP_Request" + +src_install() { + insinto /usr/share/php + doins Cache.php + insinto /usr/share/php/Cache + doins -r Application.php Container Container.php Error.php Function.php Graphics.php HTTP_Request.php OutputCompression.php Output.php + php-pear-r2_install_packagexml + einstalldocs +} diff --git a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild similarity index 58% rename from dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild rename to dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild index e0c4cab0eb6d..3682ae5c1385 100644 --- a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild +++ b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild @@ -1,7 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -inherit php-pear-r1 +EAPI=6 + +PEAR_PV=${PV/_alpha/a} +inherit php-pear-r2 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" @@ -9,7 +12,5 @@ DESCRIPTION="Date and Time Zone classes" LICENSE="BSD" SLOT="0" IUSE="" - -DEPEND="|| ( - - - - stasibear@gentoo.org - Erik Mackdanz - - - python@gentoo.org - Python - - - A modern, feature-rich and highly-tunable Python - client library for Apache Cassandra (1.2+) and - DataStax Enterprise (3.1+) using exclusively - Cassandra's binary protocol and Cassandra Query - Language v3. - - - - Optimize core modules and build custom extensions - - - libev event loop integration - - - Faster hashing for token-aware routing - - - - datastax/python-driver - - diff --git a/dev-python/chardet/Manifest b/dev-python/chardet/Manifest index a0d0050db9ac..f7ad10b570b2 100644 --- a/dev-python/chardet/Manifest +++ b/dev-python/chardet/Manifest @@ -1,3 +1,4 @@ DIST chardet-2.3.0.tar.gz 164346 SHA256 e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa SHA512 d554c9b4564905a2b6c6971aaea2a812174d86b58137c6a2f9d54e2abd2395e6529968b2ce3ca2d97c717d2bd0bd80ab5b98cae9afac1a4add9ea305145030dd WHIRLPOOL af17bac2778a86d6fe9643a512a307cbcf92e4b43238b2d3d2bae53e646fccbdf40f31f41f9452e7d4f4c84d1ee637199af841a828d49f3452190749fee284c1 DIST chardet-3.0.2.tar.gz 1872630 SHA256 3b92afd82ddea09d30832fac141840d6569c34f27633e4ad273c66172246116f SHA512 9466e8bdd4d49ca51664fefa170e2887bebf17d017d49056a0efe9baef4dc58e2a9e0766d41c1fcb06254e1346021d1d86b1eb55d4b71a061da93ea830f1dfce WHIRLPOOL 4010a838619b3f04d1266bdee49e26169724f1c83c38a3a9cc081fc8f2166e46ecf9544bc25e276a7dec4af7a64f469a74aabc8ecdc745fd10d364db331ee704 DIST chardet-3.0.3.tar.gz 1872668 SHA256 99cc5d0c13fb0ec02bc4c8a35b35ff698ba1ebdb6d065b53276f0d10d59c2cdc SHA512 7769d80178fb9ded7f04c32969da1a73938b04ffcc9d8de2e593135731e29fbf1e2c21e39ca92d3789e08c9a800f9ec0aafc3c1d12580f4f1efb82e697700264 WHIRLPOOL 9ab8951cdcc69cc05974e67c421a5524bbdf18c96a5f272502b4ae22583520cbc7a82eb499de67cc5aac846af9db1279bc27581f3ce0afd73de2ead861663268 +DIST chardet-3.0.4.tar.gz 1872214 SHA256 d5620025cfca430f6c2e28ddbc87c3c66a5c82fa65570ae975c92911c2190189 SHA512 b433ea0e15e200df968e6d61c671c42fbd77e519eb033035c4a5c241e1f98e1dfaea6747af632788507583b3ef85b00d510b3f6ef5cf58589ceca1b3a088b357 WHIRLPOOL cece99a2ed4a48f66232efc5d91ce228fcd83d3012a90099054bf214ad6f39e2b6250b139fb21b66469ccfd5b4bf8845846b50097f6fffda74c39fb742198355 diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4.ebuild new file mode 100644 index 000000000000..a280fb7bfa4d --- /dev/null +++ b/dev-python/chardet/chardet-3.0.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Universal encoding detector" +HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet" +SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz" + +# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118 + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest new file mode 100644 index 000000000000..4fba07b2f8ea --- /dev/null +++ b/dev-python/cli_helpers/Manifest @@ -0,0 +1 @@ +DIST cli_helpers-0.2.0.tar.gz 33855 SHA256 cbaeaf5da217d5cbc53d7750aaec75eab14410510c3c4afefc2d809015af4fab SHA512 7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54 WHIRLPOOL 8c73ff8f3fe4f248bd90319519928ecf76582a69d5f68b7cee4c15cf2deefbafac612107602af55d83362cb35bd18c4a015aca9045df367dd035ea92f1b1e0f5 diff --git a/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild new file mode 100644 index 000000000000..7c09520e873d --- /dev/null +++ b/dev-python/cli_helpers/cli_helpers-0.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Python helpers for common CLI tasks" + +HOMEPAGE="http://cli-helpers.rtfd.io/" +SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/terminaltables[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] +" diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild new file mode 100644 index 000000000000..95d68a34211d --- /dev/null +++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" +inherit distutils-r1 git-r3 + +DESCRIPTION="Python helpers for common CLI tasks" + +HOMEPAGE="http://cli-helpers.rtfd.io/" +SRC_URI="" +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/terminaltables[${PYTHON_USEDEP}] + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] +" diff --git a/www-plugins/pipelight/metadata.xml b/dev-python/cli_helpers/metadata.xml similarity index 53% rename from www-plugins/pipelight/metadata.xml rename to dev-python/cli_helpers/metadata.xml index 6b92ab41994a..fa7bcf5cdc2f 100644 --- a/www-plugins/pipelight/metadata.xml +++ b/dev-python/cli_helpers/metadata.xml @@ -1,12 +1,13 @@ + + - ryao@gentoo.org - Richard Yao + grknight@gentoo.org + Brian Evans - pipelight - mmueller2012/pipelight + dbcli/mycli diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest index 94d0453346c5..fdb2af97ff20 100644 --- a/dev-python/ioflo/Manifest +++ b/dev-python/ioflo/Manifest @@ -1 +1,2 @@ DIST ioflo-1.5.0.tar.gz 765559 SHA256 28f878e6f435453b31f4595ffcf021078aa773c426b2dd21e1f53d467789080b SHA512 114dd5ab3ab5bbe66be7e639c2018256ff1c8ab18ba73931733dbe23c8f65631fd630f278b0a186303e288a6f49cd6df224dda462973cc258b3d07114e70c991 WHIRLPOOL f90b472d4a360a97cd2b74fb9fabd3fe4896961d924d1ec87d9fa45165f9473c875ae97bf26df92f9e2e073f8227435df1d4b6d054e3fbdcb2bd9e95c45c02fd +DIST ioflo-1.6.7.tar.gz 823994 SHA256 e3f500064972d43cf45327af6140950c55020ea3b15cccaad1450a6915660c09 SHA512 256ded683e65896160546145ac9993f3221170584a70ef21fab3230b7d2300d9562a1bc7d1f8911e5e930340b119fa88cc5d2f9717899bde0ee69501a3ba6a57 WHIRLPOOL 672482df434951d5f8c6a68aac3a728eccc47f1c175fa2648a0edfe45e33523b291d0fc24c2db34fc2c1a1ff610c02c8758f7c4cfada5bf1100140b622f28151 diff --git a/dev-python/ioflo/ioflo-1.6.7.ebuild b/dev-python/ioflo/ioflo-1.6.7.ebuild new file mode 100644 index 000000000000..6bc509dcef22 --- /dev/null +++ b/dev-python/ioflo/ioflo-1.6.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) +inherit distutils-r1 + +DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework" +HOMEPAGE="https://github.com/ioflo/ioflo/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]" diff --git a/dev-python/keyring/keyring-10.3.3.ebuild b/dev-python/keyring/keyring-10.3.3.ebuild index 8987c7c8a6b3..2ed6a9125603 100644 --- a/dev-python/keyring/keyring-10.3.3.ebuild +++ b/dev-python/keyring/keyring-10.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND=" diff --git a/dev-python/libnacl/Manifest b/dev-python/libnacl/Manifest index 21f5f26df97a..d1f8b100964a 100644 --- a/dev-python/libnacl/Manifest +++ b/dev-python/libnacl/Manifest @@ -1,2 +1,3 @@ DIST libnacl-1.4.4.tar.gz 30965 SHA256 f2ee401a78dc693fcbc2051befcee2f76bb13ce75a933420646abfa47a39a6db SHA512 dbcf16b308bad85195a96d538a116a915876a049efcd2e4a333d16a57cc59dc28fe85b2cc2c6ab036360bfd0b93ce4d1a1c0323046281dc35d290e9f12253470 WHIRLPOOL 02468a4dda407df3fd958c4dd9fc8f288a990899d6571a7b7454eb44da55e74ffd058f443dbf4764de42da87020759245b15acf4a3d7fc345508a64f7447a8f6 DIST libnacl-1.5.0.tar.gz 47386 SHA256 1af2bc9fab80bd264ed224d9c4cacb0514db2f202eca5a4d90da3b06ba2000de SHA512 72c6041e14bf705d6d3b0fd0b77b1b1c7f4a86653113f56fed6b4e20369ff8b79ee1ea23179661299c51f13602dbc3f33e98bab0f6b8080d40ad75253137391f WHIRLPOOL 97795c28cd6437736e94a2e9faaac79a71c21e6b19ec5d652a2fb0616177f25ceab57bc8cdb4bdf7a0a20588f8dbe4d7f6808be4f905628ed1bf39e47ffa7855 +DIST libnacl-1.5.1.tar.gz 49383 SHA256 e44e9436e7245b0d8b7322bef67750cb7757834d7ccdb7eb7b723b4813df84fb SHA512 8bc5e0e15b35814249b69b6c1270fdf2c45af808c3315a6499b25a4861f0b21fe1840630a08cf808c8dc840f417736dee9d020d21d5d1d697b8644bc2645b12e WHIRLPOOL 0b4ec73546e3976a9fbca79db6e5bcbea5f90de202e3f83041c7b271f9f95d23980fe8020eb3505e8339c3b03d1dbc4f11b649f9b61979d5e86a9fdb4dbc6d46 diff --git a/dev-python/libnacl/libnacl-1.5.1.ebuild b/dev-python/libnacl/libnacl-1.5.1.ebuild new file mode 100644 index 000000000000..1b4f8c2b8d03 --- /dev/null +++ b/dev-python/libnacl/libnacl-1.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) +inherit distutils-r1 + +DESCRIPTION="Python ctypes wrapper for libsodium" +HOMEPAGE="https://libnacl.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-libs/libsodium" + +python_test() { + ${EPYTHON} tests/runtests.py || die +} diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest index f442e898dcc8..d6783fd9b9cb 100644 --- a/dev-python/lz4/Manifest +++ b/dev-python/lz4/Manifest @@ -1,3 +1,4 @@ DIST lz4-0.10.0.tar.gz 91852 SHA256 c3daab3974893b4a8641793af441cf30e9950fe048476d8649cac49cab4e2837 SHA512 5a998eb2a541e7a6b8ff7a2d8c1fc0e6d30cddb35ec2b400f60726a6c9d996e2488c738dd841c16069a13d3eaadad3479ca173cd8c863c7e73cd5a26d77ef658 WHIRLPOOL 753581edf1da6db609bd879a0a34d931f07a32b8c7c8272345673246a0a1567bf2ed46918d1e37cecc24aa0c177e306a3c5c64d9987ca060495975e945c9ae05 +DIST lz4-0.10.1.tar.gz 92068 SHA256 a0423290a6e89c1789525a7e9d344d877c7a97102cf5c0f99b2319ac560f1b3e SHA512 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9 WHIRLPOOL 5164d887cc0b974b80660f0db2e79951cd129622d228912ab43609df318e1517e1da6b69ebabb64c21bd77634e552ff7ef4c28c4c383f8f1d180796c59c6ce58 DIST lz4-0.8.2.tar.gz 30818 SHA256 6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7 SHA512 e516d5c3309f214fa422b040a0aacdda079395624dd4f5548ed7af637b1594012aac75b309cef260b41c10a623410f815fc089b54ca5d80955d5f2ead12841b1 WHIRLPOOL 0a91c5befd9e8d1593ffdf6e102ec4dfa0ac921530e5c570748fdd1be4e0d1a4367792d9226b92215eae764da4107f4370fbf35c5e3b0793d96afc07f330434b DIST lz4-0.9.0.tar.gz 86939 SHA256 93c2b83aa9c74c024062823f96515488c510fa5a4b3826579d0916049d28c205 SHA512 744d1759e3aecdd75c1045594f05ca8d7b849c737315d5115d7e84e6a8fbe8463bde301466686245662d71f916aed691a6628b8cf5af9c1c1ad2a0352e11947d WHIRLPOOL 5a9e6809e7ff270225dc789e0c56e70513220873154683d6ff81c9ad9220e64b28d8d5f4ddfab6fb167300d011a4d9bbef21ddd3cb5f779b7b3ccc12958de945 diff --git a/dev-python/lz4/lz4-0.10.1.ebuild b/dev-python/lz4/lz4-0.10.1.ebuild new file mode 100644 index 000000000000..3e2cd6e23b11 --- /dev/null +++ b/dev-python/lz4/lz4-0.10.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="LZ4 Bindings for Python" +HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/python-lz4/python-lz4" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests || die +} diff --git a/dev-python/pyjwt/Manifest b/dev-python/pyjwt/Manifest index 0a8796685252..15bf24d34436 100644 --- a/dev-python/pyjwt/Manifest +++ b/dev-python/pyjwt/Manifest @@ -1,2 +1,3 @@ DIST PyJWT-1.4.0.tar.gz 34613 SHA256 e1b2386cfad541445b1d43e480b02ca37ec57259fd1a23e79415b57ba5d8a694 SHA512 1664864c0566dbeb1e35c977d30e746c844605e1ce90becda8771c4ff8a8dbad911075f5a41f445d405552b2d61bbb1e86011564027f68c6c4fcd332cf704ff1 WHIRLPOOL 4ebd7291b9a9676559703794acdaf0dd2bd1033dd649ef8068bca85fa7ef6ab444e834910fa78b16c15cf324dd4a470d9b40ecdccdb5fdaca7568ab096dc9a8e DIST PyJWT-1.5.0.tar.gz 34841 SHA256 fd182b728d13f04c289d9b2623d09256d356c9b4a6778018001454a954d7c54b SHA512 6a811933fc167a5b79a8e0c3cd95154f80e115d50795b4b4593abd95922ff330649b9f6cd8698191c3fb35b27b1b6870702c835eec28306b5349ef8d8d836d04 WHIRLPOOL 1d8a89929ee1e2642fe25054bc15aeaad13eecd283960477f793ad4185b7789c1163f80e6c36597a6593f50cdf9917473c099a706a56423f2d25dee45ab2806a +DIST PyJWT-1.5.2.tar.gz 72715 SHA256 1179f0bff86463b5308ee5f7aff1c350e1f38139d62a723e16fb2c557d1c795f SHA512 8b9b4e5c96e09a1ec4b2e01aa4b81da217d239dc85eafa6634e6371c9ab19c7a95eabbbb98fd92e02ca7921e6fce771596724dcb44f13be93c9e20f09bbf2192 WHIRLPOOL 5797a2c70ceaa1a7092dec33fc74094453891ca40898da66aac3c28f712ee6560596b6b4b6e80bec699c185c67e566d50239c49a28473c924e74bc85d8a3eca1 diff --git a/dev-python/pyjwt/pyjwt-1.5.2.ebuild b/dev-python/pyjwt/pyjwt-1.5.2.ebuild new file mode 100644 index 000000000000..b10a65d7c1fb --- /dev/null +++ b/dev-python/pyjwt/pyjwt-1.5.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) + +inherit distutils-r1 eutils + +MY_PN="PyJWT" + +DESCRIPTION="JSON Web Token implementation in Python" +HOMEPAGE="https://github.com/progrium/pyjwt https://pypi.python.org/pypi/PyJWT/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE=" MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + test? ( + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}"/${MY_PN}-${PV} + +python_prepare_all() { + find . -name '__pycache__' -prune -exec rm -rf {} \; || die "Cleaning __pycache__ failed" + find . -name '*.pyc' -exec rm -f {} \; || die "Cleaing *.pyc failed" + + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test +} + +pkg_postinst() { + elog "Available optional features:" + optfeature "cryptography" dev-python/cryptography + optfeature "flake8" dev-python/flake8 + + ewarn "flake8 feature requires 'flake8-import-order' and 'pep8-naming', which are not in portage yet" +} diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest index 4abe62b908d1..c211c3255a51 100644 --- a/dev-python/safety/Manifest +++ b/dev-python/safety/Manifest @@ -1,3 +1,4 @@ DIST safety-0.5.1.tar.gz 8404 SHA256 6ba9e3b6c3d33588d3ed062d11dea8a5f855e09cde9418f69c866fa23068f3e8 SHA512 95d61256cf16cceb92d35215bfb70e38b663e0cd0162658b41e692993cd08457e7bd36faacfa86512031327a930a0b254eb2af4838db808ba93c13aefa35a82b WHIRLPOOL 6774dc4df2003d0d1c705216c558cfe5ccea8167d20031ef327dad4a9fef1bb2a3f60a7309a3e997741c196d9e851c67c9fb1a4c81d7f192d6d1ca04832826ce DIST safety-0.6.0.tar.gz 8625 SHA256 d2fd0217bd7680e48614e2d26561ca363a3aa207ccef6e492dec189a1927a31b SHA512 23cb933bb9a065966058830e8a324a927b02b1d599437f6b18f936cf3760f33fae382bc47d2fc33d29648c6741a0bf3b7bc46684322433633277871e75c428f8 WHIRLPOOL 1d8c33b8815c3f61fc0970e004b16cb948b503e8a43452361d415b61597d4c4ae7533d4f2fad11c1ab2d51a02bd9349724f76d6e007447f23659d424bf1fb889 DIST safety-1.4.0.tar.gz 1275837 SHA256 b4037479ba82cce27d91725dd98ae68917603f58c4cc7dfa5750319f59c5751b SHA512 8205136896a29b4713d5a55ba60a0a8d3fa0bfe26aaa2c21f9aa82bd72d8b378367f0f76918b33043e3ccca21443178033dd44a9e452322a4c59df2d79eaa861 WHIRLPOOL 8dc445547cd1d9192215c4cd3ecb4a28f5bd7678e04effc9b0b04ff1ec9c4c0c78ebe865fb12761caba006b881b9e8319c9295f30783326997c7effd8b8f5960 +DIST safety-1.4.1.tar.gz 1506167 SHA256 6c20667a2af864b1f2303a2491d4a640cb3507987cea7a102438a4736cdb875e SHA512 ae26ba6c9de77d42a132cedc398e425efde891a7832ac6a95c736ca00400834a3c5b867e362b9b908e40fcee3c9bbc1009a40e4a0489154960695adaefe1c06a WHIRLPOOL 1a99175bfb92d69c5e1e36d41264945ae1f5891784b50670d528e1a78ad0a1b5d774e4d7d983387be85e7f3984c6b5c0a84c9c5a98b9f3ff3057cd4171c30f71 diff --git a/dev-python/safety/safety-1.4.1.ebuild b/dev-python/safety/safety-1.4.1.ebuild new file mode 100644 index 000000000000..5c1e30c010c4 --- /dev/null +++ b/dev-python/safety/safety-1.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Checks your installed dependencies for known security vulnerabilities" +HOMEPAGE="https://github.com/pyupio/safety" +SRC_URI="https://github.com/pyupio/safety/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/setuptools-16[${PYTHON_USEDEP}] + >=dev-python/click-6.0[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" +DEPEND="${DEPEND}" + +python_test() { + esetup.py test || die +} diff --git a/dev-python/terminaltables/Manifest b/dev-python/terminaltables/Manifest new file mode 100644 index 000000000000..0796b12e897f --- /dev/null +++ b/dev-python/terminaltables/Manifest @@ -0,0 +1 @@ +DIST terminaltables-3.1.0.tar.gz 278484 SHA256 c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723 SHA512 dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501 WHIRLPOOL 7d28e7f468faf9644121f92d2f38d59980ec1f2cebd3f7249b5959da9a7d43c86790e4fbfa9822a1e283bfb16fac21d905def3586f05daadd531e17ea8399d00 diff --git a/dev-libs/dee/metadata.xml b/dev-python/terminaltables/metadata.xml similarity index 53% rename from dev-libs/dee/metadata.xml rename to dev-python/terminaltables/metadata.xml index fc01f97e78a1..fa7bcf5cdc2f 100644 --- a/dev-libs/dee/metadata.xml +++ b/dev-python/terminaltables/metadata.xml @@ -1,11 +1,13 @@ - - gnome@gentoo.org - Gentoo GNOME Desktop + + + + grknight@gentoo.org + Brian Evans - dee + dbcli/mycli diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild b/dev-python/terminaltables/terminaltables-3.1.0.ebuild new file mode 100644 index 000000000000..44c1384e4f36 --- /dev/null +++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Generate simple tables in terminals from a nested list of strings" + +HOMEPAGE="https://robpol86.github.io/terminaltables" +SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild new file mode 100644 index 000000000000..ec8ccf916524 --- /dev/null +++ b/dev-python/terminaltables/terminaltables-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git" +inherit distutils-r1 git-r3 + +DESCRIPTION="Generate simple tables in terminals from a nested list of strings" + +HOMEPAGE="https://robpol86.github.io/terminaltables" +SRC_URI="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-ruby/hashie/hashie-3.5.5.ebuild b/dev-ruby/hashie/hashie-3.5.5.ebuild index 4f3fa5b55544..6820a40ff438 100644 --- a/dev-ruby/hashie/hashie-3.5.5.ebuild +++ b/dev-ruby/hashie/hashie-3.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest index dbd3124a10fd..01868a698383 100644 --- a/dev-util/strace/Manifest +++ b/dev-util/strace/Manifest @@ -1,3 +1,4 @@ DIST strace-4.13.tar.xz 847032 SHA256 d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7 SHA512 166d9b80ec093e049161ee5506a60c408d6f953d8fa04ba5dcb5105b0c9181282a2c28ff0a7acfa44880be44fd1dbde2319e895868a6edecd0121700a49dfdec WHIRLPOOL 0e5dd46610befc20fe9c0d65f665b304e7e512d647b2bd4b3cf73840197c052914d775296e01a738969e5ec84df94e19c491ab943e88040ca04063a4cd22a8ed DIST strace-4.16.tar.xz 966668 SHA256 98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef SHA512 d1a7b782cb8196eb95b431b66f9b0eff7886869a7e3a4618d985f73b2eed7590ba73150b9c33e55ee5c65fc8f863588b64c5611dca7b5d7a4183110eaf4451d5 WHIRLPOOL 3406b4fa96d4113c620e5d179ae61def8dc8ca97f4255b8df6b344269f9fd2c0eae76d9dde6fcc10a6aebc192e4ccb0e130a60ee03f83bcef9be56632e400cb3 DIST strace-4.17.tar.xz 1001808 SHA256 81f35b085fbb3cfa806eb521a8522ac3406deaccfe121ce35064bad268237419 SHA512 dab376d9c5ac7db98e864f3cfb165eeec714e3ea492f32ee873cebe01fbd3a0793db09983af1da6530480666a59973ccd9855d348e754be1eead9c0a5d524029 WHIRLPOOL 5d1aaa0405288695d73523eb0171e9c56e966db44a58dbd7ae6aed16af66a151be5ad58fb716ce2305ea9435e29dc36bd3be5ade73e09fef69fcbcf32599a036 +DIST strace-4.18.tar.xz 1040676 SHA256 89ad887c1e6226bdbca8da31d589cadea4be0744b142eb47b768086c937fca08 SHA512 4fcabc11ef8055c09a5a4777e66f006dd9d67d74740dc0d6e31eb16fa8496062b848c1f21adeeeba7895f57af851103a384c19000ac15cd2f5521e78a5e7a8ad WHIRLPOOL 740d8a19ed3cc0822ec3bbdae72dd3cbe892f78a9161ee824735599ac316788a3fa8c54a18ba32b79c6225930e57f9a74f00fd8e11a1b96514bce9b40d124edc diff --git a/dev-util/strace/strace-4.18.ebuild b/dev-util/strace/strace-4.18.ebuild new file mode 100644 index 000000000000..5d4fba688f4b --- /dev/null +++ b/dev-util/strace/strace-4.18.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit flag-o-matic eutils toolchain-funcs + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.code.sf.net/p/strace/code" + EGIT_PROJECT="${PN}" + inherit git-2 autotools +else + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +fi + +DESCRIPTION="A useful diagnostic, instructional, and debugging tool" +HOMEPAGE="https://sourceforge.net/projects/strace/" + +LICENSE="BSD" +SLOT="0" +IUSE="aio perl static unwind" + +LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )" +# strace only uses the header from libaio to decode structs +DEPEND=" + static? ( ${LIB_DEPEND} ) + aio? ( >=dev-libs/libaio-0.3.106 ) + sys-kernel/linux-headers +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + perl? ( dev-lang/perl ) +" + +src_prepare() { + if epatch_user || [[ ! -e configure ]] ; then + # git generation + ./xlat/gen.sh || die + ./generate_mpers_am.sh || die + eautoreconf + [[ ! -e CREDITS ]] && cp CREDITS{.in,} + fi + + filter-lfs-flags # configure handles this sanely + use static && append-ldflags -static + + export ac_cv_header_libaio_h=$(usex aio) + use elibc_musl && export ac_cv_header_stdc=no + + # Stub out the -k test since it's known to be flaky. #545812 + sed -i '1iexit 77' tests*/strace-k.test || die +} + +src_configure() { + # Set up the default build settings, and then use the names strace expects. + tc-export_build_env BUILD_{CC,CPP} + local v bv + for v in CC CPP {C,CPP,LD}FLAGS ; do + bv="BUILD_${v}" + export "${v}_FOR_BUILD=${!bv}" + done + + econf $(use_with unwind libunwind) +} + +src_install() { + default + use perl || rm "${ED}"/usr/bin/strace-graph + dodoc CREDITS +} diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 9ec77eb9b806..5d4fba688f4b 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 inherit flag-o-matic eutils toolchain-funcs @@ -23,11 +23,15 @@ IUSE="aio perl static unwind" LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )" # strace only uses the header from libaio to decode structs -DEPEND="static? ( ${LIB_DEPEND} ) +DEPEND=" + static? ( ${LIB_DEPEND} ) aio? ( >=dev-libs/libaio-0.3.106 ) - sys-kernel/linux-headers" -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - perl? ( dev-lang/perl )" + sys-kernel/linux-headers +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + perl? ( dev-lang/perl ) +" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest index 77d47a46a029..a7594e75d5c2 100644 --- a/dev-vcs/mercurial/Manifest +++ b/dev-vcs/mercurial/Manifest @@ -1,4 +1,5 @@ DIST mercurial-3.8.4.tar.gz 4775341 SHA256 4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c WHIRLPOOL 1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db DIST mercurial-4.1.3.tar.gz 5134965 SHA256 103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8 SHA512 794c513b7e061bc56d270ef57adc0fadeffd5bcc988da0934b24db686b76bf573aef2bbaa3baa9220f31463795bc6e6a99fc1284ebcf8d7e49f42b8129347811 WHIRLPOOL a2f5d5e3e89f794415521bf0bc93ff0e8a67aec6c39951437b6b585f9f6d604bd556af10cce50951128c746719db54ea48f86fb7c262a36a29576ba539be1e79 DIST mercurial-4.2.1.tar.gz 5317692 SHA256 d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0 SHA512 0349fb5343210869bacb2247d30546676e5cf486f64fb8ebb2b1c6cdf7d564e7b754a43fb5b61c7d7e66a67609c514c8e15f415f4189bccbebb2fbb5a5474645 WHIRLPOOL f64df61fe2a10abca4765f150952e5d529034909666f1bee6df40d628af52d650086bd51c5d2db2e0ce2874f38fd439bb9d958bda3d2d63dccbf861b933d51f1 +DIST mercurial-4.2.2.tar.gz 5319282 SHA256 b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe SHA512 16324fec97146d749fe6bdb4c35466f6f1786213451015a34d34f8a0d042870d7fc29b6fd74d720191d24e84e57b3d931bb58594bcd7a89399bfbb427e7af994 WHIRLPOOL 9a82b7af0ca793aa17cbcce184a4d292689cbc503ba16ab2a1d349397c2ea9b01d7585eb5a1c4f260145f42de2b34de0b577747ee7b47d2abcf1184c0dc3f71f DIST mercurial-4.2.tar.gz 5303367 SHA256 23a412308fc9c2b354a0e91a89588a4af2af061b47da80bc4233ccb0cceef47d SHA512 bd03134a70fe0576a31d86cb6ca2d232b8f98bd9b038dc972a4d332889bb39c776f47d44ea9c45588d6e53590a8e3fbd48ca25238525919b8e44beab3d3c79cb WHIRLPOOL 930882698c0e662f5fadc8a57a14ce00270cce70f7a9f8f0081647a28c3558aeda1a4d7bc5aa7e264cb60ec85051dae6a16cc62df0f51be3cc406bf587ff5485 diff --git a/dev-vcs/mercurial/mercurial-4.2.2.ebuild b/dev-vcs/mercurial/mercurial-4.2.2.ebuild new file mode 100644 index 000000000000..a04546c6f07e --- /dev/null +++ b/dev-vcs/mercurial/mercurial-4.2.2.ebuild @@ -0,0 +1,134 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" + +inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic + +DESCRIPTION="Scalable distributed SCM" +HOMEPAGE="https://www.mercurial-scm.org/" +SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bugzilla emacs gpg test tk" + +RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) + gpg? ( app-crypt/gnupg ) + tk? ( dev-lang/tk ) + app-misc/ca-certificates" +DEPEND="emacs? ( virtual/emacs ) + test? ( app-arch/unzip + dev-python/pygments[${PYTHON_USEDEP}] )" + +SITEFILE="70${PN}-gentoo.el" + +PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" ) + +python_prepare_all() { + # fix up logic that won't work in Gentoo Prefix (also won't outside in + # certain cases), bug #362891 + sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die + + distutils-r1_python_prepare_all +} + +python_configure_all() { + strip-flags -ftracer -ftree-vectorize + # Note: make it impl-conditional if py3 is supported + append-flags -fno-strict-aliasing + + "${PYTHON}" setup.py build_mo || die +} + +python_compile_all() { + rm -r contrib/{win32,macosx} || die + if use emacs; then + cd contrib || die + elisp-compile mercurial.el || die "elisp-compile failed!" + fi +} + +python_install_all() { + distutils-r1_python_install_all + + newbashcomp contrib/bash_completion hg + + insinto /usr/share/zsh/site-functions + newins contrib/zsh_completion _hg + + rm -f doc/*.?.txt + dodoc CONTRIBUTORS + cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die + + dobin hgeditor + dobin contrib/hgk + python_foreach_impl python_doscript contrib/hg-ssh + + if use emacs; then + elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi + + local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix buildrpm plan9 + *.el mercurial.spec) + for f in ${RM_CONTRIB[@]}; do + rm -r contrib/$f || die + done + + dodoc -r contrib + docompress -x /usr/share/doc/${PF}/contrib + doman doc/*.? + + insinto /etc/mercurial/hgrc.d + doins "${FILESDIR}/cacerts.rc" +} + +src_test() { + pushd tests &>/dev/null || die + rm -rf *svn* # Subversion tests fail with 1.5 + rm -f test-archive* # Fails due to verbose tar output changes + rm -f test-convert-baz* # GNU Arch baz + rm -f test-convert-cvs* # CVS + rm -f test-convert-darcs* # Darcs + rm -f test-convert-git* # git + rm -f test-convert-mtn* # monotone + rm -f test-convert-tla* # GNU Arch tla + #rm -f test-doctest* # doctest always fails with python 2.5.x + rm -f test-largefiles* # tends to time out + + popd &>/dev/null || die + distutils-r1_src_test +} + +python_test() { + local TEST_DIR + + rm -rf "${TMPDIR}"/test + distutils_install_for_testing + cd tests || die + "${PYTHON}" run-tests.py --verbose \ + --tmpdir="${TMPDIR}"/test \ + --with-hg="${TEST_DIR}"/scripts/hg \ + || die "Tests fail with ${EPYTHON}" +} + +pkg_postinst() { + use emacs && elisp-site-regen + + elog "If you want to convert repositories from other tools using convert" + elog "extension please install correct tool:" + elog " dev-vcs/cvs" + elog " dev-vcs/darcs" + elog " dev-vcs/git" + elog " dev-vcs/monotone" + elog " dev-vcs/subversion" +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/eclass/gpe.eclass b/eclass/gpe.eclass deleted file mode 100644 index 3dbda4420a4c..000000000000 --- a/eclass/gpe.eclass +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# @DEAD -# Michał Górny (05 Jun 2017) -# This eclass is no longer maintained. The last consumer is last rited -# for removal. The eclass will be removed along with it in 30 days. - -# @ECLASS: gpe.eclass -# @MAINTAINER: -# gpe@gentoo.org -# @AUTHOR: -# Original Authors: -# Rene Wagner -# Ned Ludd -# Angelo Arrifano -# EAPI->EAPI2 patch: loki_val -# multiple suggestions: Betelgeuse -# Based on gnome2.eclass and gpe.bbclass (the latter from OpenEmbedded) -# @BLURB: Provides common functionality for the G Palmtop Environment. - -inherit libtool toolchain-funcs - -case "${EAPI:-0}" in - 0|1) - EXPORT_FUNCTIONS src_unpack src_compile src_install - ;; - *) - EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install - ;; -esac - -# @ECLASS-VARIABLE: ELTCONF -# @DESCRIPTION: -# Extra options passed to elibtoolize on gnome2 eclass. -ELTCONF="" - -# @ECLASS-VARIABLE: GPE_DOCS -# @DESCRIPTION: -# Documentation files to be installed with dodoc. -GPE_DOCS="" - -[[ -z "${GPE_MIRROR}" ]] && GPE_MIRROR="http://gpe.linuxtogo.org/download/source" -[[ -z "${GPE_TARBALL_SUFFIX}" ]] && GPE_TARBALL_SUFFIX="gz" -SRC_URI="${GPE_MIRROR}/${P}.tar.${GPE_TARBALL_SUFFIX}" - -HOMEPAGE="http://gpe.linuxtogo.org" - -IUSE="nls" -GPECONF="${GPECONF} --enable-debug=no --disable-debug" - -RDEPEND="" -DEPEND=" - >=dev-util/intltool-0.29 - virtual/pkgconfig" - -# @FUNCTION: gpe_src_unpack -# @DESCRIPTION: -# Unpacks and applies some required patches for GPE. -gpe_src_unpack() { - unpack ${A} - cd "${S}" - has "${EAPI:-0}" 0 1 && gpe_src_prepare "$@" -} - -# Do not call, use gpe_src_unpack() instead. -gpe_src_prepare() { - # let portage handle stripping. - # sort is needed, see #272161 . - for file in $(find . -name 'Makefile*' | sort) ; do - sed -i -e s/'install -s'/'install'/g \ - -e s/'install -Ds'/'install -D'/g \ - -e 's/$(INSTALL) -s/$(INSTALL) /g' \ - -e 's;strip ;#strip ;g' \ - ${file} \ - ||die "Sedding ${file} failed." - done - [[ -f configure ]] && elibtoolize -} - -# @FUNCTION: gpe_src_configure -# @DESCRIPTION: -# Configures a GPE package in a cross-compile aware environment. -gpe_src_configure() { - tc-export CC - [[ -f configure ]] && econf "$@" ${GPECONF} -} - -# @FUNCTION: gpe_src_compile -# @DESCRIPTION: -# (Cross-)Compiles a GPE package. -gpe_src_compile() { - tc-export CC - has "${EAPI:-0}" 0 1 && gpe_src_configure "$@" - emake PREFIX=/usr || die "emake failed" -} - -# @FUNCTION: gpe_src_install -# @DESCRIPTION: -# Installs a GPE package in the correct way. -gpe_src_install() { - local use_nls=yes - - use nls || use_nls=no - - if [ -f configure ]; then - einstall "$@" || die "einstall failed" - else - emake STRIP=true DESTDIR=${D} PREFIX=/usr \ - ENABLE_NLS=${use_nls} "$@" install || die "emake install failed" - fi - - use nls || rm -rf ${D}/usr/share/locale - - # manual document installation - if [[ "${GPE_DOCS}" ]]; then - dodoc ${GPE_DOCS} || die "dodoc failed" - fi -} diff --git a/games-board/gamazons/Manifest b/games-board/gamazons/Manifest deleted file mode 100644 index 9196551d35ea..000000000000 --- a/games-board/gamazons/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gamazons-0.83.tar.gz 258614 SHA256 72eb5270b164f66f48bc68ab0a1ae66cc85aaf3b98035f827b0b291742379b57 SHA512 de07df73e6dd34ce6a69b4fc224f035fbe74a4fef66872ef6215f19cb3f19312c14e395d40d4ffa1388d6a84ccdc68b7ca697bd33ec0aa387f81e6af49d44a88 WHIRLPOOL c42a6a2a42bfe8da4953594f791ea63335fc2baf7647339e903c3b129cabda374cf1dde5519ca7a3f20227f48448c94c9fda6491b597a1430e1428a763886601 diff --git a/games-board/gamazons/gamazons-0.83.ebuild b/games-board/gamazons/gamazons-0.83.ebuild deleted file mode 100644 index 2b4dd2143eaa..000000000000 --- a/games-board/gamazons/gamazons-0.83.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome2 - -DESCRIPTION="A chess/go hybrid" -HOMEPAGE="http://www.yorgalily.org/gamazons/" -SRC_URI="http://www.yorgalily.org/${PN}/src/$P.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND=">=gnome-base/libgnomeui-2" -RDEPEND=${DEPEND} - -src_prepare() { - gnome2_src_prepare - sed -i \ - -e '/^Encoding/d' \ - -e '/Categories/s/GNOME;Application;//' \ - -e '/Icon/s/\.png//' \ - pixmaps/gamazons.desktop \ - || die -} diff --git a/games-board/gamazons/metadata.xml b/games-board/gamazons/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-board/gamazons/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-simulation/simutrans/simutrans-0.120.2.2.ebuild b/games-simulation/simutrans/simutrans-0.120.2.2.ebuild index aab9fb8ef317..f175a36b9e03 100644 --- a/games-simulation/simutrans/simutrans-0.120.2.2.ebuild +++ b/games-simulation/simutrans/simutrans-0.120.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,17 +50,15 @@ src_prepare() { default strip-flags # bug #293927 - echo "BACKEND=mixer_sdl -COLOUR_DEPTH=16 -OSTYPE=linux -VERBOSE=1" > config.default || die + printf "BACKEND=mixer_sdl\nCOLOUR_DEPTH=16\nOSTYPE=linux\nVERBOSE=1" \ + > config.default || die # make it look in the install location for the data sed -i \ -e "s:argv\[0\]:\"/usr/share/${PN}/\":" \ simmain.cc || die - rm -v simutrans/{simutrans,*.txt} || die + rm simutrans/*.txt || die } src_install() { diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest index 6ae82f53b97b..9397142a0dd2 100644 --- a/kde-apps/kgpg/Manifest +++ b/kde-apps/kgpg/Manifest @@ -1,3 +1,2 @@ DIST kgpg-16.08.3.tar.xz 810340 SHA256 1724c0fe639c8c89c17a8a7f9d2d30bf9701bb3194684a68a664b3b8e908799e SHA512 84fd34ebc393ee2c500a5ac167256fa54d98f48aace6ba150a0dc611d3161b5931e52f19a81ec70fbc7ef9354991c7cd00872ed88fbcba99642064b1d83c3296 WHIRLPOOL f41c10076eca9b05166a1357b96602a99e763076aa49ae18201401b5747e1e0b937406438ad95563ca048a4e1d44716373bb84d6ea564d4f0d52161d4ea9f322 -DIST kgpg-16.12.3.tar.xz 817636 SHA256 bc6b7c037eedf2e672a34d07c7c1044785e8a7dc3e38d4a6b671832b64097029 SHA512 0045343e4dcc1ec73e018c912bef54e3c2a71c424c5588569a62d180eb4f1c18aa9846d45a4eacc938cdae57091b882cde5ce68a6da09807dcadb01f3b5af461 WHIRLPOOL 50d676f47e3c1985ed39da300f12e6e1b3af8cab1693ca295fb523c8220f3112417fae2de3432bc9a3f6bee06e03ff890415596198b98789fe2c8303c3a2b875 DIST kgpg-17.04.2.tar.xz 2821256 SHA256 bd5e0c61d57bc4ec86fabc011ec3c052b60c6bd0dc2f1a4b0db59997360e796b SHA512 f29e79d07f32889477006b456ab7ef7f04c3119aa055a5e9b61b3c15255301a176e81ea05da5f4197256d152fbd0fc500138d018dd4d6e7431b48fbb6dac3058 WHIRLPOOL ae95753b86b3563f465b074eea44119b98506222e727dcfbf81a565ad9ff6f1a88989ea2ec2ee444ce533f52ef90bff21ecb94e7cbe5610138700ad31ca3f73f diff --git a/kde-apps/kgpg/kgpg-16.12.3.ebuild b/kde-apps/kgpg/kgpg-16.12.3.ebuild deleted file mode 100644 index b5eabdcbb2e7..000000000000 --- a/kde-apps/kgpg/kgpg-16.12.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_SELINUX_MODULE="gpg" -inherit kde5 - -DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE" -HOMEPAGE="https://www.kde.org/applications/utilities/kgpg -https://utils.kde.org/projects/kgpg" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep kcontacts) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) -" -DEPEND="${COMMON_DEPEND} - app-crypt/gpgme -" -RDEPEND="${COMMON_DEPEND} - app-crypt/gnupg -" diff --git a/kde-apps/krfb/krfb-15.08.3.ebuild b/kde-apps/krfb/krfb-15.08.3.ebuild index 2e6cdff6c0a2..7d3410497f0d 100644 --- a/kde-apps/krfb/krfb-15.08.3.ebuild +++ b/kde-apps/krfb/krfb-15.08.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="VNC-compatible server to share KDE desktops" +DESCRIPTION="VNC-compatible server to share Plasma desktops" HOMEPAGE="https://www.kde.org/applications/system/krfb/" SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" @@ -24,14 +24,14 @@ DEPEND=" x11-libs/libXext x11-libs/libXtst ) - telepathy? ( >=net-libs/telepathy-qt-0.9 ) + telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_use_with telepathy TelepathyQt4) $(cmake-utils_use_with ktp KTp) + $(cmake-utils_use_with telepathy TelepathyQt4) ) kde4-base_src_configure diff --git a/kde-apps/krfb/krfb-16.12.3-r1.ebuild b/kde-apps/krfb/krfb-16.12.3-r1.ebuild index 9f9d043bf792..dabb1f1ccd5f 100644 --- a/kde-apps/krfb/krfb-16.12.3-r1.ebuild +++ b/kde-apps/krfb/krfb-16.12.3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="VNC-compatible server to share KDE desktops" +DESCRIPTION="VNC-compatible server to share Plasma desktops" HOMEPAGE="https://www.kde.org/applications/system/krfb/" KEYWORDS="amd64 x86" IUSE="" diff --git a/kde-apps/krfb/krfb-17.04.2.ebuild b/kde-apps/krfb/krfb-17.04.2.ebuild index 3b5956a54b35..b0c8a56bdda6 100644 --- a/kde-apps/krfb/krfb-17.04.2.ebuild +++ b/kde-apps/krfb/krfb-17.04.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="VNC-compatible server to share KDE desktops" +DESCRIPTION="VNC-compatible server to share Plasma desktops" HOMEPAGE="https://www.kde.org/applications/system/krfb/" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/kde-apps/minuet/minuet-16.12.3.ebuild b/kde-apps/minuet/minuet-16.12.3.ebuild index 088005a48fe8..65a51a782af7 100644 --- a/kde-apps/minuet/minuet-16.12.3.ebuild +++ b/kde-apps/minuet/minuet-16.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="A KDE Software for Music Education" HOMEPAGE="https://minuet.kde.org/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/plasma-runtime/Manifest b/kde-apps/plasma-runtime/Manifest deleted file mode 100644 index 4e5805cb5808..000000000000 --- a/kde-apps/plasma-runtime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kde-runtime-16.04.3.tar.xz 7903920 SHA256 690e0f848b305b8a2491dbcd01b6e511d64c98d991226cd8a1dc35f23372505d SHA512 df52cd4c423030d3457bb907eb0bef0cdd3c8bce283d9f181b7ae6b7b4ce9c59a34f874f9ac6d2bd59597647a3c6315d772b2551c739423378186d4debbb53ae WHIRLPOOL e4a4a6c3ab315517f757dce952db14e154d4674cf555e1315f018f10cc2a443deede74cf3d370f0c92ab839b35bce8bd360a958cd7edf1ae56720c5ec7d029b5 diff --git a/kde-apps/plasma-runtime/metadata.xml b/kde-apps/plasma-runtime/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-apps/plasma-runtime/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild b/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild deleted file mode 100644 index 6187a8a86533..000000000000 --- a/kde-apps/plasma-runtime/plasma-runtime-16.04.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KMNAME="kde-runtime" -KMMODULE="plasma" -DECLARATIVE_REQUIRED="always" -WEBKIT_REQUIRED="always" -inherit kde4-meta - -DESCRIPTION="Script engine and package tool for plasma" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=" - kde-frameworks/kactivities:4 -" -RDEPEND="${DEPEND}" - -# bug 443748 -RESTRICT=test diff --git a/kde-frameworks/kactivities/Manifest b/kde-frameworks/kactivities/Manifest index 4135070cda50..72f87de35033 100644 --- a/kde-frameworks/kactivities/Manifest +++ b/kde-frameworks/kactivities/Manifest @@ -1,3 +1,2 @@ -DIST kactivities-4.13.3.tar.xz 87476 SHA256 c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a SHA512 1d248ae6045a7ae8d54ce5355100cd76be954c2a57be3abaab968d8ff2693d09aa9b1d0242266de4eedf6005bedfde38df69a84a9a5a0b16606fe958159b31bc WHIRLPOOL 0056402e851cda3c5930ed2440d259b9b23750f9356e9598e4ef17c6be38265bc4ebfeb43ac568636ff92399e3f560afa547977ad24f54f4eb4fad4df283cc0d DIST kactivities-5.34.0.tar.xz 61076 SHA256 b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635 SHA512 381da57241ba98e992c180b4c473613dfae2148086c32216ef62509ee72c8edc6d30dbc97bf1653f6b78eedac095b190e111cd97d89e4c29905e06552cba28b9 WHIRLPOOL 795b07483ecf78941b88fddede068dd9a2b7ae6c584dfbaaa6899f87829677bfdc640ece8ed25ae25c292eae783886f650b3ff65720ea9b2c87c598367907cdd DIST kactivities-5.35.0.tar.xz 60936 SHA256 24307d4b8526aa5e140e83044d0bec390d0badfc5ba777557269e95df65ca211 SHA512 db24c72cf7c918b6c53679cf505cad7997cc9704c4fd5a451d9194cccdbca260b45c3dcc21fbaf42360ccff7aefa1ad4838c09b63087564491e2ce62289bc70a WHIRLPOOL 8f349202f3728c1a4ec513f083afa0235affe29a24dde9902bef66c7e996002bf07cbea1db6464b3a75e704fec823e171f7cf6e8b9dba99a68e161987798dafe diff --git a/kde-frameworks/kactivities/kactivities-4.13.3-r2.ebuild b/kde-frameworks/kactivities/kactivities-4.13.3-r2.ebuild deleted file mode 100644 index 3b64a2451738..000000000000 --- a/kde-frameworks/kactivities/kactivities-4.13.3-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DECLARATIVE_REQUIRED="always" -EGIT_BRANCH="KDE/4.13" -inherit kde4-base - -DESCRIPTION="KDE Activity Manager" - -KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - kde-plasma/kactivitymanagerd:5 -" - -src_configure() { - local mycmakeargs=( - -DKACTIVITIES_LIBRARY_ONLY=ON - -DWITH_NepomukCore=OFF - ) - kde4-base_src_configure -} diff --git a/kde-plasma/bluedevil/bluedevil-5.9.5.ebuild b/kde-plasma/bluedevil/bluedevil-5.9.5.ebuild index 1b30c235b02b..82bd40980794 100644 --- a/kde-plasma/bluedevil/bluedevil-5.9.5.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Bluetooth stack for KDE Plasma" HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/breeze-grub/breeze-grub-5.9.5.ebuild b/kde-plasma/breeze-grub/breeze-grub-5.9.5.ebuild index 70488d313e71..a2db77ae6860 100644 --- a/kde-plasma/breeze-grub/breeze-grub-5.9.5.ebuild +++ b/kde-plasma/breeze-grub/breeze-grub-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Breeze theme for GRUB" LICENSE="GPL-3+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" src_prepare() { diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.9.5.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.9.5.ebuild index 8ae0e2129028..7fd9f9cbe7f6 100644 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.9.5.ebuild +++ b/kde-plasma/breeze-gtk/breeze-gtk-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze-gtk" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" src_install() { diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.5.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.5.ebuild index a87a824cc8c0..c1ff1d2ea28e 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.5.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Breeze theme for Plymouth" LICENSE="GPL-2+ GPL-3+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" RDEPEND="sys-boot/plymouth" diff --git a/kde-plasma/breeze/breeze-5.9.5.ebuild b/kde-plasma/breeze/breeze-5.9.5.ebuild index 37dd4fec2aae..34098c63c536 100644 --- a/kde-plasma/breeze/breeze-5.9.5.ebuild +++ b/kde-plasma/breeze/breeze-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 multibuild DESCRIPTION="Breeze visual style for the Plasma desktop" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="qt4 wayland" COMMON_DEPEND=" diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.5.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.5.ebuild index 0f46deed0f5e..ff7121146f0a 100644 --- a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.5.ebuild +++ b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="System service to manage user's activities, track the usage patterns etc." LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild index bca13b0880ca..b60ba76f4164 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+kdesu X" DEPEND=" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild index ebe684a9ff1f..aa463ab0be7d 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma systemsettings kcm to set GTK application look&feel" HOMEPAGE="https://projects.kde.org/kde-gtk-config" LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+gtk3" DEPEND=" diff --git a/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild index f50d761b2e76..39517c0c27f6 100644 --- a/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild +++ b/kde-plasma/kdecoration/kdecoration-5.9.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Plugin based library to create window decorations" LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND="$(add_qt_dep qtgui)" diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.5.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.5.ebuild index 881f2a38fd29..b4ba2d4a6c83 100644 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.5.ebuild +++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Extra Plasma applets and engines" LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="share" DEPEND=" diff --git a/kde-plasma/kgamma/kgamma-5.9.5.ebuild b/kde-plasma/kgamma/kgamma-5.9.5.ebuild index ab940b8940ff..fe009113f23d 100644 --- a/kde-plasma/kgamma/kgamma-5.9.5.ebuild +++ b/kde-plasma/kgamma/kgamma-5.9.5.ebuild @@ -8,7 +8,7 @@ KMNAME="${PN}5" inherit kde5 DESCRIPTION="Screen gamma values kcontrol module" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" RDEPEND=" diff --git a/kde-plasma/khotkeys/khotkeys-5.9.5.ebuild b/kde-plasma/khotkeys/khotkeys-5.9.5.ebuild index 95b8eaf17fd0..e5abeaa6b82b 100644 --- a/kde-plasma/khotkeys/khotkeys-5.9.5.ebuild +++ b/kde-plasma/khotkeys/khotkeys-5.9.5.ebuild @@ -7,7 +7,7 @@ KDE_HANDBOOK="true" inherit kde5 DESCRIPTION="KDE Plasma workspace hotkey module" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/kinfocenter/kinfocenter-5.9.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.9.5.ebuild index 511fefc267f0..046a491f572f 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.9.5.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="A utility that provides information about a computer system" HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/" SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="gles2 ieee1394 +opengl +pci wayland" REQUIRED_USE="wayland? ( || ( gles2 opengl ) )" diff --git a/kde-plasma/kmenuedit/kmenuedit-5.9.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.9.5.ebuild index 4ea14f5758c2..dd76c26853c3 100644 --- a/kde-plasma/kmenuedit/kmenuedit-5.9.5.ebuild +++ b/kde-plasma/kmenuedit/kmenuedit-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="KDE Plasma menu editor" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+hotkeys" DEPEND=" diff --git a/kde-plasma/kscreen/kscreen-5.9.5.ebuild b/kde-plasma/kscreen/kscreen-5.9.5.ebuild index e4365e8b8742..7bab67e4355e 100644 --- a/kde-plasma/kscreen/kscreen-5.9.5.ebuild +++ b/kde-plasma/kscreen/kscreen-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE Plasma screen management" HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.9.5.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.9.5.ebuild index bb00b2e0b675..b4af436dc57d 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.9.5.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.9.5.ebuild @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 pam DESCRIPTION="Library and components for secure lock screen architecture" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+pam" COMMON_DEPEND=" diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild index 468b1b597c06..db5ff5b20d9e 100644 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild +++ b/kde-plasma/ksshaskpass/ksshaskpass-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/ksysguard/ksysguard-5.9.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.9.5.ebuild index 214de345c431..68136066c2a3 100644 --- a/kde-plasma/ksysguard/ksysguard-5.9.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="lm_sensors" DEPEND=" diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild index c91205f1557b..ae5959c900e8 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.9.5-r1.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="KWallet PAM module to not enter password again" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild index 6edd40ee0dc2..ca2880cd005c 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/kwin/kwin-5.9.5.ebuild b/kde-plasma/kwin/kwin-5.9.5.ebuild index 222df722d24f..8289acff38cf 100644 --- a/kde-plasma/kwin/kwin-5.9.5.ebuild +++ b/kde-plasma/kwin/kwin-5.9.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE window manager" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="gles2 multimedia" # drop qtcore subslot operator when QT_MINIMAL >= 5.7.0 diff --git a/kde-plasma/kwrited/kwrited-5.9.5.ebuild b/kde-plasma/kwrited/kwrited-5.9.5.ebuild index 6f31220af41d..e64973c818de 100644 --- a/kde-plasma/kwrited/kwrited-5.9.5.ebuild +++ b/kde-plasma/kwrited/kwrited-5.9.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit kde5 DESCRIPTION="KDE Plasma daemon listening for wall and write messages" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild b/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild index faedcb062786..455bb2f9f7ad 100644 --- a/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Plasma screen management library" SLOT="5/7" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild b/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild index 30e026fdc6b1..c6dc0ef6057e 100644 --- a/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Task management and system monitoring library" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+detailedmemory minimal X" COMMON_DEPEND=" diff --git a/kde-plasma/milou/milou-5.9.5.ebuild b/kde-plasma/milou/milou-5.9.5.ebuild index 36b2c7448b1e..7e245f7f3b80 100644 --- a/kde-plasma/milou/milou-5.9.5.ebuild +++ b/kde-plasma/milou/milou-5.9.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Dedicated search application built on top of Baloo" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/milou" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild b/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild index 322e8762a9df..46ecc4fbcd28 100644 --- a/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild +++ b/kde-plasma/oxygen/oxygen-5.9.5-r1.ebuild @@ -7,7 +7,7 @@ inherit kde5 multibuild DESCRIPTION="Oxygen visual style for the Plasma desktop" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="qt4 wayland" COMMON_DEPEND=" diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild index c2e7cd985ac7..a4825180c236 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.9.5.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE Plasma desktop" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="appstream +fontconfig gtk2 gtk3 +input_devices_evdev input_devices_synaptics ibus legacy-systray pulseaudio +qt4 scim +semantic-desktop" diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.5.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.5.ebuild index e50dd6194fb0..a4a08e88ffcf 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.9.5.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild index f1f950926888..de8608c0b753 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.9.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/" LICENSE="metapackage" SLOT="5" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="bluetooth +display-manager grub gtk +handbook networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers" RDEPEND=" diff --git a/kde-plasma/plasma-nm/plasma-nm-5.9.5.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.9.5.ebuild index 5783a52a471f..0f85fcad8c8c 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.9.5.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="KDE Plasma applet for NetworkManager" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="modemmanager openconnect teamd" DEPEND=" diff --git a/kde-plasma/plasma-pa/plasma-pa-5.9.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.9.5.ebuild index fb5fb2344258..f592cf14ed4c 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.9.5.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.9.5.ebuild @@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild index 49055db89c8c..929504cf0a0a 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Useful applications for Plasma development" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild index a893dcfeb801..8825803e7972 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.5.ebuild @@ -8,7 +8,7 @@ KDE_DEBUG="false" inherit kde5 DESCRIPTION="Additional wallpapers for the Plasma workspace" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild index 3f8d7d475356..473fe66531db 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r2.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 qmake-utils DESCRIPTION="KDE Plasma workspace" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+calendar geolocation gps prison qalculate +semantic-desktop" COMMON_DEPEND=" diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild index 127e07d8f11f..b9dafa03eb78 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="PolKit agent module for KDE Plasma" HOMEPAGE="https://www.kde.org" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild b/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild index fabb7805ea8d..02872c8b4bf0 100644 --- a/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild +++ b/kde-plasma/powerdevil/powerdevil-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Power management for KDE Plasma Shell" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="consolekit +wireless" DEPEND=" diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild index 866d237ee6d5..fad418fcdf1b 100644 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild +++ b/kde-plasma/sddm-kcm/sddm-kcm-5.9.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="KDE Plasma control module for SDDM" HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild b/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild index 9235dcaf7fc7..d4920f58b3ed 100644 --- a/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.9.5.ebuild @@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="System settings utility" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="classic gtk" DEPEND=" diff --git a/kde-plasma/user-manager/user-manager-5.9.5.ebuild b/kde-plasma/user-manager/user-manager-5.9.5.ebuild index d8abf0b11cf5..632298082f9f 100644 --- a/kde-plasma/user-manager/user-manager-5.9.5.ebuild +++ b/kde-plasma/user-manager/user-manager-5.9.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit kde5 DESCRIPTION="Simple system settings module to manage the users of your system" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/licenses/SOPLA-2.3 b/licenses/SOPLA-2.3 deleted file mode 100644 index cbd49415534b..000000000000 --- a/licenses/SOPLA-2.3 +++ /dev/null @@ -1,517 +0,0 @@ - SYSTEMC OPEN SOURCE LICENSE - (SOFTWARE DOWNLOAD AND USE LICENSE AGREEMENT VERSION 2.3) - -PLEASE READ THIS LICENSE AGREEMENT CAREFULLY BEFORE CLICKING ON -THE "ACCEPT" BUTTON, AS BY CLICKING ON THE "ACCEPT" BUTTON YOU -ACKNOWLEDGE THAT YOU HAVE READ, UNDERSTOOD AND AGREE TO BE -BOUND BY THIS LICENSE AGREEMENT AND ALL OF ITS TERMS AND -CONDITIONS. - -OPEN SYSTEMC INITIATIVE - -The purpose of the following license agreement (the "Agreement") is to encourage -interoperability and distributed development of a C++ modeling language known as -"SystemC" for system simulation and design (the "Purpose"). The SystemC software -licensed hereunder is licensed, without fee of any kind, for use pursuant to the terms -and conditions set forth in this Agreement. - -LICENSE AGREEMENT - -THE CONTRIBUTORS ARE WILLING TO LICENSE THE PROGRAM TO YOU ONLY -ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS OF THIS LICENSE -AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS LICENSE -AGREEMENT, NO RIGHTS ARE GRANTED TO YOU HEREUNDER TO USE THE -PROGRAM. ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES YOUR ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS. - - 1.1 "Agreement" means this document. - - 1.2 "Contribution" means: (a) the Original Program; and (b) all Modifications - that Recipient deposits or contributes in accordance with Section 3 in furtherance - of the Purpose of this Agreement but does not include any software that has - been previously so deposited or contributed. - - 1.3 “Contribution Questionnaire” means the questionnaire attached hereto as - Exhibit C. - - 1.4 "Contributor" means any Recipient, including Synopsys, Inc. ("Synopsys”), - that makes a Contribution pursuant to Section 3. Any Recipient depositing, as - part or all of a Contribution, code which has previously been so deposited by - another Recipient is not the Contributor of such re-deposited code for the - purposes of this Agreement. A list of the Contributors is attached hereto as - Exhibit A. - - 1.5 "Contributor's Necessary Patent Claim" means a claim in any patent now - or hereafter owned or licensable by Contributor that is directly infringed solely by - the portion of an executing computer program translated, compiled or interpreted - from and corresponding directly and solely to the Contribution disclosed by - Contributor hereunder and the SystemC Kernel Code, except that Contributor's - Necessary Patent Claim shall not include any claim directed towards a data - structure, method, algorithm, process, technique, circuit representation, or circuit - implementation that is not completely and entirely described in the combination - of such Contribution and the SystemC Kernel Code. - - 1.6 "Copyright/Trade Secret Rights" means worldwide statutory and common - law rights associated solely with (i) works of authorship including copyrights, - copyright applications, copyright registrations and "moral rights", and (ii) the - protection of trade and industrial secrets and confidential information. Patents are - not included in Copyright/Trade Secret Rights. - - 1.7 "Distribute" means making a Distribution. - - 1.8 "Distribution" means any distribution, sublicensing or other transfer of the - Program (with or without Modifications) to any third party. - - 1.9 "Executable" means Original Program (with or without Modifications) - compiled into object code form along with only those header files from such - Original Program that are strictly necessary to make use of the object code. - - 1.10 “Marks” means, collectively, the registered and unregistered marks and - logos that OSCI has licensed or otherwise authorized Recipient to use. All marks - and logos are listed on Exhibit D, which list may be amended from time to time - by OSCI to add or delete any marks or logos. - - 1.11 "Modification" means: (a) any software code which comprises change(s) - to the Program including additions and/or deletions; (b) any specifications for the - Program; and (c) any reference implementation of the Program. - - 1.12 "Original Program" means the SystemC 1.1 version of the software - accompanying this Agreement as released by Synopsys. - - 1.13 “OSCI” means Open SystemC Initiative, a California nonprofit mutual - benefit corporation. - - 1.14 "Program" means the Original Program and each other Contribution and - any combination thereof. - - 1.15 "Recipient" means anyone who receives the Program under this - Agreement, including all Contributors. - - 1.16 For legal entities, "Recipient" includes any entity that controls, is controlled - by, or is under common control with Recipient. For purposes of this definition, - "control" means (a) the power, direct or indirect, to cause the direction or - management of such entity, whether by contract or otherwise, or (b) ownership of - fifty percent (50%) or more of the outstanding shares or beneficial ownership of - such entity. - - 1.17 "Source Code" means human readable text in an electronic form suitable - for modification that describe the functions and data structures, including C, C++, - and other language modules, plus any associated interface definition files, scripts - used to control compilation and installation of an Executable, or a list of source - code differential comparisons against the Original Program. - - 1.18 "SystemC Kernel Code" means the set of compilable source and header - files included in the Original Program that are necessary to build the target - SystemC library object module, but does not include operating system header - files, operating system library elements, documentation, example code, sample - code fragments, or other ancillary information. - -2. GRANT OF RIGHTS - - 2.1 Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free license under Contributor's - Copyright/Trade Secrets to do the following: - - (a) use, reproduce, prepare derivative works of, publicly display, - publicly perform and Distribute in source code and object code form the - Contribution of such Contributor and any such derivative works, subject to - the terms and conditions of this Agreement including Section 4; and - - (b) use the know-how, information and knowledge embedded in the - Contribution, without any obligation to keep the foregoing confidential so - long as Recipient does not otherwise violate this Agreement. - - 2.2 Contributor grants to each Recipient, a world-wide, royalty-free, non- - exclusive license under Contributor's Necessary Patent Claims to make, use, - sell, offer for sale, or import the such Contributor's Contribution and the Program - only to the minimum extent necessary to exercise the rights granted in Section - 2.1(a). - - 2.3 Each Contributor represents that to its knowledge it has sufficient rights in - its Contribution, if any, to grant the licenses set forth in Sections 2.1 and 2.2. - - 2.4 Except as expressly stated in Sections 2.1 and 2.2, Recipient receives no - rights or licenses to the intellectual property of any Contributor under this - Agreement, whether expressly, by implication, estoppel or otherwise. All rights in - the Program not expressly granted under this Agreement are reserved. - - 2.5 Recipient shall retain its entire right, title, and interest in and to - Contributions disclosed by Recipient hereunder, including all Copyrights/Trade - Secret Rights and patent rights embodied therein, subject to the underlying rights - embodied in the Original Program and further subject to those rights expressly - granted in this Agreement. Recipient agrees that Recipient shall not remove or - alter any proprietary notices contained in the Contributions licensed to Recipient - hereunder and shall reproduce and include such notices on any copies of the - Contributions made by Recipient in any media. - -2.6 License to Marks. - - (a) OSCI shall retain all right, title and interest in and to the Marks - worldwide, subject to the limited license granted to Recipient in this - Section 2.6. OSCI hereby grants Recipient a non-exclusive, royalty-free, - limited license to use the Marks solely in connection with its exercise of - the rights granted pursuant to this Agreement and to indicate that the - products being marketed by Recipient are compatible with, and meet the - standards of, the SystemC modeling language. All uses of the Marks shall - be in accordance with OSCI’s trademark usage policy set forth in Exhibit - D. - - (b) Recipient shall assist OSCI to the extent reasonably necessary to - protect and maintain the Marks worldwide, including, but not limited to, - giving prompt notice to OSCI of any known or potential infringement of the - Marks, and cooperating with OSCI in preparing and executing any - documents necessary to register the Marks, or as may be required by the - laws or rules of any country or jurisdiction. In its sole discretion, OSCI - may commence, prosecute or defend any action or claim concerning the - Marks. OSCI shall have the right to control any such litigation, and - Recipient shall fully cooperate with OSCI in any such litigation. OSCI shall - reimburse Recipient for the reasonable costs associated with providing - such assistance, except to the extent that such costs result from - Recipient’s breach of this Section 2.6. Recipient shall not commence any - action regarding the Marks without OSCI’s prior written consent. - - (c) All goodwill with respect to the Marks shall accrue for the sole - benefit of OSCI. Recipient shall maintain the quality of any products, - associated packaging, collateral and marketing materials on which it uses - any of the Marks in a manner consistent with all terms, conditions and - requirements set forth in this Section 2.6 and at a level that meets or - exceeds Recipient’s overall reputation for quality and that is at least - commensurate with industry standards. - -2.7 RECIPIENT UNDERSTANDS THAT ALTHOUGH EACH CONTRIBUTOR -GRANTS THE LICENSES TO ITS CONTRIBUTIONS SET FORTH HEREIN, NO -ASSURANCES ARE PROVIDED BY ANY CONTRIBUTOR THAT THE -CONTRIBUTION ALONE OR IN COMBINATION WITH THE PROGRAM DOES -NOT INFRINGE THE PATENT OR OTHER INTELLECTUAL PROPERTY -RIGHTS OF ANY OTHER ENTITY. EACH CONTRIBUTOR DISCLAIMS ANY -LIABILITY TO RECIPIENT FOR CLAIMS BROUGHT BY ANY OTHER ENTITY -BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR -OTHERWISE. In addition, as a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to secure -any other intellectual property rights needed, if any. For example, if a third party -patent license is required to allow Recipient to Distribute the Program, it is -Recipient's responsibility to acquire that license before Distributing the Program. - -3. DESCRIPTION AND DEPOSIT OF CONTRIBUTIONS - - 3.1 To the extent Recipient wishes to become a Contributor by making a - Contribution, such Contributor shall: - - (a) (i) deposit such Contribution in Source Code form at - http://www.systemc.org/ according to the Contribution instructions found at - such site, or (ii) disclose such Contribution at a meeting of any working - group of OSCI; - - (b) (i) describe such Contribution in reasonable detail on Exhibit B - (including the additions or changes such Contributor made to create the - Contribution and the date of any such changes or additions), (ii) - completing a Contribution Questionnaire with respect to such Contribution, - and (iii) delivering both documents to OSCI. All Contributions made after - the date hereof shall be effectuated by Contributor (x) amending Exhibit B - and delivering such amended Exhibit B to OSCI, which amended exhibit - shall automatically replace the existing Exhibit B, (y) competing a - Contribution Questionnaire with respect to such Contribution, and (z) - delivering both documents to OSCI; - - (c) cause such Contribution to contain a file documenting such - Contributor's name and contact information, additions or changes such - Contributor made to create the Contribution, and the date of any such - changes or additions; - - (d) cause such Contribution to include in each file a prominent - statement substantially similar to the following: "The following code is - derived, directly or indirectly, from the SystemC source code Copyright (c) - 1996-{date here} by all Contributors. All Rights reserved. The contents of - this file are subject to the restrictions and limitations set forth in the - SystemC Open Source License Version 2.3 (the "License"). You may not - use this file except in compliance with such restrictions and limitations. - You may obtain instructions on how to receive a copy of the License at - http://www.systemc.org/. Software distributed by Contributors under the - License is distributed exclusively on an "AS IS" basis, WITHOUT - WARRANTY OF ANY KIND, either express or implied. See the License - for the specific language governing rights and limitations under the - License."; and - (e) cause such Contribution to include a text file titled "LEGAL" which - describes any intellectual property rights of which Contributor is aware that - it or any third party may hold in the functionality or code of such - Contribution. - - 3.2 OSCI or the administrators of the http://www.systemc.org/ web site shall - have the right to authorize removal from such site any Contribution at any time. - -4. REQUIREMENTS OF DISTRIBUTION - - 4.1 A Recipient may choose to Distribute the Program in object code form - under its own license agreement, provided that: - - (a) Recipient complies with the terms and conditions of this - Agreement; and - - (b) the terms and conditions of Recipient's license agreement with its - licensees: - - i. effectively disclaim on behalf of all Contributors all - warranties and conditions, express and implied, including - warranties or conditions of title and non-infringement, and implied - warranties or conditions of merchantability and fitness for a - particular purpose; - - ii. effectively exclude on behalf of all Contributors all liability for - damages, including, but not limited to, direct, indirect, special, - incidental and consequential damages, such as lost profits; - - iii. state that any provisions which differ from this Agreement - are offered by that Recipient alone and not by any other party; and - - iv. state that source code for the Program is available from such - Recipient, and inform licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software - exchange. - - 4.2 If a Recipient chooses to Distribute the Program in source code form then: - - (a) the Program must be Distributed under this Agreement; and - - (b) a copy of this Agreement must be included with each copy of the - Program. - - 4.3 Each Recipient must include the following in a conspicuous location in the - Program so Distributed or transferred: - Copyright (c) 1996-{date here}, by all Contributors. All rights - reserved. - - 4.4 In addition, each Recipient that creates and Distributes or otherwise - transfers a Modification whether or not such Modification has been deposited - pursuant to Section 3 must identify the originator of such Modification in a - manner that reasonably allows third parties to identify the originator of the - Modification. - -5. INDEMNIFICATION - -A Recipient who Distributes the Program (a "Distributor") may accept certain -responsibilities with respect to end users, business partners and the like. While this -license is intended to facilitate the commercial use of the Program, a Distributor shall -Distribute the Program in a manner which does not create potential liability for -Contributors. Therefore each Distributor hereby agrees to defend and indemnify every -Contributor ("Indemnified Contributor") against any losses, damages and costs -(collectively "Losses") arising from claims, lawsuits and other legal actions brought by a -third party against the Indemnified Contributor to the extent caused by the acts or -omissions of such Distributor, including but not limited to the terms and conditions under -which Distributor offered the Program, in connection with its Distribution of the Program. -The obligations in this section do not apply to any claims or Losses relating to any -actual or alleged intellectual property infringement of the Program. In order to qualify, -an Indemnified Contributor must: (a) promptly notify the Distributor in writing of such -claim, and (b) allow the Distributor to control, and cooperate with the Distributor in, the -defense and any related settlement negotiations. The Indemnified Contributor may -participate in the defense of any such claim at its own expense. - -For example, a Recipient might include the Program in a commercial product offering, -Product X. That Recipient is then a Distributor. If that Distributor then makes -performance claims, or offers warranties, support, or indemnity or any other license -terms related to Product X, those performance claims, offers and other terms are such -Distributor's responsibility alone. Under this section, the Distributor would have to -defend claims against the Contributors related to those performance claims, offers, and -other terms, and if a court requires any Contributor to pay any damages as a result, the -Distributor must pay those damages. - -6. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED EXCLUSIVELY ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT -LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. EACH RECIPIENT IS -SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF ITS USE AND -DISTRIBUTION OF THE PROGRAM AND ASSUMES ALL RISKS ASSOCIATED WITH ITS -EXERCISE OF RIGHTS UNDER THIS AGREEMENT, INCLUDING BUT NOT LIMITED TO -THE RISKS AND COSTS OF PROGRAM ERRORS, COMPLIANCE WITH APPLICABLE -LAWS, DAMAGE TO OR LOSS OF DATA, PROGRAMS OR EQUIPMENT, AND -UNAVAILABILITY OR INTERRUPTION OF OPERATIONS. THIS DISCLAIMER OR -WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS AGREEMENT. NO USE OF -THE PROGRAM OR ANY MODIFICATIONS THERETO ARE AUTHORIZED HEREUNDER -EXCEPT UNDER THIS DISCLAIMER. - -7. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR -ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -8. U.S. GOVERNMENT USE - -If Recipient is licensing the Program on behalf of any unit or agency of the United States -Government, then the Program and any related documentation is commercial computer -software, and, pursuant to FAR 12.212 or DFARS 227.7202 and their successors, as -applicable, shall be licensed to the Government under the terms and conditions of this -Agreement. - -9. PATENT CLAIMS - -If Recipient institutes patent litigation against any entity (including a cross-claim, -counterclaim or declaratory judgment claim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) infringes such -Recipient's patent(s), then the rights granted to Recipient by each Contributor under -Section 2.2 shall terminate as of the date such litigation is filed. - -10. TERMINATION - -All Recipient's rights under this Agreement shall terminate if Recipient fails to comply -with any of the material terms or conditions of this Agreement and does not cure such -failure in a reasonable period of time after becoming aware of such noncompliance. If -such occurs, Recipient shall cease use and Distribution of the Program based upon the -rights granted to Recipient under this Agreement as soon as reasonably practicable. -However, Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to the Program shall survive such termination. - -11. LICENSE VERSIONS - -OSCI may publish new versions (including revisions) of this Agreement from time to -time. Each new version of the Agreement will be given a distinguishing version number. -The Program may always be Distributed subject to the version of the Agreement under -which it was received. In addition, after a new version of the Agreement is published, -Contributor may elect to Distribute the Program under the new version. No one other -than OSCI, acting by a vote of at least 75% of the members of its Board of Directors, -has the right to modify this Agreement; provided that Exhibit B and Exhibit C may be -amended as specifically set forth in Section 3.1(b), and Exhibit D may be amended as -specifically set forth in Section 1.10. - -12. ELECTRONIC ACCEPTANCE - -This Agreement may be executed either electronically or on paper. By clicking on the -“Accept” button, Recipient warrants that it agrees to all of the terms of this Agreement, -that Recipient is authorized to enter into this Agreement, and that this Agreement is -legally binding upon Recipient. If Recipient does not agree to be bound by this -Agreement, then Recipient shall click the “Decline” button and Recipient shall not -receive any rights from the Contributors nor shall Recipient download any materials, -including the Program. - -13. GENERAL - -This Agreement represents the complete agreement concerning the subject matter -hereof and supersedes all prior agreements or representations, oral or written, -regarding the subject matter hereof. If any provision of this Agreement is invalid or -unenforceable under applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by the parties -hereto, such provision shall be reformed to the minimum extent necessary to make such -provision valid and enforceable. - -This Agreement is governed by the laws of California, without reference to conflict of -laws principles. Each party waives its rights to a jury trial in any resulting litigation. Any -litigation relating to this Agreement shall be subject to the jurisdiction of the Federal -Courts of the Northern District of California, with venue lying in Santa Clara County, -California, or the Santa Clara County Superior Court. The application of the United -Nations Convention on Contracts for the International Sale of Goods is expressly -excluded. The provisions of this Agreement shall be construed fairly in accordance with -its terms and no rules of construction for or against either party shall be applied in the -interpreting this Agreement. Recipient shall not use the Program in violation of local -and other applicable laws including, but not limited to, the export control laws of the -United States. - EXHIBIT A - - List of Contributors - - -1. Synopsys, Inc. - -2. Cadence Design Systems, Inc. - -3. CoWare, Inc. - EXHIBIT D - - Trademark Usage Policy - -I. LIST OF MARKS - - 1. Open SystemC - - 2. Open SystemC Initiative - - 3. OSCI, SystemC - - 4. SystemC Graphic Logo - - 5. All logos that incorporate the foregoing word marks - - -II. PROPER USE OF MARKS - -Trademarks and service marks function as adjectives and generally should not be used as -nouns or verbs. Accordingly, as often as possible, the Marks should be used as adjectives -immediately preceding the generic noun that refers to the service in question. For example: - - The SystemC™ software - The SystemC™ LRM - -No Possessives or Plurals. Since they are not nouns, the Marks should never be used in the -possessive or plural forms. For example, it is not appropriate to write “SystemC’s software.” - -No Use as Verbs or as Puns. The Marks should never be used as verbs or as puns. - - -III. PROPER ATTRIBUTION - -Trademark ownership is attributed in two ways, with the use of a symbol (TM, SM, ®) after the mark -and with a legal legend, usually found at the end of a document following the copyright notice. -Following are OSCI’s rules for symbols and legends to attribute the Marks: - -Symbols: - -Which Symbol Do I Use? -The Marks generally function as trademarks rather than servicemarks. Unless you are -specifically directed otherwise, please use the ™ or ® symbol after the Marks. - -Where Do I Place the ® Symbol? -The ™ or ® symbol is placed immediately after the mark, either in superscript or subscript. - -When Do I Use the Symbol? -The ™ or ® symbol is to be used after the Marks in the following instances: - -Most Prominent Uses : A ™ or ® symbol is required after prominent uses of the Marks, e.g., in -the headlines and large print text of web pages, advertisements, other promotional materials -and press releases, except where space limitations or specific style considerations prevent -compliance with this requirement. - -First Use in Text: A ™ or ® symbol is required after the first use of each Mark in text, e.g. -advertising copy or the body of press releases, even though the symbol may have already -appeared in the headline or after another prominent use of the mark in the same document. - -All Logos: The ™ or ® symbol must appear after all logos incorporating the Marks. - - -IV. Legends - -All Marks that appear on a web page or in a press release, advertisement or other written -material (whether in print or electronic form) must be attributed in an appropriate legend. The -legend may be presented in “mouseprint” but must be large enough to be read easily. Legends -generally appear at the end of a document or the bottom of a web page but may be placed -elsewhere, e.g. the inside cover of documentation. - -The OSCI Legend: The following legend should be used in all materials in which any of the -Marks appear: - -[Insert the Marks] are trademarks or registered trademarks of Open SystemC Initiative, Inc. in -the United States and other countries and are used with permission. - - -V. MARKS NEVER COMBINED - -The Marks should never be combined with the marks of any business other than OSCI. The -Marks should always appear visually separate from any other marks appearing in the same -materials such that each mark creates a distinct commercial impression. It would, for instance, -not be appropriate to superimpose the logo of another business over any OSCI logo. - - -VI. LOGOS - -Logos incorporating the Marks can only be used in the format provided to you by OSCI for -incorporation into your materials or web pages. The logos provided to you by OSCI cannot be -modified in any way without OSCI’s prior written approval. Logos copied from OSCI web pages -or other materials may not to be used. Please contact webmaster@systemc.org to obtain -electronic files containing the OSCI logos and to ask any questions regarding the logos. diff --git a/licenses/SOPLA-3.0 b/licenses/SOPLA-3.0 deleted file mode 100644 index ce9a8ac0ddd5..000000000000 --- a/licenses/SOPLA-3.0 +++ /dev/null @@ -1,668 +0,0 @@ - SYSTEMC OPEN SOURCE LICENSE - (SOFTWARE DOWNLOAD AND USE LICENSE AGREEMENT VERSION 3.0) - -PLEASE READ THIS LICENSE AGREEMENT CAREFULLY BEFORE CLICKING ON -THE "ACCEPT" BUTTON, AS BY CLICKING ON THE "ACCEPT" BUTTON YOU -ACKNOWLEDGE THAT YOU HAVE READ, UNDERSTOOD AND AGREE TO BE -BOUND BY THIS LICENSE AGREEMENT AND ALL OF ITS TERMS AND -CONDITIONS. - -OPEN SYSTEMC INITIATIVE - -The purpose of the following license agreement (the "Agreement") is to encourage -interoperability and development of a C++ modeling language known as "SystemC" for -system simulation and design (the "Purpose"). The SystemC software and other items -licensed hereunder are licensed, without fee of any kind, for use pursuant to the terms -and conditions set forth in this Agreement. - -LICENSE AGREEMENT - -THE CONTRIBUTORS ARE WILLING TO LICENSE THEIR RESPECTIVE CONTRIBUTIONS -TO YOU ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS OF THIS -LICENSE AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS -LICENSE AGREEMENT, THEN NO RIGHTS ARE GRANTED TO YOU HEREUNDER TO USE -ANY CONTRIBUTIONS. NOTWITHSTANDING ANYTHING TO CONTRARY, ANY USE, -REPRODUCTION OR DISTRIBUTION OF ANY CONTRIBUTION CONSTITUTES YOUR -ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS. - - 1.1 "Agreement" means this contract. - - 1.2 "Code Contribution" means any Contribution in the form of Source Code. - - 1.3 "Contribution" means any work of authorship that is deposited or - contributed in accordance with Section 3 in furtherance of the Purpose including, - without limitation, libraries, programs, specifications and User Documentation - and Modifications. Without limiting the generality of the foregoing, a list of all - Contributions which were deposited or contributed on or before July 13, 2006 is - set forth on Exhibit A attached hereto and incorporated herein by reference, all of - which are considered Contributions pursuant to this Agreement. A list of all - Contributions is available upon written request to OSCI and can also be found on - the Website. For purposes of clarification, all contributions licensed pursuant to - that certain SystemC Open Source License Agreement (Software Download and - Use License Agreement Version 2.4) shall constitute, and be treated as, - Contributions pursuant to this Agreement. - - 1.4 “Copyright Agreement” means any LRM and Copyright Contribution - Agreement entered into between OSCI and the signatory thereto at any time - prior to or after the date hereof. - - 1.5 Contribution Questionnaire” means the questionnaire attached hereto as - Exhibit C. - - 1.6 "Contributor" means any person or entity that makes a Contribution - pursuant to Section 3. For purposes of clarification, any person or entity - depositing or contributing, as part or all of a Contribution, a Contribution which - has previously been so deposited or contributed is not the Contributor of such re- - deposited Contribution for the purposes of this Agreement. A list of all - Contributors is available upon written request to OSCI and can also be found on - the Website. - - 1.7 "Contributor's Necessary Patent Claims" means those claims of all patents - owned or licensable by Contributor throughout the world that: (1) Contributor has - the right to license (within the scope set forth herein) without the obligation to pay - royalties or other consideration to third parties; and (2) are necessarily and - directly infringed solely by the portion of a computer program that either - implements, or is compiled from, either an unmodified Contribution or an OSCI - Release. For clarity, Contributor’s Necessary Patent Claims shall not include any - claim directed towards a data structure, method, algorithm, process, technique, - circuit representation, or circuit implementation that is not completely and entirely - described either in such Contributor's Contribution or in an OSCI Release. - Further, a Contributor’s Necessary Patent Claims shall not include any claim - based upon the combination of any Contribution or an OSCI Release with other - works of authorship, to the extent that the Contributor’s Necessary Patent Claims - are infringed as a result of such combination. - - 1.8 "Copyright Rights" means worldwide statutory and common law rights - associated solely with works of authorship including copyrights, copyright - applications, copyright registrations and "moral rights." For purposes of - clarification, patents are not included in Copyright Rights. - - 1.9 “Derivative” or “Derivative work” means a work based upon one or more - preexisting works, such as a translation, condensation, or any other form in - which a work may be recast, transformed, or adapted. A work consisting of - editorial revisions, annotations, elaborations, or other modifications, which, as a - whole, represent an original work of authorship, is a “derivative work”. - - 1.10 "Distribute" means making a Distribution. - - 1.11 "Distribution" means any distribution, sublicensing or other transfer of a - Contribution to any third party. - - 1.12 “Documentation” means, collectively, all User Documentation and OSCI - Documentation. - - 1.13 “Marks” means, collectively, the registered and unregistered marks and - logos that OSCI has licensed or otherwise authorized Recipient to use. All marks - and logos are listed on Exhibit D, which list may be amended from time to time - by OSCI to add or delete any marks or logos. - - 1.14 "Modification" means any additions or deletions to any Contribution. - - 1.15 “OSCI” means Open SystemC Initiative, a California nonprofit mutual - benefit corporation. - - 1.16 "OSCI Documentation" means the SystemC language reference manual - and any other materials assigned to OSCI pursuant to the Copyright Agreement. - - 1.17 “OSCI Release” means a Contribution or combination of Contributions - which is developed or created through the OSCI working group process, and the - final work approved for release by a OSCI working group, approved for release - by the OSCI steering group and approved for release by the board of directors of - OSCI. Examples of OSCI Releases include OSCI libraries and OSCI - specifications. OSCI Documentation shall be deemed to be included in the - definition of OSCI Release. - - 1.18 "Recipient" means any person or entity which receives any Contribution - under this Agreement. For legal entities, "Recipient" includes any entity that - controls, is controlled by, or is under common control with Recipient. For - purposes of this Section 1.18, "control" means beneficial ownership of fifty - percent (50%) or more of the outstanding shares or similar interest of such entity - entitled to vote for election of the board of directors or similar managing authority. - - 1.19 "Source Code" means human readable text in an electronic form suitable - for modification that describe the functions and data structures, including C, C++, - and other language modules, plus any associated interface definition files, scripts - used to control compilation and installation of a computer program, or a list of - source code differential comparisons. - - 1.20 "User Documentation" means all user guides, user manuals and other - similar materials related to any Contribution or an OSCI Release. - - 1.21 "Website” means OSCI’s Internet website located at - http://www.systemc.org. - -2. GRANT OF RIGHTS - - 2.1 Subject to the terms of this Agreement, each Contributor hereby grants to - each Recipient a non-exclusive, worldwide, royalty-free license under such - Contributor's Copyright Rights to do the following: - - (a) use, reproduce, prepare Derivative works of, publicly display, - publicly perform and Distribute any Contributions of such Contributor and - Derivative works thereof; and - - - (b) use the know-how, information and knowledge embedded in the - Contribution, without any obligation to keep the foregoing confidential so - long as the Recipient does not otherwise violate this Agreement. - - 2.2 OSCI hereby grants to each Recipient a non-exclusive, worldwide, royalty- - free license under OSCI's Copyright Rights to use, reproduce, prepare Derivative - works of, publicly display, publicly perform and Distribute the OSCI - Documentation and any Derivative works thereof, subject to the terms and - conditions of this Agreement. - - 2.3 Subject to the terms of this Agreement, each Contributor hereby grants to - each Recipient, a worldwide, royalty-free, non-exclusive license under such - Contributor's Necessary Patent Claims to make, have made, use, sell, offer for - sale, or import: (a) such Contributor's Contributions; (b) those portions of a - computer program that either implements, or is compiled from, the Contributor’s - unmodified Contribution; and (c) those portions of a computer program that - implement, or are compiled from, an OSCI Release. - - 2.4 Each Contributor represents that, to its knowledge, it has sufficient rights - in and to each of its Contributions to grant the licenses set forth in Sections 2.1 - and 2.3. OSCI represents that, to its knowledge, it has sufficient rights in the - OSCI Documentation to grant the license set forth in Section 2.2. - - 2.5 Except as expressly stated in Sections 2.1, 2.2 and 2.3, Recipient - receives no rights or licenses to the intellectual property of any Contributor or - OSCI under this Agreement, whether expressly, by implication, estoppel or - otherwise. All rights in and to any Contribution not expressly granted under this - Agreement are reserved. - - 2.6 Except as specifically set forth in any Copyright Agreement, Contributor - shall ensure that transfers or assignments of all or any part of its right, title, and - interest in and to any Contributions contributed or deposited by Contributor - hereunder, including all Copyright Rights and patent rights embodied therein, - shall be subject to the rights expressly granted in this Agreement including, - without limitation, the licenses granted in Sections 2.1 and 2.3. Recipient shall - not remove or alter any proprietary notices contained in the Contributions - licensed to Recipient hereunder and shall reproduce and include such notices on - any copies of the Contributions made by Recipient in any media. - - 2.7 License to Marks. - - (a) OSCI shall retain all right, title and interest in and to the Marks - worldwide, subject to the limited license granted to Recipient in this - Section 2.7. OSCI hereby grants Recipient a non-exclusive, royalty-free, - limited license to use the Marks solely in connection with its exercise of - the rights granted pursuant to this Agreement and to indicate that the - products being marketed by Recipient are compatible with, and meet the - standards of, OSCI Releases. All uses of the Marks shall be in - accordance with OSCI’s trademark usage policy set forth in Exhibit D. - - (b) Recipient shall assist OSCI to the extent reasonably necessary to - protect and maintain the Marks worldwide, including, but not limited to, - giving prompt notice to OSCI of any known or potential infringement of the - Marks, and cooperating with OSCI in preparing and executing any - documents necessary to register the Marks, or as may be required by the - laws or rules of any country or jurisdiction. In its sole discretion, OSCI - may commence, prosecute or defend any action or claim concerning the - Marks. OSCI shall have the right to control any such litigation, and - Recipient shall fully cooperate with OSCI in any such litigation. OSCI shall - reimburse Recipient for the reasonable costs associated with providing - such assistance, except to the extent that such costs result from - Recipient’s breach of this Section 2.7. Recipient shall not commence any - action regarding the Marks without OSCI’s prior written consent. - - (c) All goodwill with respect to the Marks shall accrue for the sole - benefit of OSCI. Recipient shall maintain the quality of any products, - associated packaging, collateral and marketing materials on which it uses - any of the Marks in a manner consistent with all terms, conditions and - requirements set forth in this Section 2.7 and at a level that meets or - exceeds Recipient’s overall reputation for quality and that is at least - commensurate with industry standards. - - 2.8 RECIPIENT UNDERSTANDS THAT ALTHOUGH EACH CONTRIBUTOR AND - OSCI GRANTS THE LICENSES SET FORTH HEREIN, NO ASSURANCES ARE - PROVIDED BY ANY CONTRIBUTOR OR OSCI THAT ANY OSCI RELEASE OR ANY - CONTRIBUTION, EITHER ALONE OR IN COMBINATION WITH ANY OTHER - CONTRIBUTION, DOES NOT INFRINGE THE PATENT OR OTHER INTELLECTUAL - PROPERTY RIGHTS OF ANY OTHER ENTITY. MOREOVER, NO ASSURANCES - ARE MADE THAT ANY CONTRIBUTION OF ONE CONTRIBUTOR DOES NOT - INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANOTHER CONTRIBUTOR. - EACH CONTRIBUTOR AND OSCI DISCLAIM ANY LIABILITY TO RECIPIENT FOR - CLAIMS BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF - INTELLECTUAL PROPERTY RIGHTS OR OTHERWISE. In addition, as a condition - to exercising the rights and licenses granted hereunder, each Recipient hereby - assumes sole responsibility to secure any other intellectual property rights - needed, if any. For example, if a third party patent license is required to allow - Recipient to Distribute a computer program, then it is Recipient's responsibility to - acquire that license before Distributing such computer program. - -3. DESCRIPTION AND DEPOSIT OF CONTRIBUTIONS - - 3.1 To the extent Recipient wishes to become a Contributor by making a - Contribution, such Contributor shall: - - (a) (i) deposit such Contribution at the Website according to the - Contribution instructions found at such Website, or (ii) disclose such - Contribution at a meeting of any working group of OSCI; - - (b) (i) describe such Contribution in reasonable detail on Exhibit B - (including the additions or changes such Contributor made to create the - Contribution and the date of any such changes or additions), (ii) - completing a Contribution Questionnaire with respect to such Contribution, - and (iii) delivering both documents to the Secretary of OSCI. All - Contributions made after the date hereof shall be effectuated by - Contributor (x) amending Exhibit B and delivering such amended Exhibit B - to the Secretary of OSCI, which amended exhibit shall automatically - replace the existing Exhibit B, (y) completing a Contribution Questionnaire - with respect to such Contribution, and (z) delivering both documents to the - Secretary of OSCI; - - (c) cause such Contribution to contain a file documenting such - Contributor's name and contact information, additions or changes such - Contributor made to create the Contribution, and the date of any such - changes or additions; and - - (d) cause such Contribution to include in each file a prominent - statement substantially similar to the following: "Any code contained in this - Contribution is derived, directly or indirectly, from the SystemC source - code. Copyright (c) 1996-{current year here} by all Contributors. All - Rights reserved. The contents of this file are subject to the restrictions - and limitations set forth in the SystemC Open Source License Version 3.0 - (the "License"). You may not use this file except in compliance with such - restrictions and limitations. You may obtain instructions on how to receive - a copy of the License at http://www.systemc.org/. Software distributed by - Contributors under the License is distributed exclusively on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. - See the License for the specific language governing rights and limitations - under the License." - - - 3.2 OSCI may from time to time publish policies and procedures regarding the - contribution or depositing of Contributions as well as establish additional details - regarding the contribution process. Without limiting the foregoing, OSCI or the - administrators of the Website shall have the right to remove any Contribution - from the Website at any time. - -4. REQUIREMENTS OF DISTRIBUTION - - 4.1 A Recipient may choose to Distribute any Contribution or any compilation - of multiple Contributions (except for any Code Contributions) under its own - license agreement, provided that: - - (a) Recipient complies with the terms and conditions of this - Agreement; - - (b) as between Recipient and any other Contributor, Recipient - assumes all warranties and conditions, express and implied, and all - liability for damages arising out of its Distribution; and - - (c) Recipient makes available to recipients of such Distribution the - Source Code for such Distributions, and inform them on how to obtain it in - a reasonable manner on or through a medium customarily used for - software exchange. - - 4.2 If a Recipient chooses to Distribute any Code Contribution or compilations - of Code Contributions then: - - (a) such Code Contribution must be Distributed under this Agreement; - and - - (b) a copy of this Agreement must be included with each copy of such - Code Contribution. - - 4.3 Each Recipient must include the following in a conspicuous location in the - Code Contribution so Distributed: - - Copyright (c) 1996-{current year here}, by all Contributors. - All rights reserved. - - 4.4 In addition, each Recipient that creates and Distributes or otherwise - transfers a Modification whether or not such Modification has been deposited - pursuant to Section 3 must identify the originator of such Modification in a - manner that reasonably allows third parties to identify the originator of the - Modification. - - - 4.5 A Recipient may choose to Distribute the OSCI Documentation under its - own license agreement, provided that Recipient complies with the terms and - conditions of this Agreement. Each Recipient must include the following in a - conspicuous location in the OSCI Documentation so Distributed or transferred: - - Copyright (c) 1996-{current year here}, by Open SystemC - Initiative. All rights reserved. - - In addition, each Recipient that creates and Distributes a modification or - Derivative work of the OSCI Documentation, whether or not such modification or - Derivative work has been contributed pursuant to a Copyright Agreement must - identify the originator of such modification or Derivative work in a manner that - reasonably allows third parties to identify the originator of the modification or - derivative work. - -5. INDEMNIFICATION - - -Any Recipient which Distributes any Contribution and/or OSCI Release (a "Distributor") -may accept certain responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use of Contributions -OSCI Documentation and OSCI Releases, a Distributor shall Distribute such -Contributions, OSCI Documentation and OSCI Releases in a manner which does not -create potential liability for the Contributors. Therefore each Distributor hereby agrees -to defend and indemnify every Contributor ("Indemnified Contributor") against any -losses, damages and costs (collectively "Losses") arising from claims, lawsuits and -other legal actions brought by a third party against the Indemnified Contributor to the -extent caused by the acts or omissions of such Distributor, including but not limited to -the terms and conditions under which Distributor offered such Contributions, OSCI -Documentation and/or OSCI Releases in connection with its Distribution thereof. The -obligations in this Section 5 do not apply to any claims or Losses relating to any actual -or alleged intellectual property infringement of any Contribution, OSCI Documentation or -OSCI Release. In order to qualify, an Indemnified Contributor must: (a) promptly notify -the Distributor in writing of such claim, and (b) allow the Distributor to control, and -cooperate with the Distributor in, the defense and any related settlement negotiations. -The Indemnified Contributor may participate in the defense of any such claim at its own -expense. - -For example, a Recipient might include a Contribution in a commercial product offering, -Product X. That Recipient is then a Distributor. If that Distributor then makes -performance claims, or offers warranties, support, or indemnity or any other license -terms related to Product X, those performance claims, offers and other terms are such -Distributor's responsibility alone. Under this Section 5, the Distributor would have to -defend claims against the Contributors related to those performance claims, offers, and -other terms, and if a court requires any Contributor to pay any damages as a result, the -Distributor must pay those damages. - -6. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, ALL CONTRIBUTIONS, OSCI -DOCUMENTATION AND OSCI RELEASES ARE PROVIDED EXCLUSIVELY ON AN "AS IS" -BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF -TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR -PURPOSE. EACH RECIPIENT IS SOLELY RESPONSIBLE FOR DETERMINING THE -APPROPRIATENESS OF ITS USE AND DISTRIBUTION OF ANY CONTRIBUTION, OSCI -DOCUMENTATION AND OSCI RELEASE AND ASSUMES ALL RISKS ASSOCIATED WITH -ITS EXERCISE OF RIGHTS UNDER THIS AGREEMENT, INCLUDING BUT NOT LIMITED TO -THE RISKS AND COSTS OF PROGRAM ERRORS, COMPLIANCE WITH APPLICABLE -LAWS, DAMAGE TO OR LOSS OF DATA, PROGRAMS OR EQUIPMENT, AND -UNAVAILABILITY OR INTERRUPTION OF OPERATIONS. THIS DISCLAIMER OR -WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS AGREEMENT. NO USE OF -ANY CONTRIBUTION, OSCI DOCUMENTATION OR OSCI RELEASE ARE AUTHORIZED -HEREUNDER EXCEPT UNDER THIS DISCLAIMER. - -7. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NONE OF THE RECIPIENTS, -CONTRIBUTORS OR OSCI SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE, OR CONSEQUENTIAL DAMAGES -(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF ANY CONTRIBUTION, OSCI DOCUMENTATION OR OSCI RELEASE OR -THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - -8. U.S. GOVERNMENT USE - -If Recipient is licensing any computer program on behalf of any unit or agency of the -United States Government, then such computer program is commercial computer -software, and, pursuant to FAR 12.212 or DFARS 227.7202 and their successors, as -applicable, shall be licensed to the Government under the terms and conditions of this -Agreement. - -9. PATENT CLAIMS - -If Recipient institutes patent litigation against any entity (including a cross-claim, -counterclaim or declaratory judgment claim in a lawsuit) alleging that any Contribution, -OSCI Release or combination of Contributions (excluding combinations of any -Contribution with other software or hardware) infringes such Recipient's patent(s), then -the rights granted to Recipient by each Contributor under Section 2 shall terminate as of -the date such litigation is filed. - -10. TERMINATION - -All Recipient's rights under this Agreement shall terminate if Recipient fails to comply -with any of the material terms or conditions of this Agreement and does not cure such -failure in a reasonable period of time after becoming aware of such noncompliance. If -such occurs, Recipient shall cease all use and Distribution of any Contributions of any -other Contributor, OSCI Documentation and OSCI Releases based upon the rights -granted to Recipient under this Agreement as soon as reasonably practicable. -However, Recipient's obligations under this Agreement and any licenses granted by -Recipient relating to any Contributions shall survive such termination. - -11. LICENSE VERSIONS - -OSCI may publish new versions (including revisions) of this Agreement from time to -time. Each new version of the Agreement will be given a distinguishing version number. -Any Contribution, OSCI Documentation or OSCI Release may always be Distributed -subject to the version of the Agreement under which it was received. In addition, after a -new version of the Agreement is published, Contributor may elect to Distribute any -Contribution, OSCI Documentation or OSCI Release under the new version. No one -other than OSCI, acting by a vote of at least seventy five percent (75%) of the members -of its Board of Directors, has the right to modify this Agreement; provided that Exhibit B -and Exhibit C may be amended as specifically set forth in Section 3.1(b), and Exhibit D -may be amended as specifically set forth in Section 1.13. - -12. ELECTRONIC ACCEPTANCE - -This Agreement may be executed either electronically or on paper. If this Agreement is -executed electronically, by clicking on the “Accept” button, Recipient warrants that it -agrees to all of the terms of this Agreement, that Recipient is authorized to enter into -this Agreement, and that this Agreement is legally binding upon Recipient. If Recipient -does not agree to be bound by this Agreement, then Recipient shall click the “Decline” -button and Recipient shall not receive any rights from the Contributors nor shall -Recipient download any Contributions, OSCI Documentation or OSCI Releases. - -13. GENERAL - -This Agreement represents the complete agreement concerning the subject matter hereof -and supersedes all prior agreements or representations, oral or written, regarding the -subject matter hereof. If any provision of this Agreement is invalid or unenforceable -under applicable law, it shall not affect the validity or enforceability of the remainder of the -terms of this Agreement, and without further action by the parties hereto, such provision -shall be reformed to the minimum extent necessary to make such provision valid and -enforceable. This Agreement shall be executed in multiple counterparts (either -electronically and/or on paper), each of which shall be deemed to be an original, but all of -which shall be one and the same Agreement. A facsimile or other copy of the Agreement -shall have the same force and effect as an originally executed copy thereof. - - -This Agreement is governed by the laws of California, without reference to conflict of -laws principles. Each party waives its rights to a jury trial in any resulting litigation. Any -litigation relating to this Agreement shall be subject to the jurisdiction of the Federal -Courts of the Northern District of California, with venue lying in Santa Clara County, -California, or the Santa Clara County Superior Court. The application of the United -Nations Convention on Contracts for the International Sale of Goods is expressly -excluded. The provisions of this Agreement shall be construed fairly in accordance with -its terms and no rules of construction for or against either party shall be applied in the -interpreting this Agreement. Recipient shall not use any Contribution, OSCI -Documentation or OSCI Release in violation of local and other applicable laws -including, but not limited to, the export control laws of the United States. - - - EXHIBIT A - - List of Contributions as of July 13, 2006 - - -Number Contribution - -1. Updated TLM Proposal - -2. TLM Extensions - -3. Abstract titled "Transaction Level Modeling in SystemC" - -4. Code and related material entitled "SCE-API Example - Standard Co-emulation APO v1.8 -Spec and Routed Example" - -5. Code and related material entitled "Simplebus v2.2 Example for SystemC v2.0. - -6. Code and related material entitled "SystemC Generic Transaction Level Communication -Channel." - -7. Review of TLM API code and related documents. - -8. SystemC Verification Library version 1.0; versions 1.1, 1.2, 2.0, 2.0.1 of the SystemC modeling -language as released by OSCI and which are, or were, available for download on the website -prior to the agreement; version 2.1 (beta 11) of the SystemC modeling language to be -released and made available by OSCI for download on the website. - -9. Code and related material entitled "System Design with SystemC Examples." - -10. Presentation document titled "Towards a SystemC Transaction Level Modeling Standard," -dated June 2004; presentation document titled "TLM Extensions," dated April 2004; -presentation document titled "Updated TLM Proposal," dated March 29, 2004; abstract titled -"Transaction Level Modeling in System C." - -11. Code and related material entitled "MP3 Decoder Example plus Performance Benchmark." - -12. SystemC October 12 Library. - -13. Source code modifications to the SystemC Library embodied in the October 12, 2004 kit -(system_2_z_lib.oct_12_2004.tgz). - -Source code modifications to the SystemC Regression Test Suite embodied in the October 12, -2004 kit (systemc_2_1_tests.oct_12_2004.tgz). - -14. Synthesizable Subset 1.0. - -15. TLM Contribution (Presentation documents; abstract; code; proposal dated 3/24/04). - -16. Updated version of TLM kit - -17. Code and related material “2.1 Beta Regression Tests” - -18. Code and related material “OSCI SystemC 2.1 Beta” - -19. SystemC 2.1 - -20. Assorted recommendations for enhancements, bug fixes and improved cross-platform support, -including project files for Microsoft Visual C++ versions 6.0 and 7.1 that are contained within -the files systemc-2.1.05may05.tgz and systemc_tests-2.105may05.tgz. - -21. Minor modifications incorporated in SystemC 2.1 open source implementation dated July 14, -2005 to permit port to Microsoft VC++ Version 7. - -22. Numerous modifications incorporated in SystemC 2.1 open source implementation dated July -14, 2005. - -23. A collection of interfaces and implementations in SystemC for analysis objects. - -A collection of interfaces and implementations in SystemC for configuring components in a -design. - -24. Modifications to the most recent version of SCV which allow it to run under the SystemC-2.1v1 -kit. - -25. Set of header files intended to be included in the SystemC TLM Modelling library code. The -API provides for 1 interfaces: (a) “Atom at once (Variously called BA, PVT, CC) in which a -single atom is transported at once. - -26. Modifications included in SystemC 2.2 library labeled “systemc-2.2.04feb06.tgz;” - -Modifications included in SystemC 2.2 test suite labeled “systemc_tests-2.2.04feb06.tgz.” - -27. Modifications to the SystemC 2.2 library to enable the port to gcc version 4; - -Addition of compliance_1666 tests to the SystemC 2.2 regression test suite. - -28. OSCI_TL3_2006_03_01.zip, including any updates of any of the foregoing, and -OSCI_SCML_Memory_and_Bitfield_2006_03_01.zip, including any updates of any of the -foregoing. - -29. C++/SystemC Code for Mentor’s SMI System PVT channel implementation; An example of a -protocol specific SystemC PVT channel implementation; Design examples using the above -channel models; A white-paper describing the channel implementations. - - - - EXHIBIT D - - Trademark Usage Policy - -I. LIST OF MARKS - - 1. Open SystemC - - 2. Open SystemC Initiative - - 3. OSCI - - 4. SystemC - - 5. SystemC Initiative - - 6. All logos that incorporate the foregoing word marks - - -II. PROPER USE OF MARKS - -Trademarks and service marks function as adjectives and generally should not be used as -nouns or verbs. Accordingly, as often as possible, the Marks should be used as adjectives -immediately preceding the generic noun that refers to the service in question. For example: - - The SystemC® software - The OSCI® LRM - -No Possessives or Plurals. Since they are not nouns, the Marks should never be used in the -possessive or plural forms. For example, it is not appropriate to write “SystemC’s software.” - -No Use as Verbs or as Puns. The Marks should never be used as verbs or as puns. - - -III. PROPER ATTRIBUTION - -Trademark ownership is attributed in two ways, with the use of a symbol (TM, SM, ®) after the mark -and with a legal legend, usually found at the end of a document following the copyright notice. -Following are OSCI’s rules for symbols and legends to attribute the Marks: - -Symbols: - -Which Symbol Do I Use? -The Marks generally function as trademarks rather than servicemarks. Unless you are -specifically directed otherwise, please use the ® symbol after the Marks. - -Where Do I Place the ® Symbol? -The ® symbol is placed immediately after the mark, either in superscript or subscript. - -When Do I Use the Symbol? -The ® symbol is to be used after the Marks in the following instances: - -Most Prominent Uses: A ® symbol is required after prominent uses of the Marks, e.g., in the -headlines and large print text of web pages, advertisements, other promotional materials and -press releases, except where space limitations or specific style considerations prevent -compliance with this requirement. - -First Use in Text: A ® symbol is required after the first use of each Mark in text, e.g. advertising -copy or the body of press releases, even though the symbol may have already appeared in the -headline or after another prominent use of the mark in the same document. - -All Logos: The ® symbol must appear after all logos incorporating the Marks. - - -IV. Legends - -All Marks that appear on a web page or in a press release, advertisement or other written -material (whether in print or electronic form) must be attributed in an appropriate legend. The -legend may be presented in “mouseprint” but must be large enough to be read easily. Legends -generally appear at the end of a document or the bottom of a web page but may be placed -elsewhere, e.g. the inside cover of documentation. - -The OSCI Legend: The following legend should be used in all materials in which any of the -Marks appear: - -[Insert the Marks] are trademarks or registered trademarks of Open SystemC Initiative, Inc. in -the United States and other countries and are used with permission. - - -V. MARKS NEVER COMBINED - -The Marks should never be combined with the marks of any business other than OSCI. The -Marks should always appear visually separate from any other marks appearing in the same -materials such that each mark creates a distinct commercial impression. It would, for instance, -not be appropriate to superimpose the logo of another business over any OSCI logo. - - -VI. LOGOS - -Logos incorporating the Marks can only be used in the format provided to you by OSCI for -incorporation into your materials or web pages. The logos provided to you by OSCI cannot be -modified in any way without OSCI’s prior written approval. Logos copied from OSCI web pages -or other materials may not to be used. Please contact support@opensystemc.org to obtain -electronic files containing the OSCI logos and to ask any questions regarding the logos. diff --git a/media-plugins/vdr-audiorecorder/Manifest b/media-plugins/vdr-audiorecorder/Manifest deleted file mode 100644 index dc73efd0d5cf..000000000000 --- a/media-plugins/vdr-audiorecorder/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST vdr-audiorecorder-0.1.0-pre14.tgz 101437 SHA256 18b0dfd023e5bda4785cab832478aae205ca02548b32de4458d628672d6fb8e9 SHA512 bd5a12426ec45f7242f1c912ef916c794be69504ed7e0971373fdbee9d664646b4e42e79919489d9aae7bc8b140fee50ea2601f3bdb4f4b260180474879e99f6 WHIRLPOOL dded93a4d7792c8ea522d65aa082a2230ff4c87a8f88f59f65b3733c950c70c8157f96492d048dadb106e2095124a86c8e1794a3e7a369a656ddcdd0d2338549 -DIST vdr-plugin-audiorecorder-2.0.0_rc3.tar.gz 43321 SHA256 ab8b4512ad2a1e592231a1fba57ed37f490107ffe87c01f638bdca054c475378 SHA512 d0e2c190a0d35d59dc36f18070e03002c957aa2879f42ee54dda9dab6bcb489b843d0426a4693d90a91df0760f294dd8bfa08f6db05558c4f7db4a3070d70141 WHIRLPOOL 478b14af7645eea9dedb3b1799f2f9f1feedfc7e774c0e9c0653a342c801d54f2233de536440e80037a878665993d3e3b764dfeda27b157e2e000b4632c513f4 -DIST vdr-plugin-audiorecorder-2.0.0_rc5.tar.gz 45421 SHA256 7399c8c8a6639f03e133c9b2643c0b3abec9f309db0eb5361efff9561d6836f3 SHA512 07d9fe7b3e33d30c49b9aa152f56c6969b99eccc53796994399367489c561cbc7ecebb41ca1036173dd09b21d0dc41f323ef56de8bc607c939cc458386623a63 WHIRLPOOL 4db0ac19f992b6214cdf22e4d756026f4f25b0d9d87abc859a80be68eda1de5399ab38418c3116238781da20131f6253f14e4e6787df911376fb70dd44647432 diff --git a/media-plugins/vdr-audiorecorder/files/confd b/media-plugins/vdr-audiorecorder/files/confd deleted file mode 100644 index af8b71058d1a..000000000000 --- a/media-plugins/vdr-audiorecorder/files/confd +++ /dev/null @@ -1,9 +0,0 @@ -# /etc/conf.d/vdr.audiorecorder - -# ################################################ -# -# Directory to save the recorded and splited mp3s in -# allowed values: directory names -# default: /var/vdr/audiorecorder -#AUDIORECORDER_DIR=/var/vdr/audiorecorder - diff --git a/media-plugins/vdr-audiorecorder/files/rc-addon.sh b/media-plugins/vdr-audiorecorder/files/rc-addon.sh deleted file mode 100644 index 1ce990c5201d..000000000000 --- a/media-plugins/vdr-audiorecorder/files/rc-addon.sh +++ /dev/null @@ -1,12 +0,0 @@ -# -# rc-addon-script for plugin audiorecorder -# -# Matthias Schwarzott - -: ${AUDIORECORDER_DIR:=/var/vdr/audiorecorder} - -plugin_pre_vdr_start() { - add_plugin_param "--recdir=${AUDIORECORDER_DIR}" - add_plugin_param "--debug=0" -} - diff --git a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-ffmpeg-1.patch b/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-ffmpeg-1.patch deleted file mode 100644 index 5c11fdfacb49..000000000000 --- a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-ffmpeg-1.patch +++ /dev/null @@ -1,16 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=443248 - -Index: audiorecorder-0.1.0-pre14/audiorecorder.c -=================================================================== ---- audiorecorder-0.1.0-pre14.orig/audiorecorder.c -+++ audiorecorder-0.1.0-pre14/audiorecorder.c -@@ -176,7 +176,9 @@ bool cPluginAudiorecorder::Initialize(vo - bool cPluginAudiorecorder::Start(void) - { - /* initialize libavcodec */ -+#if LIBAVCODEC_VERSION_MAJOR < 54 - avcodec_init(); -+#endif - avcodec_register_all(); - - probe_audio_codecs(); diff --git a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-libav9.patch b/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-libav9.patch deleted file mode 100644 index 70512e5c1e48..000000000000 --- a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-libav9.patch +++ /dev/null @@ -1,58 +0,0 @@ -diff -urN audiorecorder-0.1.0-pre14.old/convert.c audiorecorder-0.1.0-pre14/convert.c ---- audiorecorder-0.1.0-pre14.old/convert.c 2013-06-17 21:31:31.670412829 +0200 -+++ audiorecorder-0.1.0-pre14/convert.c 2013-06-17 21:35:18.387404763 +0200 -@@ -51,8 +51,8 @@ - return; - } - -- decoder_ctx = avcodec_alloc_context(); -- decoder_open = avcodec_open(decoder_ctx, decoder_codec); -+ decoder_ctx = avcodec_alloc_context3(NULL); -+ decoder_open = avcodec_open2(decoder_ctx, decoder_codec, 0); - - if (decoder_open < 0) { - dsyslog("[audiorecorder]: could not open codec mp2 (%s, " -@@ -77,13 +77,13 @@ - return; - } - -- encoder_ctx = avcodec_alloc_context(); -+ encoder_ctx = avcodec_alloc_context3(NULL); - - encoder_ctx->bit_rate = bit_rate; - encoder_ctx->sample_rate = sample_rate; - encoder_ctx->channels = channels; - -- encoder_open = avcodec_open(encoder_ctx, encoder_codec); -+ encoder_open = avcodec_open2(encoder_ctx, encoder_codec, 0); - - if (encoder_open < 0) { - dsyslog("[audiorecorder]: could not open codec %s (%s, %s())", codec, __FILE__, __func__); -@@ -111,9 +111,13 @@ - avcodec_decode_audio(decoder_ctx, (short *)decoder_buf.data, - &decoder_buf.length, mpa_frame->data, mpa_frame->length); - #else -+ AVPacket avpkt; -+ av_init_packet(&avpkt); -+ avpkt.data = mpa_frame->data; -+ avpkt.size = mpa_frame->length; - decoder_buf.length = AVCODEC_MAX_AUDIO_FRAME_SIZE; -- avcodec_decode_audio2(decoder_ctx, (short *)decoder_buf.data, -- &decoder_buf.length, mpa_frame->data, mpa_frame->length); -+ int len = avcodec_decode_audio3(decoder_ctx, (short *)decoder_buf.data, -+ &decoder_buf.length, &avpkt); - #endif - } - -diff -urN audiorecorder-0.1.0-pre14.old/convert.h audiorecorder-0.1.0-pre14/convert.h ---- audiorecorder-0.1.0-pre14.old/convert.h 2013-06-17 21:31:31.670412829 +0200 -+++ audiorecorder-0.1.0-pre14/convert.h 2013-06-17 21:41:17.056392003 +0200 -@@ -10,7 +10,8 @@ - #include "a-tools.h" - - extern "C" { - #include -+#include - } - - diff --git a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-shared-tinyxml.diff b/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-shared-tinyxml.diff deleted file mode 100644 index d664a35d0add..000000000000 --- a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14-shared-tinyxml.diff +++ /dev/null @@ -1,132 +0,0 @@ -unbundle source included tinyxml, use now shared libs from dev-libs/tinyxml -bugs.gentoo.org #349507 -Joerg bornkessel 2010 Dec 28 - -diff -Naur audiorecorder-0.1.0-pre14.orig/Makefile audiorecorder-0.1.0-pre14/Makefile ---- audiorecorder-0.1.0-pre14.orig/Makefile 2010-12-28 16:10:30.000000000 +0100 -+++ audiorecorder-0.1.0-pre14/Makefile 2010-12-28 16:25:52.000000000 +0100 -@@ -46,6 +46,8 @@ - - LIBS = $(shell taglib-config --libs) - -+LIBS += -ltinyxml -+ - DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DTIXML_USE_STL - - ifdef AUDIORECORDER_DEVEL -@@ -68,7 +70,7 @@ - - ### The object files (add further files here): - --OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o tinyxml/tinyxml.o tinyxml/tinyxmlerror.o tinyxml/tinyxmlparser.o audiorecorder_i18n.o -+OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o audiorecorder_i18n.o - - ### Implicit rules: - -diff -Naur audiorecorder-0.1.0-pre14.orig/xml-base.c audiorecorder-0.1.0-pre14/xml-base.c ---- audiorecorder-0.1.0-pre14.orig/xml-base.c 2010-12-28 16:10:30.000000000 +0100 -+++ audiorecorder-0.1.0-pre14/xml-base.c 2010-12-28 16:38:29.000000000 +0100 -@@ -10,7 +10,7 @@ - - - using namespace std; --using namespace a_land; -+/*using namespace a_land; */ - - /* --- cXmlBase ------------------------------------------------------------- */ - -diff -Naur audiorecorder-0.1.0-pre14.orig/xml-base.h audiorecorder-0.1.0-pre14/xml-base.h ---- audiorecorder-0.1.0-pre14.orig/xml-base.h 2010-12-28 16:10:30.000000000 +0100 -+++ audiorecorder-0.1.0-pre14/xml-base.h 2010-12-28 16:39:35.000000000 +0100 -@@ -5,7 +5,7 @@ - #ifndef __XML_BASE_H - #define __XML_BASE_H - --#include "tinyxml/tinyxml.h" -+#include - - #include - -@@ -13,8 +14,8 @@ - private: - std::string path, root_element; - -- a_land::TiXmlDocument *document; -- a_land::TiXmlElement *root; -+ TiXmlDocument *document; -+ TiXmlElement *root; - protected: - virtual ~cXmlBase(); - -@@ -25,11 +26,11 @@ - bool load(const std::string &_path); - void clear(void); - -- void add_subelement(a_land::TiXmlElement &main_element, -+ void add_subelement(TiXmlElement &main_element, - const char *name, const std::string &text); - -- a_land::TiXmlDocument *get_document(void) { return document; } -- a_land::TiXmlElement *get_root(void) { return root; } -+ TiXmlDocument *get_document(void) { return document; } -+ TiXmlElement *get_root(void) { return root; } - void set_root(void); - }; - -diff -Naur audiorecorder-0.1.0-pre14.orig/xml-cache.c audiorecorder-0.1.0-pre14/xml-cache.c ---- audiorecorder-0.1.0-pre14.orig/xml-cache.c 2010-12-28 16:10:30.000000000 +0100 -+++ audiorecorder-0.1.0-pre14/xml-cache.c 2010-12-28 16:41:27.000000000 +0100 -@@ -19,7 +19,7 @@ - - - using namespace std; --using namespace a_land; -+/*using namespace a_land; */ - - /* --- cXmlCache ------------------------------------------------------------ */ - -@@ -111,7 +111,7 @@ - trackinfo.get_title().empty()) - return; - -- a_land::TiXmlElement track("track"); -+ TiXmlElement track("track"); - track.SetAttribute("path", trackinfo.get_partial_path()); - track.SetAttribute("date", trackinfo.get_date()); - track.SetAttribute("time", trackinfo.get_time()); -@@ -146,7 +146,7 @@ - - void cXmlCache::copy_to_objects(void) - { -- a_land::TiXmlElement *xml_track = get_root()->FirstChildElement("track"); -+ TiXmlElement *xml_track = get_root()->FirstChildElement("track"); - - while (xml_track) { - cTrackInfo trackinfo; -@@ -155,7 +155,7 @@ - - if (path.empty()) { - /* remove deleted files from the xml-cache */ -- a_land::TiXmlElement *tmp = xml_track; -+ TiXmlElement *tmp = xml_track; - xml_track = xml_track->NextSiblingElement("track"); - get_root()->RemoveChild(tmp); - -@@ -169,7 +169,7 @@ - if (access(path.c_str(), F_OK) == -1) { - dsyslog("[audiorecorder]: copy %s : (%s, %s())", path.c_str(), __FILE__, __func__); - /* remove deleted files from the xml-cache */ -- a_land::TiXmlElement *tmp = xml_track; -+ TiXmlElement *tmp = xml_track; - xml_track = xml_track->NextSiblingElement("track"); - get_root()->RemoveChild(tmp); - -@@ -181,7 +181,7 @@ - if (xml_track->Attribute("time")) - trackinfo.set_time(xml_track->Attribute("time")); - -- for (a_land::TiXmlElement *element = xml_track->FirstChildElement(); -+ for (TiXmlElement *element = xml_track->FirstChildElement(); - element; element = element->NextSiblingElement()) { - if (element->FirstChild() == NULL) - continue; diff --git a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_compilefix.diff b/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_compilefix.diff deleted file mode 100644 index 841007fc18c0..000000000000 --- a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_compilefix.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur audiorecorder-0.1.0-pre14.orig/audioreceiver.c audiorecorder-0.1.0-pre14/audioreceiver.c ---- audiorecorder-0.1.0-pre14.orig/audioreceiver.c 2014-04-19 11:16:11.038099054 +0200 -+++ audiorecorder-0.1.0-pre14/audioreceiver.c 2014-04-19 11:20:39.847541064 +0200 -@@ -9,9 +9,12 @@ - - /* --- cAudioReceiver ------------------------------------------------------- */ - --cAudioReceiver::cAudioReceiver(const cChannel *_channel) --:cReceiver(_channel->GetChannelID(), -2, _channel->Apid(0)), cThread() -+cAudioReceiver::cAudioReceiver(const cChannel* _channel) -+:cReceiver(_channel, -2), cThread("audiorecorder-receiver") - { -+ SetPids(NULL); -+ AddPid(_channel->Apid(0)); -+ - channel = _channel; - - active = false; -diff -Naur audiorecorder-0.1.0-pre14.orig/audioreceiver.h audiorecorder-0.1.0-pre14/audioreceiver.h ---- audiorecorder-0.1.0-pre14.orig/audioreceiver.h 2014-04-19 11:16:10.982099587 +0200 -+++ audiorecorder-0.1.0-pre14/audioreceiver.h 2014-04-19 11:21:18.453173527 +0200 -@@ -44,7 +44,7 @@ - virtual void Action(void); - virtual void Activate(bool on); - public: -- cAudioReceiver(const cChannel *_channel); -+ cAudioReceiver(const cChannel* _channel); - ~cAudioReceiver(); - - void set_device_number(int _device_number) { device_number = diff --git a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_obsolete-i18n.diff b/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_obsolete-i18n.diff deleted file mode 100644 index e062703359d5..000000000000 --- a/media-plugins/vdr-audiorecorder/files/vdr-audiorecorder-0.1.0_pre14_obsolete-i18n.diff +++ /dev/null @@ -1,28 +0,0 @@ -fixed for obsolet i18n handling, up from vdr-1.7.27 -vdr-plugin-2.eclass will not help in this case - -signed-of-by: Joerg Bornkessel (2012/07/01) - -diff -Naur audiorecorder-0.1.0-pre14.orig/audiorecorder_i18n.h audiorecorder-0.1.0-pre14/audiorecorder_i18n.h ---- audiorecorder-0.1.0-pre14.orig/audiorecorder_i18n.h 2012-07-01 12:49:17.000000000 +0200 -+++ audiorecorder-0.1.0-pre14/audiorecorder_i18n.h 2012-07-01 12:49:59.000000000 +0200 -@@ -11,6 +11,6 @@ - - #include - --extern const tI18nPhrase Phrases[]; -+//extern const tI18nPhrase Phrases[]; - - #endif //__I18N__H -diff -Naur audiorecorder-0.1.0-pre14.orig/Makefile audiorecorder-0.1.0-pre14/Makefile ---- audiorecorder-0.1.0-pre14.orig/Makefile 2012-07-01 12:49:17.000000000 +0200 -+++ audiorecorder-0.1.0-pre14/Makefile 2012-07-01 12:49:44.000000000 +0200 -@@ -70,7 +70,7 @@ - - ### The object files (add further files here): - --OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o audiorecorder_ -+OBJS = $(PLUGIN).o mainmenu.o browse.o browse-item.o column.o dispatcher.o audioreceiver.o postdata.o trackinfo.o postproc.o rds.o convert.o cache.o xml-cache.o xml-base.o setup.o mpa-frame.o - - ### Implicit rules: - diff --git a/media-plugins/vdr-audiorecorder/metadata.xml b/media-plugins/vdr-audiorecorder/metadata.xml deleted file mode 100644 index be5ddd985f3e..000000000000 --- a/media-plugins/vdr-audiorecorder/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - -vdr@gentoo.org -Gentoo VDR Project - - - - diff --git a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r2.ebuild b/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r2.ebuild deleted file mode 100644 index 0150af08547c..000000000000 --- a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit vdr-plugin-2 flag-o-matic - -MY_P=${P/_pre/-pre} - -DESCRIPTION="VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info" -HOMEPAGE="http://www.a-land.de/audiorecorder/" -SRC_URI="http://www.zulu-entertainment.de/files/${PN}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -S=${WORKDIR}/${MY_P#vdr-} - -DEPEND=">=media-video/vdr-1.6.0 - media-libs/taglib - virtual/ffmpeg[encode,mp3] - >=dev-libs/tinyxml-2.6.1[stl]" - -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-shared-tinyxml.diff" - - vdr-plugin-2_src_prepare - - sed -i "s:include :include :" convert.h audiorecorder.c - sed -i "s:RegisterI18n:// RegisterI18n:" audiorecorder.c - - # UINT64_C is needed by ffmpeg headers - append-cxxflags -D__STDC_CONSTANT_MACROS - - epatch "${FILESDIR}/${P}_obsolete-i18n.diff" - epatch "${FILESDIR}/${P}-ffmpeg-1.patch" - epatch "${FILESDIR}/${P}-libav9.patch" -} - -src_install() { - vdr-plugin-2_src_install - keepdir /var/vdr/audiorecorder - chown -R vdr:vdr "${D}"/var/vdr - - insinto /etc/vdr/plugins/audiorecorder - doins "${S}"/contrib/audiorecorder.conf -} diff --git a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r3.ebuild b/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r3.ebuild deleted file mode 100644 index a8da61e2f5dc..000000000000 --- a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vdr-plugin-2 - -MY_P=${P/_pre/-pre} - -DESCRIPTION="VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info" -HOMEPAGE="http://www.a-land.de/audiorecorder/" -SRC_URI="http://www.zulu-entertainment.de/files/${PN}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -S=${WORKDIR}/${MY_P#vdr-} - -DEPEND=">=media-video/vdr-1.6.0 - media-libs/taglib - virtual/ffmpeg[encode,mp3] - >=dev-libs/tinyxml-2.6.1[stl]" - -RDEPEND="${DEPEND}" - -src_prepare() { - # remove untranslated po files - rm "${S}"/po/{ca_ES,cs_CZ,da_DK,el_GR,es_ES,et_EE,fi_FI,fr_FR,hr_HR,hu_HU,it_IT,nl_NL,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po - - epatch "${FILESDIR}/${P}-shared-tinyxml.diff" - - vdr-plugin-2_src_prepare - - sed -i "s:include :include :" convert.h audiorecorder.c - sed -i "s:RegisterI18n:// RegisterI18n:" audiorecorder.c - - # UINT64_C is needed by ffmpeg headers - append-cxxflags -D__STDC_CONSTANT_MACROS - - epatch "${FILESDIR}/${P}_obsolete-i18n.diff" - epatch "${FILESDIR}/${P}-ffmpeg-1.patch" - epatch "${FILESDIR}/${P}-libav9.patch" - epatch "${FILESDIR}/${P}_compilefix.diff" -} - -src_install() { - vdr-plugin-2_src_install - keepdir /var/vdr/audiorecorder - chown -R vdr:vdr "${D}"/var/vdr - - insinto /etc/vdr/plugins/audiorecorder - doins "${S}"/contrib/audiorecorder.conf -} diff --git a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc3.ebuild b/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc3.ebuild deleted file mode 100644 index 255588c9cb15..000000000000 --- a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vdr-plugin-2 - -VERSION="1748" # every bump, new version - -DESCRIPTION="VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-audiorecorder/" -SRC_URI="mirror://vdr-developerorg/${VERSION}/vdr-plugin-audiorecorder-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/vdr-plugin-audiorecorder-${PV}" - -DEPEND=">=media-video/vdr-2 - media-libs/taglib - virtual/ffmpeg[encode,mp3] - >=dev-libs/tinyxml-2.6.1[stl]" -RDEPEND="${DEPEND}" - -src_install() { - vdr-plugin-2_src_install - - keepdir /var/vdr/audiorecorder - chown -R vdr:vdr "${D}"/var/vdr - - insinto /etc/vdr/plugins/audiorecorder - doins "${S}"/contrib/audiorecorder.conf -} diff --git a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc5.ebuild b/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc5.ebuild deleted file mode 100644 index 1ec031cb3924..000000000000 --- a/media-plugins/vdr-audiorecorder/vdr-audiorecorder-2.0.0_rc5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vdr-plugin-2 - -VERSION="1818" # every bump, new version - -DESCRIPTION="VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-audiorecorder/" -SRC_URI="mirror://vdr-developerorg/${VERSION}/vdr-plugin-audiorecorder-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/vdr-plugin-audiorecorder-${PV}" - -DEPEND=">=media-video/vdr-2 - media-libs/taglib - virtual/ffmpeg[encode,mp3] - >=dev-libs/tinyxml-2.6.1[stl]" -RDEPEND="${DEPEND}" - -src_install() { - vdr-plugin-2_src_install - - keepdir /var/vdr/audiorecorder - chown -R vdr:vdr "${D}"/var/vdr - - insinto /etc/vdr/plugins/audiorecorder - doins "${S}"/contrib/audiorecorder.conf -} diff --git a/media-sound/audacity/audacity-2.1.3-r1.ebuild b/media-sound/audacity/audacity-2.1.3-r1.ebuild index 856c2c073c8d..2942bb051722 100644 --- a/media-sound/audacity/audacity-2.1.3-r1.ebuild +++ b/media-sound/audacity/audacity-2.1.3-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~x86" IUSE="alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis +vst" RESTRICT="test" diff --git a/media-sound/pianobooster/Manifest b/media-sound/pianobooster/Manifest deleted file mode 100644 index 3873bcdd674c..000000000000 --- a/media-sound/pianobooster/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pianobooster-src-0.6.4b.tar.gz 166210 SHA256 65505369a597a8a812288ce963b007546a19c9dea26c0923a0ac2324c0559ef7 SHA512 1676b127321d6fca4e3e77b5f1f78cfbf1eb71399859af1058c42821cde546dc385137c719d7375215972e4e9ce059278fd030c445787c2937c1420f7b405c03 WHIRLPOOL 21c65e484239fca817211c3816cc9e1f1d678f8f94021d3eb095ccd91d1a40df8b672aac35c9b4aec97e22b381f2574d3162ec01e410e40cb40ae3cba56c432c diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch deleted file mode 100644 index 6808c77d6e61..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-cmake.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- a/CMakeLists.txt.orig -+++ b/CMakeLists.txt -@@ -2,12 +2,6 @@ - # for the debug build type cmake -DCMAKE_BUILD_TYPE=Debug - SET(CMAKE_BUILD_TYPE Release) - SET(CMAKE_VERBOSE_MAKEFILE OFF) --SET(USE_FLUIDSYNTH OFF) -- --# The inplace directory is mainly for windows builds --# SET(FLUIDSYNTH_INPLACE_DIR C:/download/misc/ljb/fluidsynth-1.0.9) --SET(FLUIDSYNTH_INPLACE_DIR /home/louis/build/fluidsynth-1.0.9) -- - - # Testing precompiled headers it does not work -- leave as OFF. - SET(USE_PCH OFF) -@@ -78,18 +72,7 @@ - ADD_DEFINITIONS(-DPB_USE_FLUIDSYNTH) - MESSAGE("Building using fluidsynth") - SET( PB_BASE_SRCS MidiDeviceFluidSynth.cpp ) -- -- IF(FLUIDSYNTH_INPLACE_DIR) -- INCLUDE_DIRECTORIES(${FLUIDSYNTH_INPLACE_DIR}/include/) -- IF(WIN32) -- LINK_LIBRARIES( ${FLUIDSYNTH_INPLACE_DIR}/src/.libs/libfluidsynth.dll.a) -- ENDIF(WIN32) -- IF(UNIX) -- LINK_LIBRARIES(${FLUIDSYNTH_INPLACE_DIR}/src/.libs/libfluidsynth.so) -- ENDIF(UNIX) -- ELSEIF(FLUIDSYNTH_INPLACE_DIR) -- LINK_LIBRARIES( fluidsynth) -- ENDIF(FLUIDSYNTH_INPLACE_DIR) -+ LINK_LIBRARIES(fluidsynth) - ENDIF(USE_FLUIDSYNTH) - - -@@ -214,8 +197,6 @@ - INSTALL(TARGETS pianobooster RUNTIME DESTINATION bin) - #INSTALL( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kmidimon ) - --INSTALL( FILES ../README.txt DESTINATION share/doc/pianobooster ) -- - INSTALL ( FILES images/pianobooster.png DESTINATION share/pixmaps ) - - diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch deleted file mode 100644 index 101809716d33..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/CMakeLists.txt.orig 2013-04-06 10:48:02.469532914 -0700 -+++ b/CMakeLists.txt 2013-04-06 10:48:12.989532445 -0700 -@@ -203,8 +203,6 @@ - ${PIANOBOOSTER_UI_HDRS} ) - ENDIF(WIN32) - --SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows") -- - IF (USE_PCH) - ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h ) - ENDIF (USE_PCH) diff --git a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch b/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch deleted file mode 100644 index c462ca016aa3..000000000000 --- a/media-sound/pianobooster/files/pianobooster-0.6.4b-underlinking.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build failure caused by underlinking. - -Gentoo-bug: 369697 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -57,6 +57,8 @@ - #IF(ALSA_FOUND) - ADD_DEFINITIONS(-D__LINUX_ALSASEQ__) - LINK_LIBRARIES (asound) -+ LINK_LIBRARIES (GL) -+ LINK_LIBRARIES (pthread) - #ELSE(ALSA_FOUND) - # MESSAGE(FATAL_ERROR "Please install the 'libasound2-dev' package and then try again") - #ENDIF(ALSA_FOUND) diff --git a/media-sound/pianobooster/metadata.xml b/media-sound/pianobooster/metadata.xml deleted file mode 100644 index 6ba488136e02..000000000000 --- a/media-sound/pianobooster/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - Enable Fluidsynth MIDI software synthesis - - - pianobooster - - diff --git a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild deleted file mode 100644 index ca211b2aa50a..000000000000 --- a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_P=${PN}-src-${PV} - -DESCRIPTION="A MIDI file player that teaches how to play the piano" -HOMEPAGE="http://pianobooster.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="fluidsynth" - -DEPEND="fluidsynth? ( media-sound/fluidsynth ) - media-libs/alsa-lib - virtual/opengl - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-cmake.patch - "${FILESDIR}"/${P}-gcc47.patch - "${FILESDIR}"/${P}-underlinking.patch -) -DOCS=( ReleaseNote.txt ../README.txt ) - -S=${WORKDIR}/${MY_P}/src - -src_configure() { - local mycmakeargs=( - -DUSE_FLUIDSYNTH=$(usex fluidsynth) - ) - cmake-utils_src_configure -} diff --git a/media-sound/rezound/Manifest b/media-sound/rezound/Manifest deleted file mode 100644 index 8d4af37bee95..000000000000 --- a/media-sound/rezound/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST rezound-0.12.3_beta-patches-6.tar.bz2 14673 SHA256 fd395ba49609e1d4c6e54f291dde2d97b6a8f9ea7905c2428b68a0587bf40f89 SHA512 95b8bd8626b10160e3c74ce75f2ffe675a346f64438df7f3be5cf8b61b0e9b61ba92ec8452406993c3c11adba68d4ac0733eaf43171a535db8c0b3fc2ba606c3 WHIRLPOOL ae6fac793430c3d99fccf583ea22ce68e9647bb285e1dd75131376bed3dc3c1c76654b6db599e0b746bbe6c6e683c1a940dd8619e2cc56fd3d9f09cc6a35f7bc -DIST rezound-0.12.3beta.tar.gz 1792882 SHA256 9a895f7011048df3485c9ab29b6abf3c4ac8eb4b8842164c42e34b8f0b76426f SHA512 6d043d5fd85ad3b3ea021f62eceeb06064d8f1dc00345bccd7a719c445d5798455b2e014812a99dfd015b4c0d2435c690c98b860efd34ccdfcd5a941b54b7202 WHIRLPOOL db69b0e6ff80c34978d6ea784fdadc2756577f493760cab465d86f4f8c9c360e44e32e73d036f05662afee244cf5053ccb26f8e9f6bb74033da2a0ad1d2aa187 diff --git a/media-sound/rezound/files/undefined-functions.patch b/media-sound/rezound/files/undefined-functions.patch deleted file mode 100644 index ef5fbc94e769..000000000000 --- a/media-sound/rezound/files/undefined-functions.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- config/common.h.orig 2004-12-23 20:00:50.710795840 +0100 -+++ config/common.h 2004-12-23 20:39:40.271648760 +0100 -@@ -21,6 +21,23 @@ - #ifndef COMMON_H - #define COMMON_H - -+/* Bugfix for ppc, some functions aren't defined */ -+#include -+ -+#undef MAX -+#define MAX(a,b) ((a) > (b)?(a):(b)) -+#undef MIN -+#define MIN(a,b) ((a) < (b)?(a):(b)) -+#undef ABS -+#define ABS(a) ((a) >= 0?(a):-(a)) -+ -+#define floorl(l) floor(l) -+#define nearbyintl(l) nearbyint(l) -+#define fabsl(l) fabs(l) -+#define logl(l) log(l) -+#define expl(l) exp(l) -+#define ceill(l) ceil(l) -+ - /* common.h -- This file will deal with low-level portability problems. It - * should be includede at the top of every package file. */ - ---- src/frontend_fox/FXWaveCanvas.cpp.orig 2004-12-23 20:18:55.790838600 +0100 -+++ src/frontend_fox/FXWaveCanvas.cpp 2004-12-23 20:39:37.568059768 +0100 -@@ -56,6 +56,9 @@ - #include "../backend/CSoundPlayerChannel.h" - #include "drawPortion.h" - -+#include "../../config/common.h" -+#define max(a,b) MAX(a,b) -+ - static FXColor playStatusColor=FXRGB(255,0,0); - - #define RIGHT_MARGIN 10 diff --git a/media-sound/rezound/metadata.xml b/media-sound/rezound/metadata.xml deleted file mode 100644 index ac5655ee3a5a..000000000000 --- a/media-sound/rezound/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - proaudio@gentoo.org - Gentoo ProAudio Project - - - Use 16bit temporary files (default 32bit float), useful for slower computers - compile with support for soundtouch - - - rezound - - diff --git a/media-sound/rezound/rezound-0.12.3_beta-r2.ebuild b/media-sound/rezound/rezound-0.12.3_beta-r2.ebuild deleted file mode 100644 index 5bb6178f51dc..000000000000 --- a/media-sound/rezound/rezound-0.12.3_beta-r2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -MY_P=${P/_/} -PATCHLEVEL=6 - -inherit autotools eutils flag-o-matic - -DESCRIPTION="Sound editor and recorder" -HOMEPAGE="http://rezound.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz - mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc -sparc x86" -IUSE="16bittmp alsa flac jack nls oss portaudio soundtouch vorbis" - -RDEPEND="=sci-libs/fftw-2* - >=x11-libs/fox-1.6.19:1.6 - >=media-libs/audiofile-0.2.3 - >=media-libs/ladspa-sdk-1.12 - >=media-libs/ladspa-cmt-1.15 - alsa? ( >=media-libs/alsa-lib-1.0 ) - flac? ( >=media-libs/flac-1.1.2[cxx] ) - jack? ( media-sound/jack-audio-connection-kit ) - portaudio? ( >=media-libs/portaudio-18 ) - soundtouch? ( >=media-libs/libsoundtouch-1.2.1 ) - vorbis? ( media-libs/libvorbis media-libs/libogg )" -DEPEND="${RDEPEND} - sys-devel/bison - virtual/pkgconfig - sys-devel/flex - dev-util/reswrap" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" - AT_M4DIR="config/m4" eautoreconf -} - -src_configure() { - # fix compilation errors on ppc, where some - # of the required functions aren't defined - use ppc && epatch "${FILESDIR}/undefined-functions.patch" - - # following features can't be disabled if already installed: - # -> flac, oggvorbis, soundtouch - local sampletype="--enable-internal-sample-type=float" - use 16bittmp && sampletype="--enable-internal-sample-type=int16" - - # -O3 isn't safe wrt #275437 - replace-flags -O[3-9] -O2 - - econf \ - $(use_enable alsa) \ - $(use_enable jack) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable portaudio) \ - $(use_enable flac) \ - $(use_enable vorbis) \ - $(use_enable soundtouch) \ - ${sampletype} \ - --enable-ladspa \ - --enable-largefile -} - -src_install() { - make DESTDIR="${D}" install - - # remove wrong doc directory - rm -rf "${D}/usr/doc" - - dodoc docs/{AUTHORS,NEWS,README*} - dodoc docs/{TODO_FOR_USERS_TO_READ,*.txt} - newdoc README README.rezound - - docinto code - dodoc docs/code/* - newicon src/images/icon_logo_32.gif rezound.gif - make_desktop_entry rezound Rezound rezound.gif AudioVideo -} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index aa756910c1de..1f799a285db4 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Wed, 05 Jul 2017 05:09:31 +0000 +Thu, 06 Jul 2017 03:39:36 +0000 diff --git a/metadata/glsa/glsa-201707-01.xml b/metadata/glsa/glsa-201707-01.xml new file mode 100644 index 000000000000..0e8127a8cd0c --- /dev/null +++ b/metadata/glsa/glsa-201707-01.xml @@ -0,0 +1,91 @@ + + + + IcedTea: Multiple vulnerabilities + Multiple vulnerabilities have been found in IcedTea, the worst of + which may allow execution of arbitrary code. + + icedtea + 2017-07-05 + 2017-07-05: 1 + 607676 + 609562 + 618874 + 619458 + remote + + + 7.2.6.10 + 3.4.0 + 7.2.6.10 + 3.4.0 + + + +

IcedTea’s aim is to provide OpenJDK in a form suitable for easy + configuration, compilation and distribution with the primary goal of + allowing inclusion in GNU/Linux distributions. +

+ + +

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

+ +

Note: If the web browser plug-in provided by the dev-java/icedtea-web + package was installed, the issues exposed via Java applets could have + been exploited without user interaction if a user visited a malicious + website. +

+
+ +

A remote attacker could possibly execute arbitrary code with the + privileges of the process, gain access to information, or cause a Denial + of Service condition. +

+
+ +

There is no known workaround at this time.

+
+ +

All IcedTea binary 7.x users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/icedtea-bin-7.2.6.10:7" + + +

All IcedTea binary 3.x users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/icedtea-bin-3.4.0:8" + +
+ + CVE-2016-2183 + CVE-2016-5546 + CVE-2016-5547 + CVE-2016-5548 + CVE-2016-5549 + CVE-2016-5552 + CVE-2017-3231 + CVE-2017-3241 + CVE-2017-3252 + CVE-2017-3253 + CVE-2017-3260 + CVE-2017-3261 + CVE-2017-3272 + CVE-2017-3289 + CVE-2017-3509 + CVE-2017-3511 + CVE-2017-3512 + CVE-2017-3514 + CVE-2017-3526 + CVE-2017-3533 + CVE-2017-3539 + CVE-2017-3544 + + whissi + whissi + diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index aa756910c1de..1f799a285db4 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Wed, 05 Jul 2017 05:09:31 +0000 +Thu, 06 Jul 2017 03:39:36 +0000 diff --git a/metadata/glsa/timestamp.commit b/metadata/glsa/timestamp.commit index 09094966b7f2..e3b5d15dbbac 100644 --- a/metadata/glsa/timestamp.commit +++ b/metadata/glsa/timestamp.commit @@ -1 +1 @@ -b56f5b906719a492060ed08e52f0988255476857 1498557641 2017-06-27T10:00:41+00:00 +26b660847839be2ecc970ac1abde58541986d9e2 1499245694 2017-07-05T09:08:14+00:00 diff --git a/metadata/md5-cache/app-admin/lastpass-cli-1.2.1 b/metadata/md5-cache/app-admin/lastpass-cli-1.2.1 new file mode 100644 index 000000000000..85897c405fb0 --- /dev/null +++ b/metadata/md5-cache/app-admin/lastpass-cli-1.2.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) app-text/asciidoc virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=Interfaces with LastPass.com from the command line. +EAPI=6 +HOMEPAGE=https://github.com/lastpass/lastpass-cli +IUSE=libressl X +pinentry test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) +SLOT=0 +SRC_URI=https://github.com/lastpass/lastpass-cli/archive/v1.2.1.tar.gz -> lastpass-cli-1.2.1.tar.gz +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=2b1c056f29f5c0f738275ceb9e0aba8d diff --git a/metadata/md5-cache/app-backup/boxbackup-0.11.1-r2 b/metadata/md5-cache/app-backup/boxbackup-0.11.1-r2 deleted file mode 100644 index f5b4ca7823ad..000000000000 --- a/metadata/md5-cache/app-backup/boxbackup-0.11.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst -DEPEND=sys-libs/zlib sys-libs/db:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) >=dev-lang/perl-5.6 -DESCRIPTION=A completely automatic on-line backup system -EAPI=6 -HOMEPAGE=http://boxbackup.org/ -IUSE=client-only libressl -KEYWORDS=amd64 x86 ~ppc-macos ~x86-macos -LICENSE=BSD GPL-2 -RDEPEND=sys-libs/zlib sys-libs/db:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) >=dev-lang/perl-5.6 virtual/mta -SLOT=0 -SRC_URI=http://boxbackup.org/svn/box/packages/boxbackup-0.11.1.tgz -_eclasses_=user e4b567c44272a719fabf53f0f885d3f7 -_md5_=cb47bfdba6db4fba61f3aa6326c25a3b diff --git a/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 index f64e1cb3f48c..eb004ba6e1a1 100644 --- a/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 +++ b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A better i7 (and now i3, i5) reporting tool for Linux EAPI=6 HOMEPAGE=https://github.com/ajaiantilal/i7z IUSE=qt5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:0= qt5? ( dev-qt/qtcore:5= dev-qt/qtgui:5= dev-qt/qtwidgets:5= ) SLOT=0 SRC_URI=https://github.com/ajaiantilal/i7z/archive/5023138d7c35c4667c938b853e5ea89737334e92.tar.gz -> i7z-93_p20131012.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=60acefd9ac48fe958cda701a6894da6c +_md5_=4561019c877baaa1071fe534bd3f2d19 diff --git a/metadata/md5-cache/app-cdr/cdrkit-1.1.11-r2 b/metadata/md5-cache/app-cdr/cdrkit-1.1.11-r2 deleted file mode 100644 index a7c69150de84..000000000000 --- a/metadata/md5-cache/app-cdr/cdrkit-1.1.11-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=app-arch/bzip2 !app-cdr/cdrtools dev-libs/libcdio-paranoia sys-apps/file sys-libs/zlib unicode? ( virtual/libiconv ) kernel_linux? ( sys-libs/libcap ) hfs? ( sys-apps/file ) sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=A set of tools for CD/DVD reading and recording, including cdrecord -EAPI=5 -HOMEPAGE=http://cdrkit.org -IUSE=debug hfs unicode -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=app-arch/bzip2 !app-cdr/cdrtools dev-libs/libcdio-paranoia sys-apps/file sys-libs/zlib unicode? ( virtual/libiconv ) kernel_linux? ( sys-libs/libcap ) -SLOT=0 -SRC_URI=mirror://debian/pool/main/c/cdrkit/cdrkit_1.1.11.orig.tar.gz https://dev.gentoo.org/~ssuominen/cdrkit-1.1.11-libcdio-paranoia.tar.xz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7d8d5234380b7bc5b1e1a3f50d326841 diff --git a/metadata/md5-cache/app-dicts/gjiten-2.6-r3 b/metadata/md5-cache/app-dicts/gjiten-2.6-r3 deleted file mode 100644 index 783e673e464d..000000000000 --- a/metadata/md5-cache/app-dicts/gjiten-2.6-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2 app-text/rarian dev-util/intltool app-text/xmlto app-text/docbook-xml-dtd:4.1.2 virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=A Japanese dictionary program for Gnome -EAPI=5 -HOMEPAGE=http://gjiten.sourceforge.net/ -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=>=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2 -RESTRICT=test -SLOT=0 -SRC_URI=http://gjiten.sourceforge.net/gjiten-2.6.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo 589f4c6d735919e293942dd66311dc40 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=ffe6c2e9fce3ef80c65883c4367a0689 diff --git a/metadata/md5-cache/app-emulation/bochs-2.6.9 b/metadata/md5-cache/app-emulation/bochs-2.6.9 new file mode 100644 index 000000000000..d36870a9da41 --- /dev/null +++ b/metadata/md5-cache/app-emulation/bochs-2.6.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXpm ) sdl? ( media-libs/libsdl ) svga? ( media-libs/svgalib ) readline? ( sys-libs/readline:= ) ncurses? ( sys-libs/ncurses:= ) doc? ( app-text/docbook-sgml-utils ) X? ( x11-proto/xproto ) sys-apps/sed >=app-text/opensp-1.5 +DESCRIPTION=LGPL-ed pc emulator +EAPI=6 +HOMEPAGE=http://bochs.sourceforge.net/ +IUSE=3dnow avx debugger doc gdb ncurses readline svga sdl +smp vnc X +x86-64 +KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXpm ) sdl? ( media-libs/libsdl ) svga? ( media-libs/svgalib ) readline? ( sys-libs/readline:= ) ncurses? ( sys-libs/ncurses:= ) +REQUIRED_USE=avx? ( x86-64 ) gdb? ( !debugger !smp ) debugger? ( !gdb ) +SLOT=0 +SRC_URI=mirror://sourceforge/bochs/bochs-2.6.9.tar.gz +_md5_=6e4400f8dd0c3788c193529bb3e0ae5e diff --git a/metadata/md5-cache/app-emulation/dosemu-1.4.1_pre20130107-r4 b/metadata/md5-cache/app-emulation/dosemu-1.4.1_pre20130107-r4 new file mode 100644 index 000000000000..5242be02d4f0 --- /dev/null +++ b/metadata/md5-cache/app-emulation/dosemu-1.4.1_pre20130107-r4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=X? ( x11-libs/libX11 x11-libs/libXxf86vm x11-libs/libXau x11-libs/libXext x11-libs/libXdmcp x11-apps/xset x11-apps/xlsfonts x11-apps/bdftopcf x11-apps/mkfontdir ) svga? ( media-libs/svgalib ) gpm? ( sys-libs/gpm ) alsa? ( media-libs/alsa-lib ) sndfile? ( media-libs/libsndfile ) fluidsynth? ( media-sound/fluidsynth media-sound/fluid-soundfont ) media-libs/libsdl >=sys-libs/slang-1.4 X? ( x11-proto/xf86dgaproto ) >=sys-devel/autoconf-2.57 >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=DOS Emulator +EAPI=6 +HOMEPAGE=http://www.dosemu.org/ +IUSE=X svga gpm debug alsa sndfile fluidsynth +KEYWORDS=-* ~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=X? ( x11-libs/libX11 x11-libs/libXxf86vm x11-libs/libXau x11-libs/libXext x11-libs/libXdmcp x11-apps/xset x11-apps/xlsfonts x11-apps/bdftopcf x11-apps/mkfontdir ) svga? ( media-libs/svgalib ) gpm? ( sys-libs/gpm ) alsa? ( media-libs/alsa-lib ) sndfile? ( media-libs/libsndfile ) fluidsynth? ( media-sound/fluidsynth media-sound/fluid-soundfont ) media-libs/libsdl >=sys-libs/slang-1.4 +SLOT=0 +SRC_URI=mirror://sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz https://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71.zip -> dosemu-1.4.1_pre20130107.zip +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=1eef3d3bcb8611ab34b2936026d2c97f diff --git a/metadata/md5-cache/app-i18n/ibus-kkc-1.5.22 b/metadata/md5-cache/app-i18n/ibus-kkc-1.5.22 new file mode 100644 index 000000000000..9208005f10c4 --- /dev/null +++ b/metadata/md5-cache/app-i18n/ibus-kkc-1.5.22 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=app-i18n/ibus app-i18n/libkkc x11-libs/gtk+:3 nls? ( virtual/libintl ) || ( dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) +DESCRIPTION=Japanese Kana Kanji conversion engine for IBus +EAPI=6 +HOMEPAGE=https://github.com/ueno/ibus-kkc +IUSE=nls +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=app-i18n/ibus app-i18n/libkkc x11-libs/gtk+:3 nls? ( virtual/libintl ) app-i18n/skk-jisyo +SLOT=0 +SRC_URI=https://github.com/ueno/ibus-kkc/releases/download/v1.5.22/ibus-kkc-1.5.22.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vala f86cd45e9ae738c40c92f990266f39a7 +_md5_=e8b70d9131c94c73d2e58b96087f10d4 diff --git a/metadata/md5-cache/app-i18n/ibus-skk-1.4.1-r1 b/metadata/md5-cache/app-i18n/ibus-skk-1.4.1-r1 index 03bd638c78a3..e94df4f01c24 100644 --- a/metadata/md5-cache/app-i18n/ibus-skk-1.4.1-r1 +++ b/metadata/md5-cache/app-i18n/ibus-skk-1.4.1-r1 @@ -1,6 +1,6 @@ DEFINED_PHASES=configure DEPEND=app-i18n/ibus <=app-i18n/libskk-1.0.1 x11-libs/gtk+:3 nls? ( virtual/libintl ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) -DESCRIPTION=Japanese input method Anthy IMEngine for IBus Framework +DESCRIPTION=Japanese SKK engine for IBus EAPI=5 HOMEPAGE=https://github.com/ueno/ibus-skk IUSE=nls @@ -9,4 +9,4 @@ LICENSE=GPL-2 RDEPEND=app-i18n/ibus <=app-i18n/libskk-1.0.1 x11-libs/gtk+:3 nls? ( virtual/libintl ) app-i18n/skk-jisyo SLOT=0 SRC_URI=mirror://github/ueno/ibus-skk/ibus-skk-1.4.1.tar.gz -_md5_=60d818c3ba208ba000c8c69b263a5899 +_md5_=e1687f7b15bda886d6562e724637e5ea diff --git a/metadata/md5-cache/app-i18n/ibus-skk-1.4.2 b/metadata/md5-cache/app-i18n/ibus-skk-1.4.2 index c1e1c04ebfaa..893dd9597e43 100644 --- a/metadata/md5-cache/app-i18n/ibus-skk-1.4.2 +++ b/metadata/md5-cache/app-i18n/ibus-skk-1.4.2 @@ -1,6 +1,6 @@ DEFINED_PHASES=configure prepare DEPEND=app-i18n/ibus >=app-i18n/libskk-1.0.2 x11-libs/gtk+:3 nls? ( virtual/libintl ) || ( dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) -DESCRIPTION=Japanese input method Anthy IMEngine for IBus Framework +DESCRIPTION=Japanese SKK engine for IBus EAPI=6 HOMEPAGE=https://github.com/ueno/ibus-skk IUSE=nls @@ -10,4 +10,4 @@ RDEPEND=app-i18n/ibus >=app-i18n/libskk-1.0.2 x11-libs/gtk+:3 nls? ( virtual/lib SLOT=0 SRC_URI=https://github.com/ueno/ibus-skk/releases/download/ibus-skk-1.4.2/ibus-skk-1.4.2.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vala f86cd45e9ae738c40c92f990266f39a7 -_md5_=02f4b3c528864b9817a23662f085f531 +_md5_=abebe1c7c8fa870108fd80226847f3d0 diff --git a/metadata/md5-cache/app-i18n/im-ja-1.5-r3 b/metadata/md5-cache/app-i18n/im-ja-1.5-r3 deleted file mode 100644 index 7a6bac82a831..000000000000 --- a/metadata/md5-cache/app-i18n/im-ja-1.5-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.4:2 >=dev-libs/atk-1.6 >=x11-libs/gtk+-2.4:2 >=x11-libs/pango-1.2.1 >=gnome-base/gconf-2.4:2 >=gnome-base/libglade-2.4:2.0 >=gnome-base/libgnomeui-2.4 freewnn? ( app-i18n/freewnn ) canna? ( app-i18n/canna ) skk? ( virtual/skkserv ) anthy? ( app-i18n/anthy ) dev-lang/perl dev-util/intltool dev-perl/URI virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=A Japanese input module for GTK2 and XIM -EAPI=5 -HOMEPAGE=http://im-ja.sourceforge.net/ -IUSE=canna freewnn skk anthy -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.4:2 >=dev-libs/atk-1.6 >=x11-libs/gtk+-2.4:2 >=x11-libs/pango-1.2.1 >=gnome-base/gconf-2.4:2 >=gnome-base/libglade-2.4:2.0 >=gnome-base/libgnomeui-2.4 freewnn? ( app-i18n/freewnn ) canna? ( app-i18n/canna ) skk? ( virtual/skkserv ) anthy? ( app-i18n/anthy ) -SLOT=0 -SRC_URI=http://im-ja.sourceforge.net/im-ja-1.5.tar.gz http://im-ja.sourceforge.net/old/im-ja-1.5.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo 589f4c6d735919e293942dd66311dc40 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=2db7a66f0478918835b869ceb97aa19a diff --git a/metadata/md5-cache/app-i18n/libkkc-0.3.5 b/metadata/md5-cache/app-i18n/libkkc-0.3.5 new file mode 100644 index 000000000000..49f05451d668 --- /dev/null +++ b/metadata/md5-cache/app-i18n/libkkc-0.3.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=dev-libs/glib:2 dev-libs/json-glib dev-libs/libgee:0.8 dev-libs/marisa[python(+)] introspection? ( dev-libs/gobject-introspection ) nls? ( virtual/libintl ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) +DESCRIPTION=Japanese Kana Kanji conversion input method library +EAPI=6 +HOMEPAGE=https://github.com/ueno/libkkc +IUSE=+introspection nls static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-libs/glib:2 dev-libs/json-glib dev-libs/libgee:0.8 dev-libs/marisa[python(+)] introspection? ( dev-libs/gobject-introspection ) nls? ( virtual/libintl ) +SLOT=0 +SRC_URI=https://github.com/ueno/libkkc/releases/download/v0.3.5/libkkc-0.3.5.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vala f86cd45e9ae738c40c92f990266f39a7 +_md5_=4fa986c2896d2689cc9e2a8a436a577c diff --git a/metadata/md5-cache/app-leechcraft/lc-azoth-9999 b/metadata/md5-cache/app-leechcraft/lc-azoth-9999 index 549bd98d9816..34465f1c8454 100644 --- a/metadata/md5-cache/app-leechcraft/lc-azoth-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-azoth-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtxml:5 dev-qt/qtdbus:5 crypt? ( app-crypt/qca:2[qt5] ) media? ( dev-qt/qtmultimedia:5 ) sarin? ( dev-qt/qtconcurrent:5 net-libs/tox ) lastseen? ( dev-qt/qtconcurrent:5 ) otroid? ( dev-qt/qtconcurrent:5 ) autoidler? ( dev-qt/qtx11extras:5 x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt[qt5] ) otroid? ( net-libs/libotr ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( >=net-libs/qxmpp-0.9.3[qt5] media? ( >=net-libs/qxmpp-0.9.3[qt5,speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-9999 ) doc? ( app-doc/doxygen[dot] ) sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 +DEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtxml:5 astrality? ( net-libs/telepathy-qt[qt5] ) autoidler? ( dev-qt/qtx11extras:5 x11-libs/libXScrnSaver ) crypt? ( app-crypt/qca:2[qt5] ) lastseen? ( dev-qt/qtconcurrent:5 ) media? ( dev-qt/qtmultimedia:5 ) otroid? ( dev-qt/qtconcurrent:5 net-libs/libotr ) sarin? ( dev-qt/qtconcurrent:5 net-libs/tox ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( >=net-libs/qxmpp-0.9.3-r1 media? ( net-libs/qxmpp[speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-9999 ) doc? ( app-doc/doxygen[dot] ) sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 DESCRIPTION=Azoth, the modular IM client for LeechCraft EAPI=6 HOMEPAGE=https://leechcraft.org/ -IUSE=debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +murm +latex +nativeemoticons +otroid +spell sarin shx +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy +IUSE=debug doc +acetamide +adiumstyles astrality +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +latex media +metacontacts +murm +nativeemoticons +otroid sarin shx +spell +standardstyles +vader velvetbird +woodpecker +xmpp +xtazy LICENSE=Boost-1.0 -RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtxml:5 dev-qt/qtdbus:5 crypt? ( app-crypt/qca:2[qt5] ) media? ( dev-qt/qtmultimedia:5 ) sarin? ( dev-qt/qtconcurrent:5 net-libs/tox ) lastseen? ( dev-qt/qtconcurrent:5 ) otroid? ( dev-qt/qtconcurrent:5 ) autoidler? ( dev-qt/qtx11extras:5 x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt[qt5] ) otroid? ( net-libs/libotr ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( >=net-libs/qxmpp-0.9.3[qt5] media? ( >=net-libs/qxmpp-0.9.3[qt5,speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-9999 ) astrality? ( net-im/telepathy-mission-control net-voip/telepathy-haze ) crypt? ( app-crypt/qca:2[gpg] ) latex? ( virtual/imagemagick-tools virtual/latex-base ) spell? ( ~app-leechcraft/lc-rosenthal-9999 ) +RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtxml:5 astrality? ( net-libs/telepathy-qt[qt5] ) autoidler? ( dev-qt/qtx11extras:5 x11-libs/libXScrnSaver ) crypt? ( app-crypt/qca:2[qt5] ) lastseen? ( dev-qt/qtconcurrent:5 ) media? ( dev-qt/qtmultimedia:5 ) otroid? ( dev-qt/qtconcurrent:5 net-libs/libotr ) sarin? ( dev-qt/qtconcurrent:5 net-libs/tox ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( >=net-libs/qxmpp-0.9.3-r1 media? ( net-libs/qxmpp[speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-9999 ) astrality? ( net-im/telepathy-mission-control net-voip/telepathy-haze ) crypt? ( app-crypt/qca:2[gpg] ) latex? ( virtual/imagemagick-tools virtual/latex-base ) spell? ( ~app-leechcraft/lc-rosenthal-9999 ) REQUIRED_USE=|| ( standardstyles adiumstyles ) SLOT=0 _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-r3 cbafa3261c37c7e3af44bb16a34ea390 leechcraft 9b4b708de7c0427a9674ad0a5c9ad742 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=c43d659ade5ca8db466ca6856002d72c +_md5_=b6e13db478fd831bc683f5b2fd213da6 diff --git a/metadata/md5-cache/app-mobilephone/bitpim-1.0.6-r2 b/metadata/md5-cache/app-mobilephone/bitpim-1.0.6-r2 deleted file mode 100644 index 5e9000b0d7ff..000000000000 --- a/metadata/md5-cache/app-mobilephone/bitpim-1.0.6-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-python/apsw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyserial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-dsv[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] crypt? ( >=dev-python/paramiko-1.7.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) usb? ( virtual/libusb:0 ) usb? ( dev-lang/swig ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=View and manipulate data on LG VX4400/VX6000 and Sanyo Sprint mobile phones -EAPI=5 -HOMEPAGE=http://www.bitpim.org/ -IUSE=crypt evo usb python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-python/apsw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyserial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-dsv[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] crypt? ( >=dev-python/paramiko-1.7.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) usb? ( virtual/libusb:0 ) media-libs/netpbm virtual/ffmpeg python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://gentoo/bitpim-1.0.6.tar.bz2 -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=9d2eb5494aeb761574aa8b5f41f9b998 diff --git a/metadata/md5-cache/app-office/skrooge-2.8.1 b/metadata/md5-cache/app-office/skrooge-2.8.1 index 9a45809c29ef..929c19a1ec55 100644 --- a/metadata/md5-cache/app-office/skrooge-2.8.1 +++ b/metadata/md5-cache/app-office/skrooge-2.8.1 @@ -4,7 +4,7 @@ DESCRIPTION=Personal finances manager, aiming at being simple and intuitive EAPI=6 HOMEPAGE=http://www.skrooge.org/ IUSE=activities designer kde ofx test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/knotifyconfig-5.34.0:5 >=kde-frameworks/kparts-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtconcurrent-5.7.0:5 >=dev-qt/qtdbus-5.7.0:5 >=dev-qt/qtdeclarative-5.7.0:5[widgets] >=dev-qt/qtgui-5.7.0:5 >=dev-qt/qtprintsupport-5.7.0:5 >=dev-qt/qtscript-5.7.0:5 >=dev-qt/qtsql-5.7.0:5 >=dev-qt/qtsvg-5.7.0:5 >=dev-qt/qtwebkit-5.7.0:5 >=dev-qt/qtwidgets-5.7.0:5 >=dev-qt/qtxml-5.7.0:5 app-crypt/qca:2[qt5] dev-db/sqlcipher dev-libs/grantlee:5 activities? ( >=kde-frameworks/kactivities-5.34.0:5 ) kde? ( >=kde-frameworks/krunner-5.34.0:5 ) ofx? ( dev-libs/libofx ) !app-office/skrooge:4 >=kde-frameworks/kf-env-4 >=dev-qt/qtcore-5.7.0:5 REQUIRED_USE=test? ( designer ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/skrooge/skrooge-2.8.1.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=d1c2d593162004d9498b3ebe487b057c +_md5_=0c6514c289934e763a4f993ac6bf26b9 diff --git a/metadata/md5-cache/app-text/dos2unix-7.3.5 b/metadata/md5-cache/app-text/dos2unix-7.3.5 new file mode 100644 index 000000000000..57f000d5f9bd --- /dev/null +++ b/metadata/md5-cache/app-text/dos2unix-7.3.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=!app-text/hd2u virtual/libintl nls? ( sys-devel/gettext ) test? ( virtual/perl-Test-Simple ) dev-lang/perl +DESCRIPTION=Convert DOS or MAC text files to UNIX format or vice versa +EAPI=6 +HOMEPAGE=http://www.xs4all.nl/~waterlan/dos2unix.html https://sourceforge.net/projects/dos2unix/ +IUSE=debug nls test linguas_da linguas_de linguas_eo linguas_es linguas_fr linguas_hu linguas_ja linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_ru linguas_sr linguas_sv linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris +LICENSE=BSD-2 +RDEPEND=!app-text/hd2u virtual/libintl +SLOT=0 +SRC_URI=http://www.xs4all.nl/~waterlan/dos2unix/dos2unix-7.3.5.tar.gz mirror://sourceforge/dos2unix/dos2unix-7.3.5.tar.gz +_eclasses_=l10n 2c2e15383ba891d642f51896a7f0ecfe multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=8365026eb236b1eaf12a154e06a2a3ec diff --git a/metadata/md5-cache/app-text/tesseract-3.05.01 b/metadata/md5-cache/app-text/tesseract-3.05.01 index d410c6b86091..8eebf1a92a53 100644 --- a/metadata/md5-cache/app-text/tesseract-3.05.01 +++ b/metadata/md5-cache/app-text/tesseract-3.05.01 @@ -10,4 +10,4 @@ RDEPEND=>=media-libs/leptonica-1.71:=[zlib,tiff?,jpeg?,png?,webp?] opencl? ( vir SLOT=0 SRC_URI=https://github.com/tesseract-ocr/tesseract/archive/3.05.01.tar.gz -> tesseract-3.05.01.tar.gz https://github.com/tesseract-ocr/tessdata/raw/3.04.00/eng.traineddata -> eng.traineddata-3.04.00 math? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/equ.traineddata -> equ.traineddata-3.04.00 ) l10n_ar? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ara.traineddata -> ara.traineddata-3.04.00 ) l10n_bg? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/bul.traineddata -> bul.traineddata-3.04.00 ) l10n_ca? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/cat.traineddata -> cat.traineddata-3.04.00 ) l10n_chr? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/chr.traineddata -> chr.traineddata-3.04.00 ) l10n_cs? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ces.traineddata -> ces.traineddata-3.04.00 ) l10n_de? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/deu.traineddata -> deu.traineddata-3.04.00 https://github.com/tesseract-ocr/tessdata/raw/3.04.00/deu_frak.traineddata -> deu_frak.traineddata-3.04.00 ) l10n_da? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/dan.traineddata -> dan.traineddata-3.04.00 https://github.com/tesseract-ocr/tessdata/raw/3.04.00/dan_frak.traineddata -> dan_frak.traineddata-3.04.00 ) l10n_el? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ell.traineddata -> ell.traineddata-3.04.00 ) l10n_es? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/spa.traineddata -> spa.traineddata-3.04.00 ) l10n_fi? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/fin.traineddata -> fin.traineddata-3.04.00 ) l10n_fr? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/fra.traineddata -> fra.traineddata-3.04.00 ) l10n_he? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/heb.traineddata -> heb.traineddata-3.04.00 ) l10n_hi? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/hin.traineddata -> hin.traineddata-3.04.00 ) l10n_hu? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/hun.traineddata -> hun.traineddata-3.04.00 ) l10n_id? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ind.traineddata -> ind.traineddata-3.04.00 ) l10n_it? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ita.traineddata -> ita.traineddata-3.04.00 ) l10n_ja? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/jpn.traineddata -> jpn.traineddata-3.04.00 ) l10n_ko? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/kor.traineddata -> kor.traineddata-3.04.00 ) l10n_lt? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/lit.traineddata -> lit.traineddata-3.04.00 ) l10n_lv? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/lav.traineddata -> lav.traineddata-3.04.00 ) l10n_nl? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/nld.traineddata -> nld.traineddata-3.04.00 ) l10n_no? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/nor.traineddata -> nor.traineddata-3.04.00 ) l10n_pl? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/pol.traineddata -> pol.traineddata-3.04.00 ) l10n_pt? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/por.traineddata -> por.traineddata-3.04.00 ) l10n_ro? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ron.traineddata -> ron.traineddata-3.04.00 ) l10n_ru? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/rus.traineddata -> rus.traineddata-3.04.00 ) l10n_sk? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/slk.traineddata -> slk.traineddata-3.04.00 https://github.com/tesseract-ocr/tessdata/raw/3.04.00/slk_frak.traineddata -> slk_frak.traineddata-3.04.00 ) l10n_sl? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/slv.traineddata -> slv.traineddata-3.04.00 ) l10n_sr? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/srp.traineddata -> srp.traineddata-3.04.00 ) l10n_sv? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/swe.traineddata -> swe.traineddata-3.04.00 ) l10n_th? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/tha.traineddata -> tha.traineddata-3.04.00 ) l10n_tl? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/tgl.traineddata -> tgl.traineddata-3.04.00 ) l10n_tr? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/tur.traineddata -> tur.traineddata-3.04.00 ) l10n_uk? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/ukr.traineddata -> ukr.traineddata-3.04.00 ) l10n_vi? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/vie.traineddata -> vie.traineddata-3.04.00 ) l10n_zh-CN? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/chi_sim.traineddata -> chi_sim.traineddata-3.04.00 ) l10n_zh-TW? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/chi_tra.traineddata -> chi_tra.traineddata-3.04.00 ) osd? ( https://github.com/tesseract-ocr/tessdata/raw/3.04.00/osd.traineddata -> osd.traineddata-3.04.00 ) _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-opt-2 be255db325e3af8fbf3506cf63998341 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=44acb5fd009f27b9f3e0aaa5f7a1639c +_md5_=cb29b4d896df3ba18da493660b8d16a3 diff --git a/metadata/md5-cache/dev-ada/asis-2017 b/metadata/md5-cache/dev-ada/asis-2017 index 7ddf309ccb08..bd056e0518d8 100644 --- a/metadata/md5-cache/dev-ada/asis-2017 +++ b/metadata/md5-cache/dev-ada/asis-2017 @@ -6,8 +6,8 @@ HOMEPAGE=http://libre.adacore.com/ IUSE=gnat_2016 gnat_2017 KEYWORDS=~amd64 LICENSE=GPL-3 -REQUIRED_USE=^^ ( gnat_2016 gnat_2017 ) +REQUIRED_USE=!gnat_2016 gnat_2017 SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb -> asis-gpl-2017-src.tar.gz _eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c -_md5_=88132d90a47dcd604b47ae0dc509eb48 +_md5_=8ac399a67243b3167a929ae0d9bcda17 diff --git a/metadata/md5-cache/dev-ada/gnatcoll-2016 b/metadata/md5-cache/dev-ada/gnatcoll-2016 index 34977bab794e..772f947465b9 100644 --- a/metadata/md5-cache/dev-ada/gnatcoll-2016 +++ b/metadata/md5-cache/dev-ada/gnatcoll-2016 @@ -3,7 +3,7 @@ DEPEND=gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3 DESCRIPTION=GNAT Component Collection EAPI=6 HOMEPAGE=http://libre.adacore.com -IUSE=gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline +shared sqlite static syslog python_targets_python2_7 +IUSE=gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline +shared sqlite static syslog tools python_targets_python2_7 KEYWORDS=~amd64 LICENSE=GPL-3 RDEPEND=gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] gmp? ( dev-libs/gmp:* ) gtk? ( dev-ada/gtkada[gnat_2016=,gnat_2017=] dev-libs/atk dev-libs/glib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango ) pygobject? ( dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) postgresql? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite ) projects? ( =dev-ada/gprbuild-2016[gnat_2016=,gnat_2017=,static?,shared?] ) @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 pygobject? ( gtk ) ^^ ( gnat_2016 gnat_201 SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/5739942ac7a447658d00e1e7 -> gnatcoll-gpl-2016-src.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=21de78cf499d1faa0cf7334dec99bdee +_md5_=b452454e33f02c59f9e8fcc4c06328c6 diff --git a/metadata/md5-cache/dev-ada/gnatcoll-2017 b/metadata/md5-cache/dev-ada/gnatcoll-2017 index 46b15a4f738b..0f351da9ebbd 100644 --- a/metadata/md5-cache/dev-ada/gnatcoll-2017 +++ b/metadata/md5-cache/dev-ada/gnatcoll-2017 @@ -3,7 +3,7 @@ DEPEND=gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3 DESCRIPTION=GNAT Component Collection EAPI=6 HOMEPAGE=http://libre.adacore.com -IUSE=gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline +shared sqlite static syslog python_targets_python2_7 +IUSE=gmp gnat_2016 gnat_2017 gtk iconv postgresql pygobject projects readline +shared sqlite static syslog tools python_targets_python2_7 KEYWORDS=~amd64 LICENSE=GPL-3 RDEPEND=gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) gnat_2017? ( dev-lang/gnat-gpl:6.3.0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] gmp? ( dev-libs/gmp:* ) gtk? ( dev-ada/gtkada[gnat_2016=,gnat_2017=] dev-libs/atk dev-libs/glib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango ) pygobject? ( dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) postgresql? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite ) projects? ( >=dev-ada/gprbuild-2017[gnat_2016=,gnat_2017=,static?,shared?] ) @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 pygobject? ( gtk ) !gnat_2016 gnat_2017 SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed016 -> gnatcoll-gpl-2017-src.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=84edf96024c0a5dba18691a3dc83825a +_md5_=a28df30006dcbdbf4e77eaa54d1dda7a diff --git a/metadata/md5-cache/dev-cpp/libgnomeuimm-2.28.0-r2 b/metadata/md5-cache/dev-cpp/libgnomeuimm-2.28.0-r2 deleted file mode 100644 index 49ad3c74bd6e..000000000000 --- a/metadata/md5-cache/dev-cpp/libgnomeuimm-2.28.0-r2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=gnome-base/libgnomeui-2.7.1 dev-cpp/glibmm >=dev-cpp/libgnomemm-2.16.0 >=dev-cpp/libgnomecanvasmm-2.6 >=dev-cpp/gconfmm-2.6 >=dev-cpp/libglademm-2.4 >=dev-cpp/gnome-vfsmm-2.16 virtual/pkgconfig >=app-portage/elt-patches-20170317 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=C++ bindings for libgnomeui -EAPI=5 -HOMEPAGE=https://www.gtkmm.org -KEYWORDS=alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=>=gnome-base/libgnomeui-2.7.1 dev-cpp/glibmm >=dev-cpp/libgnomemm-2.16.0 >=dev-cpp/libgnomecanvasmm-2.6 >=dev-cpp/gconfmm-2.6 >=dev-cpp/libglademm-2.4 >=dev-cpp/gnome-vfsmm-2.16 -SLOT=2.6 -SRC_URI=mirror://gnome/sources/libgnomeuimm/2.28/libgnomeuimm-2.28.0.tar.bz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=056c5354d4d19800e2b9f02a3928083b diff --git a/metadata/md5-cache/dev-db/ctdb-1.13-r1 b/metadata/md5-cache/dev-db/ctdb-1.13-r1 deleted file mode 100644 index ae1b8be40691..000000000000 --- a/metadata/md5-cache/dev-db/ctdb-1.13-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/popt-1.16-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] -DESCRIPTION=A cluster implementation of the TDB database used to store temporary data -EAPI=5 -HOMEPAGE=http://ctdb.samba.org/ -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 -LICENSE=GPL-3 -RDEPEND=>=dev-libs/popt-1.16-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] -SLOT=0 -SRC_URI=http://dev.gentooexperimental.org/~scarabeus/ctdb-1.13.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=cf0697989e47fa2196f357ac012036c8 diff --git a/metadata/md5-cache/dev-db/ctdb-9999 b/metadata/md5-cache/dev-db/ctdb-9999 deleted file mode 100644 index 78443b8a77bb..000000000000 --- a/metadata/md5-cache/dev-db/ctdb-9999 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-libs/popt-1.16-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 dev-vcs/git -DESCRIPTION=A cluster implementation of the TDB database used to store temporary data -EAPI=5 -HOMEPAGE=http://ctdb.samba.org/ -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -LICENSE=GPL-3 -RDEPEND=>=dev-libs/popt-1.16-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] -SLOT=0 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-2 195a672bfaf52d868442171c9469bbb6 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=d37b5571478f791a2c1d59a49a91c397 diff --git a/metadata/md5-cache/dev-db/m17n-contrib-1.1.13 b/metadata/md5-cache/dev-db/m17n-contrib-1.1.13 index 00d56c588008..e4c322332d95 100644 --- a/metadata/md5-cache/dev-db/m17n-contrib-1.1.13 +++ b/metadata/md5-cache/dev-db/m17n-contrib-1.1.13 @@ -1,10 +1,10 @@ -DEFINED_PHASES=configure install +DEFINED_PHASES=- DESCRIPTION=Contribution database for the m17n library -EAPI=4 +EAPI=6 HOMEPAGE=https://savannah.nongnu.org/projects/m17n KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 -RDEPEND=>=dev-db/m17n-db-1.6.3 +RDEPEND=~dev-db/m17n-db-1.6.3 SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-contrib-1.1.13.tar.gz -_md5_=05e1964b5d47a52ba748bd92ef4dfbbc +SRC_URI=mirror://nongnu/m17n/m17n-contrib-1.1.13.tar.gz +_md5_=ac54b54f54e71f532e800ceef8a85f46 diff --git a/metadata/md5-cache/dev-db/m17n-contrib-1.1.14 b/metadata/md5-cache/dev-db/m17n-contrib-1.1.14 index fac8d2540f95..93677e94ef49 100644 --- a/metadata/md5-cache/dev-db/m17n-contrib-1.1.14 +++ b/metadata/md5-cache/dev-db/m17n-contrib-1.1.14 @@ -1,10 +1,10 @@ -DEFINED_PHASES=configure install +DEFINED_PHASES=- DESCRIPTION=Contribution database for the m17n library -EAPI=4 +EAPI=6 HOMEPAGE=https://savannah.nongnu.org/projects/m17n KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 -RDEPEND=>=dev-db/m17n-db-1.6.4 +RDEPEND=~dev-db/m17n-db-1.6.4 SLOT=0 -SRC_URI=http://download.savannah.gnu.org/releases/m17n/m17n-contrib-1.1.14.tar.gz -_md5_=4ef2bb441d1249dcd81126bf868e6c3f +SRC_URI=mirror://nongnu/m17n/m17n-contrib-1.1.14.tar.gz +_md5_=cec98b09778701154429a55e00354fdf diff --git a/metadata/md5-cache/dev-db/m17n-db-1.5.2 b/metadata/md5-cache/dev-db/m17n-db-1.5.2 deleted file mode 100644 index bddc5b686d57..000000000000 --- a/metadata/md5-cache/dev-db/m17n-db-1.5.2 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND=sys-devel/gettext -DESCRIPTION=Database for the m17n library -EAPI=0 -HOMEPAGE=https://savannah.nongnu.org/projects/m17n -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 -LICENSE=LGPL-2.1 -SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-db-1.5.2.tar.gz -_md5_=5f75cb8d0251438d8f88517943c9c229 diff --git a/metadata/md5-cache/dev-db/m17n-db-1.6.2-r1 b/metadata/md5-cache/dev-db/m17n-db-1.6.2-r1 deleted file mode 100644 index 2c6cdeb55e13..000000000000 --- a/metadata/md5-cache/dev-db/m17n-db-1.6.2-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare -DEPEND=sys-devel/gettext -DESCRIPTION=Database for the m17n library -EAPI=4 -HOMEPAGE=https://savannah.nongnu.org/projects/m17n -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=virtual/libintl -SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-db-1.6.2.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=c327f4813efd2df9fb94cbbc49e2db67 diff --git a/metadata/md5-cache/dev-db/m17n-db-1.6.3 b/metadata/md5-cache/dev-db/m17n-db-1.6.3 index 7eb957dc515c..36b6cb59544e 100644 --- a/metadata/md5-cache/dev-db/m17n-db-1.6.3 +++ b/metadata/md5-cache/dev-db/m17n-db-1.6.3 @@ -1,12 +1,11 @@ DEFINED_PHASES=install DEPEND=sys-devel/gettext DESCRIPTION=Database for the m17n library -EAPI=4 +EAPI=6 HOMEPAGE=https://savannah.nongnu.org/projects/m17n KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libintl SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-db-1.6.3.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=95aab93d4a65bfc1fd24221dbc058cab +SRC_URI=mirror://nongnu/m17n/m17n-db-1.6.3.tar.gz +_md5_=d844527966fa0be17ca7a7d7e4686d86 diff --git a/metadata/md5-cache/dev-db/m17n-db-1.6.4 b/metadata/md5-cache/dev-db/m17n-db-1.6.4 index 87da151fd78d..8cdb67e6e7c3 100644 --- a/metadata/md5-cache/dev-db/m17n-db-1.6.4 +++ b/metadata/md5-cache/dev-db/m17n-db-1.6.4 @@ -1,12 +1,11 @@ DEFINED_PHASES=install DEPEND=sys-devel/gettext DESCRIPTION=Database for the m17n library -EAPI=4 +EAPI=6 HOMEPAGE=https://savannah.nongnu.org/projects/m17n KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sh sparc x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libintl SLOT=0 -SRC_URI=http://download.savannah.gnu.org/releases/m17n/m17n-db-1.6.4.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=70d907d838de9dae59f28f9bea2f32f1 +SRC_URI=mirror://nongnu/m17n/m17n-db-1.6.4.tar.gz +_md5_=fd49d0f0cae2e38bd12df8d4cf25038f diff --git a/metadata/md5-cache/dev-db/m17n-db-1.5.5 b/metadata/md5-cache/dev-db/m17n-db-1.7.0 similarity index 51% rename from metadata/md5-cache/dev-db/m17n-db-1.5.5 rename to metadata/md5-cache/dev-db/m17n-db-1.7.0 index 62d353bb299f..f92eba1b4f39 100644 --- a/metadata/md5-cache/dev-db/m17n-db-1.5.5 +++ b/metadata/md5-cache/dev-db/m17n-db-1.7.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=sys-devel/gettext DESCRIPTION=Database for the m17n library -EAPI=0 +EAPI=6 HOMEPAGE=https://savannah.nongnu.org/projects/m17n -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libintl SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-db-1.5.5.tar.gz -_md5_=6e2c98be36611130dbbf398c594a535c +SRC_URI=mirror://nongnu/m17n/m17n-db-1.7.0.tar.gz +_md5_=9f70cd7d4d1f27c3c56c665f0bc5b67f diff --git a/metadata/md5-cache/dev-db/mariadb-10.1.24 b/metadata/md5-cache/dev-db/mariadb-10.1.24 index 58436fe85264..6752b2b9b6fe 100644 --- a/metadata/md5-cache/dev-db/mariadb-10.1.24 +++ b/metadata/md5-cache/dev-db/mariadb-10.1.24 @@ -4,7 +4,7 @@ DESCRIPTION=An enhanced, drop-in replacement for MySQL EAPI=6 HOMEPAGE=http://mariadb.org/ IUSE=+backup bindist cracklib galera kerberos innodb-lz4 innodb-lzo innodb-snappy jdbc mroonga odbc oqgraph pam sphinx sst-rsync sst-xtrabackup tokudb systemd xml elibc_FreeBSD jdbc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 debug embedded extraengine jemalloc latin1 libressl +openssl +perl profiling selinux +server systemtap static static-libs tcmalloc test yassl -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 PDEPEND=galera? ( sst-xtrabackup? ( || ( >=dev-db/xtrabackup-bin-2.2.4 dev-db/percona-xtrabackup ) ) ) perl? ( >=dev-perl/DBD-mysql-2.9004 ) server? ( ~virtual/mysql-5.6[embedded=,static=] ) virtual/libmysqlclient:0/18[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs=] RDEPEND=mroonga? ( app-text/groonga-normalizer-mysql ) kerberos? ( virtual/krb5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( sys-apps/systemd:= ) !bindist? ( sys-libs/binutils-libs:0= >=sys-libs/readline-4.1:0= ) server? ( backup? ( app-arch/libarchive:0= ) cracklib? ( sys-libs/cracklib:0= ) extraengine? ( odbc? ( dev-db/unixODBC:0= ) xml? ( dev-libs/libxml2:2= ) sys-libs/zlib[minizip] ) innodb-lz4? ( app-arch/lz4 ) innodb-lzo? ( dev-libs/lzo ) innodb-snappy? ( app-arch/snappy ) oqgraph? ( >=dev-libs/boost-1.40.0:0= dev-libs/judy:0= ) pam? ( virtual/pam:0= ) tokudb? ( app-arch/snappy ) ) >=dev-libs/libpcre-8.35:3= galera? ( sys-apps/iproute2 =sys-cluster/galera-25* sst-rsync? ( sys-process/lsof ) sst-xtrabackup? ( net-misc/socat[ssl] ) ) perl? ( !dev-db/mytop virtual/perl-Getopt-Long dev-perl/TermReadKey virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes ) server? ( extraengine? ( jdbc? ( >=virtual/jre-1.6 ) ) ) jdbc? ( >=dev-java/java-config-2.2.0-r3 ) kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 !dev-db/mariadb-native-client[mysqlcompat] jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) openssl? ( >=dev-libs/openssl-1.0.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) >=sys-libs/zlib-1.2.3:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] sys-libs/ncurses:0= selinux? ( sec-policy/selinux-mysql ) abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster server? ( !prefix? ( dev-db/mysql-init-scripts ) ) !=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=CLI for MySQL Database with auto-completion and syntax highlighting +EAPI=6 +HOMEPAGE=http://mycli.net +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD MIT +RDEPEND=>=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/prompt_toolkit-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-sqlparse-0.1.19[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/dbcli/mycli/archive/v1.10.0.tar.gz -> mycli-1.10.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=bf4cb2d70b4d3d5dac750fef0aec8658 diff --git a/metadata/md5-cache/dev-db/mycli-9999 b/metadata/md5-cache/dev-db/mycli-9999 index d51a098a4cdd..74209e55a203 100644 --- a/metadata/md5-cache/dev-db/mycli-9999 +++ b/metadata/md5-cache/dev-db/mycli-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=CLI for MySQL Database with auto-completion and syntax highlighting -EAPI=5 +EAPI=6 HOMEPAGE=http://mycli.net -IUSE=python_targets_python2_7 python_targets_python3_4 +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=BSD MIT -RDEPEND=>=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/prompt_toolkit-0.57[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pycrypto-2.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pymysql-0.6.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-sqlparse-0.1.16[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) +RDEPEND=>=dev-python/cli_helpers-0.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/prompt_toolkit-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-sqlparse-0.2.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=4c290a61bf8a56977d83c0068233458a +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 cbafa3261c37c7e3af44bb16a34ea390 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=f2fdec9a44666eff9d91733263ca698f diff --git a/metadata/md5-cache/dev-dotnet/art-sharp-2.24.2 b/metadata/md5-cache/dev-dotnet/art-sharp-2.24.2 deleted file mode 100644 index cc55b23a286d..000000000000 --- a/metadata/md5-cache/dev-dotnet/art-sharp-2.24.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=media-libs/libart_lgpl-2.3.20 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's art module of the gnome-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=LGPL-2.1 -RDEPEND==dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=media-libs/libart_lgpl-2.3.20 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-sharp/2.24/gnome-sharp-2.24.2.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=02f80e0a89e627eb5cdb99a5af36a1b7 diff --git a/metadata/md5-cache/dev-dotnet/atk-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/atk-sharp-2.12.10 deleted file mode 100644 index c85386516f42..000000000000 --- a/metadata/md5-cache/dev-dotnet/atk-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 ~dev-dotnet/gtk-sharp-gapi-2.12.10 ~dev-dotnet/glib-sharp-2.12.10 dev-libs/atk >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's atk module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=~dev-dotnet/glib-sharp-2.12.10 dev-libs/atk !<=dev-dotnet/gtk-sharp-2.12.7:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ef93c0a50fb12ab47fabe5530d155f46 diff --git a/metadata/md5-cache/dev-dotnet/gconf-sharp-2.24.2 b/metadata/md5-cache/dev-dotnet/gconf-sharp-2.24.2 deleted file mode 100644 index 81d3a24ccfa9..000000000000 --- a/metadata/md5-cache/dev-dotnet/gconf-sharp-2.24.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/gconf-2.24:2 =dev-dotnet/glade-sharp-2.12* ~dev-dotnet/gnome-sharp-2.24.2 ~dev-dotnet/art-sharp-2.24.2 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gconf module of the gnome-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND==dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/gconf-2.24:2 =dev-dotnet/glade-sharp-2.12* ~dev-dotnet/gnome-sharp-2.24.2 ~dev-dotnet/art-sharp-2.24.2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-sharp/2.24/gnome-sharp-2.24.2.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=cf626975a51fc3a828f1bc79d4044c30 diff --git a/metadata/md5-cache/dev-dotnet/gdk-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/gdk-sharp-2.12.10 deleted file mode 100644 index a1bbf88323da..000000000000 --- a/metadata/md5-cache/dev-dotnet/gdk-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 ~dev-dotnet/gtk-sharp-gapi-2.12.10 ~dev-dotnet/glib-sharp-2.12.10 x11-libs/gtk+:2 ~dev-dotnet/pango-sharp-2.12.10 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gdk module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=~dev-dotnet/glib-sharp-2.12.10 x11-libs/gtk+:2 ~dev-dotnet/pango-sharp-2.12.10 !<=dev-dotnet/gtk-sharp-2.12.7:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ef93c0a50fb12ab47fabe5530d155f46 diff --git a/metadata/md5-cache/dev-dotnet/glade-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/glade-sharp-2.12.10 deleted file mode 100644 index 16f13022e91a..000000000000 --- a/metadata/md5-cache/dev-dotnet/glade-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 ~dev-dotnet/gtk-sharp-gapi-2.12.10 ~dev-dotnet/glib-sharp-2.12.10 ~dev-dotnet/atk-sharp-2.12.10 ~dev-dotnet/gdk-sharp-2.12.10 ~dev-dotnet/gtk-sharp-2.12.10 ~dev-dotnet/pango-sharp-2.12.10 >=gnome-base/libglade-2.3.6:2.0 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's glade module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=~dev-dotnet/glib-sharp-2.12.10 ~dev-dotnet/atk-sharp-2.12.10 ~dev-dotnet/gdk-sharp-2.12.10 ~dev-dotnet/gtk-sharp-2.12.10 ~dev-dotnet/pango-sharp-2.12.10 >=gnome-base/libglade-2.3.6:2.0 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ef93c0a50fb12ab47fabe5530d155f46 diff --git a/metadata/md5-cache/dev-dotnet/glib-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/glib-sharp-2.12.10 deleted file mode 100644 index cf192176d58c..000000000000 --- a/metadata/md5-cache/dev-dotnet/glib-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 dev-libs/glib:2 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's glib module of the gtk-sharp tarball -EAPI=4 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=!<=dev-dotnet/gtk-sharp-2.12.7:2 dev-libs/glib:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=f60cec2953b611cb6a99a09fd0009ee5 diff --git a/metadata/md5-cache/dev-dotnet/gnome-sharp-2.24.2 b/metadata/md5-cache/dev-dotnet/gnome-sharp-2.24.2 deleted file mode 100644 index 5848fdbd566a..000000000000 --- a/metadata/md5-cache/dev-dotnet/gnome-sharp-2.24.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/libgnomeui-2.24 ~dev-dotnet/gnomevfs-sharp-2.24.2 ~dev-dotnet/art-sharp-2.24.2 >=gnome-base/libgnomecanvas-2.20 >=x11-libs/gtk+-2.14.0:2 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gnome module of the gnome-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND==dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/libgnomeui-2.24 ~dev-dotnet/gnomevfs-sharp-2.24.2 ~dev-dotnet/art-sharp-2.24.2 >=gnome-base/libgnomecanvas-2.20 >=x11-libs/gtk+-2.14.0:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-sharp/2.24/gnome-sharp-2.24.2.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=f636bb1aff09832dd974424f1ec8eff1 diff --git a/metadata/md5-cache/dev-dotnet/gnomevfs-sharp-2.24.2 b/metadata/md5-cache/dev-dotnet/gnomevfs-sharp-2.24.2 deleted file mode 100644 index cde3c5b03bc6..000000000000 --- a/metadata/md5-cache/dev-dotnet/gnomevfs-sharp-2.24.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/gnome-vfs-2.24:2 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gnomevfs module of the gnome-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=LGPL-2.1 -RDEPEND==dev-dotnet/gtk-sharp-2.12* >=dev-lang/mono-2.7 >=gnome-base/gnome-vfs-2.24:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-sharp/2.24/gnome-sharp-2.24.2.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=02f80e0a89e627eb5cdb99a5af36a1b7 diff --git a/metadata/md5-cache/dev-dotnet/gtk-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/gtk-sharp-2.12.10 deleted file mode 100644 index 7a0b15262d5a..000000000000 --- a/metadata/md5-cache/dev-dotnet/gtk-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 ~dev-dotnet/gtk-sharp-gapi-2.12.10 ~dev-dotnet/glib-sharp-2.12.10 ~dev-dotnet/atk-sharp-2.12.10 ~dev-dotnet/gdk-sharp-2.12.10 ~dev-dotnet/pango-sharp-2.12.10 >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gtk module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=LGPL-2.1 -RDEPEND=~dev-dotnet/glib-sharp-2.12.10 ~dev-dotnet/atk-sharp-2.12.10 ~dev-dotnet/gdk-sharp-2.12.10 ~dev-dotnet/pango-sharp-2.12.10 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=4b0b15e3377bc76ed3f55a21f765fc40 diff --git a/metadata/md5-cache/dev-dotnet/gtk-sharp-gapi-2.12.10 b/metadata/md5-cache/dev-dotnet/gtk-sharp-gapi-2.12.10 deleted file mode 100644 index 6a554321173e..000000000000 --- a/metadata/md5-cache/dev-dotnet/gtk-sharp-gapi-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 dev-perl/XML-LibXML >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's gtk-gapi module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 -RDEPEND=!<=dev-dotnet/gtk-sharp-2.12.7:2 dev-perl/XML-LibXML >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=00840e7c149f169520de16e8833c6f7e diff --git a/metadata/md5-cache/dev-dotnet/pango-sharp-2.12.10 b/metadata/md5-cache/dev-dotnet/pango-sharp-2.12.10 deleted file mode 100644 index 8fd7dba97df2..000000000000 --- a/metadata/md5-cache/dev-dotnet/pango-sharp-2.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/libtool-2.4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 ~dev-dotnet/gtk-sharp-gapi-2.12.10 ~dev-dotnet/glib-sharp-2.12.10 x11-libs/pango >=dev-lang/mono-2.0.1 >=sys-apps/sed-4 virtual/pkgconfig >=app-shells/bash-3.1 -DESCRIPTION=GtkSharp's pango module of the gtk-sharp tarball -EAPI=2 -HOMEPAGE=http://www.mono-project.com/GtkSharp -IUSE=debug -KEYWORDS=amd64 ppc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=~dev-dotnet/glib-sharp-2.12.10 x11-libs/pango !<=dev-dotnet/gtk-sharp-2.12.7:2 >=dev-lang/mono-2.0.1 -RESTRICT=test -SLOT=2 -SRC_URI=mirror://gentoo/gtk-sharp-2.12.7.patch.bz2 http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.10.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gtk-sharp-module d1d23a14e4ab2b37f78f94fb7cd60e85 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e mono a59df07822fcb0dec319e09526d84c1f multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ef93c0a50fb12ab47fabe5530d155f46 diff --git a/metadata/md5-cache/dev-java/ant-javamail-1.9.2 b/metadata/md5-cache/dev-java/ant-javamail-1.9.2 deleted file mode 100644 index 3d1a61f0963c..000000000000 --- a/metadata/md5-cache/dev-java/ant-javamail-1.9.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup unpack -DEPEND=java-virtuals/javamail java-virtuals/jaf >=dev-java/java-config-2.2.0-r3 >=dev-java/javatoolkit-0.3.0-r2 ~dev-java/ant-core-1.9.2:0 >=virtual/jdk-1.5 !dev-java/ant-tasks -DESCRIPTION=Apache Ant's optional tasks depending on --virtual javamail -EAPI=5 -HOMEPAGE=http://ant.apache.org/ -IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=Apache-2.0 -RDEPEND=java-virtuals/javamail java-virtuals/jaf >=dev-java/java-config-2.2.0-r3 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 -RESTRICT=test -SLOT=0 -SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 -_eclasses_=ant-tasks 2fb8fafa83d223f2b62c5716c2d12555 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ed82100f07d620f65f9200d645a9f0ca diff --git a/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r2 b/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r2 index 8284f373458a..d3861168a28f 100644 --- a/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r2 +++ b/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on oracle-javamail EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 2fb8fafa83d223f2b62c5716c2d12555 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=d71f75303d4f0ddc9bf982c9c6744afc +_md5_=a466debf2bb5db1ef17e42db4f103774 diff --git a/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 b/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r2 similarity index 57% rename from metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 rename to metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r2 index 2e4a99c0554e..93640a51c53c 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install preinst prepare setup test -DEPEND=dev-java/avalon-framework:4.1 dev-java/log4j:0 java-virtuals/jaf:0 java-virtuals/javamail:0 java-virtuals/jms:0 java-virtuals/servlet-api:2.5 >=virtual/jdk-1.4 test? ( dev-java/junit:4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=dev-java/log4j:0 dev-java/avalon-framework:4.1 java-virtuals/jms:0 java-virtuals/javamail:0 java-virtuals/servlet-api:2.5 >=virtual/jdk-1.6 test? ( dev-java/junit:4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Easy-to-use Java logging toolkit EAPI=4 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-1.1 -RDEPEND=dev-java/avalon-framework:4.1 dev-java/log4j:0 java-virtuals/jaf:0 java-virtuals/javamail:0 java-virtuals/jms:0 java-virtuals/servlet-api:2.5 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=dev-java/log4j:0 dev-java/avalon-framework:4.1 java-virtuals/jms:0 java-virtuals/javamail:0 java-virtuals/servlet-api:2.5 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.2 SRC_URI=mirror://apache/avalon/logkit/source/logkit-1.2.2-src.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=9e905599bb81e67df143fc311ea9c45b +_md5_=1fd942c717cd79616c4cf6964bfc79a8 diff --git a/metadata/md5-cache/dev-java/bcmail-1.38-r5 b/metadata/md5-cache/dev-java/bcmail-1.38-r5 deleted file mode 100644 index e38650d98b52..000000000000 --- a/metadata/md5-cache/dev-java/bcmail-1.38-r5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.38 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -DESCRIPTION=Java cryptography APIs -EAPI=5 -HOMEPAGE=http://www.bouncycastle.org/java.html -IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.38 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -SLOT=1.38 -SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk14-138.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=1c25c787c67da2ee31b7898be3c2dd85 diff --git a/metadata/md5-cache/dev-java/bcmail-1.38-r4 b/metadata/md5-cache/dev-java/bcmail-1.38-r6 similarity index 67% rename from metadata/md5-cache/dev-java/bcmail-1.38-r4 rename to metadata/md5-cache/dev-java/bcmail-1.38-r6 index 4cffbfdf7174..3a864e234d62 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.38-r4 +++ b/metadata/md5-cache/dev-java/bcmail-1.38-r6 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.38 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=dev-java/junit:0 dev-java/oracle-javamail:0 dev-java/bcprov:1.38 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Java cryptography APIs -EAPI=5 +EAPI=6 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.38 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=dev-java/junit:0 dev-java/oracle-javamail:0 dev-java/bcprov:1.38 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.38 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk14-138.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=d324384334984d02e994287be0db9370 +_md5_=91ac09191baf06b06699f5ecaceb7538 diff --git a/metadata/md5-cache/dev-java/bcmail-1.45-r4 b/metadata/md5-cache/dev-java/bcmail-1.45-r4 deleted file mode 100644 index c72904cdad6a..000000000000 --- a/metadata/md5-cache/dev-java/bcmail-1.45-r4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.45 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -DESCRIPTION=Java cryptography APIs -EAPI=5 -HOMEPAGE=http://www.bouncycastle.org/java.html -IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.45 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -SLOT=1.45 -SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15-145.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=adf16c91c5706fc40d1d066135fa7cea diff --git a/metadata/md5-cache/dev-java/bcmail-1.45-r3 b/metadata/md5-cache/dev-java/bcmail-1.45-r5 similarity index 67% rename from metadata/md5-cache/dev-java/bcmail-1.45-r3 rename to metadata/md5-cache/dev-java/bcmail-1.45-r5 index ea2da8f36211..f7057195b3eb 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.45-r3 +++ b/metadata/md5-cache/dev-java/bcmail-1.45-r5 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.45 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=dev-java/junit:0 dev-java/oracle-javamail:0 dev-java/bcprov:1.45 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Java cryptography APIs -EAPI=5 +EAPI=6 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.45 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=dev-java/junit:0 dev-java/oracle-javamail:0 dev-java/bcprov:1.45 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.45 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15-145.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5e19e8696019b67f65dee2735b7627a1 +_md5_=fb3512c04e60364750c5e3b7abacc5a5 diff --git a/metadata/md5-cache/dev-java/bcmail-1.50-r2 b/metadata/md5-cache/dev-java/bcmail-1.50-r3 similarity index 65% rename from metadata/md5-cache/dev-java/bcmail-1.50-r2 rename to metadata/md5-cache/dev-java/bcmail-1.50-r3 index 47ca158a6c51..494b47a5e088 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.50-r2 +++ b/metadata/md5-cache/dev-java/bcmail-1.50-r3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.50 dev-java/bcpkix:1.50 java-virtuals/jaf:0 dev-java/junit:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=>=virtual/jdk-1.6 dev-java/junit:0 dev-java/bcprov:1.50 dev-java/bcpkix:1.50 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Java cryptography APIs -EAPI=5 +EAPI=6 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.50 dev-java/bcpkix:1.50 java-virtuals/jaf:0 dev-java/junit:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=>=virtual/jre-1.6 dev-java/junit:0 dev-java/bcprov:1.50 dev-java/bcpkix:1.50 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) RESTRICT=test SLOT=1.50 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15on-150.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=e1e6d6f3014d7920a4965d1fe136b0d4 +_md5_=de2d972bebf27ae302e178c72ad5a2de diff --git a/metadata/md5-cache/dev-java/bcmail-1.52-r2 b/metadata/md5-cache/dev-java/bcmail-1.52-r3 similarity index 65% rename from metadata/md5-cache/dev-java/bcmail-1.52-r2 rename to metadata/md5-cache/dev-java/bcmail-1.52-r3 index cba6598d7e38..19fdaa7fbfb4 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.52-r2 +++ b/metadata/md5-cache/dev-java/bcmail-1.52-r3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.6 app-arch/unzip dev-java/bcprov:1.52 dev-java/bcpkix:1.52 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=dev-java/junit:0 dev-java/bcprov:1.52 dev-java/bcpkix:1.52 dev-java/oracle-javamail:0 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Java cryptography APIs -EAPI=5 +EAPI=6 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD -RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.52 dev-java/bcpkix:1.52 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=dev-java/junit:0 dev-java/bcprov:1.52 dev-java/bcpkix:1.52 dev-java/oracle-javamail:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) RESTRICT=test SLOT=1.52 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15on-152.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=064dde84a26d7f749cfbecb26dc95c7f +_md5_=a71504f0cb712de47515983cd504055a diff --git a/metadata/md5-cache/dev-java/java-gnome-4.0.19 b/metadata/md5-cache/dev-java/java-gnome-4.0.19 deleted file mode 100644 index 915f2bc5cd28..000000000000 --- a/metadata/md5-cache/dev-java/java-gnome-4.0.19 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5 dev-java/junit:0 dev-lang/perl virtual/pkgconfig >=virtual/jdk-1.5 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -DESCRIPTION=Java bindings for GTK and GNOME -EAPI=2 -HOMEPAGE=http://java-gnome.sourceforge.net/ -IUSE=elibc_FreeBSD doc examples source -KEYWORDS=amd64 x86 -LICENSE=GPL-2-with-linking-exception -RDEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -RESTRICT=test -SLOT=4.0 -SRC_URI=mirror://gnome/sources/java-gnome/4.0/java-gnome-4.0.19.tar.bz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=12f885b75f27d7a6cff7251499876837 diff --git a/metadata/md5-cache/dev-java/java-gnome-4.0.20 b/metadata/md5-cache/dev-java/java-gnome-4.0.20 deleted file mode 100644 index 7b70264ee91e..000000000000 --- a/metadata/md5-cache/dev-java/java-gnome-4.0.20 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5:* python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-java/junit:0 dev-lang/perl virtual/pkgconfig >=virtual/jdk-1.5 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -DESCRIPTION=Java bindings for GTK and GNOME -EAPI=5 -HOMEPAGE=http://java-gnome.sourceforge.net/ -IUSE=elibc_FreeBSD doc examples source python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2-with-linking-exception -RDEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5:* python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -REQUIRED_USE=|| ( python_targets_python2_7 ) -RESTRICT=test -SLOT=4.0 -SRC_URI=mirror://gnome/sources/java-gnome/4.0/java-gnome-4.0.20.tar.bz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=87053fbe44083d35ae1c6d57ac2b24ad diff --git a/metadata/md5-cache/dev-java/java-gnome-4.1.3 b/metadata/md5-cache/dev-java/java-gnome-4.1.3 deleted file mode 100644 index 992de6cac5e5..000000000000 --- a/metadata/md5-cache/dev-java/java-gnome-4.1.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=app-text/enchant:0 dev-libs/atk:0 >=dev-libs/glib-2.28:2 dev-libs/libunique:3 gnome-base/librsvg:2 >=x11-libs/cairo-1.10.0[svg] x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/gtksourceview:3.0 >=x11-libs/libnotify-0.7.0 x11-libs/pango:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-java/junit:0 dev-lang/perl >=virtual/jdk-1.6 virtual/pkgconfig >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Java bindings for GTK and GNOME -EAPI=5 -HOMEPAGE=http://java-gnome.sourceforge.net/ -IUSE=elibc_FreeBSD doc examples source python_targets_python2_7 test -KEYWORDS=amd64 x86 -LICENSE=GPL-2-with-linking-exception -RDEPEND=app-text/enchant:0 dev-libs/atk:0 >=dev-libs/glib-2.28:2 dev-libs/libunique:3 gnome-base/librsvg:2 >=x11-libs/cairo-1.10.0[svg] x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/gtksourceview:3.0 >=x11-libs/libnotify-0.7.0 x11-libs/pango:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=virtual/jre-1.6:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -REQUIRED_USE=|| ( python_targets_python2_7 ) -RESTRICT=test -SLOT=4.1 -SRC_URI=mirror://gnome/sources/java-gnome/4.1/java-gnome-4.1.3.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 -_md5_=8649e6077c9188bda7a90b6e113e028d diff --git a/metadata/md5-cache/dev-java/log4j-1.2.17-r3 b/metadata/md5-cache/dev-java/log4j-1.2.17-r3 index 0a8a3112fc1c..1d5e32963009 100644 --- a/metadata/md5-cache/dev-java/log4j-1.2.17-r3 +++ b/metadata/md5-cache/dev-java/log4j-1.2.17-r3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 javamail? ( dev-java/oracle-javamail:0 java-virtuals/jaf:0 ) jms? ( java-virtuals/jms:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DEPEND=javamail? ( dev-java/oracle-javamail:0 ) jms? ( java-virtuals/jms:0 ) >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 DESCRIPTION=A low-overhead robust logging package for Java EAPI=5 HOMEPAGE=http://logging.apache.org/log4j/ IUSE=javamail jms elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ~arm ppc64 x86 LICENSE=Apache-2.0 -RDEPEND=>=virtual/jre-1.6 javamail? ( dev-java/oracle-javamail:0 java-virtuals/jaf:0 ) jms? ( java-virtuals/jms:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=javamail? ( dev-java/oracle-javamail:0 ) jms? ( java-virtuals/jms:0 ) >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/logging/log4j/1.2.17/log4j-1.2.17.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=0495180524cee7c35c7b1941aa750b63 +_md5_=e11762db96cd25f30f77d8008a4ce50d diff --git a/metadata/md5-cache/dev-java/saaj-1.3.19-r1 b/metadata/md5-cache/dev-java/saaj-1.3.19-r2 similarity index 66% rename from metadata/md5-cache/dev-java/saaj-1.3.19-r1 rename to metadata/md5-cache/dev-java/saaj-1.3.19-r2 index 8760f8e42a81..2e53af1dc47c 100644 --- a/metadata/md5-cache/dev-java/saaj-1.3.19-r1 +++ b/metadata/md5-cache/dev-java/saaj-1.3.19-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 java-virtuals/jaf:0 java-virtuals/saaj-api:0 >=virtual/jdk-1.5 test? ( dev-java/ant-junit:0 dev-java/xalan:0 java-virtuals/servlet-api:2.5 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DEPEND=dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 java-virtuals/saaj-api:0 >=virtual/jdk-1.6 test? ( dev-java/ant-junit:0 dev-java/xalan:0 java-virtuals/servlet-api:2.5 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 DESCRIPTION=SOAP with Attachments API for Java -EAPI=4 +EAPI=6 HOMEPAGE=https://saaj.dev.java.net/ IUSE=elibc_FreeBSD examples source test elibc_FreeBSD KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL -RDEPEND=dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 java-virtuals/jaf:0 java-virtuals/saaj-api:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 java-virtuals/saaj-api:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sera/distfiles/saaj-1.3.19.tar.bz2 _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b4462ea389911c207f3c4f5d85ccae81 +_md5_=92d407dfdb2be1227c7940529b1c57d7 diff --git a/metadata/md5-cache/dev-java/stax-ex-1.0-r4 b/metadata/md5-cache/dev-java/stax-ex-1.0-r5 similarity index 71% rename from metadata/md5-cache/dev-java/stax-ex-1.0-r4 rename to metadata/md5-cache/dev-java/stax-ex-1.0-r5 index 925dac11a880..7fcd35b25584 100644 --- a/metadata/md5-cache/dev-java/stax-ex-1.0-r4 +++ b/metadata/md5-cache/dev-java/stax-ex-1.0-r5 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 java-virtuals/jaf:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) DESCRIPTION=Extensions to complement JSR-173 StAX API -EAPI=5 +EAPI=6 HOMEPAGE=http://stax-ex.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=CDDL -RDEPEND=>=virtual/jre-1.6 java-virtuals/jaf:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://stax-ex.java.net/files/documents/4480/44372/stax-ex-1.0-src.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b50f7180af6708d7633019fce6d5290b +_md5_=fa2909bc02ab8e3c251c77fdf68be046 diff --git a/metadata/md5-cache/dev-java/sun-javamail-1.4.3 b/metadata/md5-cache/dev-java/sun-javamail-1.4.3 deleted file mode 100644 index 4122c1f6d6d2..000000000000 --- a/metadata/md5-cache/dev-java/sun-javamail-1.4.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.5 java-virtuals/jaf >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=A Java-based framework to build multiplatform mail and messaging applications -EAPI=2 -HOMEPAGE=http://java.sun.com/products/javamail/index.html -IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=CDDL GPL-2 BSD -RDEPEND=>=virtual/jre-1.4 java-virtuals/jaf >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=http://kenai.com/projects/javamail/downloads/download//javamail-1.4.3-src.zip -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-ant-2 4e2b30d918dda38a51839a4d45282b62 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=05cc90567b2ec46e8493dc41051a591b diff --git a/metadata/md5-cache/dev-java/sun-javamail-1.4.3-r1 b/metadata/md5-cache/dev-java/sun-javamail-1.4.3-r1 new file mode 100644 index 000000000000..ab5b4901f21a --- /dev/null +++ b/metadata/md5-cache/dev-java/sun-javamail-1.4.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DESCRIPTION=A Java-based framework to build multiplatform mail and messaging applications +EAPI=6 +HOMEPAGE=http://java.sun.com/products/javamail/index.html +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( CDDL GPL-2 BSD ) +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=mirror://gentoo/javamail-1.4.3-src.zip -> sun-javamail-1.4.3.zip +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=b291a8a82b1d24abc56deee6de7d72d4 diff --git a/metadata/md5-cache/dev-lang/falcon-0.9.6.8 b/metadata/md5-cache/dev-lang/falcon-0.9.6.8 deleted file mode 100644 index 70b15a8f96d6..000000000000 --- a/metadata/md5-cache/dev-lang/falcon-0.9.6.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/libpcre sys-libs/zlib curl? ( net-misc/curl ) dbus? ( sys-apps/dbus ) gd? ( media-libs/gd:= ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) mysql? ( virtual/libmysqlclient:= ) readline? ( sys-libs/readline:0 ) pdf? ( media-libs/libharu ) sdl? ( media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer media-libs/sdl-ttf ) sqlite? ( dev-db/sqlite:3 ) sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=An open source general purpose untyped language written in C++ -EAPI=5 -HOMEPAGE=http://falconpl.org/ -IUSE=curl dbus debug gd gtk mysql pdf readline sdl sqlite -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/libpcre sys-libs/zlib curl? ( net-misc/curl ) dbus? ( sys-apps/dbus ) gd? ( media-libs/gd:= ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) mysql? ( virtual/libmysqlclient:= ) readline? ( sys-libs/readline:0 ) pdf? ( media-libs/libharu ) sdl? ( media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer media-libs/sdl-ttf ) sqlite? ( dev-db/sqlite:3 ) -SLOT=0 -SRC_URI=http://falconpl.org/project_dl/_official_rel/Falcon-0.9.6.8.tgz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=50314b58123120b98c2cff551f7411fa diff --git a/metadata/md5-cache/dev-libs/dee-1.2.7 b/metadata/md5-cache/dev-libs/dee-1.2.7 deleted file mode 100644 index 742e764f1c99..000000000000 --- a/metadata/md5-cache/dev-libs/dee-1.2.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/glib:2 dev-libs/icu:= introspection? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-libs/gobject-introspection:= ) || ( dev-lang/vala:0.34 dev-lang/vala:0.32 ) doc? ( dev-util/gtk-doc ) test? ( dev-libs/gtx dev-util/dbus-test-runner ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Provide objects allowing to create MVC type programs across DBus -EAPI=5 -HOMEPAGE=https://launchpad.net/dee/ -IUSE=doc debug examples +icu introspection static-libs test python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 dev-libs/icu:= introspection? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-libs/gobject-introspection:= ) -REQUIRED_USE=introspection? ( || ( python_targets_python2_7 python_targets_python3_4 ) ) -SLOT=0 -SRC_URI=https://launchpad.net/dee/1.0/1.2.7/+download/dee-1.2.7.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 5a4611dfba155b1659528663fad4cd5e epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vala f86cd45e9ae738c40c92f990266f39a7 -_md5_=9f57f02e4d407e1c195a6cd3fb68d1f7 diff --git a/metadata/md5-cache/dev-libs/dee-1.2.7-r1 b/metadata/md5-cache/dev-libs/dee-1.2.7-r1 deleted file mode 100644 index de4f39518c63..000000000000 --- a/metadata/md5-cache/dev-libs/dee-1.2.7-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=dev-libs/glib:2 icu? ( dev-libs/icu:= ) introspection? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-libs/gobject-introspection-0.10.2:= ) || ( dev-lang/vala:0.34 dev-lang/vala:0.32 ) >=dev-util/gtk-doc-am-1.8 virtual/pkgconfig test? ( >=dev-libs/gtx-0.2.2 dev-util/dbus-test-runner ) >=app-portage/elt-patches-20170317 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=Provide objects allowing to create MVC type programs across DBus -EAPI=6 -HOMEPAGE=https://launchpad.net/dee/ -IUSE=debug examples +icu introspection static-libs test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 icu? ( dev-libs/icu:= ) introspection? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-libs/gobject-introspection-0.10.2:= ) -REQUIRED_USE=introspection? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) ) -SLOT=0/4 -SRC_URI=https://launchpad.net/dee/1.0/1.2.7/+download/dee-1.2.7.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vala f86cd45e9ae738c40c92f990266f39a7 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=4371d7dac01a57520a6ecb027e7f4fbd diff --git a/metadata/md5-cache/dev-libs/libjit-0.1.2 b/metadata/md5-cache/dev-libs/libjit-0.1.2 deleted file mode 100644 index 09625a453e81..000000000000 --- a/metadata/md5-cache/dev-libs/libjit-0.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=doc? ( app-text/texi2html ) -DESCRIPTION=Libjit is a generic Just-In-Time compilation library -EAPI=2 -HOMEPAGE=https://www.gnu.org/software/dotgnu/ -IUSE=doc examples interpreter long-double -KEYWORDS=amd64 arm x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gnu/dotgnu/libjit/libjit-0.1.2.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=5bb217cbe69c835231825b6c0ded10ec diff --git a/metadata/md5-cache/dev-libs/libmimedir-0.5.1 b/metadata/md5-cache/dev-libs/libmimedir-0.5.1 deleted file mode 100644 index e123748e1896..000000000000 --- a/metadata/md5-cache/dev-libs/libmimedir-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=sys-devel/bison sys-devel/flex -DESCRIPTION=Library for manipulating MIME directory profiles (RFC2425) -EAPI=4 -HOMEPAGE=https://sourceforge.net/projects/libmimedir/ -IUSE=static-libs -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=BSD-2 GPL-2 -SLOT=0 -SRC_URI=mirror://sourceforge/libmimedir/libmimedir-0.5.1.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=cc5f5e32afc33227fc9805b392dc4c41 diff --git a/metadata/md5-cache/dev-libs/libpcre-8.41 b/metadata/md5-cache/dev-libs/libpcre-8.41 new file mode 100644 index 000000000000..4a92abd8712d --- /dev/null +++ b/metadata/md5-cache/dev-libs/libpcre-8.41 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare test +DEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) virtual/pkgconfig >=app-portage/elt-patches-20170317 +DESCRIPTION=Perl-compatible regular expression library +EAPI=5 +HOMEPAGE=http://www.pcre.org/ +IUSE=bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +REQUIRED_USE=readline? ( !libedit ) libedit? ( !readline ) +SLOT=3 +SRC_URI=mirror://sourceforge/pcre/pcre-8.41.tar.bz2 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.bz2 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=48712ed0148c01e1c2c0a107171e8bb6 diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.5.5 b/metadata/md5-cache/dev-libs/m17n-lib-1.5.5 deleted file mode 100644 index 7299e4a0bc34..000000000000 --- a/metadata/md5-cache/dev-libs/m17n-lib-1.5.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=x11-libs/libXaw x11-libs/libICE x11-libs/libSM x11-libs/libXrender x11-libs/libXft dev-libs/libxml2 dev-libs/fribidi >=media-libs/freetype-2.1 media-libs/fontconfig gd? ( media-libs/gd[png] ) >=dev-libs/libotf-0.9.4 >=dev-db/m17n-db-1.5.5 virtual/pkgconfig -DESCRIPTION=Multilingual Library for Unix/Linux -EAPI=2 -HOMEPAGE=https://savannah.nongnu.org/projects/m17n -IUSE=gd -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=x11-libs/libXaw x11-libs/libICE x11-libs/libSM x11-libs/libXrender x11-libs/libXft dev-libs/libxml2 dev-libs/fribidi >=media-libs/freetype-2.1 media-libs/fontconfig gd? ( media-libs/gd[png] ) >=dev-libs/libotf-0.9.4 >=dev-db/m17n-db-1.5.5 -SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-lib-1.5.5.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=4cdb1771115dcbd8d3763a270efd8d66 diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.6.2 b/metadata/md5-cache/dev-libs/m17n-lib-1.6.2 deleted file mode 100644 index 91ec442e9128..000000000000 --- a/metadata/md5-cache/dev-libs/m17n-lib-1.6.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=X? ( x11-libs/libXaw x11-libs/libXft x11-libs/libX11 gd? ( media-libs/gd[png] ) dev-libs/fribidi >=media-libs/freetype-2.1 media-libs/fontconfig >=dev-libs/libotf-0.9.4 ) dev-libs/libxml2 ~dev-db/m17n-db-1.6.2 virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Multilingual Library for Unix/Linux -EAPI=4 -HOMEPAGE=https://savannah.nongnu.org/projects/m17n -IUSE=gd X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=X? ( x11-libs/libXaw x11-libs/libXft x11-libs/libX11 gd? ( media-libs/gd[png] ) dev-libs/fribidi >=media-libs/freetype-2.1 media-libs/fontconfig >=dev-libs/libotf-0.9.4 ) dev-libs/libxml2 ~dev-db/m17n-db-1.6.2 -SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-lib-1.6.2.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=10562473692afe91e342ea28f3db238d diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.6.3 b/metadata/md5-cache/dev-libs/m17n-lib-1.6.3 index cc5306ce0c66..9ab716a9a1ab 100644 --- a/metadata/md5-cache/dev-libs/m17n-lib-1.6.3 +++ b/metadata/md5-cache/dev-libs/m17n-lib-1.6.3 @@ -10,4 +10,4 @@ RDEPEND=X? ( x11-libs/libXaw x11-libs/libXft x11-libs/libX11 gd? ( media-libs/gd SLOT=0 SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-lib-1.6.3.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=c7f87952c32d02f9a8a149274f096b15 +_md5_=205b953e7abfda1c1df7b7df60dce186 diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.6.3-r1 b/metadata/md5-cache/dev-libs/m17n-lib-1.6.3-r1 deleted file mode 100644 index bdb96bb6f75a..000000000000 --- a/metadata/md5-cache/dev-libs/m17n-lib-1.6.3-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=anthy? ( app-i18n/anthy ) spell? ( app-text/aspell ) libxml2? ( dev-libs/libxml2 ) X? ( athena? ( x11-libs/libXaw ) bidi? ( dev-libs/fribidi ) fontconfig? ( media-libs/fontconfig ) gd? ( media-libs/gd[png] ) libotf? ( >=dev-libs/libotf-0.9.4 ) xft? ( >=media-libs/freetype-2.1 x11-libs/libXft ) x11-libs/libX11 ) ~dev-db/m17n-db-1.6.3 virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Multilingual Library for Unix/Linux -EAPI=4 -HOMEPAGE=https://savannah.nongnu.org/projects/m17n -IUSE=anthy athena anthy bidi fontconfig gd spell libotf libxml2 X xft -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=anthy? ( app-i18n/anthy ) spell? ( app-text/aspell ) libxml2? ( dev-libs/libxml2 ) X? ( athena? ( x11-libs/libXaw ) bidi? ( dev-libs/fribidi ) fontconfig? ( media-libs/fontconfig ) gd? ( media-libs/gd[png] ) libotf? ( >=dev-libs/libotf-0.9.4 ) xft? ( >=media-libs/freetype-2.1 x11-libs/libXft ) x11-libs/libX11 ) ~dev-db/m17n-db-1.6.3 -SLOT=0 -SRC_URI=http://www.m17n.org/m17n-lib-download/m17n-lib-1.6.3.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=67a763dbe7765fc36f32cba3a53ae094 diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.6.4 b/metadata/md5-cache/dev-libs/m17n-lib-1.6.4 index d677d6d849c9..2568cef6f1c7 100644 --- a/metadata/md5-cache/dev-libs/m17n-lib-1.6.4 +++ b/metadata/md5-cache/dev-libs/m17n-lib-1.6.4 @@ -10,4 +10,4 @@ RDEPEND=anthy? ( app-i18n/anthy ) spell? ( app-text/aspell ) libxml2? ( dev-libs SLOT=0 SRC_URI=http://download.savannah.gnu.org/releases/m17n/m17n-lib-1.6.4.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=aeb126ce22c170bf813e6fcf8cfa3031 +_md5_=1cb809c44299fb59ec7afdcd6024c715 diff --git a/metadata/md5-cache/dev-libs/m17n-lib-1.7.0 b/metadata/md5-cache/dev-libs/m17n-lib-1.7.0 new file mode 100644 index 000000000000..6ebb33119676 --- /dev/null +++ b/metadata/md5-cache/dev-libs/m17n-lib-1.7.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=~dev-db/m17n-db-1.7.0 X? ( x11-libs/libX11 athena? ( x11-libs/libXaw ) bidi? ( dev-libs/fribidi ) fontconfig? ( media-libs/fontconfig ) gd? ( media-libs/gd[png] ) libotf? ( dev-libs/libotf ) xft? ( media-libs/freetype x11-libs/libXft ) ) anthy? ( app-i18n/anthy ) libxml2? ( dev-libs/libxml2 ) spell? ( app-text/aspell ) virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Multilingual Library for Unix/Linux +EAPI=6 +HOMEPAGE=https://savannah.nongnu.org/projects/m17n +IUSE=X anthy athena bidi fontconfig gd libotf libxml2 spell xft +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=~dev-db/m17n-db-1.7.0 X? ( x11-libs/libX11 athena? ( x11-libs/libXaw ) bidi? ( dev-libs/fribidi ) fontconfig? ( media-libs/fontconfig ) gd? ( media-libs/gd[png] ) libotf? ( dev-libs/libotf ) xft? ( media-libs/freetype x11-libs/libXft ) ) anthy? ( app-i18n/anthy ) libxml2? ( dev-libs/libxml2 ) spell? ( app-text/aspell ) +SLOT=0 +SRC_URI=mirror://nongnu/m17n/m17n-lib-1.7.0.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=ef32fefee783106ff0dfd0cc30b07850 diff --git a/metadata/md5-cache/dev-libs/nss-3.28.1 b/metadata/md5-cache/dev-libs/nss-3.28.1 deleted file mode 100644 index 0fa0c2f26f6b..000000000000 --- a/metadata/md5-cache/dev-libs/nss-3.28.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nspr-4.13.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] -DESCRIPTION=Mozilla's Network Security Services library that implements PKI support -EAPI=6 -HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/ -IUSE=cacert +nss-pem utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) -RDEPEND=>=dev-libs/nspr-4.13.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r12 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -RESTRICT=test -SLOT=0 -SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_28_1_RTM/src/nss-3.28.1.tar.gz cacert? ( https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch ) nss-pem? ( https://dev.gentoo.org/~polynomial-c/nss-pem-20160329.tar.xz ) -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=3a2aedbbb2caf76d8b3134844e54e818 diff --git a/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0 b/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0 deleted file mode 100644 index 53839f8c854b..000000000000 --- a/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=sys-libs/zlib net-libs/libssh2 !gcrypt? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) gcrypt? ( dev-libs/libgcrypt:0 ) virtual/perl-ExtUtils-Constant >=virtual/perl-ExtUtils-MakeMaker-6.50 dev-lang/perl:= -DESCRIPTION=Support for the SSH 2 protocol via libssh2 -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/Net-SSH2/ -IUSE=gcrypt libressl examples -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=sys-libs/zlib net-libs/libssh2 !gcrypt? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) gcrypt? ( dev-libs/libgcrypt:0 ) dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/S/SA/SALVA/Net-SSH2-0.58.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=c731fc1f587b52127d4ac22196b6922a diff --git a/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0-r1 b/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0-r1 index 340a3c45d2c3..f58177fdcbbc 100644 --- a/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0-r1 +++ b/metadata/md5-cache/dev-perl/Net-SSH2-0.580.0-r1 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/zlib net-libs/libssh2 !gcrypt? ( !libressl? ( dev-libs/openssl: SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SA/SALVA/Net-SSH2-0.58.tar.gz _eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=7aa10c698c6ef5aae78de9bb769097b8 +_md5_=005024b8015b4b6199539dbd0e1bf2cd diff --git a/metadata/md5-cache/dev-perl/Net-Server-Coro-1.300.0-r1 b/metadata/md5-cache/dev-perl/Net-Server-Coro-1.300.0-r1 index d7d74bcb3350..49e0edc2f61f 100644 --- a/metadata/md5-cache/dev-perl/Net-Server-Coro-1.300.0-r1 +++ b/metadata/md5-cache/dev-perl/Net-Server-Coro-1.300.0-r1 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-perl/Coro dev-perl/AnyEvent >=dev-perl/Net-Server-2 ssl? ( dev-perl/Net-SSLeay ) dev-lang/perl:=[-build(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/Coro dev-perl/AnyEvent >=dev-perl/Net-Server-2 ssl? ( dev-perl/Net-SSLeay ) dev-lang/perl:= DESCRIPTION=A co-operative multithreaded server using Coro -EAPI=5 +EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Net-Server-Coro/ IUSE=ssl KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=dev-perl/Coro dev-perl/AnyEvent >=dev-perl/Net-Server-2 ssl? ( dev-perl/Net-SSLeay ) dev-lang/perl:=[-build(-)] +RDEPEND=dev-perl/Coro dev-perl/AnyEvent >=dev-perl/Net-Server-2 ssl? ( dev-perl/Net-SSLeay ) dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/A/AL/ALEXMV/Net-Server-Coro-1.3.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=9b9874ef17540fdeec2abc6406d74533 +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=4a420c73155b13d6b21a91c48ac7d349 diff --git a/metadata/md5-cache/dev-perl/ORLite-1.980.0-r1 b/metadata/md5-cache/dev-perl/ORLite-1.980.0-r1 index 1008de83f64d..c84f396c2f2c 100644 --- a/metadata/md5-cache/dev-perl/ORLite-1.980.0-r1 +++ b/metadata/md5-cache/dev-perl/ORLite-1.980.0-r1 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=virtual/perl-File-Path-2.08 >=virtual/perl-File-Temp-0.20 >=dev-perl/Params-Util-1 >=dev-perl/DBI-1.607 >=dev-perl/DBD-SQLite-1.27 >=dev-perl/File-Remove-1.40 test? ( >=dev-perl/Test-Script-1.06 ) dev-lang/perl:=[-build(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-File-Path-2.08 >=virtual/perl-File-Temp-0.20 >=dev-perl/Params-Util-1 >=dev-perl/DBI-1.607 >=dev-perl/DBD-SQLite-1.27 >=dev-perl/File-Remove-1.40 test? ( >=dev-perl/Test-Script-1.06 ) dev-lang/perl:= DESCRIPTION=Extremely light weight SQLite-specific ORM -EAPI=5 +EAPI=6 HOMEPAGE=http://search.cpan.org/dist/ORLite/ IUSE=test KEYWORDS=amd64 x86 LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=virtual/perl-File-Path-2.08 >=virtual/perl-File-Temp-0.20 >=dev-perl/Params-Util-1 >=dev-perl/DBI-1.607 >=dev-perl/DBD-SQLite-1.27 >=dev-perl/File-Remove-1.40 dev-lang/perl:=[-build(-)] +RDEPEND=>=virtual/perl-File-Path-2.08 >=virtual/perl-File-Temp-0.20 >=dev-perl/Params-Util-1 >=dev-perl/DBI-1.607 >=dev-perl/DBD-SQLite-1.27 >=dev-perl/File-Remove-1.40 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/A/AD/ADAMK/ORLite-1.98.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=705eff8be6874e2629b3d100979e8b59 +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=1905e4a947219e895de8a6f8bd4cad24 diff --git a/metadata/md5-cache/dev-perl/ORLite-Migrate-1.100.0-r1 b/metadata/md5-cache/dev-perl/ORLite-Migrate-1.100.0-r1 index 3ec7e23e806c..9a927178e3b7 100644 --- a/metadata/md5-cache/dev-perl/ORLite-Migrate-1.100.0-r1 +++ b/metadata/md5-cache/dev-perl/ORLite-Migrate-1.100.0-r1 @@ -1,12 +1,12 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl:=[-build(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl:= DESCRIPTION=Extremely light weight SQLite-specific schema migration -EAPI=5 +EAPI=6 HOMEPAGE=http://search.cpan.org/dist/ORLite-Migrate/ KEYWORDS=~amd64 ~x86 LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl:=[-build(-)] +RDEPEND=>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/A/AD/ADAMK/ORLite-Migrate-1.10.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=629cd2057473d224f5d77b6fb1757220 +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=19d1c63114ce3df960815b77fb2f2a6c diff --git a/metadata/md5-cache/dev-perl/Parallel-Prefork-0.180.0 b/metadata/md5-cache/dev-perl/Parallel-Prefork-0.180.0 index bee045b8dfd9..24f65779a9fb 100644 --- a/metadata/md5-cache/dev-perl/Parallel-Prefork-0.180.0 +++ b/metadata/md5-cache/dev-perl/Parallel-Prefork-0.180.0 @@ -10,4 +10,4 @@ RDEPEND=>=dev-perl/Class-Accessor-Lite-0.40.0 dev-perl/List-MoreUtils >=dev-perl SLOT=0 SRC_URI=mirror://cpan/authors/id/K/KA/KAZUHO/Parallel-Prefork-0.18.tar.gz _eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=43b38389fddef94c45e08e9bbf3dbe82 +_md5_=31958a18555d02c4190168343dab0896 diff --git a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 index c9d781e56d02..6975bb2b07b9 100644 --- a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 +++ b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ2-1.90.0 @@ -10,4 +10,4 @@ RDEPEND==net-libs/zeromq-2* dev-perl/Task-Weaken >=dev-perl/ZMQ-Constants-1.0.0 SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DM/DMAKI/ZMQ-LibZMQ2-1.09.tar.gz _eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=f175261f77d3d3aa978fc4485685e4e2 +_md5_=e0e0a4e797f479268b2bf5dfc398f2f3 diff --git a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ3-1.19.0 b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ3-1.19.0 index 3f99d857decf..1852171bc4bd 100644 --- a/metadata/md5-cache/dev-perl/ZMQ-LibZMQ3-1.19.0 +++ b/metadata/md5-cache/dev-perl/ZMQ-LibZMQ3-1.19.0 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND==net-libs/zeromq-3* dev-perl/ZMQ-Constants virtual/perl-XSLoader dev-perl/Task-Weaken virtual/perl-ExtUtils-MakeMaker virtual/pkgconfig test? ( dev-perl/Test-Requires dev-perl/Test-Fatal dev-perl/Test-TCP virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND==net-libs/zeromq-3* dev-perl/ZMQ-Constants virtual/perl-XSLoader dev-perl/Task-Weaken virtual/perl-ExtUtils-MakeMaker virtual/pkgconfig test? ( dev-perl/Test-Requires dev-perl/Test-Fatal dev-perl/Test-TCP virtual/perl-Test-Simple ) dev-lang/perl:= DESCRIPTION=A libzmq 3.x wrapper for Perl -EAPI=5 +EAPI=6 HOMEPAGE=http://search.cpan.org/dist/ZMQ-LibZMQ3/ IUSE=test KEYWORDS=amd64 hppa ppc ppc64 x86 LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND==net-libs/zeromq-3* dev-perl/ZMQ-Constants virtual/perl-XSLoader dev-lang/perl:=[-build(-)] +RDEPEND==net-libs/zeromq-3* dev-perl/ZMQ-Constants virtual/perl-XSLoader dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DM/DMAKI/ZMQ-LibZMQ3-1.19.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=ba0b25d7ed4061aa48552db6dcc888e8 +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=24ce21e59aa8679ceb51a4cfad43e9fe diff --git a/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.0.6 b/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.0.6 deleted file mode 100644 index 3ad3f51510cc..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.0.6 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup -DEPEND=dev-lang/php >=dev-php/pear-1.8.1 -DESCRIPTION=Abstraction of various SASL mechanism responses -EAPI=0 -HOMEPAGE=http://pear.php.net/Auth_SASL -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 -LICENSE=BSD -RDEPEND=dev-lang/php >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/Auth_SASL-1.0.6.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=9a5e4b7ae4d439b497ac25be5859396f diff --git a/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.1.0 b/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.1.0 index 50238fd56a33..725f26a095fe 100644 --- a/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.1.0 +++ b/metadata/md5-cache/dev-php/PEAR-Auth_SASL-1.1.0 @@ -2,10 +2,10 @@ DEFINED_PHASES=install postinst postrm DESCRIPTION=Abstraction of various SASL mechanism responses EAPI=6 HOMEPAGE=https://pear.php.net/package/Auth_SASL -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 LICENSE=BSD RDEPEND=>=dev-php/PEAR-PEAR-1.10.1 >=dev-php/pear-1.8.1 SLOT=0 SRC_URI=https://pear.php.net/get/Auth_SASL-1.1.0.tgz _eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 -_md5_=23d030e2cb16ab7bae034c9684502ed4 +_md5_=7206e9641a24e5548707a17ca5cb9073 diff --git a/metadata/md5-cache/dev-php/PEAR-Cache-1.5.6-r1 b/metadata/md5-cache/dev-php/PEAR-Cache-1.5.6-r1 new file mode 100644 index 000000000000..a197fadf7b38 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Cache-1.5.6-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Framework for caching of arbitrary data +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Cache +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=PHP-2.02 +RDEPEND=dev-php/PEAR-HTTP_Request >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Cache-1.5.6.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=f89fe6ff6e9f4b612113ff16c0629881 diff --git a/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4 b/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4 deleted file mode 100644 index 221dcee79c8b..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup -DEPEND=|| ( =dev-php/pear-1.8.1 -DESCRIPTION=Date and Time Zone classes -EAPI=0 -HOMEPAGE=http://pear.php.net/Date -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=BSD -RDEPEND=dev-lang/php >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/Date-1.5.0a4.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=5f2f872de4df31f47bc38d2d0f2c6fee diff --git a/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4-r1 b/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4-r1 new file mode 100644 index 000000000000..d64edae7eee2 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Date-1.5.0_alpha4-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Date and Time Zone classes +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Date +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Date-1.5.0a4.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=d4ad49d76ddbe78f83db28b487688f0f diff --git a/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3 b/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3 deleted file mode 100644 index 22eacaec2fb6..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup -DEPEND=dev-lang/php >=dev-php/pear-1.8.1 -DESCRIPTION=Class for managing SAMBA style password files -EAPI=2 -HOMEPAGE=http://pear.php.net/File_SMBPasswd -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 -LICENSE=BSD -RDEPEND=|| ( =dev-lang/php-5.3 ) >=dev-php/PEAR-Crypt_CHAP-1.0.0 dev-lang/php >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/File_SMBPasswd-1.0.3.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=1741188e40c82139cd921551d0b30af5 diff --git a/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3-r1 b/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3-r1 new file mode 100644 index 000000000000..03033670c67b --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-File_SMBPasswd-1.0.3-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Class for managing SAMBA style password files +EAPI=6 +HOMEPAGE=https://pear.php.net/package/File_SMBPasswd +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 +LICENSE=BSD +RDEPEND=>=dev-lang/php-5.3:* >=dev-php/PEAR-Crypt_CHAP-1.0.0 >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/File_SMBPasswd-1.0.3.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=a093b8bbad5ecc784e269e5842a35325 diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.1 b/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.1 deleted file mode 100644 index 2f17ae5fb79f..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup -DEPEND=dev-lang/php >=dev-php/pear-1.8.1 -DESCRIPTION=Provides an interface for creating simple JS scripts within PHP -EAPI=0 -HOMEPAGE=http://pear.php.net/HTML_Javascript -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 -LICENSE=PHP-3 -RDEPEND=dev-lang/php >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/HTML_Javascript-1.1.1.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=4be0d56370c232f9da4e4f2558d866b3 diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2 b/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2 deleted file mode 100644 index c4294fb07b73..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup -DEPEND=dev-lang/php >=dev-php/pear-1.8.1 -DESCRIPTION=Provides an interface for creating simple JS scripts within PHP -EAPI=0 -HOMEPAGE=http://pear.php.net/HTML_Javascript -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 -LICENSE=PHP-3 -RDEPEND=dev-lang/php >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/HTML_Javascript-1.1.2.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=22e15f0616ab4cbaf688383a4e4a2a02 diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2-r1 b/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2-r1 index b922bd988aed..7b9928e28b69 100644 --- a/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2-r1 +++ b/metadata/md5-cache/dev-php/PEAR-HTML_Javascript-1.1.2-r1 @@ -2,10 +2,10 @@ DEFINED_PHASES=install postinst postrm DESCRIPTION=Provides an interface for creating simple JS scripts within PHP EAPI=6 HOMEPAGE=https://pear.php.net/package/HTML_Javascript -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 LICENSE=PHP-3 RDEPEND=>=dev-php/pear-1.8.1 SLOT=0 SRC_URI=https://pear.php.net/get/HTML_Javascript-1.1.2.tgz _eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 -_md5_=b8da8580b4212b912293814b2d144ae7 +_md5_=74032fd2157f5d59cf1520b946707ccd diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_Table-1.8.4-r1 b/metadata/md5-cache/dev-php/PEAR-HTML_Table-1.8.4-r1 new file mode 100644 index 000000000000..c0742a193a98 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-HTML_Table-1.8.4-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst postrm test +DEPEND=test? ( >=dev-php/PEAR-PEAR-1.5.0 >=dev-php/PEAR-HTML_Common-1.2.3 ) +DESCRIPTION=Makes the design of HTML tables easy, flexible, reusable and efficient +EAPI=6 +HOMEPAGE=https://pear.php.net/package/HTML_Table +IUSE=test +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/PEAR-HTML_Common-1.2.3 >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/HTML_Table-1.8.4.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=4d6befd1fc829c53935d35fbdd55a894 diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_Table_Matrix-1.0.10-r1 b/metadata/md5-cache/dev-php/PEAR-HTML_Table_Matrix-1.0.10-r1 new file mode 100644 index 000000000000..23eb78116be1 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-HTML_Table_Matrix-1.0.10-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Autofill a table with data +EAPI=6 +HOMEPAGE=https://pear.php.net/package/HTML_Table_Matrix +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=PHP-3 +RDEPEND=>=dev-php/PEAR-HTML_Table-1.5-r1 >=dev-php/PEAR-Numbers_Words-0.13.1-r1 >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/HTML_Table_Matrix-1.0.10.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=d8b26365ddd5f3757cb11eab965f5334 diff --git a/metadata/md5-cache/dev-php/PEAR-HTML_TreeMenu-1.2.2-r1 b/metadata/md5-cache/dev-php/PEAR-HTML_TreeMenu-1.2.2-r1 new file mode 100644 index 000000000000..1ea2946dd2a2 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-HTML_TreeMenu-1.2.2-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Provides an API to create a HTML tree +EAPI=6 +HOMEPAGE=https://pear.php.net/package/HTML_TreeMenu +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/HTML_TreeMenu-1.2.2.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=dba9ff835f5a964abfd6e2d2f95ccd79 diff --git a/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1 b/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1 index b085c5bf7616..8ca2831f97fd 100644 --- a/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1 +++ b/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1 @@ -1,6 +1,6 @@ DEFINED_PHASES=install setup DEPEND=dev-lang/php >=dev-php/pear-1.8.1 -DESCRIPTION=Provides functionality to perform multiple HTTP requests and process their results +DESCRIPTION=Perform multiple HTTP requests and process their results EAPI=0 HOMEPAGE=http://pear.php.net/HTTP_Client KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 @@ -9,4 +9,4 @@ RDEPEND=>=dev-php/PEAR-HTTP_Request-1.2 dev-lang/php >=dev-php/pear-1.8.1 SLOT=0 SRC_URI=http://pear.php.net/get/HTTP_Client-1.2.1.tgz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=c5d2b68102ee2410b10e5f753e04debb +_md5_=555c45607c7b1a5e9a7df43019d6a0b5 diff --git a/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1-r1 b/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1-r1 new file mode 100644 index 000000000000..048d31797b22 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-HTTP_Client-1.2.1-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Perform multiple HTTP requests and process their results +EAPI=6 +HOMEPAGE=https://pear.php.net/package/HTTP_Client +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/PEAR-HTTP_Request-1.2 >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/HTTP_Client-1.2.1.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=9534c6a87e83445339aadf7b5f0ce0e7 diff --git a/metadata/md5-cache/dev-php/PEAR-Image_IPTC-1.0.2-r2 b/metadata/md5-cache/dev-php/PEAR-Image_IPTC-1.0.2-r2 new file mode 100644 index 000000000000..19e213dfbef5 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Image_IPTC-1.0.2-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=This package provides a mechanism for modifying IPTC header information +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Image_IPTC +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=PHP-2.02 +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Image_IPTC-1.0.2.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=822cf138af50eab8b307bb50a2004ed3 diff --git a/metadata/md5-cache/dev-php/PEAR-Net_DNS-1.0.7-r1 b/metadata/md5-cache/dev-php/PEAR-Net_DNS-1.0.7-r1 new file mode 100644 index 000000000000..04791f6a360c --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Net_DNS-1.0.7-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Resolver library used to communicate with a DNS server +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Net_DNS +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=PHP-3.01 || ( LGPL-2.1 LGPL-3 ) +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Net_DNS-1.0.7.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=5fe978d707644acabdae95aa7adf8ae1 diff --git a/metadata/md5-cache/dev-php/PEAR-Net_IPv4-1.3.4-r1 b/metadata/md5-cache/dev-php/PEAR-Net_IPv4-1.3.4-r1 new file mode 100644 index 000000000000..9ac5b2b31367 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Net_IPv4-1.3.4-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=PEAR class for IP v4 calculations +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Net_IPv4 +KEYWORDS=~amd64 ~x86 +LICENSE=PHP-3.01 +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Net_IPv4-1.3.4.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=259527c18edeb5ae27abc68cb91cbea2 diff --git a/metadata/md5-cache/dev-php/PEAR-Net_POP3-1.3.8-r1 b/metadata/md5-cache/dev-php/PEAR-Net_POP3-1.3.8-r1 new file mode 100644 index 000000000000..8f91d317511c --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Net_POP3-1.3.8-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Provides a POP3 class to access POP3 server +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Net_POP3 +IUSE=+sasl +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/PEAR-Net_Socket-1.0.6-r1 sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 ) >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Net_POP3-1.3.8.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=f515813739293aa9bcbd9d4c962d3b76 diff --git a/metadata/md5-cache/dev-php/PEAR-Net_Traceroute-0.21.3-r1 b/metadata/md5-cache/dev-php/PEAR-Net_Traceroute-0.21.3-r1 new file mode 100644 index 000000000000..1fe7b3ecc2bd --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Net_Traceroute-0.21.3-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=OS independet wrapper class for executing traceroute calls +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Net_Traceroute +KEYWORDS=~amd64 ~x86 +LICENSE=PHP-3.01 +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Net_Traceroute-0.21.3.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=28cc48938b1fa1d7646fd9ad54797356 diff --git a/metadata/md5-cache/dev-php/PEAR-Numbers_Roman-1.0.2-r1 b/metadata/md5-cache/dev-php/PEAR-Numbers_Roman-1.0.2-r1 new file mode 100644 index 000000000000..33af22307a98 --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Numbers_Roman-1.0.2-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Provides methods for converting to and from Roman Numerals +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Numbers_Roman +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=PHP-2.02 +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Numbers_Roman-1.0.2.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=efae272b9555a85c1887854d7cd91298 diff --git a/metadata/md5-cache/dev-php/PEAR-Translation2-2.0.4-r1 b/metadata/md5-cache/dev-php/PEAR-Translation2-2.0.4-r1 new file mode 100644 index 000000000000..21419b1c976e --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-Translation2-2.0.4-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm +DESCRIPTION=Class for multilingual applications management +EAPI=6 +HOMEPAGE=https://pear.php.net/package/Translation2 +IUSE=examples minimal xml +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=dev-lang/php:*[nls] !minimal? ( dev-php/PEAR-Cache_Lite dev-php/PEAR-DB dev-php/PEAR-DB_DataObject dev-php/PEAR-MDB dev-php/PEAR-MDB2 dev-php/PEAR-File_Gettext >=dev-php/PEAR-I18Nv2-0.9.1 ) xml? ( >=dev-php/PEAR-XML_Serializer-0.13.0 ) >=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/Translation2-2.0.4.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=51ac1c0752537c78776fa5085b4cce35 diff --git a/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7 b/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7 deleted file mode 100644 index 29eb1803c32c..000000000000 --- a/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup test -DEPEND=dev-lang/php:* >=dev-php/pear-1.8.1 -DESCRIPTION=XML parsing class based on PHP's SAX parser -EAPI=6 -HOMEPAGE=http://pear.php.net/XML_Parser -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=BSD -RDEPEND=dev-lang/php:* >=dev-php/pear-1.8.1 -SLOT=0 -SRC_URI=http://pear.php.net/get/XML_Parser-1.3.7.tgz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e php-pear-r1 5ed7690006b53587145608c30ed10798 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=bf6f6b176cb9e989364124c07d7fef63 diff --git a/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7-r1 b/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7-r1 new file mode 100644 index 000000000000..d84ec3b49b0d --- /dev/null +++ b/metadata/md5-cache/dev-php/PEAR-XML_Parser-1.3.7-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst postrm test +DESCRIPTION=XML parsing class based on PHP's SAX parser +EAPI=6 +HOMEPAGE=https://pear.php.net/package/XML_Parser +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-php/pear-1.8.1 +SLOT=0 +SRC_URI=https://pear.php.net/get/XML_Parser-1.3.7.tgz +_eclasses_=php-pear-r2 b2a1a4ee3c7dbd9ef3b77f199aa75f84 +_md5_=7bf66d74d6422d5da074105993a7eb13 diff --git a/metadata/md5-cache/dev-php/pecl-imagick-3.4.3 b/metadata/md5-cache/dev-php/pecl-imagick-3.4.3 index 7d8002425c48..6e092256864c 100644 --- a/metadata/md5-cache/dev-php/pecl-imagick-3.4.3 +++ b/metadata/md5-cache/dev-php/pecl-imagick-3.4.3 @@ -4,11 +4,11 @@ DESCRIPTION=PHP wrapper for the ImageMagick library EAPI=6 HOMEPAGE=http://pecl.php.net/imagick IUSE=examples test php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=PHP-3.01 RDEPEND=>=media-gfx/imagemagick-6.2.4:=[-openmp] php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php7-1? ( dev-lang/php:7.1 ) REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 ) SLOT=0 SRC_URI=http://pecl.php.net/get/imagick-3.4.3.tgz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e php-ext-pecl-r3 f0b4914f85a3c676561454b15a910dc6 php-ext-source-r3 02131d21ec5edc689a1ef97096214131 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=78738da9764689cb6846b0ce1bcc56f0 +_md5_=84d8ca4ffa0eac2bb4e9c17302d4b26d diff --git a/metadata/md5-cache/dev-python/cassandra-driver-2.7.2 b/metadata/md5-cache/dev-python/cassandra-driver-2.7.2 deleted file mode 100644 index 0be66cb52bc2..000000000000 --- a/metadata/md5-cache/dev-python/cassandra-driver-2.7.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=python_targets_python2_7? ( ~dev-python/futures-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] cython? ( >=dev-python/cython-0.20[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) libev? ( dev-libs/libev ) test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ~dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/sure[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=DataStax python driver for Apache Cassandra -EAPI=5 -HOMEPAGE=https://github.com/datastax/python-driver https://pypi.python.org/pypi/cassandra-driver/2.7.2 -IUSE=+cython doc +libev +murmur test python_targets_python2_7 python_targets_python3_4 -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( ~dev-python/futures-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=https://github.com/datastax/python-driver/archive/2.7.2.tar.gz -> cassandra-driver-2.7.2.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vcs-snapshot 03289f51c769cf409d200d2d628cdd6e xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=5d2dd0da11853fb5fc332eee94fa0a0b diff --git a/metadata/md5-cache/dev-python/chardet-3.0.4 b/metadata/md5-cache/dev-python/chardet-3.0.4 new file mode 100644 index 000000000000..ae3563e65a38 --- /dev/null +++ b/metadata/md5-cache/dev-python/chardet-3.0.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/hypothesis[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Universal encoding detector +EAPI=6 +HOMEPAGE=https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=LGPL-2.1 +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/chardet/chardet/archive/3.0.4.tar.gz -> chardet-3.0.4.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=7fb90c99017c07327d51e21801fd3024 diff --git a/metadata/md5-cache/dev-python/cli_helpers-0.2.0 b/metadata/md5-cache/dev-python/cli_helpers-0.2.0 new file mode 100644 index 000000000000..650400d2a11f --- /dev/null +++ b/metadata/md5-cache/dev-python/cli_helpers-0.2.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Python helpers for common CLI tasks +EAPI=6 +HOMEPAGE=http://cli-helpers.rtfd.io/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/terminaltables[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/dbcli/cli_helpers/archive/v0.2.0.tar.gz -> cli_helpers-0.2.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=4aca43fbbd65abebe5cca4750b8a4a1f diff --git a/metadata/md5-cache/dev-python/cli_helpers-9999 b/metadata/md5-cache/dev-python/cli_helpers-9999 new file mode 100644 index 000000000000..a9f5fd83a067 --- /dev/null +++ b/metadata/md5-cache/dev-python/cli_helpers-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Python helpers for common CLI tasks +EAPI=6 +HOMEPAGE=http://cli-helpers.rtfd.io/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +LICENSE=BSD +RDEPEND=dev-python/terminaltables[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 cbafa3261c37c7e3af44bb16a34ea390 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=ed15f9dc13d056791a071c86b67e4d95 diff --git a/metadata/md5-cache/dev-python/ioflo-1.6.7 b/metadata/md5-cache/dev-python/ioflo-1.6.7 new file mode 100644 index 000000000000..32ad9863a8c7 --- /dev/null +++ b/metadata/md5-cache/dev-python/ioflo-1.6.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/setuptools-git-1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Automated Reasoning Engine and Flow Based Programming Framework +EAPI=5 +HOMEPAGE=https://github.com/ioflo/ioflo/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/ioflo/ioflo/archive/v1.6.7.tar.gz -> ioflo-1.6.7.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=58bb540419643a86b90f4ff2619b49ed diff --git a/metadata/md5-cache/dev-python/keyring-10.3.3 b/metadata/md5-cache/dev-python/keyring-10.3.3 index 0294ea79d089..8ea93c943622 100644 --- a/metadata/md5-cache/dev-python/keyring-10.3.3 +++ b/metadata/md5-cache/dev-python/keyring-10.3.3 @@ -4,11 +4,11 @@ DESCRIPTION=Provides access to the system keyring service EAPI=6 HOMEPAGE=https://github.com/jaraco/keyring IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm64 x86 ~amd64-linux ~x86-linux LICENSE=PSF-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/k/keyring/keyring-10.3.3.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=2a5aa5f990174722ba0db288adbd64c3 +_md5_=aa399e392b4117fed3f42fe47f20e610 diff --git a/metadata/md5-cache/dev-python/libnacl-1.5.1 b/metadata/md5-cache/dev-python/libnacl-1.5.1 new file mode 100644 index 000000000000..f79e29075f34 --- /dev/null +++ b/metadata/md5-cache/dev-python/libnacl-1.5.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Python ctypes wrapper for libsodium +EAPI=6 +HOMEPAGE=https://libnacl.readthedocs.org/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-libs/libsodium python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/l/libnacl/libnacl-1.5.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=0afc2b2ffd21315cf2fc22fd4bf09bc3 diff --git a/metadata/md5-cache/dev-python/lz4-0.10.1 b/metadata/md5-cache/dev-python/lz4-0.10.1 new file mode 100644 index 000000000000..665ba68d51f6 --- /dev/null +++ b/metadata/md5-cache/dev-python/lz4-0.10.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools_scm[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=LZ4 Bindings for Python +EAPI=6 +HOMEPAGE=https://pypi.python.org/pypi/lz4 https://github.com/python-lz4/python-lz4 +IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/l/lz4/lz4-0.10.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=d68fe92944bac6c0cae088ac86135d44 diff --git a/metadata/md5-cache/dev-python/pyjwt-1.5.2 b/metadata/md5-cache/dev-python/pyjwt-1.5.2 new file mode 100644 index 000000000000..9bff8a14db4b --- /dev/null +++ b/metadata/md5-cache/dev-python/pyjwt-1.5.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-runner[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/cryptography[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-cov[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=JSON Web Token implementation in Python +EAPI=6 +HOMEPAGE=https://github.com/progrium/pyjwt https://pypi.python.org/pypi/PyJWT/ +IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=MIT +RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/P/PyJWT/PyJWT-1.5.2.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=dc0a1be46a02b95b733f6279844458fa diff --git a/metadata/md5-cache/dev-python/safety-1.4.1 b/metadata/md5-cache/dev-python/safety-1.4.1 new file mode 100644 index 000000000000..c11318e18648 --- /dev/null +++ b/metadata/md5-cache/dev-python/safety-1.4.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Checks your installed dependencies for known security vulnerabilities +EAPI=6 +HOMEPAGE=https://github.com/pyupio/safety +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/setuptools-16[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/click-6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/packaging[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pip[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/pyupio/safety/archive/1.4.1.tar.gz -> safety-1.4.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=b713fef9fb4bba4e09831941a8b9d12f diff --git a/metadata/md5-cache/dev-python/terminaltables-3.1.0 b/metadata/md5-cache/dev-python/terminaltables-3.1.0 new file mode 100644 index 000000000000..322d9d383700 --- /dev/null +++ b/metadata/md5-cache/dev-python/terminaltables-3.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Generate simple tables in terminals from a nested list of strings +EAPI=6 +HOMEPAGE=https://robpol86.github.io/terminaltables +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/Robpol86/terminaltables/archive/v3.1.0.tar.gz -> terminaltables-3.1.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=ae5ff7d192f1df88290b40055d4cb807 diff --git a/metadata/md5-cache/dev-python/terminaltables-9999 b/metadata/md5-cache/dev-python/terminaltables-9999 new file mode 100644 index 000000000000..dd80c07d3b5f --- /dev/null +++ b/metadata/md5-cache/dev-python/terminaltables-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Generate simple tables in terminals from a nested list of strings +EAPI=6 +HOMEPAGE=https://robpol86.github.io/terminaltables +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +LICENSE=MIT +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 cbafa3261c37c7e3af44bb16a34ea390 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=7e5cd0ca4a8092e6959a75fdfde7928b diff --git a/metadata/md5-cache/dev-ruby/hashie-3.5.5 b/metadata/md5-cache/dev-ruby/hashie-3.5.5 index 9124f35b7009..6273a9bd4718 100644 --- a/metadata/md5-cache/dev-ruby/hashie-3.5.5 +++ b/metadata/md5-cache/dev-ruby/hashie-3.5.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/activesupport[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/activesupport[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/activesupport[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/activesupport[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/activesupport[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/activesupport[ruby_targets_ruby24] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby24] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) DESCRIPTION=Hashie is a small collection of tools that make hashes more powerful EAPI=5 HOMEPAGE=https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/ -IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test +IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test test KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=3 SRC_URI=mirror://rubygems/hashie-3.5.5.gem _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b5bc489dbb2e9b32d245f465dba58e00 +_md5_=9c7efdc1093374387dd7dcd000d000c2 diff --git a/metadata/md5-cache/dev-util/strace-4.18 b/metadata/md5-cache/dev-util/strace-4.18 new file mode 100644 index 000000000000..86c5fc0cac08 --- /dev/null +++ b/metadata/md5-cache/dev-util/strace-4.18 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=static? ( unwind? ( sys-libs/libunwind[static-libs(+)] ) ) aio? ( >=dev-libs/libaio-0.3.106 ) sys-kernel/linux-headers +DESCRIPTION=A useful diagnostic, instructional, and debugging tool +EAPI=5 +HOMEPAGE=https://sourceforge.net/projects/strace/ +IUSE=aio perl static unwind +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=BSD +RDEPEND=!static? ( unwind? ( sys-libs/libunwind ) ) perl? ( dev-lang/perl ) +SLOT=0 +SRC_URI=mirror://sourceforge/strace/strace-4.18.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=182cce24d1a584d78ea550cc02983449 diff --git a/metadata/md5-cache/dev-util/strace-9999 b/metadata/md5-cache/dev-util/strace-9999 index e328be9b486f..80928384ee12 100644 --- a/metadata/md5-cache/dev-util/strace-9999 +++ b/metadata/md5-cache/dev-util/strace-9999 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=!static? ( unwind? ( sys-libs/libunwind ) ) perl? ( dev-lang/perl ) SLOT=0 _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-2 195a672bfaf52d868442171c9469bbb6 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=1301909febb9c146427864e688925315 +_md5_=182cce24d1a584d78ea550cc02983449 diff --git a/metadata/md5-cache/dev-vcs/mercurial-4.2.2 b/metadata/md5-cache/dev-vcs/mercurial-4.2.2 new file mode 100644 index 000000000000..03c921d94588 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/mercurial-4.2.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Scalable distributed SCM +EAPI=6 +HOMEPAGE=https://www.mercurial-scm.org/ +IUSE=bugzilla emacs gpg test tk python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://www.mercurial-scm.org/release/mercurial-4.2.2.tar.gz +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 19ff54b35acd0bf2a14831a308a57753 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=2f2b6060206cd72972de9b7bf91cfb5e diff --git a/metadata/md5-cache/games-board/gamazons-0.83 b/metadata/md5-cache/games-board/gamazons-0.83 deleted file mode 100644 index 5ee5ecc476a5..000000000000 --- a/metadata/md5-cache/games-board/gamazons-0.83 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=gnome-base/libgnomeui-2 >=app-portage/elt-patches-20170317 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=A chess/go hybrid -EAPI=5 -HOMEPAGE=http://www.yorgalily.org/gamazons/ -IUSE=debug -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND=>=gnome-base/libgnomeui-2 -SLOT=0 -SRC_URI=http://www.yorgalily.org/gamazons/src/gamazons-0.83.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=052473357b0c0511ccd85dc38ceae407 diff --git a/metadata/md5-cache/games-simulation/simutrans-0.120.2.2 b/metadata/md5-cache/games-simulation/simutrans-0.120.2.2 index 5ac0979a0055..d0306f26ca7c 100644 --- a/metadata/md5-cache/games-simulation/simutrans-0.120.2.2 +++ b/metadata/md5-cache/games-simulation/simutrans-0.120.2.2 @@ -9,4 +9,4 @@ RDEPEND=sys-libs/zlib app-arch/bzip2 media-libs/sdl-mixer media-libs/libpng:0 me SLOT=0 SRC_URI=mirror://sourceforge/simutrans/simutrans-src-120-2-2.zip http://simutrans-germany.com/translator/data/tab/language_pack-Base+texts.zip mirror://sourceforge/simutrans/simupak64-120-2.zip _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=ee8e49c530738cd0405f4e5c78626d96 +_md5_=a1cdedb875dc084508f7825cf7b3bfdc diff --git a/metadata/md5-cache/kde-apps/kgpg-16.12.3 b/metadata/md5-cache/kde-apps/kgpg-16.12.3 deleted file mode 100644 index 280e7838473b..000000000000 --- a/metadata/md5-cache/kde-apps/kgpg-16.12.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kcodecs-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kjobwidgets-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-apps/akonadi-16.12.3:5 >=kde-apps/akonadi-contacts-16.12.3:5 >=kde-apps/kcontacts-16.12.3:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtnetwork-5.6.1:5 >=dev-qt/qtprintsupport-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 app-crypt/gpgme sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.34.0:5 handbook? ( >=kde-frameworks/kdoctools-5.34.0:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Frontend for GnuPG, a powerful encryption utility by KDE -EAPI=6 -HOMEPAGE=https://www.kde.org/applications/utilities/kgpg https://utils.kde.org/projects/kgpg -IUSE=debug +handbook selinux -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kcodecs-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kjobwidgets-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-apps/akonadi-16.12.3:5 >=kde-apps/akonadi-contacts-16.12.3:5 >=kde-apps/kcontacts-16.12.3:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtnetwork-5.6.1:5 >=dev-qt/qtprintsupport-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 app-crypt/gnupg >=kde-frameworks/kf-env-4 !kde-apps/kgpg:4 selinux? ( sec-policy/selinux-gpg ) >=dev-qt/qtcore-5.6.1:5 -SLOT=5 -SRC_URI=mirror://kde/Attic/applications/16.12.3/src/kgpg-16.12.3.tar.xz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=ed220bc2853668b18576bdb4a0acd0ec diff --git a/metadata/md5-cache/kde-apps/krfb-15.08.3 b/metadata/md5-cache/kde-apps/krfb-15.08.3 index b5a19b291227..11057041a8c6 100644 --- a/metadata/md5-cache/kde-apps/krfb-15.08.3 +++ b/metadata/md5-cache/kde-apps/krfb-15.08.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 !aqua? ( x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst ) telepathy? ( >=net-libs/telepathy-qt-0.9 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 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.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -DESCRIPTION=VNC-compatible server to share KDE desktops +DEPEND=>=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 !aqua? ( x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst ) telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 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.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 +DESCRIPTION=VNC-compatible server to share Plasma desktops EAPI=5 HOMEPAGE=https://www.kde.org/applications/system/krfb/ IUSE=debug telepathy ktp +handbook aqua KEYWORDS=amd64 x86 LICENSE=GPL-2 -RDEPEND=>=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 !aqua? ( x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst ) telepathy? ( >=net-libs/telepathy-qt-0.9 ) !kde-base/krfb:4 kde-frameworks/oxygen-icons handbook? ( kde-frameworks/kdelibs:4[handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 +RDEPEND=>=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 !aqua? ( x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst ) telepathy? ( >=net-libs/telepathy-qt-0.9[qt4] ) !kde-base/krfb:4 kde-frameworks/oxygen-icons handbook? ( kde-frameworks/kdelibs:4[handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 REQUIRED_USE=ktp? ( telepathy ) SLOT=4/15.08 SRC_URI=mirror://kde/Attic/applications/15.08.3/src/krfb-15.08.3.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-base 51fd9f83640ac82e2c195c3958677fe7 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=e8b5dc4b891e70eb5389e83261b43f74 +_md5_=c200555da20010179c670ac0fb1e9f65 diff --git a/metadata/md5-cache/kde-apps/krfb-16.12.3-r1 b/metadata/md5-cache/kde-apps/krfb-16.12.3-r1 index ffdfa6205895..2533d90f5c7d 100644 --- a/metadata/md5-cache/kde-apps/krfb-16.12.3-r1 +++ b/metadata/md5-cache/kde-apps/krfb-16.12.3-r1 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack DEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdnssd-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtnetwork-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtx11extras-5.6.1:5 >=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.34.0:5 handbook? ( >=kde-frameworks/kdoctools-5.34.0:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=VNC-compatible server to share KDE desktops +DESCRIPTION=VNC-compatible server to share Plasma desktops EAPI=6 HOMEPAGE=https://www.kde.org/applications/system/krfb/ IUSE=debug +handbook @@ -10,4 +10,4 @@ RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 SLOT=5 SRC_URI=mirror://kde/Attic/applications/16.12.3/src/krfb-16.12.3.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=6003967a46fd286ad096d4772c6cfb1b +_md5_=2ee00d9ed5c09920a7164a703d399396 diff --git a/metadata/md5-cache/kde-apps/krfb-17.04.2 b/metadata/md5-cache/kde-apps/krfb-17.04.2 index ebaf07581c62..6ab46f3ecde3 100644 --- a/metadata/md5-cache/kde-apps/krfb-17.04.2 +++ b/metadata/md5-cache/kde-apps/krfb-17.04.2 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack DEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdnssd-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtnetwork-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 >=dev-qt/qtx11extras-5.6.1:5 >=net-libs/libvncserver-0.9.9 sys-libs/zlib virtual/jpeg:0 x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXtst sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.34.0:5 handbook? ( >=kde-frameworks/kdoctools-5.34.0:5 ) >=dev-qt/qtcore-5.6.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=VNC-compatible server to share KDE desktops +DESCRIPTION=VNC-compatible server to share Plasma desktops EAPI=6 HOMEPAGE=https://www.kde.org/applications/system/krfb/ IUSE=debug +handbook @@ -10,4 +10,4 @@ RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/17.04.2/src/krfb-17.04.2.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=edc010e6a533942a54830ea6ca5a178d +_md5_=feb9ca0d5b76d8a69726922fc83d4628 diff --git a/metadata/md5-cache/kde-apps/minuet-16.12.3 b/metadata/md5-cache/kde-apps/minuet-16.12.3 index 42004a2a9c9d..a8ece5f36598 100644 --- a/metadata/md5-cache/kde-apps/minuet-16.12.3 +++ b/metadata/md5-cache/kde-apps/minuet-16.12.3 @@ -4,10 +4,10 @@ DESCRIPTION=A KDE Software for Music Education EAPI=6 HOMEPAGE=https://minuet.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=dev-qt/qtdeclarative-5.7.0:5 >=dev-qt/qtgui-5.7.0:5 >=dev-qt/qtsvg-5.7.0:5 >=dev-qt/qtquickcontrols2-5.7.0:5 media-sound/fluidsynth >=kde-frameworks/kf-env-4 !kde-apps/minuet:4 >=dev-qt/qtcore-5.7.0:5 SLOT=5 SRC_URI=mirror://kde/Attic/applications/16.12.3/src/minuet-16.12.3.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=781b3acf7b059264cfa476784f0830ce +_md5_=3dd191234cf4308a942f6af274df5d29 diff --git a/metadata/md5-cache/kde-apps/plasma-runtime-16.04.3 b/metadata/md5-cache/kde-apps/plasma-runtime-16.04.3 deleted file mode 100644 index 8dc6163aaf09..000000000000 --- a/metadata/md5-cache/kde-apps/plasma-runtime-16.04.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=kde-frameworks/kactivities:4 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) >=dev-qt/qtdeclarative-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4[webkit] -DESCRIPTION=Script engine and package tool for plasma -EAPI=6 -HOMEPAGE=https://www.kde.org/ -IUSE=debug aqua -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=kde-frameworks/kactivities:4 !kde-base/plasma-runtime:4 kde-frameworks/oxygen-icons >=dev-qt/qtdeclarative-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4[webkit] -RESTRICT=test -SLOT=4/16.04 -SRC_URI=mirror://kde/stable/applications/16.04.3/src/kde-runtime-16.04.3.tar.xz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-base 51fd9f83640ac82e2c195c3958677fe7 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 kde4-meta d9eee836f90d24b95a2a7d1ff20dce06 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=36b9e8e58d42dceb9efd489bd68df579 diff --git a/metadata/md5-cache/kde-frameworks/kactivities-4.13.3-r2 b/metadata/md5-cache/kde-frameworks/kactivities-4.13.3-r2 deleted file mode 100644 index 794991a28426..000000000000 --- a/metadata/md5-cache/kde-frameworks/kactivities-4.13.3-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) >=dev-qt/qtdeclarative-4.8.5:4 dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -DESCRIPTION=KDE Activity Manager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=aqua -KEYWORDS=amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=kde-plasma/kactivitymanagerd:5 kde-frameworks/oxygen-icons >=dev-qt/qtdeclarative-4.8.5:4 dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -SLOT=4/4.13 -SRC_URI=mirror://kde/stable/applications/4.13.3/src/kactivities-4.13.3.tar.xz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-base 51fd9f83640ac82e2c195c3958677fe7 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=74ac9e5dcf4b2b33986259b660f240b5 diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.9.5 b/metadata/md5-cache/kde-plasma/bluedevil-5.9.5 index b5fe8cd0b874..ad8ca283f928 100644 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.9.5 +++ b/metadata/md5-cache/kde-plasma/bluedevil-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Bluetooth stack for KDE Plasma EAPI=6 HOMEPAGE=https://projects.kde.org/projects/extragear/base/bluedevil IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/bluez-qt-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kded-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-plasma/kde-cli-tools-5.9.5:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !kde-plasma/bluedevil:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/bluedevil-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=e11b4147ff8871ca5c87cc62004c2224 +_md5_=b9bb03cb9df0840454c978eae1d8d0c2 diff --git a/metadata/md5-cache/kde-plasma/breeze-5.9.5 b/metadata/md5-cache/kde-plasma/breeze-5.9.5 index 4ee22de14ee2..929ee0bee9d3 100644 --- a/metadata/md5-cache/kde-plasma/breeze-5.9.5 +++ b/metadata/md5-cache/kde-plasma/breeze-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Breeze visual style for the Plasma desktop EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze IUSE=qt4 wayland debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/frameworkintegration-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kguiaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-plasma/kdecoration-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.34.0:5 ) >=kde-frameworks/breeze-icons-5.34.0:5 >=kde-plasma/kde-cli-tools-5.9.5:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/breeze-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=0340c33402e463a1b8b9acbd90295728 +_md5_=2fdbacba9a3df258c7af2a21654970c1 diff --git a/metadata/md5-cache/kde-plasma/breeze-grub-5.9.5 b/metadata/md5-cache/kde-plasma/breeze-grub-5.9.5 index dabc43df19e1..ae9563fbea2c 100644 --- a/metadata/md5-cache/kde-plasma/breeze-grub-5.9.5 +++ b/metadata/md5-cache/kde-plasma/breeze-grub-5.9.5 @@ -3,9 +3,9 @@ DEPEND=sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 dev-util/desktop-f DESCRIPTION=Breeze theme for GRUB EAPI=6 HOMEPAGE=https://www.kde.org/ -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-3+ SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/breeze-grub-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=353f46f5fa694c6f57fe50eb700b2b17 +_md5_=2985b07f3a8c62349da9c6ff11f3816d diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.5 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.5 index 39248eaf7072..9cfb835d9615 100644 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.5 +++ b/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Official GTK+ port of KDE's Breeze widget style EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze-gtk IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/breeze-gtk-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=0c19baeb312fd67d32b43ee2c8668700 +_md5_=fc684ca15f6e8f3f21251afd8325a212 diff --git a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.5 b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.5 index d3fc704b4b7f..30021bc0e166 100644 --- a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.5 +++ b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Breeze theme for Plymouth EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2+ GPL-3+ RDEPEND=sys-boot/plymouth SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/breeze-plymouth-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=d513c9db39b24f777b0ea34d442dcd1b +_md5_=086e9c9ab77e1a737458520cb0289a5c diff --git a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.5 b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.5 index d0065b9458cd..87da7d187905 100644 --- a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=System service to manage user's activities, track the usage patterns EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=>=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtsql-5.7.1:5[sqlite] >=dev-qt/qtwidgets-5.7.1:5 !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kactivitymanagerd-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=6900b9168c6af7d99241413f22b45930 +_md5_=148e43ae96365a9ae5ebef2ff204954f diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.5-r1 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.5-r1 index ba124670a3ef..37ef4a68ca50 100644 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.5-r1 +++ b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the system EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools IUSE=+kdesu X test debug +handbook test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 kdesu? ( >=kde-frameworks/kdesu-5.34.0:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 ) !kde-apps/kdesu >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kde-cli-tools-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=20b37985aa48cdd61c452825723c1cab +_md5_=9318138eec1e581cbb895f8284e71496 diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.5 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.5 index 149eae74818e..70f174c6fb48 100644 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma systemsettings kcm to set GTK application look&feel EAPI=6 HOMEPAGE=https://projects.kde.org/kde-gtk-config IUSE=+gtk3 test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-3 RDEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/libXcursor gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.9.5:5 !kde-plasma/kde-gtk-config:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kde-gtk-config-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=90107281ccd5166054cc6426b87c8b87 +_md5_=3a3132b5c8e04e5773421fb16ff32c6f diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.9.5 b/metadata/md5-cache/kde-plasma/kdecoration-5.9.5 index e6870fca27eb..dfd9a3322828 100644 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kdecoration-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Plugin based library to create window decorations EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) RDEPEND=>=dev-qt/qtgui-5.7.1:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kdecoration-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=77c237790df985ee60025704d861b464 +_md5_=4b1351323c60a502b76f7e729416227f diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.5 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.5 index a6e3215d503d..08ba58f5ad95 100644 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Extra Plasma applets and engines EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=share debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2 RDEPEND=>=kde-frameworks/kactivities-5.34.0:5 >=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/kross-5.34.0:5 >=kde-frameworks/krunner-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kunitconversion-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=kde-frameworks/sonnet-5.34.0:5 >=kde-plasma/plasma-workspace-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 share? ( dev-libs/purpose:5 ) >=kde-plasma/plasma-workspace-5.9.5:5 !kde-plasma/kdeplasma-addons:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kdeplasma-addons-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=993c806cd2efcf7c9b09dab3bef0c94a +_md5_=20d91a56826ccf3d8de2f2fc6997f108 diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.9.5 b/metadata/md5-cache/kde-plasma/kgamma-5.9.5 index 3132b478c70c..8b902b917362 100644 --- a/metadata/md5-cache/kde-plasma/kgamma-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kgamma-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Screen gamma values kcontrol module EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kgamma5-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=67911e80e242c9f277f1390d07cdd7bc +_md5_=5a83e39d0f65809ed606af65e0a48680 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.9.5 b/metadata/md5-cache/kde-plasma/khotkeys-5.9.5 index 56bfd29f7ce8..3ac79d236ae4 100644 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.9.5 +++ b/metadata/md5-cache/kde-plasma/khotkeys-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma workspace hotkey module EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5[X] >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-plasma/plasma-workspace-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXtst >=kde-frameworks/kded-5.34.0:5 >=kde-plasma/kde-cli-tools-5.9.5:5 !kde-plasma/khotkeys:4 !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/khotkeys-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=396ced7318c0bb0187cee9bbc19bdbbf +_md5_=facd2f75688ada0c749ae75dcef6dece diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.9.5 b/metadata/md5-cache/kde-plasma/kinfocenter-5.9.5 index 14cc04798bd6..856e18f7eaec 100644 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kinfocenter-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=A utility that provides information about a computer system EAPI=6 HOMEPAGE=https://www.kde.org/applications/system/kinfocenter/ IUSE=gles2 ieee1394 +opengl +pci wayland debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) opengl? ( >=dev-qt/qtgui-5.7.1:5[gles2=] media-libs/mesa[gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) wayland? ( >=kde-frameworks/kwayland-5.34.0:5 media-libs/mesa[egl] ) >=kde-plasma/kde-cli-tools-5.9.5:5 !kde-apps/kcontrol:4 !kde-misc/about-distro !kde-plasma/kinfocenter:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 REQUIRED_USE=wayland? ( || ( gles2 opengl ) ) SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kinfocenter-5.9.5.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=a5a81232b1a8251cdf1d44302fa3e95e +_md5_=77382f459b64ab469dc00df647ca8350 diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.9.5 b/metadata/md5-cache/kde-plasma/kmenuedit-5.9.5 index 3990160b4b36..1b410b34397c 100644 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kmenuedit-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma menu editor EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kmenuedit IUSE=+hotkeys debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/sonnet-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.9.5:5 ) !kde-plasma/kmenuedit:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kmenuedit-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=290066f8da5d085c24a51d1466a22382 +_md5_=454efcabe655050231d835bd1696135f diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.9.5 b/metadata/md5-cache/kde-plasma/kscreen-5.9.5 index 44b1f636dd61..f65785f86a9e 100644 --- a/metadata/md5-cache/kde-plasma/kscreen-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kscreen-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma screen management EAPI=6 HOMEPAGE=https://projects.kde.org/projects/extragear/base/kscreen IUSE=debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-plasma/libkscreen-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/plasma-5.34.0:5 >=kde-plasma/kde-cli-tools-5.9.5:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 !kde-plasma/kscreen:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kscreen-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=bc20d42ea774754856b03e57aface64e +_md5_=cfb1df7eb5e928a8773f27ac78132ae9 diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.5 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.5 index 4eabd315e13d..66a5122efaae 100644 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=Library and components for secure lock screen architecture EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+pam test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kidletime-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 dev-libs/wayland x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) >=kde-plasma/kde-cli-tools-5.9.5:5 !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kscreenlocker-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=e6c04fd731b56b612293179b717a385d +_md5_=d1f3e21ec64c8955ac52ce5de5013c7c diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.5 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.5 index e44dfeed6583..90f8c13aa125 100644 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.5 +++ b/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE implementation of ssh-askpass with Kwallet integration EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/ksshaskpass IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/ksshaskpass:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/ksshaskpass-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=cbb8d0875cfe1b55a09c184f5cb9ccaa +_md5_=02e05a72d6aa51ef7e66f6b69cf1acc1 diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.9.5 b/metadata/md5-cache/kde-plasma/ksysguard-5.9.5 index c88b4fa0380e..e91ca4b88a20 100644 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.9.5 +++ b/metadata/md5-cache/kde-plasma/ksysguard-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Network-enabled task manager and system monitor EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=lm_sensors debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-plasma/libksysguard-5.9.5:5[-minimal(-)] >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kinit-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-plasma/ksysguard:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/ksysguard-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=a45aeb5e5beb46a69b77046a3069dbe6 +_md5_=78e258cc0cd0975b1333fef36b1fa84b diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.5-r1 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.5-r1 index a604e8cc3d5c..e9df23179600 100644 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.5-r1 +++ b/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=KWallet PAM module to not enter password again EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/libgcrypt:0= virtual/pam net-misc/socat >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kwallet-pam-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=09b2339f5ab4fdc4a61ef0cc2c4f7409 +_md5_=5261ca869f3166d389602e255a13dc4b diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.5 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.5 index a2ad3cf50c55..333f436d8db1 100644 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Provides integration plugins for various KDE frameworks for Wayland EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland-integration IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=LGPL-2.1 RDEPEND=>=kde-frameworks/kidletime-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kwayland-integration-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=824460f829f521bdd8cef20fd1006ec8 +_md5_=f7115c8120a44133f133486c85b2cd7b diff --git a/metadata/md5-cache/kde-plasma/kwin-5.9.5 b/metadata/md5-cache/kde-plasma/kwin-5.9.5 index 005ed8c8807f..fb27f376407c 100644 --- a/metadata/md5-cache/kde-plasma/kwin-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kwin-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE window manager EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=gles2 multimedia test debug +handbook test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kactivities-5.34.0:5 >=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kidletime-5.34.0:5 >=kde-frameworks/kinit-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5[X] >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=kde-plasma/breeze-5.9.5:5 >=kde-plasma/kdecoration-5.9.5:5 >=kde-plasma/kscreenlocker-5.9.5:5 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[gles2=] >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-libs/libinput-1.5 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.9.5:5 multimedia? ( || ( >=dev-qt/qtmultimedia-5.7.1:5[gstreamer,qml] >=dev-qt/qtmultimedia-5.7.1:5[gstreamer010,qml] ) ) !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kwin-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=befde6183ff739e38b9e4b3480a199b2 +_md5_=6ea022101be1a40d9bea888700ddd144 diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.9.5 b/metadata/md5-cache/kde-plasma/kwrited-5.9.5 index d72f823f0a11..262eb671f23a 100644 --- a/metadata/md5-cache/kde-plasma/kwrited-5.9.5 +++ b/metadata/md5-cache/kde-plasma/kwrited-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma daemon listening for wall and write messages EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kpty-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/kwrited:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/kwrited-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=27373743d2481bc3ea460dc7bd693aac +_md5_=c351c5e823a521a8dcaf4b1fe07508a8 diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.9.5 b/metadata/md5-cache/kde-plasma/libkscreen-5.9.5 index e7029ea3858c..8930a1c6f60e 100644 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.9.5 +++ b/metadata/md5-cache/kde-plasma/libkscreen-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=Plasma screen management library EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kwayland-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb !x11-libs/libkscreen:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5/7 SRC_URI=mirror://kde/stable/plasma/5.9.5/libkscreen-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=727eaf2b5b5a8b29d7fa65ac494d8d93 +_md5_=bef96aaf63cdd9c0e4481b64c8d614cb diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.9.5 b/metadata/md5-cache/kde-plasma/libksysguard-5.9.5 index c53b9171bb25..48b7472e274c 100644 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.9.5 +++ b/metadata/md5-cache/kde-plasma/libksysguard-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Task management and system monitoring library EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+detailedmemory minimal X test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 sys-libs/zlib detailedmemory? ( >=dev-qt/qtwebkit-5.7.1:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXres ) !kde-plasma/ksysguard:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/libksysguard-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=6ceb466afaafdc792d63f26771a0aaa1 +_md5_=ca325b373976097cbae107a30c814065 diff --git a/metadata/md5-cache/kde-plasma/milou-5.9.5 b/metadata/md5-cache/kde-plasma/milou-5.9.5 index 9d3126e314d5..37111d8d7b00 100644 --- a/metadata/md5-cache/kde-plasma/milou-5.9.5 +++ b/metadata/md5-cache/kde-plasma/milou-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Dedicated search application built on top of Baloo EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/milou IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/krunner-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/milou:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/milou-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=454afb1666f0a84fc09692170255ce40 +_md5_=2894b34fb4031cc52b898f6c9591dcf0 diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.9.5-r1 b/metadata/md5-cache/kde-plasma/oxygen-5.9.5-r1 index 9b454755d60b..11377056412e 100644 --- a/metadata/md5-cache/kde-plasma/oxygen-5.9.5-r1 +++ b/metadata/md5-cache/kde-plasma/oxygen-5.9.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Oxygen visual style for the Plasma desktop EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/oxygen IUSE=qt4 wayland debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/frameworkintegration-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kguiaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-plasma/kdecoration-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( >=dev-qt/qtcore-4.8.7-r2:4 >=dev-qt/qtdbus-4.8.7:4 >=dev-qt/qtgui-4.8.7:4 kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.34.0:5 ) >=kde-plasma/kde-cli-tools-5.9.5:5 qt4? ( !kde-plasma/kstyles:4 !kde-plasma/liboxygenstyle:4 ) !kde-plasma/kdebase-cursors:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/oxygen-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=295a4a4188bdc560711a0fea9075f628 +_md5_=8057dfb3223f83fc8411095750d6360e diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.5 index 0f038ad228b4..207253af1252 100644 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma desktop EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=appstream +fontconfig gtk2 gtk3 +input_devices_evdev input_devices_synaptics ibus legacy-systray pulseaudio +qt4 scim +semantic-desktop test debug +handbook test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/attica-5.34.0:5 >=kde-frameworks/kactivities-5.34.0:5 >=kde-frameworks/kactivities-stats-5.34.0:5 >=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kbookmarks-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcodecs-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kded-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/kemoticons-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/kguiaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemmodels-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/kjobwidgets-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/knotifyconfig-5.34.0:5 >=kde-frameworks/kparts-5.34.0:5 >=kde-frameworks/kpeople-5.34.0:5 >=kde-frameworks/krunner-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=kde-frameworks/sonnet-5.34.0:5 >=kde-plasma/kwin-5.9.5:5 >=kde-plasma/plasma-workspace-5.9.5:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.7.1:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.34.0:5 ) >=kde-plasma/breeze-5.9.5:5 >=kde-plasma/kde-cli-tools-5.9.5:5 >=kde-plasma/oxygen-5.9.5:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 sys-apps/accountsservice x11-apps/setxkbmap legacy-systray? ( gtk2? ( dev-libs/libappindicator:2 ) gtk3? ( dev-libs/libappindicator:3 ) qt4? ( dev-libs/sni-qt ) ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.5:5 ) qt4? ( kde-plasma/qguiplatformplugin_kde:4 ) !kde-apps/kcontrol !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-plasma/plasma-workspace:4 !kde-plasma/solid-actions-kcm:4 !kde-plasma/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray ) SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-desktop-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=4281392de247e01645fb406d612b476b +_md5_=f2deb445c548e1a04d12b2039d4bccc0 diff --git a/metadata/md5-cache/kde-plasma/plasma-integration-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-integration-5.9.5 index 9244e8e153db..76f1e1d8285b 100644 --- a/metadata/md5-cache/kde-plasma/plasma-integration-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-integration-5.9.5 @@ -4,11 +4,11 @@ DESCRIPTION=Qt Platform Theme integration plugins for the Plasma workspaces EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kjobwidgets-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-plasma/breeze-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5=[dbus] >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libXcursor x11-libs/libxcb media-fonts/hack media-fonts/noto >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-integration-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=23f5be335dce30e6502218105b2f8af8 +_md5_=396f250319451c6a21606fc7506bcd53 diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-meta-5.9.5 index a9dbab3d3079..9ed7e0c85931 100644 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-meta-5.9.5 @@ -3,9 +3,9 @@ DESCRIPTION=Merge this to pull in all Plasma 5 packages EAPI=6 HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ IUSE=bluetooth +display-manager grub gtk +handbook networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=metapackage RDEPEND=>=kde-plasma/breeze-5.9.5:5 >=kde-plasma/kactivitymanagerd-5.9.5:5 >=kde-plasma/kde-cli-tools-5.9.5:5 >=kde-plasma/kdecoration-5.9.5:5 >=kde-plasma/kdeplasma-addons-5.9.5:5 >=kde-plasma/kgamma-5.9.5:5 >=kde-plasma/khotkeys-5.9.5:5 >=kde-plasma/kinfocenter-5.9.5:5 >=kde-plasma/kmenuedit-5.9.5:5 >=kde-plasma/kscreen-5.9.5:5 >=kde-plasma/kscreenlocker-5.9.5:5 >=kde-plasma/ksshaskpass-5.9.5:5 >=kde-plasma/ksysguard-5.9.5:5 >=kde-plasma/kwayland-integration-5.9.5:5 >=kde-plasma/kwin-5.9.5:5 >=kde-plasma/kwrited-5.9.5:5 >=kde-plasma/libkscreen-5.9.5:5 >=kde-plasma/libksysguard-5.9.5:5 >=kde-plasma/milou-5.9.5:5 >=kde-plasma/oxygen-5.9.5:5 >=kde-plasma/plasma-desktop-5.9.5:5 >=kde-plasma/plasma-integration-5.9.5:5 >=kde-plasma/plasma-workspace-5.9.5:5 >=kde-plasma/polkit-kde-agent-5.9.5:5 >=kde-plasma/powerdevil-5.9.5:5 >=kde-plasma/systemsettings-5.9.5:5 >=kde-plasma/user-manager-5.9.5:5 bluetooth? ( >=kde-plasma/bluedevil-5.9.5:5 ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-5.9.5:5 x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) grub? ( >=kde-plasma/breeze-grub-5.9.5:5 ) gtk? ( >=kde-plasma/breeze-gtk-5.9.5:5 >=kde-plasma/kde-gtk-config-5.9.5:5 ) handbook? ( >=kde-apps/khelpcenter-14.12.0:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.9.5:5 ) pam? ( >=kde-plasma/kwallet-pam-5.9.5:5 ) plymouth? ( >=kde-plasma/breeze-plymouth-5.9.5:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.5:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.9.5:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.9.5:5 ) SLOT=5 _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=3a9ce30404544de1e34fd8a4691a0680 +_md5_=9ba2ea50599f862dc3b3a561ed96550b diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-nm-5.9.5 index f91b36e9147c..cf5aa2c74d9d 100644 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-nm-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma applet for NetworkManager EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=modemmanager openconnect teamd debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/networkmanager-qt-5.34.0:5[teamd=] >=kde-frameworks/plasma-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=app-crypt/qca-2.1.1:2[qt5] >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.34.0:5 >=dev-qt/qtxml-5.7.1:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.7.1:5 net-misc/networkmanager-openconnect net-vpn/openconnect:= ) >=kde-plasma/plasma-workspace-5.9.5:5 !kde-plasma/plasma-nm:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-nm-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=3e200c267b55d7edef959a34d2925139 +_md5_=1a1cb6234a2158633fe471b00788fafa diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-pa-5.9.5 index 90e2be1b2d24..00c0f635cce8 100644 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-pa-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Plasma applet for audio volume management using PulseAudio EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/glib:2 gnome-base/gconf:2 media-libs/libcanberra media-sound/pulseaudio[gnome] >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-pa-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=2beea2639a29e0d9758bbc0163d4ffe0 +_md5_=8f64874c19c0f7043eb71979cdda765a diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.5 index b81a4b89a2d9..8975157b98b4 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Useful applications for Plasma development EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemmodels-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktexteditor-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 dev-libs/kirigami:1 !dev-util/plasmate >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-sdk-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=472cd8d9eab21483dd3f20c53c165787 +_md5_=dc34a18434370d809551e96cda07d4ba diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.5.1-r2 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.5.1-r2 index 069152f0b14d..154dfa2b4389 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.5.1-r2 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.5.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma workspace EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+calendar geolocation gps prison qalculate +semantic-desktop test debug +handbook test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kactivities-5.34.0:5 >=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kbookmarks-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdeclarative-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/kdesu-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/kguiaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kidletime-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemmodels-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/kjobwidgets-5.34.0:5 >=kde-frameworks/kjs-5.34.0:5 >=kde-frameworks/kjsembed-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/knotifyconfig-5.34.0:5 >=kde-frameworks/kpackage-5.34.0:5 >=kde-frameworks/krunner-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/ktexteditor-5.34.0:5 >=kde-frameworks/ktextwidgets-5.34.0:5 >=kde-frameworks/kwallet-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/kxmlrpcclient-5.34.0:5 >=kde-frameworks/plasma-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=kde-plasma/kscreenlocker-5.9.5:5 >=kde-plasma/kwin-5.9.5:5 >=kde-plasma/libksysguard-5.9.5:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5[jpeg] >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image calendar? ( >=kde-apps/kholidays-14.12.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.34.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.34.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.34.0:5 ) >=kde-frameworks/kded-5.34.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.9.5:5 >=kde-plasma/ksysguard-5.9.5:5 >=kde-plasma/milou-5.9.5:5 >=kde-plasma/plasma-integration-5.9.5:5 >=dev-qt/qdbus-5.7.1:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 >=dev-qt/qtpaths-5.7.1:5 >=dev-qt/qtquickcontrols-5.7.1:5[widgets] app-text/iso-codes x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4 !kde-plasma/kcminit:4 !kde-plasma/kdebase-startkde:4 !kde-plasma/klipper:4 !kde-plasma/krunner:4 !kde-plasma/ksmserver:4 !kde-plasma/ksplash:4 !kde-plasma/plasma-workspace:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/plasma-workspace-5.9.5.1.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=31fbc22864666ee481726c1272cd424b +_md5_=7e9793fc9a811c5ba36f1378fa19dcb6 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.5 b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.5 index fa51a66d4374..1a305d02c647 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.5 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.5 @@ -3,10 +3,10 @@ DEPEND=>=kde-frameworks/extra-cmake-modules-5.34.0:5 >=dev-qt/qtcore-5.7.1:5 sys DESCRIPTION=Additional wallpapers for the Plasma workspace EAPI=6 HOMEPAGE=https://www.kde.org/ -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=!=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 || ( >=kde-frameworks/polkit-qt-5.34.0:5 >=sys-auth/polkit-qt-0.112.0[qt5] ) !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/polkit-kde-agent-1-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=fc7ecdeb40d5de439c6e2f6dc1a096e5 +_md5_=a2fbe54dd02bbed79af5c695edd114d0 diff --git a/metadata/md5-cache/kde-plasma/powerdevil-5.9.5 b/metadata/md5-cache/kde-plasma/powerdevil-5.9.5 index ceb1a9ac9137..24cf4603fca7 100644 --- a/metadata/md5-cache/kde-plasma/powerdevil-5.9.5 +++ b/metadata/md5-cache/kde-plasma/powerdevil-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Power management for KDE Plasma Shell EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/powerdevil IUSE=consolekit +wireless debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kactivities-5.34.0:5 >=kde-frameworks/kauth-5.34.0:5[policykit] >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/kdelibs4support-5.34.0:5 >=kde-frameworks/kglobalaccel-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kidletime-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knotifications-5.34.0:5 >=kde-frameworks/knotifyconfig-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwayland-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=kde-frameworks/solid-5.34.0:5 >=kde-plasma/libkscreen-5.9.5:5 >=kde-plasma/plasma-workspace-5.9.5:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 virtual/libudev:= x11-libs/libxcb wireless? ( >=kde-frameworks/bluez-qt-5.34.0:5 >=kde-frameworks/networkmanager-qt-5.34.0:5 ) >=kde-plasma/kde-cli-tools-5.9.5:5 >=sys-power/upower-0.9.23 consolekit? ( >=sys-auth/consolekit-1.0.1 sys-auth/polkit-pkla-compat sys-power/pm-utils ) !kde-plasma/powerdevil:4 !kde-plasma/systemsettings:4[handbook] >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/powerdevil-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=6f539274eab594865c2f367e4cc8db12 +_md5_=1cd16715aaf77b0a04100aa8259ba0cf diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.5 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.5 index 217b1dc9912b..f331f5ee41cd 100644 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.5 +++ b/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma control module for SDDM EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kdereview/sddm-kcm IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/karchive-5.34.0:5 >=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/knewstuff-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.9.5:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/sddm-kcm-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=e69317cf7cc4b27e6c17860b6b7b1c0d +_md5_=14ede1d231d7c6a1654834b378d3c78c diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.9.5 b/metadata/md5-cache/kde-plasma/systemsettings-5.9.5 index 7453d11979b0..60f7514f46f1 100644 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.9.5 +++ b/metadata/md5-cache/kde-plasma/systemsettings-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=System settings utility EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=classic gtk debug +handbook -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kauth-5.34.0:5 >=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kcompletion-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kdbusaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kitemviews-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kwindowsystem-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 classic? ( >=kde-frameworks/khtml-5.34.0:5 ) gtk? ( >=kde-plasma/kde-gtk-config-5.9.5:5 ) !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/systemsettings-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=3f4cf3519799498a1083aa9d152f71f8 +_md5_=cb5d1295dd649fb72368daf3699ddd5c diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.9.5 b/metadata/md5-cache/kde-plasma/user-manager-5.9.5 index bcff76f225e0..61655d4b66b7 100644 --- a/metadata/md5-cache/kde-plasma/user-manager-5.9.5 +++ b/metadata/md5-cache/kde-plasma/user-manager-5.9.5 @@ -4,10 +4,10 @@ DESCRIPTION=Simple system settings module to manage the users of your system EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.34.0:5 >=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-libs/libpwquality-1.3.0 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.9.5/user-manager-5.9.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=67ba43e852869bb5f3e1eaee4be75100 +_md5_=ce0243fd9cdabfdad312c11f61bf9139 diff --git a/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r2 b/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r2 deleted file mode 100644 index 9e289a61fafb..000000000000 --- a/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile config install postinst postrm prepare setup unpack -DEPEND=>=media-video/vdr-1.6.0 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers -DESCRIPTION=VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info -EAPI=4 -HOMEPAGE=http://www.a-land.de/audiorecorder/ -KEYWORDS=~x86 ~amd64 -LICENSE=GPL-2 -RDEPEND=>=media-video/vdr-1.6.0 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 -SLOT=0 -SRC_URI=http://www.zulu-entertainment.de/files/vdr-audiorecorder/vdr-audiorecorder-0.1.0-pre14.tgz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=0bf607fa19fe4f9461ea8eaf46a7e219 diff --git a/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r3 b/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r3 deleted file mode 100644 index 604fb5febafa..000000000000 --- a/metadata/md5-cache/media-plugins/vdr-audiorecorder-0.1.0_pre14-r3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile config install postinst postrm prepare setup unpack -DEPEND=>=media-video/vdr-1.6.0 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers -DESCRIPTION=VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info -EAPI=5 -HOMEPAGE=http://www.a-land.de/audiorecorder/ -KEYWORDS=~x86 ~amd64 -LICENSE=GPL-2 -RDEPEND=>=media-video/vdr-1.6.0 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 -SLOT=0 -SRC_URI=http://www.zulu-entertainment.de/files/vdr-audiorecorder/vdr-audiorecorder-0.1.0-pre14.tgz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=15d3ce52c34fde764a91dde1ebd4c30b diff --git a/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc3 b/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc3 deleted file mode 100644 index 4d8869b491ee..000000000000 --- a/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile config install postinst postrm prepare setup unpack -DEPEND=>=media-video/vdr-2 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers -DESCRIPTION=VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info -EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-audiorecorder/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-video/vdr-2 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 -SLOT=0 -SRC_URI=mirror://vdr-developerorg/1748/vdr-plugin-audiorecorder-2.0.0_rc3.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=cd4670ac6551173eec0f492ffcf75030 diff --git a/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc5 b/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc5 deleted file mode 100644 index fb266e6d5482..000000000000 --- a/metadata/md5-cache/media-plugins/vdr-audiorecorder-2.0.0_rc5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile config install postinst postrm prepare setup unpack -DEPEND=>=media-video/vdr-2 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers -DESCRIPTION=VDR plugin: automatically record radio-channels and split it into tracks according to RadioText-Info -EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-audiorecorder/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-video/vdr-2 media-libs/taglib virtual/ffmpeg[encode,mp3] >=dev-libs/tinyxml-2.6.1[stl] >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 -SLOT=0 -SRC_URI=mirror://vdr-developerorg/1818/vdr-plugin-audiorecorder-2.0.0_rc5.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=d98086d78e854085bcad6bdee069bf65 diff --git a/metadata/md5-cache/media-sound/audacity-2.1.3-r1 b/metadata/md5-cache/media-sound/audacity-2.1.3-r1 index ac5ac49e32c5..7219739e5c65 100644 --- a/metadata/md5-cache/media-sound/audacity-2.1.3-r1 +++ b/metadata/md5-cache/media-sound/audacity-2.1.3-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Free crossplatform audio editor EAPI=5 HOMEPAGE=http://web.audacityteam.org/ IUSE=alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis +vst -KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~mips ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=>=app-arch/zip-2.3 dev-libs/expat >=media-libs/libsndfile-1.0.0 =media-libs/portaudio-19* media-libs/soxr x11-libs/wxGTK:3.0[X] alsa? ( media-libs/alsa-lib ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( >=media-video/ffmpeg-1.2:= ) ) flac? ( >=media-libs/flac-1.2.0[cxx] ) id3tag? ( media-libs/libid3tag ) jack? ( virtual/jack ) lame? ( >=media-sound/lame-3.70 ) lv2? ( media-libs/lv2 ) mad? ( >=media-libs/libmad-0.14.2b ) midi? ( media-libs/portmidi ) sbsms? ( media-libs/libsbsms ) soundtouch? ( >=media-libs/libsoundtouch-1.3.1 ) twolame? ( media-sound/twolame ) vamp? ( >=media-libs/vamp-plugin-sdk-2.0 ) vorbis? ( >=media-libs/libvorbis-1.0 ) REQUIRED_USE=soundtouch? ( midi ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://dev.gentoo.org/~polynomial-c/dist/audacity-minsrc-2.1.3.tar.xz doc? ( https://dev.gentoo.org/~polynomial-c/dist/audacity-help-2.1.3.zip ) _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=742fbb8e0b1530ac010951b1b54d3139 +_md5_=cff742e85991ac749a442ba60f013c33 diff --git a/metadata/md5-cache/media-sound/pianobooster-0.6.4b b/metadata/md5-cache/media-sound/pianobooster-0.6.4b deleted file mode 100644 index 1e699c53e4c1..000000000000 --- a/metadata/md5-cache/media-sound/pianobooster-0.6.4b +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=fluidsynth? ( media-sound/fluidsynth ) media-libs/alsa-lib virtual/opengl dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=A MIDI file player that teaches how to play the piano -EAPI=6 -HOMEPAGE=http://pianobooster.sourceforge.net -IUSE=fluidsynth -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=fluidsynth? ( media-sound/fluidsynth ) media-libs/alsa-lib virtual/opengl dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 -SLOT=0 -SRC_URI=mirror://sourceforge/pianobooster/pianobooster-src-0.6.4b.tar.gz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=737fdf47c3308ee90915f4378297ac07 diff --git a/metadata/md5-cache/media-sound/rezound-0.12.3_beta-r2 b/metadata/md5-cache/media-sound/rezound-0.12.3_beta-r2 deleted file mode 100644 index 6e4412d39d91..000000000000 --- a/metadata/md5-cache/media-sound/rezound-0.12.3_beta-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND==sci-libs/fftw-2* >=x11-libs/fox-1.6.19:1.6 >=media-libs/audiofile-0.2.3 >=media-libs/ladspa-sdk-1.12 >=media-libs/ladspa-cmt-1.15 alsa? ( >=media-libs/alsa-lib-1.0 ) flac? ( >=media-libs/flac-1.1.2[cxx] ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-18 ) soundtouch? ( >=media-libs/libsoundtouch-1.2.1 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) sys-devel/bison virtual/pkgconfig sys-devel/flex dev-util/reswrap >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Sound editor and recorder -EAPI=4 -HOMEPAGE=http://rezound.sourceforge.net -IUSE=16bittmp alsa flac jack nls oss portaudio soundtouch vorbis -KEYWORDS=amd64 ~ppc -sparc x86 -LICENSE=GPL-2 -RDEPEND==sci-libs/fftw-2* >=x11-libs/fox-1.6.19:1.6 >=media-libs/audiofile-0.2.3 >=media-libs/ladspa-sdk-1.12 >=media-libs/ladspa-cmt-1.15 alsa? ( >=media-libs/alsa-lib-1.0 ) flac? ( >=media-libs/flac-1.1.2[cxx] ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-18 ) soundtouch? ( >=media-libs/libsoundtouch-1.2.1 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) -SLOT=0 -SRC_URI=mirror://sourceforge/rezound/rezound-0.12.3beta.tar.gz mirror://gentoo/rezound-0.12.3_beta-patches-6.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=a00b80aedf0eec7f4c6d8d8b47e6127f diff --git a/metadata/md5-cache/net-analyzer/fe3d-0.11.2 b/metadata/md5-cache/net-analyzer/fe3d-0.11.2 deleted file mode 100644 index 2f0a88b0484a..000000000000 --- a/metadata/md5-cache/net-analyzer/fe3d-0.11.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=postinst prepare -DEPEND=>=dev-libs/xerces-c-2.7 net-analyzer/nmap x11-libs/wxGTK:2.8[opengl] >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=A 3D visualization tool for network security information -EAPI=5 -HOMEPAGE=http://projects.icapsid.net/fe3d/ -KEYWORDS=~alpha amd64 x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/xerces-c-2.7 net-analyzer/nmap x11-libs/wxGTK:2.8[opengl] -SLOT=0 -SRC_URI=mirror://sourceforge/fe3d/fe3d_0.11.2-src.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=6867a61d5ec8c4ca14c2054ee6c1a996 diff --git a/metadata/md5-cache/net-dialup/capi4k-utils-20050718-r7 b/metadata/md5-cache/net-dialup/capi4k-utils-20050718-r7 deleted file mode 100644 index a4c494ceb213..000000000000 --- a/metadata/md5-cache/net-dialup/capi4k-utils-20050718-r7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=pppd? ( net-dialup/ppp:= ) virtual/linux-sources virtual/os-headers app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=CAPI4Linux Utils -EAPI=5 -HOMEPAGE=ftp://ftp.in-berlin.de/pub/capi4linux/ -IUSE=fax +pppd rcapid -KEYWORDS=alpha amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=pppd? ( net-dialup/ppp:= ) dev-lang/perl -SLOT=0/3.0.4 -SRC_URI=ftp://ftp.in-berlin.de/pub/capi4linux/capi4k-utils-2005-07-18.tar.gz ftp://ftp.in-berlin.de/pub/capi4linux/OLD/capi4k-utils-2005-07-18.tar.gz http://sbriesen.de/gentoo/distfiles/capi4k-files-20050718-r5.tar.xz http://sbriesen.de/gentoo/distfiles/capi4k-patches-20050718-r5.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=66781fcbfecdb14b7335bd6b8ffb32d0 diff --git a/metadata/md5-cache/net-dialup/martian-modem-20100123-r1 b/metadata/md5-cache/net-dialup/martian-modem-20100123-r1 deleted file mode 100644 index ecdfca59889d..000000000000 --- a/metadata/md5-cache/net-dialup/martian-modem-20100123-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup -DEPEND=!net-dialup/ltmodem kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) -DESCRIPTION=ltmodem alternative driver providing support for Agere Systems winmodems -EAPI=5 -HOMEPAGE=http://packages.debian.org/sid/martian-modem-source http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian -IUSE=kernel_linux -KEYWORDS=~amd64 ~x86 -* -LICENSE=GPL-2 AgereSystems-WinModem -RDEPEND=!net-dialup/ltmodem kernel_linux? ( virtual/modutils ) -RESTRICT=strip -SLOT=0 -SRC_URI=http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/martian-full-20100123.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5b0b4a669e73a9d17be7b4bf9a11c018 diff --git a/metadata/md5-cache/net-im/gajim-0.16.6 b/metadata/md5-cache/net-im/gajim-0.16.6 deleted file mode 100644 index a2dc3a68a3da..000000000000 --- a/metadata/md5-cache/net-im/gajim-0.16.6 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gtk+:2 >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1 >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Jabber client written in PyGTK -EAPI=5 -HOMEPAGE=http://www.gajim.org/ -IUSE=crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf python_targets_python2_7 -KEYWORDS=amd64 arm ppc ppc64 x86 ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-nbxmpp-0.5.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) zeroconf? ( net-dns/avahi[dbus,gtk,python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gnome? ( dev-python/libgnome-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/egg-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gnome-keyring? ( dev-python/gnome-keyring-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) kde? ( kde-apps/kwalletmanager ) networkmanager? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-dns/bind-tools ) ) xhtml? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) -REQUIRED_USE=|| ( python_targets_python2_7 ) libnotify? ( dbus ) gnome? ( gnome-keyring ) zeroconf? ( dbus ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.gajim.org/downloads/0.16/gajim-0.16.6.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 5a4611dfba155b1659528663fad4cd5e epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=43dcc88ff8bb262dc1f693d728b29660 diff --git a/metadata/md5-cache/net-im/pidgin-2.11.0-r1 b/metadata/md5-cache/net-im/pidgin-2.11.0-r1 deleted file mode 100644 index 8c9893f74876..000000000000 --- a/metadata/md5-cache/net-im/pidgin-2.11.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.16 >=dev-libs/libxml2-2.6.18 ncurses? ( sys-libs/ncurses:0=[unicode] dbus? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ) gtk? ( >=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-3.6:= ) prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=net-libs/farstream-0.2.7:0.2 ) 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.16:= ) gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] >=net-libs/libgadu-1.11.0[-ssl] ) ) gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/nspr dev-libs/nss ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) sasl? ( dev-libs/cyrus-sasl:2 ) networkmanager? ( net-misc/networkmanager ) idn? ( net-dns/libidn ) !=dev-util/intltool-0.41.1 sys-devel/gettext ) dbus? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) doc? ( app-doc/doxygen ) !gtk? ( nls? ( >=dev-util/intltool-0.41.1 sys-devel/gettext ) ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=GTK Instant Messenger client -EAPI=6 -HOMEPAGE=http://pidgin.im/ -IUSE=dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit pie networkmanager nls perl silc tcl tk spell sasl ncurses groupwise prediction python +xscreensaver zephyr zeroconf aqua python_targets_python2_7 -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~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:0=[unicode] dbus? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ) gtk? ( >=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-3.6:= ) prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=net-libs/farstream-0.2.7:0.2 ) 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.16:= ) gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] >=net-libs/libgadu-1.11.0[-ssl] ) ) gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/nspr dev-libs/nss ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) tcl? ( dev-lang/tcl:0= ) tk? ( dev-lang/tk:0= ) sasl? ( dev-libs/cyrus-sasl:2 ) networkmanager? ( net-misc/networkmanager ) idn? ( net-dns/libidn ) ! pidgin-2.10.9-irc_join_sleep.patch -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 64c50579ea42fbcc77a7e220a8ae8e94 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=080585f1199d4a27c42647f03e79a2fe diff --git a/metadata/md5-cache/net-im/telegram-desktop-bin-1.1.7 b/metadata/md5-cache/net-im/telegram-desktop-bin-1.1.10 similarity index 83% rename from metadata/md5-cache/net-im/telegram-desktop-bin-1.1.7 rename to metadata/md5-cache/net-im/telegram-desktop-bin-1.1.10 index f5d5f283137e..9bca10459f72 100644 --- a/metadata/md5-cache/net-im/telegram-desktop-bin-1.1.7 +++ b/metadata/md5-cache/net-im/telegram-desktop-bin-1.1.10 @@ -7,6 +7,6 @@ KEYWORDS=-* ~amd64 ~x86 LICENSE=telegram RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection >=sys-apps/dbus-1.4.20 x11-libs/libX11 >=x11-libs/libxcb-1.10[xkb] SLOT=0 -SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v1.1.7.tar.gz -> tdesktop-1.1.7.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.1.1.7.tar.xz ) x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.1.1.7.tar.xz ) +SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v1.1.10.tar.gz -> tdesktop-1.1.10.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.1.1.10.tar.xz ) x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.1.1.10.tar.xz ) _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 _md5_=42caf54d854be42540d51a3ee2cb04ec diff --git a/metadata/md5-cache/net-irc/charybdis-3.3.0 b/metadata/md5-cache/net-irc/charybdis-3.3.0 deleted file mode 100644 index 152b10aea6d7..000000000000 --- a/metadata/md5-cache/net-irc/charybdis-3.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) virtual/yacc sys-devel/flex >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=The atheme project's IRCd based on ratbox -EAPI=4 -HOMEPAGE=http://atheme.org/project/charybdis http://www.stack.nl/~jilles/irc/#charybdis -IUSE=debug +ipv6 largenet ssl zlib -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=http://www.stack.nl/~jilles/irc/charybdis-3.3.0.tbz2 https://dev.gentoo.org/~binki/distfiles/net-irc/charybdis/charybdis-3.3.0-patches.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 -_md5_=a561d794ccb5378fe4863cf0f38fd76c diff --git a/metadata/md5-cache/net-irc/charybdis-3.4.2 b/metadata/md5-cache/net-irc/charybdis-3.4.2 deleted file mode 100644 index 2c0eea663a3d..000000000000 --- a/metadata/md5-cache/net-irc/charybdis-3.4.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) virtual/yacc sys-devel/flex -DESCRIPTION=The atheme project's IRCd based on ratbox -EAPI=4 -HOMEPAGE=http://atheme.org/project/charybdis http://www.stack.nl/~jilles/irc/#charybdis -IUSE=debug +ipv6 largenet ssl zlib -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=http://www.stack.nl/~jilles/irc/charybdis-3.4.2.tbz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 -_md5_=79e959789cc8eb267696cc07f7e99614 diff --git a/metadata/md5-cache/net-libs/libtirpc-1.0.1-r2 b/metadata/md5-cache/net-libs/libtirpc-1.0.1-r2 new file mode 100644 index 000000000000..412b7607c4dd --- /dev/null +++ b/metadata/md5-cache/net-libs/libtirpc-1.0.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=kerberos? ( >=virtual/krb5-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) app-arch/xz-utils >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Transport Independent RPC library (SunRPC replacement) +EAPI=5 +HOMEPAGE=http://libtirpc.sourceforge.net/ +IUSE=ipv6 kerberos static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=kerberos? ( >=virtual/krb5-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +SLOT=0/3 +SRC_URI=mirror://sourceforge/libtirpc/libtirpc-1.0.1.tar.bz2 mirror://gentoo/libtirpc-glibc-nfs.tar.xz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=805d2df1b9db1ecae3e5a7a81c8931d1 diff --git a/metadata/md5-cache/net-mail/topal-75 b/metadata/md5-cache/net-mail/topal-75 deleted file mode 100644 index 8dfbe536d42f..000000000000 --- a/metadata/md5-cache/net-mail/topal-75 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=>=app-crypt/gnupg-2.0.7-r1 || ( net-mail/metamail app-misc/run-mailcap ) || ( app-text/dos2unix app-text/hd2u ) sys-libs/ncurses sys-libs/readline virtual/ada doc? ( app-text/texlive ) -DESCRIPTION=Topal is a 'glue' program that links GnuPG and Pine/Alpine -EAPI=4 -HOMEPAGE=http://homepage.ntlworld.com/phil.brooke/topal/ -IUSE=doc -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-3 -RDEPEND=>=app-crypt/gnupg-2.0.7-r1 || ( net-mail/metamail app-misc/run-mailcap ) || ( app-text/dos2unix app-text/hd2u ) sys-libs/ncurses sys-libs/readline -SLOT=0 -SRC_URI=http://homepage.ntlworld.com/phil.brooke/topal/rel-75/topal-package-75.tgz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=6541ae98a3bc1dca94e560f79b682396 diff --git a/metadata/md5-cache/net-misc/memcached-1.4.39 b/metadata/md5-cache/net-misc/memcached-1.4.39 new file mode 100644 index 000000000000..540063b48d23 --- /dev/null +++ b/metadata/md5-cache/net-misc/memcached-1.4.39 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) selinux? ( sec-policy/selinux-memcached ) test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=High-performance, distributed memory object caching system +EAPI=5 +HOMEPAGE=http://memcached.org/ +IUSE=test slabs-reassign debug sasl selinux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=BSD +RDEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) selinux? ( sec-policy/selinux-memcached ) +SLOT=0 +SRC_URI=https://www.memcached.org/files/memcached-1.4.39.tar.gz https://www.memcached.org/files/old/memcached-1.4.39.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 +_md5_=dbd2ff6f55660ada9d838c995469d421 diff --git a/metadata/md5-cache/net-misc/ser-0.9.7-r2 b/metadata/md5-cache/net-misc/ser-0.9.7-r2 deleted file mode 100644 index 804ac786d888..000000000000 --- a/metadata/md5-cache/net-misc/ser-0.9.7-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst prepare setup -DEPEND=mysql? ( virtual/mysql ) radius? ( >=net-dialup/radiusclient-ng-0.5.0 ) postgres? ( dev-db/postgresql:=[server] ) xmpp? ( dev-libs/expat ) ldap? ( net-nds/openldap ssl? ( dev-libs/openssl:0= ) ) >=sys-devel/bison-1.35 >=sys-devel/flex-2.5.4a -DESCRIPTION=SIP Express Router -EAPI=5 -HOMEPAGE=http://www.iptel.org/ser -IUSE=ipv6 mysql radius postgres xmpp ldap ssl -KEYWORDS=~amd64 ~ppc ~sparc x86 -LICENSE=GPL-2 -RDEPEND=mysql? ( virtual/mysql ) radius? ( >=net-dialup/radiusclient-ng-0.5.0 ) postgres? ( dev-db/postgresql:=[server] ) xmpp? ( dev-libs/expat ) ldap? ( net-nds/openldap ssl? ( dev-libs/openssl:0= ) ) -SLOT=0 -SRC_URI=http://ftp.iptel.org/pub/ser/0.9.7/src/ser-0.9.7_src.tar.gz mirror://gentoo/silomail-1.0-ser-0.9.0.tar.gz mirror://gentoo/ethz-1.0-ser-0.9.0.tar.gz ldap? ( mirror://gentoo/ldap-1.0-ser-0.9.0.tar.gz mirror://gentoo/ldaps-1.0-ser-0.9.0.tar.gz ) -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 -_md5_=b44dc18e9771a61d90b7f9cb9705de9c diff --git a/metadata/md5-cache/net-p2p/ppcoin-qt-0.4.0 b/metadata/md5-cache/net-p2p/ppcoin-qt-0.4.0 deleted file mode 100644 index 804908e348e2..000000000000 --- a/metadata/md5-cache/net-p2p/ppcoin-qt-0.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare unpack -DEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 >=sys-apps/sed-4 -DESCRIPTION=Cryptocurrency forked from Bitcoin which aims to be energy efficiency -EAPI=5 -HOMEPAGE=http://peercoin.net/ -IUSE=dbus ipv6 kde +qrcode upnp linguas_ca_ES linguas_cs linguas_da linguas_de linguas_en linguas_es_CL linguas_es linguas_et linguas_eu_ES linguas_fa_IR linguas_fa linguas_fi linguas_fr_CA linguas_fr_FR linguas_he linguas_hr linguas_hu linguas_it linguas_lt linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_ro_RO linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~x86 -LICENSE=MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 ) -RDEPEND=dev-libs/boost[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) -SLOT=0 -SRC_URI=mirror://sourceforge/ppcoin/ppcoin-0.4.0-linux.tar.gz -> ppcoin-0.4.0.tar.gz -_eclasses_=base df2aa567b3f0595aae0d0923889f7631 db-use 582140d1a711279e50ce284fc7b609f5 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=282338dc791b868bb7ed2bb690778a33 diff --git a/metadata/md5-cache/net-wireless/gnuradio-3.7.11-r1 b/metadata/md5-cache/net-wireless/gnuradio-3.7.11-r1 new file mode 100644 index 000000000000..2644bdede7e7 --- /dev/null +++ b/metadata/md5-cache/net-wireless/gnuradio-3.7.11-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6[qt4(+)] ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.9.6:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) zeromq? ( >=net-libs/zeromq-2.1.11 ) app-text/docbook-xml-dtd:4.2 >=dev-lang/swig-3.0.5 dev-python/cheetah[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) test? ( >=dev-util/cppunit-1.9.14 ) zeromq? ( net-libs/cppzmq ) sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios +EAPI=5 +HOMEPAGE=http://gnuradio.org/ +IUSE=+audio +alsa atsc +analog +digital channels doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet zeromq python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-3 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6[qt4(+)] ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.9.6:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) zeromq? ( >=net-libs/zeromq-2.1.11 ) +REQUIRED_USE=python_targets_python2_7 audio? ( || ( alsa oss jack portaudio ) ) alsa? ( audio ) oss? ( audio ) jack? ( audio ) portaudio? ( audio ) analog? ( filter ) digital? ( filter analog ) dtv? ( fec ) pager? ( filter analog ) qt4? ( filter ) uhd? ( filter analog ) fcd? ( || ( alsa oss ) ) wavelet? ( analog ) +SLOT=0/3.7.11 +SRC_URI=http://gnuradio.org/releases/gnuradio/gnuradio-3.7.11.tar.gz +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=3588bbcdd99331e081d4835cb543284b diff --git a/metadata/md5-cache/perl-core/ExtUtils-Command-1.180.0-r1 b/metadata/md5-cache/perl-core/ExtUtils-Command-1.180.0-r1 deleted file mode 100644 index 4ca6f05ac88a..000000000000 --- a/metadata/md5-cache/perl-core/ExtUtils-Command-1.180.0-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=dev-lang/perl:=[-build(-)] -DESCRIPTION=Utilities to replace common UNIX commands in Makefiles etc -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/ExtUtils-Command/ -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/F/FL/FLORA/ExtUtils-Command-1.18.tar.gz -_eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=ecbb85dc17c398b806996a17009d9db3 diff --git a/metadata/md5-cache/sci-astronomy/fitsh-0.9.2 b/metadata/md5-cache/sci-astronomy/fitsh-0.9.2 new file mode 100644 index 000000000000..8821fabe4906 --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/fitsh-0.9.2 @@ -0,0 +1,9 @@ +DEFINED_PHASES=- +DESCRIPTION=Software package for astronomical image processing +EAPI=6 +HOMEPAGE=https://fitsh.net/ +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +SLOT=0 +SRC_URI=https://fitsh.net/download/fitsh/fitsh-0.9.2.tar.gz +_md5_=56c7b46ed9212d60a82ea2c409d33109 diff --git a/metadata/md5-cache/sci-astronomy/gnuastro-0.3 b/metadata/md5-cache/sci-astronomy/gnuastro-0.3 new file mode 100644 index 000000000000..424786ed7268 --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/gnuastro-0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=app-text/ghostscript-gpl dev-libs/libgit2:= sci-astronomy/wcslib:0= sci-libs/cfitsio:0= sci-libs/gsl:0= virtual/jpeg:0= >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=GNU Astronomy Utilities +EAPI=6 +HOMEPAGE=https://www.gnu.org/software/gnuastro +IUSE=static-libs threads +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=app-text/ghostscript-gpl dev-libs/libgit2:= sci-astronomy/wcslib:0= sci-libs/cfitsio:0= sci-libs/gsl:0= virtual/jpeg:0= +SLOT=0/1 +SRC_URI=mirror://gnu/gnuastro/gnuastro-0.3.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=753483785a55c91be9cbbdcb2670c4ec diff --git a/metadata/md5-cache/sci-astronomy/stellarium-0.16.0 b/metadata/md5-cache/sci-astronomy/stellarium-0.16.0 new file mode 100644 index 000000000000..1c66a07bb5ba --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/stellarium-0.16.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=media-fonts/dejavu dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtscript:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 virtual/opengl sys-libs/zlib media? ( dev-qt/qtmultimedia:5[widgets] ) dev-qt/qttest:5 dev-qt/qtconcurrent:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DESCRIPTION=3D photo-realistic skies in real time +EAPI=6 +HOMEPAGE=http://www.stellarium.org/ +IUSE=debug media nls stars l10n_af l10n_am l10n_ar l10n_as l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_bo l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en l10n_en-GB l10n_en-US l10n_eo l10n_es l10n_et l10n_eu l10n_fa l10n_fi l10n_fil l10n_fr l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kk l10n_kn l10n_ko l10n_ky l10n_la l10n_lb l10n_lo l10n_lt l10n_lv l10n_mk l10n_ml l10n_mn l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt l10n_pt-BR l10n_ro l10n_ru l10n_se l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_sw l10n_ta l10n_te l10n_tg l10n_th l10n_tl l10n_tr l10n_tt l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-HK l10n_zh-TW l10n_zu +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2+ +RDEPEND=media-fonts/dejavu dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtscript:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 virtual/opengl sys-libs/zlib media? ( dev-qt/qtmultimedia:5[widgets] ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/stellarium/stellarium-0.16.0.tar.gz stars? ( mirror://sourceforge/stellarium/stars_4_1v0_1.cat mirror://sourceforge/stellarium/stars_5_2v0_1.cat mirror://sourceforge/stellarium/stars_6_2v0_1.cat mirror://sourceforge/stellarium/stars_7_2v0_1.cat mirror://sourceforge/stellarium/stars_8_2v0_1.cat ) +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 l10n 2c2e15383ba891d642f51896a7f0ecfe ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=1f39eb10edcca4cfeed5909d4553221f diff --git a/metadata/md5-cache/sci-astronomy/stellarium-0.16.0-r1 b/metadata/md5-cache/sci-astronomy/stellarium-0.16.0-r1 new file mode 100644 index 000000000000..94e19decc10b --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/stellarium-0.16.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=media-fonts/dejavu dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtscript:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtserialport:5 dev-qt/qtwidgets:5 virtual/opengl sys-libs/zlib media? ( dev-qt/qtmultimedia:5[widgets] ) gps? ( dev-qt/qtpositioning:5 ) dev-qt/qttest:5 dev-qt/qtconcurrent:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DESCRIPTION=3D photo-realistic skies in real time +EAPI=6 +HOMEPAGE=http://www.stellarium.org/ +IUSE=debug gps media nls stars l10n_af l10n_am l10n_ar l10n_as l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_bo l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en l10n_en-GB l10n_en-US l10n_eo l10n_es l10n_et l10n_eu l10n_fa l10n_fi l10n_fil l10n_fr l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kk l10n_kn l10n_ko l10n_ky l10n_la l10n_lb l10n_lo l10n_lt l10n_lv l10n_mk l10n_ml l10n_mn l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt l10n_pt-BR l10n_ro l10n_ru l10n_se l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_sw l10n_ta l10n_te l10n_tg l10n_th l10n_tl l10n_tr l10n_tt l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-HK l10n_zh-TW l10n_zu +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2+ +RDEPEND=media-fonts/dejavu dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtscript:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtserialport:5 dev-qt/qtwidgets:5 virtual/opengl sys-libs/zlib media? ( dev-qt/qtmultimedia:5[widgets] ) gps? ( dev-qt/qtpositioning:5 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/stellarium/stellarium-0.16.0.tar.gz stars? ( mirror://sourceforge/stellarium/stars_4_1v0_1.cat mirror://sourceforge/stellarium/stars_5_2v0_1.cat mirror://sourceforge/stellarium/stars_6_2v0_1.cat mirror://sourceforge/stellarium/stars_7_2v0_1.cat mirror://sourceforge/stellarium/stars_8_2v0_1.cat ) +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 l10n 2c2e15383ba891d642f51896a7f0ecfe ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=da018a71c4aa3084a5a9626af171890f diff --git a/metadata/md5-cache/sci-chemistry/gamessq-1.2 b/metadata/md5-cache/sci-chemistry/gamessq-1.2 deleted file mode 100644 index 09a909c8b294..000000000000 --- a/metadata/md5-cache/sci-chemistry/gamessq-1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DEPEND=x11-libs/wxGTK:2.8 -DESCRIPTION=Simple job manager for GAMESS-US -EAPI=5 -HOMEPAGE=http://www.msg.chem.iastate.edu/GAMESS/GamessQ/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=x11-libs/wxGTK:2.8 -SLOT=0 -SRC_URI=http://www.msg.chem.iastate.edu/GAMESS/GamessQ/download/gamessq-1.2.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=04a7e1268d783ffec88e0b2be4706f6d diff --git a/metadata/md5-cache/sci-electronics/systemc-2.2.0-r2 b/metadata/md5-cache/sci-electronics/systemc-2.2.0-r2 deleted file mode 100644 index 16434d1a9671..000000000000 --- a/metadata/md5-cache/sci-electronics/systemc-2.2.0-r2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst prepare -DESCRIPTION=A C++ based modeling platform for VLSI and system-level co-design -EAPI=4 -HOMEPAGE=http://www.systemc.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=SOPLA-2.3 -RESTRICT=fetch test -SLOT=0 -SRC_URI=systemc-2.2.0.tgz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7cfddc2f9e51d1259a60c4c35d2ac642 diff --git a/metadata/md5-cache/sci-electronics/systemc-2.3.0 b/metadata/md5-cache/sci-electronics/systemc-2.3.0-r1 similarity index 75% rename from metadata/md5-cache/sci-electronics/systemc-2.3.0 rename to metadata/md5-cache/sci-electronics/systemc-2.3.0-r1 index 00b5aef6f31c..0c77e8411f0b 100644 --- a/metadata/md5-cache/sci-electronics/systemc-2.3.0 +++ b/metadata/md5-cache/sci-electronics/systemc-2.3.0-r1 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile configure install nofetch postinst prepare test DEPEND=>=app-portage/elt-patches-20170317 DESCRIPTION=A C++ based modeling platform for VLSI and system-level co-design EAPI=4 -HOMEPAGE=http://www.systemc.org/ +HOMEPAGE=http://accellera.org/community/systemc IUSE=doc static-libs KEYWORDS=~amd64 ~x86 -LICENSE=SOPLA-3.0 -RESTRICT=fetch test +LICENSE=Apache-2.0 +RESTRICT=test SLOT=0 -SRC_URI=systemc-2.3.0.tgz +SRC_URI=http://accellera.org/images/downloads/standards/systemc/systemc-2.3.0a.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 5a4611dfba155b1659528663fad4cd5e epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=dd659b280dd238f8e2618e7f4e68935f +_md5_=61b509b9a815b2d8490eedc3da167e89 diff --git a/metadata/md5-cache/sci-electronics/systemc-2.3.1 b/metadata/md5-cache/sci-electronics/systemc-2.3.1-r1 similarity index 75% rename from metadata/md5-cache/sci-electronics/systemc-2.3.1 rename to metadata/md5-cache/sci-electronics/systemc-2.3.1-r1 index d1effb72be02..8673b6956098 100644 --- a/metadata/md5-cache/sci-electronics/systemc-2.3.1 +++ b/metadata/md5-cache/sci-electronics/systemc-2.3.1-r1 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile configure install nofetch postinst prepare test DEPEND=>=app-portage/elt-patches-20170317 DESCRIPTION=A C++ based modeling platform for VLSI and system-level co-design EAPI=5 -HOMEPAGE=http://www.systemc.org/ +HOMEPAGE=http://accellera.org/community/systemc IUSE=doc static-libs KEYWORDS=~amd64 ~x86 -LICENSE=SOPLA-3.0 -RESTRICT=fetch test +LICENSE=Apache-2.0 +RESTRICT=test SLOT=0 -SRC_URI=systemc-2.3.1.tgz +SRC_URI=http://accellera.org/images/downloads/standards/systemc/systemc-2.3.1a.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 autotools-utils 5a4611dfba155b1659528663fad4cd5e epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=d63bb594dd65100de7a2f13d9d6d9e6c +_md5_=7cd71c5a1265df003e133825e7b84a70 diff --git a/metadata/md5-cache/sci-geosciences/cdat-lite-6.0_rc2 b/metadata/md5-cache/sci-geosciences/cdat-lite-6.0_rc2 deleted file mode 100644 index 58a316e69b7d..000000000000 --- a/metadata/md5-cache/sci-geosciences/cdat-lite-6.0_rc2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=sci-libs/netcdf-4.0.1:0= >=sci-libs/hdf5-1.6.4 dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-pmw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[tk,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Large suite of open source tools for the management and analysis of climate data -EAPI=5 -HOMEPAGE=http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=sci-libs/netcdf-4.0.1:0= >=sci-libs/hdf5-1.6.4 dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-pmw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !sci-biology/ncbi-tools python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[tk,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://ndg.nerc.ac.uk/dist/cdat_lite-6.0rc2.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=d0ebd8c40ec3d44b3890dccb1b60cde2 diff --git a/metadata/md5-cache/sci-misc/boinc-7.2.44-r4 b/metadata/md5-cache/sci-misc/boinc-7.2.44-r5 similarity index 98% rename from metadata/md5-cache/sci-misc/boinc-7.2.44-r4 rename to metadata/md5-cache/sci-misc/boinc-7.2.44-r5 index 15d61cfc2a01..a4cac2fd2e1e 100644 --- a/metadata/md5-cache/sci-misc/boinc-7.2.44-r4 +++ b/metadata/md5-cache/sci-misc/boinc-7.2.44-r5 @@ -12,4 +12,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/BOINC/boinc/archive/client_release/7.2/7.2.44.tar.gz -> boinc-7.2.44.tar.gz X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> boinc.tif ) _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=c5ca9c8c15616b7b6be485b6261a2fdf +_md5_=1d413939628c6fb1a9e3440c55abc131 diff --git a/metadata/md5-cache/sci-misc/boinc-7.4.52-r4 b/metadata/md5-cache/sci-misc/boinc-7.4.52-r5 similarity index 98% rename from metadata/md5-cache/sci-misc/boinc-7.4.52-r4 rename to metadata/md5-cache/sci-misc/boinc-7.4.52-r5 index ec6c3b3b90c5..57cbab61c5bc 100644 --- a/metadata/md5-cache/sci-misc/boinc-7.4.52-r4 +++ b/metadata/md5-cache/sci-misc/boinc-7.4.52-r5 @@ -12,4 +12,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/BOINC/boinc/archive/client_release/7.4/7.4.52.tar.gz -> boinc-7.4.52.tar.gz X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> boinc.tif ) _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=a6205fa208c417acc5e184683ab4566d +_md5_=e813b6fedf5f711af1e86aada3bc87f8 diff --git a/metadata/md5-cache/sci-misc/boinc-7.6.33-r4 b/metadata/md5-cache/sci-misc/boinc-7.6.33-r5 similarity index 98% rename from metadata/md5-cache/sci-misc/boinc-7.6.33-r4 rename to metadata/md5-cache/sci-misc/boinc-7.6.33-r5 index 9b2c141efee9..0df8ab777a70 100644 --- a/metadata/md5-cache/sci-misc/boinc-7.6.33-r4 +++ b/metadata/md5-cache/sci-misc/boinc-7.6.33-r5 @@ -12,4 +12,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/BOINC/boinc/archive/client_release/7.6/7.6.33.tar.gz -> boinc-7.6.33.tar.gz X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> boinc.tif ) _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 -_md5_=a6205fa208c417acc5e184683ab4566d +_md5_=c7160bc96bdb629dbf90fda4cfcd8880 diff --git a/metadata/md5-cache/sys-apps/fwupd-0.8.0 b/metadata/md5-cache/sys-apps/fwupd-0.8.0 deleted file mode 100644 index 7d9aeb8d7bf9..000000000000 --- a/metadata/md5-cache/sys-apps/fwupd-0.8.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=app-crypt/gpgme dev-db/sqlite dev-libs/appstream-glib >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) uefi? ( >=sys-apps/fwupdate-5 ) app-arch/gcab app-arch/libarchive app-text/docbook-sgml-utils dev-util/gtk-doc virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=Aims to make updating firmware on Linux automatic, safe and reliable -EAPI=6 -HOMEPAGE=http://www.fwupd.org -IUSE=colorhug dell doc elf nls uefi -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=app-crypt/gpgme dev-db/sqlite dev-libs/appstream-glib >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) uefi? ( >=sys-apps/fwupdate-5 ) -REQUIRED_USE=dell? ( uefi ) -SLOT=0 -SRC_URI=https://github.com/hughsie/fwupd/archive/0.8.0.tar.gz -> fwupd-0.8.0.tar.gz -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 udev d91cac2c73b94629cad2daea66e0d182 -_md5_=016e4f0c85239e54b07e37f4497c706c diff --git a/metadata/md5-cache/sys-apps/fwupd-0.9.2 b/metadata/md5-cache/sys-apps/fwupd-0.9.2 deleted file mode 100644 index 3d42d87c3ef0..000000000000 --- a/metadata/md5-cache/sys-apps/fwupd-0.9.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install test -DEPEND=app-crypt/gpgme dev-db/sqlite dev-libs/appstream-glib >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) systemd? ( sys-apps/systemd ) uefi? ( >=sys-apps/fwupdate-5 ) app-arch/gcab app-arch/libarchive app-text/docbook-sgml-utils dev-util/gtk-doc virtual/pkgconfig >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=Aims to make updating firmware on Linux automatic, safe and reliable -EAPI=6 -HOMEPAGE=http://www.fwupd.org -IUSE=colorhug dell elf systemd uefi -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=app-crypt/gpgme dev-db/sqlite dev-libs/appstream-glib >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) systemd? ( sys-apps/systemd ) uefi? ( >=sys-apps/fwupdate-5 ) -REQUIRED_USE=dell? ( uefi ) -SLOT=0 -SRC_URI=https://github.com/hughsie/fwupd/archive/0.9.2.tar.gz -> fwupd-0.9.2.tar.gz -_eclasses_=meson 8ef05931cfb4c34af284864f5d1dfd67 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 udev d91cac2c73b94629cad2daea66e0d182 -_md5_=e36a6d67e9dac00455f0ed90efa0501b diff --git a/metadata/md5-cache/sys-apps/fwupd-0.9.5 b/metadata/md5-cache/sys-apps/fwupd-0.9.5 new file mode 100644 index 000000000000..026929472b8f --- /dev/null +++ b/metadata/md5-cache/sys-apps/fwupd-0.9.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install test +DEPEND=app-crypt/gpgme dev-db/sqlite >=dev-libs/appstream-glib-0.6.13 >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) systemd? ( sys-apps/systemd ) !systemd? ( >=sys-auth/consolekit-1.0.0 ) uefi? ( >=sys-apps/fwupdate-5 ) app-arch/gcab app-arch/libarchive virtual/pkgconfig doc? ( dev-util/gtk-doc ) man? ( app-text/docbook-sgml-utils ) >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 +DESCRIPTION=Aims to make updating firmware on Linux automatic, safe and reliable +EAPI=6 +HOMEPAGE=http://www.fwupd.org +IUSE=colorhug dell doc elf +man systemd uefi +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=app-crypt/gpgme dev-db/sqlite >=dev-libs/appstream-glib-0.6.13 >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev dev-libs/libgusb >=net-libs/libsoup-2.51.92:2.4 >=sys-auth/polkit-0.103 colorhug? ( >=x11-misc/colord-1.2.12:0= ) dell? ( sys-libs/efivar >=sys-libs/libsmbios-2.3.0 ) elf? ( dev-libs/libelf ) systemd? ( sys-apps/systemd ) !systemd? ( >=sys-auth/consolekit-1.0.0 ) uefi? ( >=sys-apps/fwupdate-5 ) +REQUIRED_USE=dell? ( uefi ) +SLOT=0 +SRC_URI=https://github.com/hughsie/fwupd/archive/0.9.5.tar.gz -> fwupd-0.9.5.tar.gz +_eclasses_=meson 8ef05931cfb4c34af284864f5d1dfd67 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=e99b2e70c3f86700a848d109a0c4bec2 diff --git a/metadata/md5-cache/sys-apps/gsmartcontrol-1.0.1 b/metadata/md5-cache/sys-apps/gsmartcontrol-1.0.1 new file mode 100644 index 000000000000..9ab3afefe46e --- /dev/null +++ b/metadata/md5-cache/sys-apps/gsmartcontrol-1.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst postrm preinst prepare +DEPEND=dev-cpp/gtkmm:3.0 dev-libs/libpcre:3 sys-apps/smartmontools virtual/pkgconfig test? ( dev-util/gtk-builder-convert ) >=sys-apps/sed-4 +DESCRIPTION=Hard disk drive health inspection tool +EAPI=6 +HOMEPAGE=http://gsmartcontrol.sourceforge.net/home/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB +RDEPEND=dev-cpp/gtkmm:3.0 dev-libs/libpcre:3 sys-apps/smartmontools x11-apps/xmessage +SLOT=0 +SRC_URI=mirror://sourceforge/gsmartcontrol/gsmartcontrol-1.0.1.tar.bz2 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=aa37681e74ac01186c183d93e100502f diff --git a/metadata/md5-cache/sys-apps/iproute2-4.12.0 b/metadata/md5-cache/sys-apps/iproute2-4.12.0 new file mode 100644 index 000000000000..764e50d5bd52 --- /dev/null +++ b/metadata/md5-cache/sys-apps/iproute2-4.12.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) sys-devel/bison sys-devel/flex >=sys-kernel/linux-headers-3.16 elibc_glibc? ( >=sys-libs/glibc-2.7 ) +DESCRIPTION=kernel routing and traffic control utilities +EAPI=5 +HOMEPAGE=https://wiki.linuxfoundation.org/networking/iproute2 +IUSE=atm berkdb +iptables ipv6 minimal selinux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/net/iproute2/iproute2-4.12.0.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 +_md5_=92ff8c3119a09cb41f5b54e4dddd1df8 diff --git a/metadata/md5-cache/sys-apps/pciutils-3.5.3 b/metadata/md5-cache/sys-apps/pciutils-3.5.5 similarity index 98% rename from metadata/md5-cache/sys-apps/pciutils-3.5.3 rename to metadata/md5-cache/sys-apps/pciutils-3.5.5 index bec3bcafa388..74ee8e2810b3 100644 --- a/metadata/md5-cache/sys-apps/pciutils-3.5.3 +++ b/metadata/md5-cache/sys-apps/pciutils-3.5.5 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=GPL-2 RDEPEND=kmod? ( sys-apps/kmod ) static-libs? ( zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( >=virtual/libudev-208[static-libs(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) !static-libs? ( zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( >=virtual/libudev-208[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) sys-apps/hwids SLOT=0 -SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-3.5.3.tar.gz +SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-3.5.5.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=d10a62c9c2d30ba9c774600e6a754c15 +_md5_=598c93847da1c309da1576601af34862 diff --git a/metadata/md5-cache/sys-auth/keystone-10.0.2 b/metadata/md5-cache/sys-auth/keystone-10.0.2 new file mode 100644 index 000000000000..26b97e4d21e1 --- /dev/null +++ b/metadata/md5-cache/sys-auth/keystone-10.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile config configure install postinst prepare setup test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=The Openstack authentication, authorization, and service catalog +EAPI=6 +HOMEPAGE=https://launchpad.net/keystone +IUSE=+sqlite ldap memcached mongo mysql postgres test python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pbr-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/Babel-2.3.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.2.3-r1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/paste[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cryptography-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/cryptography-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] sqlite? ( >=dev-python/sqlalchemy-1.0.10[sqlite,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pymysql-0.6.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymysql-0.7.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/psycopg-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-migrate-0.9.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/stevedore-1.16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/passlib-1.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-keystoneclient-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-keystoneclient-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystonemiddleware-4.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/keystonemiddleware-4.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/keystonemiddleware-4.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-cache-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-concurrency-3.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-config-3.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-context-2.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-messaging-5.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-db-4.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-db-4.13.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-db-4.13.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-i18n-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-log-1.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-middleware-3.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-policy-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-serialization-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-utils-3.16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oauthlib-0.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pysaml2-2.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/dogpile-cache-0.6.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jsonschema-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jsonschema-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pycadf-1.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pycadf-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/msgpack-0.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/osprofiler-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] memcached? ( >=dev-python/python-memcached-1.56[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) mongo? ( >=dev-python/pymongo-3.0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymongo-3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) ldap? ( >=dev-python/pyldap-2.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/ldappool-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) || ( www-servers/uwsgi[python,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] www-apache/mod_wsgi[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] www-servers/gunicorn[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=https://tarballs.openstack.org/keystone/keystone-10.0.2.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=7eb3ea0299928edf13daea29d190fc1b diff --git a/metadata/md5-cache/sys-block/afacli-4.1 b/metadata/md5-cache/sys-block/afacli-4.1 deleted file mode 100644 index d2b03eb99a25..000000000000 --- a/metadata/md5-cache/sys-block/afacli-4.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=>=app-arch/rpm2targz-9.0.0.3g -DESCRIPTION=Dell AACRAID-based PERC RAID controller management tool -EAPI=0 -HOMEPAGE=http://linux.dell.com/ -KEYWORDS=~x86 -LICENSE=Dell -RDEPEND=sys-libs/lib-compat -RESTRICT=strip mirror test -SLOT=0 -SRC_URI=ftp://ftp.dell.com/scsi-raid/afa-apps-snmp.2807420-A04.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=b49fc517e7b25dc3bfd192e0cb878988 diff --git a/metadata/md5-cache/sys-block/nbd-3.15.3 b/metadata/md5-cache/sys-block/nbd-3.15.3 index 373e55f5c89e..caa1b54f414c 100644 --- a/metadata/md5-cache/sys-block/nbd-3.15.3 +++ b/metadata/md5-cache/sys-block/nbd-3.15.3 @@ -4,9 +4,9 @@ DESCRIPTION=Userland client/server for kernel network block device EAPI=5 HOMEPAGE=http://nbd.sourceforge.net/ IUSE=debug zlib -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.0 >=net-libs/gnutls-2.12.0 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://sourceforge/nbd/nbd-3.15.3.tar.xz -_md5_=fc3d72bbaa37a426a62204402b1ae1b9 +_md5_=05e17d4ec737f13cc91dfe53b9c0b27c diff --git a/metadata/md5-cache/sys-block/nbd-3.15.2 b/metadata/md5-cache/sys-block/nbd-3.16.1 similarity index 81% rename from metadata/md5-cache/sys-block/nbd-3.15.2 rename to metadata/md5-cache/sys-block/nbd-3.16.1 index 8f1d8aa2c8ff..825c3cb13cf9 100644 --- a/metadata/md5-cache/sys-block/nbd-3.15.2 +++ b/metadata/md5-cache/sys-block/nbd-3.16.1 @@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.0 >=net-libs/gnutls-2.12.0 zlib? ( sys-libs/zlib ) SLOT=0 -SRC_URI=mirror://sourceforge/nbd/nbd-3.15.2.tar.xz -_md5_=53e7a0c1b63bfb911f3300e7fa4a0274 +SRC_URI=mirror://sourceforge/nbd/nbd-3.16.1.tar.xz +_md5_=fc3d72bbaa37a426a62204402b1ae1b9 diff --git a/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.25 b/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.25 index cf82fdd192da..1d1f08e65901 100644 --- a/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.25 +++ b/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.25 @@ -1,4 +1,4 @@ -DEFINED_PHASES=configure install +DEFINED_PHASES=configure install prepare DESCRIPTION=Reiserfs Utilities EAPI=5 HOMEPAGE=https://www.kernel.org/pub/linux/utils/fs/reiserfs/ @@ -8,4 +8,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://kernel/linux/utils/fs/reiserfs/reiserfsprogs-3.6.25.tar.xz mirror://kernel/linux/kernel/people/jeffm/reiserfsprogs/v3.6.25/reiserfsprogs-3.6.25.tar.xz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=03429727756ec106190aaec795ff0109 +_md5_=58a429da81e37f21377cdf186d789965 diff --git a/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.26 b/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.26 index e7f9bbf1e93d..3068d06e438c 100644 --- a/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.26 +++ b/metadata/md5-cache/sys-fs/reiserfsprogs-3.6.26 @@ -9,4 +9,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://kernel/linux/utils/fs/reiserfs/reiserfsprogs-3.6.26.tar.xz mirror://kernel/linux/kernel/people/jeffm/reiserfsprogs/v3.6.26/reiserfsprogs-3.6.26.tar.xz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=cecb706ffdf4c9115145d7e0685eebb8 +_md5_=8934a3342a0812aaee41823cc545e7a3 diff --git a/metadata/md5-cache/sys-kernel/ck-sources-4.11.9 b/metadata/md5-cache/sys-kernel/ck-sources-4.11.9 new file mode 100644 index 000000000000..2469a30078a1 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/ck-sources-4.11.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Con Kolivas' high performance patchset and Gentoo's genpatches for Linux 4.11 +EAPI=6 +HOMEPAGE=https://www.kernel.org/ https://www.gentoo.org/ https://dev.gentoo.org/~mpagano/genpatches/ http://users.tpg.com.au/ckolivas/kernel/ http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags +IUSE=symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.11.9 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.11-gnu/deblob-4.11 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.11-gnu/deblob-check -> deblob-check-4.11 ) mirror://gentoo/genpatches-4.11-11.base.tar.xz mirror://gentoo/genpatches-4.11-11.extras.tar.xz mirror://gentoo/genpatches-4.11-11.experimental.tar.xz http://ck.kolivas.org/patches/4.0/4.11/4.11-ck2/patch-4.11-ck2.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=c3f702c3fb2d958ddd274129486b6e23 diff --git a/metadata/md5-cache/sys-kernel/ck-sources-4.9.36 b/metadata/md5-cache/sys-kernel/ck-sources-4.9.36 new file mode 100644 index 000000000000..a5eee4557280 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/ck-sources-4.9.36 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Con Kolivas' high performance patchset and Gentoo's genpatches for Linux 4.9 +EAPI=5 +HOMEPAGE=https://www.kernel.org/ https://www.gentoo.org/ https://dev.gentoo.org/~mpagano/genpatches/ http://users.tpg.com.au/ckolivas/kernel/ http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags +IUSE=symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.9.36 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.9-gnu/deblob-4.9 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.9-gnu/deblob-check -> deblob-check-4.9 ) mirror://gentoo/genpatches-4.9-37.base.tar.xz mirror://gentoo/genpatches-4.9-37.extras.tar.xz mirror://gentoo/genpatches-4.9-37.experimental.tar.xz http://ck.kolivas.org/patches/4.0/4.9/4.9-ck1/patch-4.9-ck1.xz https://github.com/ckolivas/linux/commit/7de569950716147ed436b27936628ee3ab5b45cc.patch -> ck-sources-4.9-freezer-fix.patch +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=003d469d235b20e1e90aa2f102c932a8 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.11.9 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.11.9 new file mode 100644 index 000000000000..8460313b9217 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.11.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.11 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.11.9 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz mirror://gentoo/genpatches-4.11-11.base.tar.xz mirror://gentoo/genpatches-4.11-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.11-11.experimental.tar.xz ) +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=d7492c52f21f9aa799d09c9c8c8e6c7c diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.7 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.76 similarity index 58% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.11.7 rename to metadata/md5-cache/sys-kernel/gentoo-sources-4.4.76 index 857bd8f9105c..15d4f4e7de14 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.7 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.76 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel +DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.11.7 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.11.7.xz mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz +SLOT=4.4.76 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-79.base.tar.xz mirror://gentoo/genpatches-4.4-79.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-79.experimental.tar.xz ) _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 +_md5_=ffdc9eb31c4184964336d9a01a77bd50 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.5 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.36 similarity index 57% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.11.5 rename to metadata/md5-cache/sys-kernel/gentoo-sources-4.9.36 index 39a71a1f920a..0bdc5919ef42 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.5 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.36 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +DESCRIPTION=Full sources including the Gentoo patchset for the 4.9 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.11.5 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.11.5.xz mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz +SLOT=4.9.36 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz mirror://gentoo/genpatches-4.9-37.base.tar.xz mirror://gentoo/genpatches-4.9-37.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.9-37.experimental.tar.xz ) _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 +_md5_=bcaf0cf7f3faa3c6a57ccf6fcb01260f diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.4 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.9 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.11.4 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.11.9 index c6316324f23f..1dedee99cf91 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.4 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.11.9 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.11.4 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.11.4.xz mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz +SLOT=4.11.9 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.11.9.xz mirror://kernel/linux/kernel/v4.x/linux-4.11.tar.xz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.72 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.72 deleted file mode 100644 index fc0cef9db6b4..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.72 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.72 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.72.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.73 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.73 deleted file mode 100644 index 0b41e6e321b7..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.73 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.73 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.73.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.75 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.75 deleted file mode 100644 index 3a67d58d98fe..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.75 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.75 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.75.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.71 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.76 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.4.71 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.4.76 index 496de4ef8205..760c13361eb2 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.71 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.76 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.4.71 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.71.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz +SLOT=4.4.76 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.76.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.32 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.32 deleted file mode 100644 index 6429315d1af2..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.32 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.9.32 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.32.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.35 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.35 deleted file mode 100644 index 1a3543849ddb..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.35 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=5 -HOMEPAGE=https://www.kernel.org -IUSE=symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.9.35 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.35.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.31 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.36 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.9.31 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.9.36 index 2d09ec77ff7c..4157905b4f66 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.31 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.36 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.9.31 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.31.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz +SLOT=4.9.36 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.36.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea kernel-2 1241c87493492a950598df999f91e603 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=7df30779922bb2272dc09a0172b257c0 diff --git a/metadata/md5-cache/sys-libs/kpmcore-3.1.0 b/metadata/md5-cache/sys-libs/kpmcore-3.1.0 deleted file mode 100644 index 1df7dc705734..000000000000 --- a/metadata/md5-cache/sys-libs/kpmcore-3.1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/libatasmart sys-apps/util-linux >=sys-block/parted-3 virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.34.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Library for managing partitions -EAPI=6 -HOMEPAGE=https://www.kde.org/applications/system/kdepartitionmanager -IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-3 -RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/libatasmart sys-apps/util-linux >=sys-block/parted-3 !=kde-frameworks/kf-env-4 >=dev-qt/qtcore-5.7.1:5 -SLOT=5/5 -SRC_URI=mirror://kde/stable/kpmcore/3.1.0/src/kpmcore-3.1.0.tar.xz -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=3ca84d4e406723ccd8481b9fdedee666 diff --git a/metadata/md5-cache/sys-libs/kpmcore-3.1.1 b/metadata/md5-cache/sys-libs/kpmcore-3.1.2 similarity index 97% rename from metadata/md5-cache/sys-libs/kpmcore-3.1.1 rename to metadata/md5-cache/sys-libs/kpmcore-3.1.2 index 02c909a132ab..a97f35d30e0d 100644 --- a/metadata/md5-cache/sys-libs/kpmcore-3.1.1 +++ b/metadata/md5-cache/sys-libs/kpmcore-3.1.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-3 RDEPEND=>=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kiconthemes-5.34.0:5 >=kde-frameworks/kio-5.34.0:5 >=kde-frameworks/kservice-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=dev-qt/qtdbus-5.6.1:5 >=dev-qt/qtgui-5.6.1:5 >=dev-qt/qtwidgets-5.6.1:5 dev-libs/libatasmart sys-apps/util-linux >=sys-block/parted-3 !=kde-frameworks/kf-env-4 >=dev-qt/qtcore-5.6.1:5 SLOT=5/5 -SRC_URI=mirror://kde/stable/kpmcore/3.1.1/src/kpmcore-3.1.1.tar.xz +SRC_URI=mirror://kde/stable/kpmcore/3.1.2/src/kpmcore-3.1.2.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 _md5_=42d5092de4537604b2f96914c24a16c3 diff --git a/metadata/md5-cache/sys-libs/ldb-1.1.31 b/metadata/md5-cache/sys-libs/ldb-1.1.31 new file mode 100644 index 000000000000..a32f3b21eae2 --- /dev/null +++ b/metadata/md5-cache/sys-libs/ldb-1.1.31 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/libxslt doc? ( app-doc/doxygen ) virtual/pkgconfig python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] !elibc_FreeBSD? ( dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-util/cmocka-1.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.9[python?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.31[python(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.13[python?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !!=net-fs/samba-4.0.0[ldb] python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ldap? ( net-nds/openldap ) +DESCRIPTION=An LDAP-like embedded database +EAPI=6 +HOMEPAGE=http://ldb.samba.org +IUSE=doc +ldap +python python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=LGPL-3 +RDEPEND=!elibc_FreeBSD? ( dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-util/cmocka-1.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.9[python?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.31[python(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.13[python?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !!=net-fs/samba-4.0.0[ldb] python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ldap? ( net-nds/openldap ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0/1.1.31 +SRC_URI=http://www.samba.org/ftp/pub/ldb/ldb-1.1.31.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 284a473719153462f3e974d86c8cb81c python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 waf-utils d1ea2758053cbb7c5b38b8f88654468d +_md5_=63878811a4dcbbba21640df0c17cc332 diff --git a/metadata/md5-cache/sys-process/tini-0.15.0 b/metadata/md5-cache/sys-process/tini-0.15.0 new file mode 100644 index 000000000000..eedf13ad0bb0 --- /dev/null +++ b/metadata/md5-cache/sys-process/tini-0.15.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=A tiny but valid init for containers +EAPI=6 +HOMEPAGE=https://github.com/krallin/tini +IUSE=+args +static +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=https://github.com/krallin/tini/archive/v0.15.0.tar.gz -> tini-0.15.0.tar.gz +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=ef467eac842ef0b1efc6c506f7a9b41a diff --git a/metadata/md5-cache/virtual/ada-1995 b/metadata/md5-cache/virtual/ada-1995 deleted file mode 100644 index 304173ef0c59..000000000000 --- a/metadata/md5-cache/virtual/ada-1995 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for selecting an appropriate Ada compiler -EAPI=5 -KEYWORDS=amd64 ppc x86 -RDEPEND=|| ( =dev-lang/gnat-gcc-4.2* =dev-lang/gnat-gcc-4.1* =dev-lang/gnat-gcc-3.4* ) -SLOT=1995 -_md5_=d1ae176d6e523aa435ede2123bdafaa3 diff --git a/metadata/md5-cache/virtual/ada-2005 b/metadata/md5-cache/virtual/ada-2005 deleted file mode 100644 index 8707e210cf1a..000000000000 --- a/metadata/md5-cache/virtual/ada-2005 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for selecting an appropriate Ada compiler -EAPI=5 -KEYWORDS=amd64 x86 -RDEPEND=|| ( >=dev-lang/gnat-gcc-4.3 ) -SLOT=2005 -_md5_=ccdf5e527f389890ce23578ab3477da7 diff --git a/metadata/md5-cache/virtual/ada-2012 b/metadata/md5-cache/virtual/ada-2012 deleted file mode 100644 index c73ba9d0b203..000000000000 --- a/metadata/md5-cache/virtual/ada-2012 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for selecting an appropriate Ada compiler -EAPI=5 -KEYWORDS=~amd64 ~arm ~x86 -RDEPEND=|| ( >=virtual/gnat-4.9 ) -SLOT=2012 -_md5_=805599c175cebb57a84b2a652deae39c diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc b/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc deleted file mode 100644 index 88256cd1855e..000000000000 --- a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for ExtUtils-Command -EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -RDEPEND=~virtual/perl-ExtUtils-MakeMaker-7.100.200_rc dev-lang/perl:= !perl-core/ExtUtils-Command-7.100.200_rc-r999 -SLOT=0 -_md5_=fe7c48c3765ede227dcf1cdfacdacfd3 diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.240.0 b/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.240.0 deleted file mode 100644 index 06ef609402d1..000000000000 --- a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.240.0 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for ExtUtils-Command -EAPI=6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -RDEPEND=~virtual/perl-ExtUtils-MakeMaker-7.240.0 dev-lang/perl:= !perl-core/ExtUtils-Command-7.240.0-r999 -SLOT=0 -_md5_=bd86d0fdb3617113845f598d4a1da0c2 diff --git a/metadata/md5-cache/virtual/perl-Package-Constants-0.60.0-r1 b/metadata/md5-cache/virtual/perl-Package-Constants-0.60.0-r1 deleted file mode 100644 index 68963bc8761f..000000000000 --- a/metadata/md5-cache/virtual/perl-Package-Constants-0.60.0-r1 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for Package-Constants -EAPI=5 -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -RDEPEND=~dev-perl/Package-Constants-0.60.0 dev-lang/perl:= -SLOT=0 -_md5_=dc3e6d3a5541fb4e42f40a58a64d8145 diff --git a/metadata/md5-cache/www-apache/mod_python-3.5.0-r1 b/metadata/md5-cache/www-apache/mod_python-3.5.0-r1 deleted file mode 100644 index 0761842cf6d7..000000000000 --- a/metadata/md5-cache/www-apache/mod_python-3.5.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup test -DEPEND==www-servers/apache-2* test? ( app-admin/apache-tools net-misc/curl ) -DESCRIPTION=An Apache2 module providing an embedded Python interpreter -EAPI=5 -HOMEPAGE=http://modpython.org/ -IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=alpha amd64 ia64 ~mips ppc sparc x86 -LICENSE=Apache-2.0 -RDEPEND==www-servers/apache-2* python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] -REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) -SLOT=0 -SRC_URI=http://dist.modpython.org/dist/mod_python-3.5.0.tgz -_eclasses_=apache-module bd30ba4d834196e81cf2b76c52d26b93 depend.apache 0917334d570e07f9743a04ff85b3bf1b epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=5159b23fcf6d2a38fefcb0f7a6cd9b15 diff --git a/metadata/md5-cache/www-apps/egroupware-1.8.004.20120613 b/metadata/md5-cache/www-apps/egroupware-1.8.004.20120613 deleted file mode 100644 index 32166c2c06d8..000000000000 --- a/metadata/md5-cache/www-apps/egroupware-1.8.004.20120613 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based GroupWare suite -EAPI=4 -HOMEPAGE=http://www.egroupware.org/ -IUSE=+jpgraph ldap mysql postgres gallery vhosts -KEYWORDS=amd64 hppa ppc ~sparc x86 -LICENSE=GPL-2 -RDEPEND=jpgraph? ( dev-php/jpgraph ) dev-php/pear dev-php/PEAR-Auth_SASL virtual/httpd-php dev-lang/php[gd,imap,pdo,posix,session,sqlite,ssl,unicode,xml,zip,zlib,ldap?,mysql?,postgres?] virtual/cron >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres ) -SLOT=1.8.004.20120613 -SRC_URI=mirror://sourceforge/egroupware/eGroupware-1.8.004.20120613.tar.bz2 mirror://sourceforge/egroupware/eGroupware-egw-pear-1.8.004.20120613.tar.bz2 gallery? ( mirror://sourceforge/egroupware/eGroupware-gallery-1.8.004.20120613.tar.bz2 ) -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 webapp a76ebd3cb5649737496e8238992dd7ca -_md5_=300ab42c1eb7f7ed28ecb3542b2bf6a9 diff --git a/metadata/md5-cache/www-apps/pyblosxom-1.4.3-r1 b/metadata/md5-cache/www-apps/pyblosxom-1.4.3-r1 deleted file mode 100644 index 6d29c56cae49..000000000000 --- a/metadata/md5-cache/www-apps/pyblosxom-1.4.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare prerm setup test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=app-admin/webapp-config-1.50.15 -DESCRIPTION=Lightweight weblog system -EAPI=6 -HOMEPAGE=http://pyblosxom.sourceforge.net/ -IUSE=python_targets_python2_7 vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://sourceforge/pyblosxom/pyblosxom-1.4.3.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 webapp a76ebd3cb5649737496e8238992dd7ca xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=54cc16185c43895442a72c146240675e diff --git a/metadata/md5-cache/www-plugins/pipelight-0.2.8.2 b/metadata/md5-cache/www-plugins/pipelight-0.2.8.2 deleted file mode 100644 index f1767e51cb55..000000000000 --- a/metadata/md5-cache/www-plugins/pipelight-0.2.8.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install unpack -DEPEND=app-emulation/wine[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pipelight] -DESCRIPTION=Wine-based wrapper for running Windows plugins on POSIX systems -EAPI=5 -HOMEPAGE=https://launchpad.net/pipelight -IUSE=+abi_x86_32 abi_x86_64 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2+ LGPL-2.1+ MPL-1.1 ) -RDEPEND=app-emulation/wine[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pipelight] app-arch/cabextract app-crypt/gnupg media-fonts/corefonts || ( gnome-extra/zenity kde-apps/kdialog ) -SLOT=0 -SRC_URI=https://bitbucket.org/mmueller2012/pipelight/get/v0.2.8.2.tar.gz -> pipelight-0.2.8.2.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 vcs-snapshot 03289f51c769cf409d200d2d628cdd6e -_md5_=7f6baf857c60ce5995e5f388810568d4 diff --git a/metadata/md5-cache/www-plugins/pipelight-9999 b/metadata/md5-cache/www-plugins/pipelight-9999 deleted file mode 100644 index e79cf3ab4a20..000000000000 --- a/metadata/md5-cache/www-plugins/pipelight-9999 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure install unpack -DEPEND=app-emulation/wine[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pipelight] >=dev-vcs/git-1.8.2.1 -DESCRIPTION=Wine-based wrapper for running Windows plugins on POSIX systems -EAPI=5 -HOMEPAGE=https://launchpad.net/pipelight -IUSE=+abi_x86_32 abi_x86_64 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -LICENSE=|| ( GPL-2+ LGPL-2.1+ MPL-1.1 ) -RDEPEND=app-emulation/wine[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,pipelight] app-arch/cabextract app-crypt/gnupg media-fonts/corefonts || ( gnome-extra/zenity kde-apps/kdialog ) -SLOT=0 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=7f6baf857c60ce5995e5f388810568d4 diff --git a/metadata/md5-cache/www-servers/h2o-2.2.2 b/metadata/md5-cache/www-servers/h2o-2.2.2 new file mode 100644 index 000000000000..441db6e14a5c --- /dev/null +++ b/metadata/md5-cache/www-servers/h2o-2.2.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) mruby? ( sys-devel/bison || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 ) ) sys-devel/make >=dev-util/cmake-3.7.2 virtual/pkgconfig +DESCRIPTION=An optimized HTTP server with support for HTTP/1.x and HTTP/2 +EAPI=6 +HOMEPAGE=https://h2o.examp1e.net +IUSE=libressl +mruby +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +SLOT=0 +SRC_URI=https://github.com/h2o/h2o/archive/v2.2.2.tar.gz -> h2o-2.2.2.tar.gz +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=249451981b9c9e613db08f1ad14f3a5d diff --git a/metadata/md5-cache/www-servers/h2o-9999 b/metadata/md5-cache/www-servers/h2o-9999 new file mode 100644 index 000000000000..91b416614f29 --- /dev/null +++ b/metadata/md5-cache/www-servers/h2o-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) mruby? ( sys-devel/bison || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 ) ) sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 virtual/pkgconfig +DESCRIPTION=An optimized HTTP server with support for HTTP/1.x and HTTP/2 +EAPI=6 +HOMEPAGE=https://h2o.examp1e.net +IUSE=libressl +mruby +LICENSE=MIT +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +SLOT=0 +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd e12dd5e3cf1f359292cea2a70abeba5f toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=3a0f53e81ece0c9456f521c11b0b7f1e diff --git a/metadata/md5-cache/x11-libs/libxsettings-client-0.17 b/metadata/md5-cache/x11-libs/libxsettings-client-0.17 deleted file mode 100644 index a9a446bb2229..000000000000 --- a/metadata/md5-cache/x11-libs/libxsettings-client-0.17 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=x11-proto/xproto x11-libs/libX11 >=app-portage/elt-patches-20170317 >=dev-util/intltool-0.29 virtual/pkgconfig !=sys-devel/automake-1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=XSETTINGS client code -EAPI=0 -HOMEPAGE=http://gpe.linuxtogo.org -IUSE=nls -KEYWORDS=amd64 arm ~hppa ppc sh x86 -LICENSE=LGPL-2 -SLOT=0 -SRC_URI=http://gpe.linuxtogo.org/download/source/libxsettings-client-0.17.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 gpe 0b8f9ef8bbad30466773389c98fa9d0a libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=ee25ff20d2a8f94765452417e2cff1ec diff --git a/metadata/md5-cache/x11-libs/libxsettings-client-0.17-r1 b/metadata/md5-cache/x11-libs/libxsettings-client-0.17-r1 deleted file mode 100644 index 773e633c1d8a..000000000000 --- a/metadata/md5-cache/x11-libs/libxsettings-client-0.17-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=x11-proto/xproto x11-libs/libX11 >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-util/intltool-0.29 virtual/pkgconfig -DESCRIPTION=XSETTINGS client code -EAPI=5 -HOMEPAGE=http://gpe.linuxtogo.org -IUSE=static-libs nls -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~sh ~x86 -LICENSE=LGPL-2 -RDEPEND=x11-proto/xproto x11-libs/libX11 -SLOT=0 -SRC_URI=http://gpe.linuxtogo.org/download/source/libxsettings-client-0.17.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea gpe 0b8f9ef8bbad30466773389c98fa9d0a libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 -_md5_=4f5959bbde2467054d19dcbf5e0f5962 diff --git a/metadata/md5-cache/x11-misc/etm-696-r1 b/metadata/md5-cache/x11-misc/etm-696-r1 deleted file mode 100644 index 65110d40d5e3..000000000000 --- a/metadata/md5-cache/x11-misc/etm-696-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ical? ( dev-python/icalendar[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Event and Task Manager, an intuitive time management application -EAPI=5 -HOMEPAGE=http://www.duke.edu/~dgraham/ETM/ -IUSE=ical python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/wxpython:2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ical? ( dev-python/icalendar[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://sourceforge/etmeventandtask/etm-696.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=f4ede6006665701c9f0f73159324638d diff --git a/metadata/md5-cache/x11-misc/kronometer-2.1.5 b/metadata/md5-cache/x11-misc/kronometer-2.1.5 index 80f1a7b05048..e2ee72b87968 100644 --- a/metadata/md5-cache/x11-misc/kronometer-2.1.5 +++ b/metadata/md5-cache/x11-misc/kronometer-2.1.5 @@ -4,10 +4,10 @@ DESCRIPTION=Stopwatch application EAPI=6 HOMEPAGE=https://userbase.kde.org/Kronometer IUSE=test debug +handbook test -KEYWORDS=~amd64 +KEYWORDS=amd64 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kconfig-5.34.0:5 >=kde-frameworks/kconfigwidgets-5.34.0:5 >=kde-frameworks/kcoreaddons-5.34.0:5 >=kde-frameworks/kcrash-5.34.0:5 >=kde-frameworks/ki18n-5.34.0:5 >=kde-frameworks/kwidgetsaddons-5.34.0:5 >=kde-frameworks/kxmlgui-5.34.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/kf-env-4 >=dev-qt/qtcore-5.7.1:5 SLOT=5 SRC_URI=mirror://kde/stable/kronometer/2.1.5/src/kronometer-2.1.5.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 aa6c2c582d8db36030b8a70d2ba5eb4b kde5-functions 475744bd521894645f9df9ade627e4c1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=a3643d979447acc0840d253bb2148954 +_md5_=d3875ecfce882b2a31d7f7e4666abe27 diff --git a/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r1 b/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r1 deleted file mode 100644 index 9bf179237123..000000000000 --- a/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=x11-libs/libX11 dev-qt/qtdeclarative:4 >=x11-misc/lightdm-1.4.0[qt4] sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -DESCRIPTION=LightDM KDE greeter -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/playground/base/lightdm -IUSE=debug l10n_bs l10n_cs l10n_da l10n_de l10n_el l10n_es l10n_et l10n_fi l10n_fr l10n_ga l10n_gl l10n_hu l10n_it l10n_ja l10n_km l10n_lt l10n_mr l10n_nds l10n_nl l10n_pl l10n_pt l10n_pt-BR l10n_ro l10n_ru l10n_sk l10n_sl l10n_sv l10n_tr l10n_uk aqua -KEYWORDS=amd64 ~arm x86 -LICENSE=GPL-3 -RDEPEND=x11-libs/libX11 dev-qt/qtdeclarative:4 >=x11-misc/lightdm-1.4.0[qt4] >=kde-apps/plasma-runtime-4.8:4[aqua=] kde-frameworks/oxygen-icons l10n_bs? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_bs(+)] ) l10n_cs? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_cs(+)] ) l10n_da? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_da(+)] ) l10n_de? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_de(+)] ) l10n_el? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_el(+)] ) l10n_es? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_es(+)] ) l10n_et? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_et(+)] ) l10n_fi? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_fi(+)] ) l10n_fr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_fr(+)] ) l10n_ga? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_ga(+)] ) l10n_gl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_gl(+)] ) l10n_hu? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_hu(+)] ) l10n_it? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_it(+)] ) l10n_ja? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_ja(+)] ) l10n_km? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_km(+)] ) l10n_lt? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_lt(+)] ) l10n_mr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_mr(+)] ) l10n_nds? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_nds(+)] ) l10n_nl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_nl(+)] ) l10n_pl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_pl(+)] ) l10n_pt? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_pt(+)] ) l10n_pt-BR? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_pt-BR(+)] ) l10n_ro? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_ro(+)] ) l10n_ru? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_ru(+)] ) l10n_sk? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_sk(+)] ) l10n_sl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_sl(+)] ) l10n_sv? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_sv(+)] ) l10n_tr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_tr(+)] ) l10n_uk? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,l10n_uk(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -SLOT=4 -SRC_URI=mirror://kde/unstable/lightdm-kde/src/lightdm-kde-0.3.2.1.tar.bz2 -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-base 51fd9f83640ac82e2c195c3958677fe7 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=c7e0c1f356ee3afcea815aeee952aafc diff --git a/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r2 b/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r2 deleted file mode 100644 index 81ae59a2b905..000000000000 --- a/metadata/md5-cache/x11-misc/lightdm-kde-0.3.2.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-qt/qtdeclarative:4 x11-libs/libX11 >=x11-misc/lightdm-1.4.0[qt4] sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-3.7.2 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -DESCRIPTION=LightDM KDE greeter -EAPI=6 -HOMEPAGE=https://projects.kde.org/projects/playground/base/lightdm -IUSE=debug l10n_bs l10n_cs l10n_da l10n_de l10n_el l10n_es l10n_et l10n_fi l10n_fr l10n_ga l10n_gl l10n_hu l10n_it l10n_ja l10n_km l10n_lt l10n_mr l10n_nds l10n_nl l10n_pl l10n_pt l10n_pt-BR l10n_ro l10n_ru l10n_sk l10n_sl l10n_sv l10n_tr l10n_uk aqua -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtdeclarative:4 x11-libs/libX11 >=x11-misc/lightdm-1.4.0[qt4] >=kde-apps/plasma-runtime-4.4:4[aqua=] kde-frameworks/oxygen-icons l10n_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_bs(+)] ) l10n_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_cs(+)] ) l10n_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_da(+)] ) l10n_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_de(+)] ) l10n_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_el(+)] ) l10n_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_es(+)] ) l10n_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_et(+)] ) l10n_fi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_fi(+)] ) l10n_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_fr(+)] ) l10n_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_ga(+)] ) l10n_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_gl(+)] ) l10n_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_hu(+)] ) l10n_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_it(+)] ) l10n_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_ja(+)] ) l10n_km? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_km(+)] ) l10n_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_lt(+)] ) l10n_mr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_mr(+)] ) l10n_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_nds(+)] ) l10n_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_nl(+)] ) l10n_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_pl(+)] ) l10n_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_pt(+)] ) l10n_pt-BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_pt-BR(+)] ) l10n_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_ro(+)] ) l10n_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_ru(+)] ) l10n_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_sk(+)] ) l10n_sl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_sl(+)] ) l10n_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_sv(+)] ) l10n_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_tr(+)] ) l10n_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,l10n_uk(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=kde-frameworks/kdelibs-4.14.22:4 -SLOT=4 -SRC_URI=mirror://kde/unstable/lightdm-kde/src/lightdm-kde-0.3.2.1.tar.bz2 -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde4-base 51fd9f83640ac82e2c195c3958677fe7 kde4-functions 388bbabf76d84194e7d234ba7c7afee2 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=32c045313153ec867dc21ac855f00fd6 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index aa756910c1de..1f799a285db4 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Wed, 05 Jul 2017 05:09:31 +0000 +Thu, 06 Jul 2017 03:39:36 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 5ae5bcd1e194..a92375936173 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Wed Jul 5 05:09:31 UTC 2017 +Thu Jul 6 03:39:36 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index edc46ab2f0af..24fec8bca7bd 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Wed, 05 Jul 2017 05:30:01 +0000 +Thu, 06 Jul 2017 04:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 3695e8eb6dbb..04468363f4a8 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -699465bbdc06e330eda66fe9ac6c7c43da325760 1499229896 2017-07-05T04:44:56+00:00 +d71cbd5d4437da22c9c4e05bcb543ef1d8ae9fbf 1499307465 2017-07-06T02:17:45+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index f3a3092ea315..0695db211343 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1499231101 Wed 05 Jul 2017 05:05:01 AM UTC +1499312101 Thu 06 Jul 2017 03:35:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index aa756910c1de..1f799a285db4 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Wed, 05 Jul 2017 05:09:31 +0000 +Thu, 06 Jul 2017 03:39:36 +0000 diff --git a/net-analyzer/fe3d/Manifest b/net-analyzer/fe3d/Manifest deleted file mode 100644 index 31293918db8d..000000000000 --- a/net-analyzer/fe3d/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fe3d_0.11.2-src.tar.bz2 322740 SHA256 8aef228d72c17d9dc060de15c751abbf12e1445f938f27c50cd33cb43d76d833 SHA512 989ca9d19f3f23c8c10afad978cc5226e190d6d0c28ea8402e1894598c136eda345258d96ffce3585af7a8cd993ce377f863a7c43620ceda8d3b0ce674eb616f WHIRLPOOL b5686ea9427149573be4b26a6786eda2ce091069ea22de9b607e30c46670553771c1d11379417ad8ccb29fd3706c151848b80aebe393a22b29353c4b91cee509 diff --git a/net-analyzer/fe3d/fe3d-0.11.2.ebuild b/net-analyzer/fe3d/fe3d-0.11.2.ebuild deleted file mode 100644 index b3a60faee33b..000000000000 --- a/net-analyzer/fe3d/fe3d-0.11.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER="2.8" -inherit autotools eutils wxwidgets - -if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then - inherit subversion - SRC_URI="" - FE3D_REV=${BASH_REMATCH[2]} - ESVN_REPO_URI="http://svn.icapsid.net/fe3d/fe3d/branches/fe3d_0.11/@${FE3D_REV}" -else - SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}-src.tar.bz2" -fi - -DESCRIPTION="A 3D visualization tool for network security information" -HOMEPAGE="http://projects.icapsid.net/fe3d/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 x86" - -DOCS=( AUTHORS doc/{ChangeLog,README}.txt ) - -RDEPEND=" - >=dev-libs/xerces-c-2.7 - net-analyzer/nmap - x11-libs/wxGTK:2.8[opengl] -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}_${PV} - -src_prepare() { - need-wxwidgets unicode - - epatch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-coreutils.patch - - eautoreconf -} - -pkg_postinst() { - ewarn "This package has known issues:" - ewarn "1. The radius of the geometry nodes is wrong, causing overlap" - ewarn "2. Earth (and other) textures are upside down" - ewarn "3. This package contains some minor memory leaks" - echo - elog "Example using a nmap log:" - elog "/usr/bin/nmap -oX test.xml -O --osscan_limit 192.168.0.0/24" - elog "/usr/bin/fe3d test.xml" -} diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch deleted file mode 100644 index 63d475194162..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-asneeded.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,16 +46,15 @@ - ]) - fi - --CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" --CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" --CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" --LIBS="$LIBS $WX_LIBS" -+#CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" -+#CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" -+#CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" -+#LIBS="$LIBS $WX_LIBS" - - AM_CPPFLAGS="$AM_CPPFLAGS $GL_CFLAGS $GLU_CFLAGS" --AM_LDFLAGS="$AM_LDFLAGS $GL_LIBS $GLU_LIBS" - AC_SUBST([AM_CPPFLAGS]) - AC_SUBST([AM_LDFLAGS]) --AC_SUBST([$PREFIX]) -+#AC_SUBST([$PREFIX]) - - AC_OUTPUT - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,8 +1,10 @@ --fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" -+fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" @WX_CPPFLAGS@ - INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include - bin_PROGRAMS = fe3d - fe3d_SOURCES = fe_config.cpp fe_core.cpp fe_draw.cpp fe_events.cpp fe_host.cpp fe_hosts.cpp fe_match.cpp fe_node.cpp fe_os_rgx.cpp fe_port.cpp fe_root_node.cpp fe_tools.cpp geo_cache.cpp gl_util.cpp libfe3d.cpp nmap_parser.cpp tex_cache.cpp wxfe3d_app.cpp wxfe3d_frame.cpp wxfe3d_glcanvas.cpp ui_nmap_ctrl.cpp ./gui/fe3d_ui.cpp ./regexp/Matcher.cpp ./regexp/Pattern.cpp ./regexp/WCMatcher.cpp ./regexp/WCPattern.cpp -- -+fe3d_CFLAGS = @WX_CFLAGS@ -+fe3d_CXXFLAGS = @WX_CXXFLAGS_ONLY@ -+fe3d_LDADD = @GLU_LIBS@ @WX_LIBS@ - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img - fe3d_DATA = $(top_srcdir)/data/* diff --git a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch b/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch deleted file mode 100644 index 547d86fb5cab..000000000000 --- a/net-analyzer/fe3d/files/fe3d-0.11.2-coreutils.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/330047 - ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -5,5 +5,5 @@ - - fe3ddir = @datadir@/@PACKAGE@ - fe3d_imgdir = @datadir@/@PACKAGE@/img --fe3d_DATA = $(top_srcdir)/data/* --fe3d_img_DATA = $(top_srcdir)/data/img/* -+fe3d_DATA = $(top_srcdir)/data/*.xml -+fe3d_img_DATA = $(top_srcdir)/data/img/*.png diff --git a/net-analyzer/fe3d/metadata.xml b/net-analyzer/fe3d/metadata.xml deleted file mode 100644 index d591884eb97a..000000000000 --- a/net-analyzer/fe3d/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - -fe3d - - diff --git a/net-dialup/capi4k-utils/Manifest b/net-dialup/capi4k-utils/Manifest deleted file mode 100644 index ea99332f0698..000000000000 --- a/net-dialup/capi4k-utils/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST capi4k-files-20050718-r5.tar.xz 3864 SHA256 ffeb2985c5eea7b64f95ac94e7f1065921b141a07b1b3c1e79f660edf20176a8 SHA512 df65fa9f8dd0a1286391dd5a7ec077b492b2d486904b2baae9b78726299e24bca677baa17d243dc9e712e4f591b21a8b4314b52f302f1171454024428e999557 WHIRLPOOL 4b96683d2a68fb25c09e8288c8d81a73a521b50b5f91410dd4e7afd29b1569480fe54c59e95a85bb0c72929bd27c9989c944f29d9fc89889c3cbb898b2e5be85 -DIST capi4k-patches-20050718-r5.tar.xz 12564 SHA256 e390c9a87b9b31a6934198a2c6e9e99f0dea43daa8a04ce604f13ae72c1ee24b SHA512 68f3643d39e2fe1814ab65235402fb310c751a0ea142debc9f03df56790982673b1e5a47cbecb02e96ea922be124c09d3c52db4720f1fdc1434b150d1532c337 WHIRLPOOL 2f7a6ab5c72e699a2210806f33ead77128bacbe1c7ecd1f47b7f077c3815663adb7a9a8abba9c621eff2beb32024d65f1be52598d2165ac7687e6862cf920418 -DIST capi4k-utils-2005-07-18.tar.gz 862826 SHA256 b162d726a31310fc29e7c0a25a4f82a590457f6a95c1b1168bcd72b6497b5746 SHA512 9493f2d81cb6cf39dc97a119b5133834019c7570c58c2e8aac8abff3c8ab0b37ec0630da535eadc58bc5111f70887f34d88729ddf2832dbfaf993013c40e8e47 WHIRLPOOL f69da2bfc814702ab87fadb4ce55bcc70b35866f2b47f03bc4ad89237cccd7bbd1fc583b616b364f51751ffbc41e1282aa4c2e07d6cc04c175ca2276c445b5f7 diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r7.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r7.ebuild deleted file mode 100644 index 385c4352899e..000000000000 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r7.ebuild +++ /dev/null @@ -1,181 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils linux-info multilib versionator - -YEAR_PV="${PV:0:4}" -MON_PV="${PV:4:2}" -DAY_PV="${PV:6:2}" -MY_P="${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV}" - -PATCHVER="5" -TARBALL_FILES="capi4k-files-${PV}-r${PATCHVER}.tar.xz" -TARBALL_PATCHES="capi4k-patches-${PV}-r${PATCHVER}.tar.xz" - -DESCRIPTION="CAPI4Linux Utils" -HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" -SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz - ftp://ftp.in-berlin.de/pub/capi4linux/OLD/${MY_P}.tar.gz - http://sbriesen.de/gentoo/distfiles/${TARBALL_FILES} - http://sbriesen.de/gentoo/distfiles/${TARBALL_PATCHES}" - -LICENSE="GPL-2" -SLOT="0/3.0.4" -KEYWORDS="alpha amd64 ppc x86" -IUSE="fax +pppd rcapid" - -COMMON_DEP="pppd? ( net-dialup/ppp:= )" - -DEPEND="${COMMON_DEP} - virtual/linux-sources - virtual/os-headers - app-arch/xz-utils - >=sys-apps/sed-4" - -RDEPEND="${COMMON_DEP} - dev-lang/perl" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - # check kernel config - CONFIG_CHECK="~ISDN ~ISDN_CAPI ~ISDN_CAPI_CAPI20" - use pppd && CONFIG_CHECK="${CONFIG_CHECK} ~ISDN_CAPI_MIDDLEWARE ~ISDN_CAPI_CAPIFS_BOOL" - get_version # config checked later in pkg_postinst - - # find installed pppd version - if use pppd; then - local INSTALLED_PPP="$(best_version net-dialup/ppp)" - PPPVERSION="${INSTALLED_PPP#net-dialup/ppp-}" - PPPVERSION="$(version_format_string '$1.$2.$3' ${PPPVERSION})" - if [ -z "${PPPVERSION}" ]; then - die "No pppd installation found" - fi - fi -} - -src_prepare() { - # add ppp-2.4.4 support - epatch "${WORKDIR}/capi4k-patches/pppd244.diff" - - # add ppp-2.4.5 support - epatch "${WORKDIR}/capi4k-patches/pppd245.diff" - - # apply rcapid patches - epatch "${WORKDIR}/capi4k-patches/rcapid.diff" - - # apply msg2str-safety patch (see bug #170870) - epatch "${WORKDIR}/capi4k-patches/msg2str-safety.diff" - - # apply capi20.h patches (needed for glibc-2.7) - epatch "${WORKDIR}/capi4k-patches/capi20-include.diff" - - # set our config - cp -f "${WORKDIR}/capi4k-files/config" .config - # patch all Makefile.* and Rules.make to use our CFLAGS - sed -i -e "s:^\(CFLAGS.*\)-O2:\1${CFLAGS}:g" */Makefile.* */Rules.make || die "sed failed" - # patch capi20/Makefile.* to use -fPIC for shared library - sed -i -e "s:^\(CFLAGS.*\):\1 -fPIC:g" capi20/Makefile.* || die "sed failed" - # patch pppdcapiplugin/Makefile to use only the ppp versions we want - sed -i -e "s:^\(PPPVERSIONS = \).*$:\1${PPPVERSION}:g" pppdcapiplugin/Makefile || die "sed failed" - # patch capiinit/capiinit.c to look also in /lib/firmware - sed -i -e "s:\(\"/lib/firmware/isdn\",\):\1 \"/lib/firmware\",:g" capiinit/capiinit.c || die "sed failed" - # no, we don't need any devices nodes - sed -i -e "s:\(sh scripts/makedev.sh\):echo \1:g" Makefile || die "sed failed" - # add --libdir to configure call in Makefile - sed -i -e "s:\(\./configure \):\1--libdir=/usr/$(get_libdir) :g" Makefile || die "sed failed" - # patch /usr/lib/pppd in pppdcapiplugin tree - sed -i -e "s:/usr/lib/pppd:/usr/$(get_libdir)/pppd:g" \ - pppdcapiplugin/ppp-*/Makefile pppdcapiplugin/{README,*.8} || die "sed failed" - # respecting LDFLAGS (see bug #293209) - sed -i -e "s:^LDFLAGS\s\(\s*\)=:LDFLAGS+\1=:g" \ - {capiinfo,capiinit,capifax,rcapid,avmb1}/Makefile* pppdcapiplugin/Rules.make || die - # build rcapid - if ! use rcapid; then - sed -i -e "s:^\(CONFIG_RCAPID=.*\)$:# \1:g" .config || die - fi - # build pppdcapiplugin - if use pppd; then - # workaround for bug #511800 - if has_version \>=net-dialup/ppp-2.4.6; then - pushd pppdcapiplugin &>/dev/null || die - mv ppp-2.4.5 "ppp-${PPPVERSION}" || die - popd &>/dev/null - fi - else - sed -i -e "s:^\(CONFIG_PPPDCAPIPLUGIN=.*\)$:# \1:g" .config || die - fi - # build capifax - if ! use fax; then - sed -i -e "s:^\(CONFIG_CAPIFAX=.*\)$:# \1:g" .config || die - fi - - epatch_user -} - -src_configure() { - # bug 468662 - we NEED to redefine AR and CC both with tc-export and at compile phase - tc-export AR CC - emake subconfig -} - -src_compile() { - # bug 468662 - we NEED to redefine AR and CC both with tc-export and at compile phase - emake AR="$(tc-getAR)" CC="$(tc-getCC)" -} - -src_install() { - default_src_install - prune_libtool_files - - # install base - dobin scripts/isdncause - newinitd "${WORKDIR}/capi4k-files/capi.initd" capi - newconfd "${WORKDIR}/capi4k-files/capi.confd" capi - insinto /etc - doins "${WORKDIR}/capi4k-files/capi.conf" - dodoc "${WORKDIR}/capi4k-files/README.gentoo" scripts/makedev.sh - - # install rcapid stuff - if use rcapid; then - insinto /etc/xinetd.d - newins "${WORKDIR}/capi4k-files/rcapid.xinetd" rcapid - newdoc rcapid/README README.rcapid - fi - - # install pppdcapiplugin stuff - if use pppd; then - insinto /etc/ppp/peers - doins pppdcapiplugin/peers/t-dsl - docinto pppdcapiplugin - dodoc pppdcapiplugin/README pppdcapiplugin/examples/* - # fixing permissions (see bug #136120) - fperms 0644 /usr/share/man/man8/capiplugin.8 - fi -} - -pkg_postinst() { - elog - elog "Please read the instructions in README.gentoo in:" - elog "/usr/share/doc/${PF}/" - elog - elog "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" - elog "If you run" - elog " emerge isdn-firmware" - elog "you will probably find your board's firmware in /lib/firmware." - elog - elog "If you have another active ISDN board, you should create" - elog "/lib/firmware and copy there your board's firmware." - elog - ewarn "If you're upgrading from an older capi4k-utils, you must recompile" - ewarn "the other packages on your system that link with libcapi after the" - ewarn "upgrade completes. To perform this action, please run revdep-rebuild" - ewarn "in package app-portage/gentoolkit." - elog - elog "If any of the following kernel configuration options is missing, you" - elog "should reconfigure and rebuild your kernel before using capi4k-utils." - linux-info_pkg_setup - elog -} diff --git a/net-dialup/capi4k-utils/files/README.gentoo b/net-dialup/capi4k-utils/files/README.gentoo deleted file mode 100644 index e809a58c84a9..000000000000 --- a/net-dialup/capi4k-utils/files/README.gentoo +++ /dev/null @@ -1,86 +0,0 @@ -#################################################################### -# CAPI4Linux / Gentoo usage instructions # -#################################################################### - -First edit /etc/capi.conf to match your configuration. - -here an example for the AVM B1 PCI card: - - # card file proto io irq mem cardnr options - b1pci b1.t4 DSS1 - - - - - -First option is the name of the kernel driver, second is the firmware -file which will be uploaded to the card. All firmware files for active -ISDN controllers have to be placed in /lib/firmware. - -The 'cardnr' option can be left '-' if you only have one card. -Otherwise fill in the card number you want to assign to this card. - -'options' is a list of options which are passed via 'modprobe' to -the card driver. You can also set them somewhere in /etc/modules.d -but this is only recommended for USB based cards, where capi.conf -is normally not used/needed. - -Then you should check /etc/conf.d/capi and change it to your needs. - -Now you can start the CAPI with - - /etc/init.d/capi start - -It should show the loaded drivers/cards after the initialization. -You can check the CAPI with the 'capiinfo' command. - -So, if all runs smoothly, then fixate it - - rc-update add capi boot - -You can now install the package net-dialup/isdn4k-utils if you -want to use all the legacy ISDN apps, such as 'isdnlog'. - - -modules oder static? -~~~~~~~~~~~~~~~~~~~~ -In general it's ok to compile all ISDN/CAPI stuff into the kernel. -But I suggest to compile at least all card drivers as a module. -That includes the 'capidrv' driver! That way it's much easier to -change a card and/or unload the driver if needed. - - -hotplug or hardwired? -~~~~~~~~~~~~~~~~~~~~~ -Gentoo supports hotplug for CAPI-Cards. Just plug in your card, -wait for the beep (if enabled in /etc/conf.d/capi) and check with -'capiinfo' if your card is available to the CAPI subsystem. - -If you have more than one card and/or depend on services like -'capi4hylafax' or 'isdnlog', it's better to disable hotplug in -/etc/conf.d/capi and configure your card(s) in /etc/capi.conf. - -You can always check what card(s) are loaded with - - /etc/init.d/capi info - -If you stopped CAPI with - - /etc/init.d/capi stop - -you have to unplug all USB-cards to re-initialize them again. -Ok, reboot is another option. ;-) Using only hotplug, you can -plug in and out your card as often as you want. - - -pppdcapiplugin -~~~~~~~~~~~~~~ -please read the README and have a look at the examples. -You obviously need net-dialup/ppp to make this work. - - -rcapid -~~~~~~ -if you want to use 'rcapid' (remote capi daemon), then install -sys-apps/xinetd and configure it in /etc/xinetd.d/rcapid -and read the rcapid documentation. - - --- -Stefan Briesenick 2005-04-09 diff --git a/net-dialup/capi4k-utils/metadata.xml b/net-dialup/capi4k-utils/metadata.xml deleted file mode 100644 index 4248e249a2a2..000000000000 --- a/net-dialup/capi4k-utils/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - This package contains the CAPI 2.0 library, which is needed for all - CAPI applications. It also contains programs to show information about - installed CAPI controllers and for the receiving and sending of FAX - messages. CAPI 2.0 drivers for Linux are available for a growing - number of ISDN devices. - - - Install capi-fax demo programs - Installs pppdcapiplugin modules - Installs rcapid daemon - - diff --git a/net-dialup/martian-modem/Manifest b/net-dialup/martian-modem/Manifest deleted file mode 100644 index 5774fade3a4a..000000000000 --- a/net-dialup/martian-modem/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST martian-full-20100123.tar.gz 275365 SHA256 bf3ad369dc90e3ef7952e6bb7873b3121ce79a855060a1b4b4e3a1d8e7d08ac3 SHA512 bcd51103792bd1d477ab81f8bbb591f3eb5341920e6b0b35e8ba066a50b8a6ddf076c0bc0d21cf686c8137f8164221635b3c296185283f6e20ce2d04709f69ec WHIRLPOOL b38fb4ea1e7282cf51547c4d6ab3423350dabe717ebe89efa20cc92148347d7e1b2fcc32085d3edc677768f7286715087034bace7f51415ce31a24d840c85c59 diff --git a/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.10.patch b/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.10.patch deleted file mode 100644 index 27daed03792e..000000000000 --- a/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.10.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -urN martian-full-20100123.orig/kmodule/martian.c martian-full-20100123/kmodule/martian.c ---- martian-full-20100123.orig/kmodule/martian.c 2015-03-21 16:21:21.228514759 -0400 -+++ martian-full-20100123/kmodule/martian.c 2015-03-21 16:29:23.402126727 -0400 -@@ -184,8 +184,12 @@ - static int martian_open (struct inode *inode, struct file *filp) - { - // allow single open -- struct proc_dir_entry *entry = PDE (inode); -- struct martian *mdev = (struct martian *) entry->data; -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0) -+ struct martian *mdev = (struct martian *) PDE_DATA (inode); -+ #else -+ struct proc_dir_entry *entry = PDE (inode); -+ struct martian *mdev = (struct martian *) entry->data; -+ #endif - - if (test_and_set_bit (MARTIAN_STATE_OPEN, &mdev->state)) { - // already opened -@@ -736,20 +740,37 @@ - // create proc entry for this device - name[ strlen(name) - 1 ] = '0' + dev_idx; - -- mdev->entry = create_proc_entry (name, 0400, NULL); -- if (! mdev->entry) { -- MERROR ("martian: failed to create /proc/%s\n", name); -- ret = -ENOMEM; -- goto err_free_irq; -- } -- -- martian_init_mcb(mdev); -- -- // set an index -- mdev->index = dev_idx; -- -- mdev->entry->proc_fops = & martian_fops; -- mdev->entry->data = mdev; -+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0) -+ // initialize data before 3.10-style proc create call -+ martian_init_mcb(mdev); -+ -+ // set an index -+ mdev->index = dev_idx; -+ -+ mdev->entry = proc_create_data (name, 0400, NULL, & martian_fops, mdev); -+ if (! mdev->entry) { -+ MERROR ("martian: failed to create /proc/%s\n", name); -+ ret = -ENOMEM; -+ goto err_free_irq; -+ } -+ -+ #else -+ -+ mdev->entry = create_proc_entry (name, 0400, NULL); -+ if (! mdev->entry) { -+ MERROR ("martian: failed to create /proc/%s\n", name); -+ ret = -ENOMEM; -+ goto err_free_irq; -+ } -+ -+ martian_init_mcb(mdev); -+ -+ // set an index -+ mdev->index = dev_idx; -+ -+ mdev->entry->proc_fops = & martian_fops; -+ mdev->entry->data = mdev; -+ #endif - - pr_info("martian: added device %x:%x " - "BaseAddress = 0x%x, CommAddres = 0x%x, irq = %d%s\n", diff --git a/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.8.patch b/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.8.patch deleted file mode 100644 index 077936857047..000000000000 --- a/net-dialup/martian-modem/files/martian-modem-20100123-linux-3.8.patch +++ /dev/null @@ -1,87 +0,0 @@ -diff -urN martian-full-20100123.orig/kmodule/martian.c martian-full-20100123/kmodule/martian.c ---- martian-full-20100123.orig/kmodule/martian.c 2015-03-21 16:15:55.498819336 -0400 -+++ martian-full-20100123/kmodule/martian.c 2015-03-21 16:17:03.769752308 -0400 -@@ -592,7 +592,7 @@ - - static int dev_idx = 0; - --static void __devinit -+static void - martian_configure_isr (struct martian *mdev) - { - struct martian_common *mcb = mdev->common; -@@ -614,7 +614,7 @@ - mcb->dp_bamil_rd7 = 0xff; - } - --static void __devinit -+static void - martian_configure_params (struct martian *mdev) - { - mdev->params.dsp_mars = mdev->metrics.dsp_mars; -@@ -792,7 +792,7 @@ - - /***** PCI Driver Interface *****/ - --static int __devinit -+static int - martian_device_gatherinfo (const struct pci_dev *dev, const struct pci_device_id *ent, struct martian_metrics *metrics) - { - int bar; -@@ -997,7 +997,7 @@ - return 0; - } - --static int __devinit -+static int - mars_device_probe (struct pci_dev *dev, const struct pci_device_id *ent) - { - int ret; -@@ -1036,7 +1036,7 @@ - } - - --static void __devexit mars_remove (struct pci_dev *dev) -+static void mars_remove (struct pci_dev *dev) - { - martian_del (pci_get_drvdata (dev)); - pci_disable_device (dev); -@@ -1048,7 +1048,7 @@ - struct pci_driver martian_driver = { - .name = "martian", - .probe = mars_device_probe, -- .remove = __devexit_p (mars_remove), -+ .remove = mars_remove, - .id_table = martian_ids - }; - -@@ -1062,7 +1062,7 @@ - - #define SERIAL_DRIVER "serial" - --static void __devinit detach_from_serial_class (unsigned int class, unsigned int mask) -+static void detach_from_serial_class (unsigned int class, unsigned int mask) - { - struct pci_dev *dev = NULL; - const struct pci_device_id *entry; -@@ -1083,7 +1083,7 @@ - } - } - --static void __devinit detach_from_serial(void) -+static void detach_from_serial(void) - { - detach_from_serial_class (PCI_CLASS_COMMUNICATION_SERIAL << 8, 0xffff00); - detach_from_serial_class (PCI_CLASS_COMMUNICATION_MODEM << 8, 0xffff00); -diff -urN martian-full-20100123.orig/kmodule/martian_ids.c martian-full-20100123/kmodule/martian_ids.c ---- martian-full-20100123.orig/kmodule/martian_ids.c 2015-03-21 16:15:48.461826345 -0400 -+++ martian-full-20100123/kmodule/martian_ids.c 2015-03-21 16:17:17.167739363 -0400 -@@ -8,7 +8,7 @@ - .subvendor = (_subvendor), \ - .subdevice = PCI_ANY_ID - --__devinitdata static struct pci_device_id martian_ids[] = { -+static struct pci_device_id martian_ids[] = { - { PCI_DEVICE (PCI_VENDOR_ID_ATT, 0x440) }, - { PCI_DEVICE (PCI_VENDOR_ID_ATT, 0x441) }, - { PCI_DEVICE (PCI_VENDOR_ID_ATT, 0x442) }, diff --git a/net-dialup/martian-modem/files/martian-modem-20100123-makefile.patch b/net-dialup/martian-modem/files/martian-modem-20100123-makefile.patch deleted file mode 100644 index e6ce7ca7e52e..000000000000 --- a/net-dialup/martian-modem/files/martian-modem-20100123-makefile.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- martian-full-20100123/Makefile 2008-07-02 15:42:48.000000000 -0800 -+++ martian-full-20100123.new/Makefile 2012-10-08 12:14:33.284275312 -0800 -@@ -1,10 +1,10 @@ - --KERNEL_DIR:=/lib/modules/$(shell uname -r)/build --SUBLEVEL:=$(shell echo $(KERNEL_DIR) | cut -d. -f3 | cut -d. -f1 | cut -d- -f1) --# support begins at SUBLEVEL 20 --after20:=$(shell if [ "$(SUBLEVEL)" -gt 20 ] ;then echo OK; fi) -+#KERNEL_DIR:=/lib/modules/$(shell uname -r)/build -+#SUBLEVEL:=$(shell echo $(KERNEL_DIR) | cut -d. -f3 | cut -d. -f1 | cut -d- -f1) -+## support begins at SUBLEVEL 20 -+#after20:=$(shell if [ "$(SUBLEVEL)" -gt 20 ] ;then echo OK; fi) - --ifdef after20 -+#ifdef after20 - all: - $(MAKE) -C kmodule/ modules - $(MAKE) -C modem/ all -@@ -14,11 +14,11 @@ - $(MAKE) -C kmodule/ install - $(MAKE) -C modem/ install - --else --20less: -- @echo "The martian_dev.ko driver and the complementary helper martian_helper are for use with kernels after 2.6.20. Use the martian-20080407.tar.gz for earlier kernels." -+#else -+#20less: -+# @echo "The martian_dev.ko driver and the complementary helper martian_helper are for use with kernels after 2.6.20. Use the martian-20080407.tar.gz for earlier kernels." - --endif -+#endif - - clean: - $(MAKE) -C kmodule/ clean diff --git a/net-dialup/martian-modem/files/martian-modem.conf.d b/net-dialup/martian-modem/files/martian-modem.conf.d deleted file mode 100644 index db6ac14fbc5d..000000000000 --- a/net-dialup/martian-modem/files/martian-modem.conf.d +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# -### Configuration for martian-modem initscript -# -### DEVICE -# Device that will martian-modem daemon create to act as modem device. -# Default is /dev/ttySM0. -#DEVICE="/dev/ttySM0" -# -# -### USER/GROUP -# User and group that will have access to the modem device. -# Default values are nobody/dialout. -# Note: the daemon itself needs to be run as root! -#USER="nobody" -#GROUP="dialout" -# -# -### MARTIAN_OPTS -# Other options to be passed to the daemon, see description below. -# Defaults to empty. -# --realtime - raise priority of threads to realtime. -# --smp - true smp (symmetric multiprocessing) mode. -# --country= - two-letter code for the country. -# Run `/usr/sbin/martian_modem --info countries` for list. -# --no-cdclose - keep working with client when carrier lost. -# --hide-pty - save pty from others as soon its open. Client -# should notify it's here writing to device. For callback feature. -#MARTIAN_OPTS="" -# -# -### LOGGING -# Should we log to syslog [YES/NO] -# Default to YES. If you do not want this, say NO here to use LOGFILE instead. -#USE_SYSLOG="YES" -# Alternatively, you can log to a separate file. The default location is below. -#LOGFILE="/var/log/martian-modem.log" -# -# -### DEBUG -# How verbose should the log be [1-5] -# Default debug_level=1; debug_level=3 is suitable for normal debugging. -#DEBUG_LEVEL=1 diff --git a/net-dialup/martian-modem/files/martian-modem.init.d b/net-dialup/martian-modem/files/martian-modem.init.d deleted file mode 100644 index f779b4183d0a..000000000000 --- a/net-dialup/martian-modem/files/martian-modem.init.d +++ /dev/null @@ -1,49 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -daemon=/usr/sbin/martian_modem -description="Initscript to run the userspace daemon for winmodems supported by martian-modem driver" - -: ${device:=${DEVICE:-/dev/ttySM0}} -: ${logfile:=${LOGFILE:-/var/log/martian-modem.log}} -: ${user:=${USER:-nobody}} -: ${group:=${GROUP:-dialout}} -: ${debug_level:=${DEBUG_LEVEL:-1}} -: ${use_syslog:=${USE_SYSLOG:-YES}} -pidfile=/var/run/${SVCNAME}.pid - -depend() { - need localmount - [ "${use_syslog}" = "YES" ] && use syslog -} - -start() { - if [ -e /proc/modules ] ; then - local modem= - for modem in /dev/modem /dev/ttySM[0-9]* ; do - [ -e "${modem}" ] && break - done - fi - if [ ! -e "${modem}" ] ; then - modprobe martian-dev || eerror $? "Error loading martian-dev module" - fi - - if ! yesno "${use_syslog}" ; then - martian_opts="${MARTIAN_OPTS} --log=${logfile}" - else - martian_opts="${MARTIAN_OPTS} --syslog" - fi - - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec ${daemon} --user ${user}:${group} \ - --pidfile ${pidfile} --make-pidfile --background \ - -- ${martian_opts} --debug=${debug_level} ${device} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop --pidfile ${pidfile} - eend $? -} diff --git a/net-dialup/martian-modem/martian-modem-20100123-r1.ebuild b/net-dialup/martian-modem/martian-modem-20100123-r1.ebuild deleted file mode 100644 index 59d849792f74..000000000000 --- a/net-dialup/martian-modem/martian-modem-20100123-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-mod eutils - -MY_P="martian-full-${PV}" -DESCRIPTION="ltmodem alternative driver providing support for Agere Systems winmodems" -HOMEPAGE="http://packages.debian.org/sid/martian-modem-source http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian" -#SRC_URI="mirror://debian/pool/non-free/m/martian-modem/${MY_P}.tar.gz" -#SRC_URI="http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian/${MY_P}.tar.gz" -SRC_URI="http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/${MY_P}.tar.gz" - -LICENSE="GPL-2 AgereSystems-WinModem" -KEYWORDS="~amd64 ~x86 -*" -IUSE="" - -DEPEND="!net-dialup/ltmodem" -RDEPEND="${DEPEND}" - -# Do NOT remove this. Stripping results in broken communication -# with core state communication channel (also see QA_* stuff below) -RESTRICT="strip" - -# contains proprietary precompiled 32 bit ltmdmobj.o -QA_PREBUILT="usr/sbin/martian_modem" - -S="${WORKDIR}/${P/modem/full}" -MODULE_NAMES="martian_dev(ltmodem::kmodule)" -CONFIG_CHECK="SERIAL_8250" -SERIAL_8250_ERROR="This driver requires you to compile your kernel with serial core (CONFIG_SERIAL_8250) support." - -src_prepare() { - # Exclude Makefile kernel version check, we used kernel_is above. - # TODO: More exactly, martian-modem-full-20100123 is for >kernel-2.6.20! - epatch "${FILESDIR}/${P}-makefile.patch" - - # Per Gentoo Bug #543702, CONFIG_HOTPLUG is going away as an option. As of - # Linux Kernel 3.8, the __dev* markings need to be removed. This patch removes - # the use of __devinit, __devexit_p, and __devexit as the type cast simply isn't - # needed any longer. - if kernel_is -ge 3 8; then - epatch "${FILESDIR}/${P}-linux-3.8.patch" - fi - - # Per Gentoo Bug #543702, "proc_dir_entry" and "create_proc_entry" Linux - # Kernel header definition was moved and only accessible internally as of - # Linux Kernel 3.10. This patch originates from Paul McClay (2014.05.28) - # and posted to Ubuntu Launchpad. - if kernel_is -ge 3 10; then - epatch "${FILESDIR}/${P}-linux-3.10.patch" - fi - - # fix compile on amd64 - sed -i -e "/^HOST.*$/s:uname -i:uname -m:" modem/Makefile || die "sed failed" - - BUILD_TARGETS="all" - BUILD_PARAMS="KERNEL_DIR='${KV_DIR}' SUBLEVEL='${KV_PATCH}'" -} - -src_install() { - linux-mod_src_install - - # userspace daemon and initscripts stuff - dosbin modem/martian_modem - newconfd "${FILESDIR}/${PN}.conf.d" ${PN} - newinitd "${FILESDIR}/${PN}.init.d" ${PN} -} - -pkg_postinst() { - linux-mod_pkg_postinst - - if linux_chkconfig_present SMP ; then - elog "You have SMP (symmetric multi processor) support enabled in kernel." - elog "You should run martian-modem with --smp enabled in MARTIAN_OPTS." - fi - if ! has_version net-dialup/martian-modem; then - elog "See /etc/conf.d/${PN} for configuration options." - elog "After you have finished the configuration, you need to run /etc/init.d/${PN} start" - elog - fi - if [ "$(rc-config list default | grep martian-modem)" = "" ]; then - elog "To run the userspace daemon automatically on every boot, just add it to a runlevel:" - elog "rc-update add ${PN} default" - elog - fi - if has_version net-dialup/wvdial; then - elog "If using net-dialup/wvdial, you need \"Carrier Check = no\" line." - fi -} diff --git a/net-dialup/martian-modem/metadata.xml b/net-dialup/martian-modem/metadata.xml deleted file mode 100644 index 5df90bc70620..000000000000 --- a/net-dialup/martian-modem/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - rogerx.oss@gmail.com - Roger Zauner - Proxied Maintainer, Assign bugs to him - - - proxy-maint@gentoo.org - Proxy Maintainers - - diff --git a/net-im/gajim/gajim-0.16.6.ebuild b/net-im/gajim/gajim-0.16.6.ebuild deleted file mode 100644 index a245178d82ca..000000000000 --- a/net-im/gajim/gajim-0.16.6.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite,xml" - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils python-r1 versionator - -MY_PV=${PV/_/-} -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Jabber client written in PyGTK" -HOMEPAGE="http://www.gajim.org/" -SRC_URI=" - http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" -# test? ( https://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz )" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd" -IUSE="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf" - -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - libnotify? ( dbus ) - gnome? ( gnome-keyring ) - zeroconf? ( dbus )" - -COMMON_DEPEND=" - ${PYTHON_DEPS} - dev-python/pygtk:2[${PYTHON_USEDEP}] - x11-libs/gtk+:2" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40.1 - virtual/pkgconfig - >=sys-devel/gettext-0.17-r1" -RDEPEND="${COMMON_DEPEND} - dev-python/pyasn1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] - >=dev-python/python-nbxmpp-0.5.3[${PYTHON_USEDEP}] - crypt? ( - app-crypt/gnupg - dev-python/pycrypto[${PYTHON_USEDEP}] - ) - dbus? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-libs/dbus-glib - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] ) - zeroconf? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] ) - ) - gnome? ( - dev-python/libgnome-python[${PYTHON_USEDEP}] - dev-python/egg-python[${PYTHON_USEDEP}] - ) - gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] ) - idle? ( x11-libs/libXScrnSaver ) - jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] ) - kde? ( kde-apps/kwalletmanager ) - networkmanager? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - net-misc/networkmanager - ) - spell? ( app-text/gtkspell:2 ) - srv? ( - || ( - dev-python/libasyncns-python[${PYTHON_USEDEP}] - net-dns/bind-tools - ) - ) - xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - autotools-utils_src_prepare - python_copy_sources -} - -src_configure() { - configuration() { - local myeconfargs=( - $(use_enable nls) - $(use_with X x) - --docdir="/usr/share/doc/${PF}" - --libdir="$(python_get_sitedir)" - --enable-site-packages - ) - run_in_build_dir autotools-utils_src_configure - } - python_foreach_impl configuration -} - -src_compile() { - compilation() { - run_in_build_dir autotools-utils_src_compile - } - python_foreach_impl compilation -} - -src_test() { - testing() { - run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die - } - python_foreach_impl testing -} - -src_install() { - installation() { - run_in_build_dir autotools-utils_src_install - python_optimize - } - python_foreach_impl installation - - rm "${ED}/usr/share/doc/${PF}/README.html" || die - dohtml README.html -} diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest index 0a23d64282e8..f8d8630c5018 100644 --- a/net-im/pidgin/Manifest +++ b/net-im/pidgin/Manifest @@ -1,4 +1,3 @@ DIST pidgin-2.10.9-irc_join_sleep.patch 534 SHA256 ee061505d04c994a36ea1d5eef346b7cbb2512afafa4985a678205ea69d87857 SHA512 8de0d6f05e48cd5a3e894576e06c7fb82e4bfc778cce8bb179fa22e2a05f5c2390a0e4c5b626ee4b910a18eab170d8f4be200f435ce408a86575af99e51e3bdf WHIRLPOOL 7aa9aa9e5ee7d97445da2c330329c6bfd4ad21347f43220e8377b7ec40eb5eac417be08cddfcdd48c7f847aac00a0f9ab39d0add09f1bee519f96f7586bdf5c9 -DIST pidgin-2.11.0.tar.bz2 10037480 SHA256 f72613440586da3bdba6d58e718dce1b2c310adf8946de66d8077823e57b3333 SHA512 d6a9bb8075b475e5204d730075b432ca0f1cb91b6337f98e506587132581e6928a826b47e0b94fb9eaedc79c5be0a8237c4671fc26dba97dedad1adb74c9abfa WHIRLPOOL e7f91d92bece8611986c35f17d3d263a197f8c7cf71d514d1f409fbe31fd57cf8a1beabab3d028a0882a79a115ae021b2e64dd2c6b3ec6c29a783a3df28af948 DIST pidgin-2.12.0.tar.bz2 9270704 SHA256 8c3d3536d6d3c971bd433ff9946678af70a0f6aa4e6969cc2a83bb357015b7f8 SHA512 e87b39888432982ee36332fd14b272f49f7974de9e8694f7fe3bec2821748d6e6026ac5a63615a93386a033d6ee7c4de5ae0a86b725f63b9cc55650f0ab94b06 WHIRLPOOL 7dc2ed772825169a10b5cf74ef370c1f2c0916a340e472e40b0681a9924fd57f9d67e1701051f571f79d8201ef0d8143e81d87e402aff651f63e6b9b39c80b48 DIST pidgin-eds-3.6.patch.bz2 2352 SHA256 321185dd5f44e502f671b17e84fa1ca2e08a3f7c79ed211c0bb92710700bcc41 SHA512 a0195679ab55ed9c7ea18ace6dbf0fc994698f1f4eea9d8335dfdcdcd6a68975c0191bd22f150bf5a9a0a691ce7e9e73d79598e1e8be541efa1d9824a633d877 WHIRLPOOL 5c1d3e933bdfa4b1f20f98dbf8b5c1669eb857b9db60dacae488fa04331300618df2f1265e4fb2e58ed31b24229df0edb8c30970d8172fd65ca7fa03bc0e3805 diff --git a/net-im/pidgin/metadata.xml b/net-im/pidgin/metadata.xml index cf345b32f617..718b51ce3ea3 100644 --- a/net-im/pidgin/metadata.xml +++ b/net-im/pidgin/metadata.xml @@ -14,7 +14,6 @@ Enables voice and video sessions Builds Pidgin, the GTK+ interface Enable meanwhile support for Sametime protocol - Enable mxit protocol support Build finch, console interface Enable Contact Availability Prediction plugin Build libgnt (GLib Ncurses Toolkit used by finch) with python scripting support diff --git a/net-im/pidgin/pidgin-2.11.0-r1.ebuild b/net-im/pidgin/pidgin-2.11.0-r1.ebuild deleted file mode 100644 index a882485ff4b9..000000000000 --- a/net-im/pidgin/pidgin-2.11.0-r1.ebuild +++ /dev/null @@ -1,259 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python2_7 ) - -inherit autotools flag-o-matic eutils gnome2 toolchain-funcs multilib perl-module python-single-r1 - -DESCRIPTION="GTK Instant Messenger client" -HOMEPAGE="http://pidgin.im/" -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.bz2 - https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2 - https://gist.githubusercontent.com/imcleod/77f38d11af11b2413ada/raw/46e9d6cb4d2f839832dad2d697bb141a88028e04/pidgin-irc-join-sleep.patch -> ${PN}-2.10.9-irc_join_sleep.patch" - -LICENSE="GPL-2" -SLOT="0/2" # libpurple version -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit pie" -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:0=[unicode] - dbus? ( ${PYTHON_DEPS} ) - python? ( ${PYTHON_DEPS} ) ) - gtk? ( - >=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-3.6:= ) - prediction? ( >=dev-db/sqlite-3.3:3 ) - ) - gstreamer? ( media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - >=net-libs/farstream-0.2.7:0.2 ) - 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.16:= ) - gadu? ( || ( >=net-libs/libgadu-1.11.0[ssl,gnutls] - >=net-libs/libgadu-1.11.0[-ssl] ) ) - gnutls? ( net-libs/gnutls ) - !gnutls? ( - dev-libs/nspr - dev-libs/nss - ) - meanwhile? ( net-libs/meanwhile ) - silc? ( >=net-im/silc-toolkit-1.0.1 ) - tcl? ( dev-lang/tcl:0= ) - tk? ( dev-lang/tk:0= ) - 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() { - default - - eautoreconf -} - -src_configure() { - # Stabilize things, for your own good - strip-flags - replace-flags -O? -O2 - use pie && append-cflags -fPIE -pie - - local myconf=() - - if use gadu; then - DYNAMIC_PRPLS="${DYNAMIC_PRPLS},gg" - fi - - use groupwise && DYNAMIC_PRPLS+=",novell" - use silc && DYNAMIC_PRPLS+=",silc" - use meanwhile && DYNAMIC_PRPLS+=",sametime" - use mxit && DYNAMIC_PRPLS+=",mxit" - use zephyr && DYNAMIC_PRPLS+=",zephyr" - use zeroconf && DYNAMIC_PRPLS+=",bonjour" - - 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 \ - $(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_with gstreamer gstreamer 1.0) \ - $(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 && perl_delete_localpod - - if use python && use dbus ; then - python_fix_shebang "${D}" - python_optimize - fi - - dodoc ${DOCS} finch/plugins/pietray.py - docompress -x /usr/share/doc/${PF}/pietray.py - - prune_libtool_files --all -} - -src_test() { - emake check -} diff --git a/net-im/telegram-desktop-bin/Manifest b/net-im/telegram-desktop-bin/Manifest index d44d7e34b5c2..4e1e6ff32ba0 100644 --- a/net-im/telegram-desktop-bin/Manifest +++ b/net-im/telegram-desktop-bin/Manifest @@ -1,6 +1,6 @@ -DIST tdesktop-1.1.7.tar.gz 16754793 SHA256 760f9ff4864e1c4cfd3a955ff493644d0e6aff5bb6d1012e12d33ede2314b622 SHA512 a79e5ba19149be3e6fdae5759cfb399fd45bb68c32a8e0fabef1633a0f1c25220fdc93a94081ab3edbf1b9fb8790821cf46c602174a5e8c94ec35040b089fd30 WHIRLPOOL 7a6a61ae40b280b9a5ce61ea7a70546cc84b331a520b3e6497db939a6447cf4d0740d839251585d2403f5a9f30a0eaf92bba1eb420eb857368af269d21dfd596 +DIST tdesktop-1.1.10.tar.gz 16967625 SHA256 be4b867367fed2a09180edde913cb8bcd4201f86707b533e4b54e36bcc1a3214 SHA512 5b40cf494e7ca30e570c3abb1157718538bab64f0457bc73a0f85c7d79957a5699839a74da934bf3dc1683056b5686dddf536e310e1e21d0c64962523b491426 WHIRLPOOL 79ad90bfa967dbc56ade64150c784bf69f308138e000caf1f758616d55983618164a11c774ba2437f49cdbee63173a263949d798094e6d927ad32cee234da527 DIST tdesktop-1.1.9.tar.gz 16960532 SHA256 954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67 SHA512 cac579b94683c54e80edeff52ad81d63cc9d7e45d48c74dd88dd4ef8c61e0dbc3b0931189ed218419eeef4d11d6b508a7a6efb9fe20f38250c12fd983983afe5 WHIRLPOOL 4f48acbcf0e54fbe47b1cb1585688be521a6fdf275d6019289139de9d6eeda542bcaa6d37b0de0ebbc3eff78ba97f05897a2a70438a391aeac7d831b28b7e331 -DIST tsetup.1.1.7.tar.xz 29797328 SHA256 c0a2d38219f2923294fda46fb11da868523808abccd88f60c979a32828b9473e SHA512 a308616d0223eb4561b1855643fc8c7fb2653670dd2333e837d0496c3fc5d2ae01e395f34171baa68eeef4c2181f5a485e30288346c07584399b5306248dcb2a WHIRLPOOL eea299139b8659a419e489116054f76bb14a137cf089ab839dbf69babe538c86f99861e0fe298419636a5ecb7cc673a830385929aeca0cf7b5a7f6f1fc7fd50e +DIST tsetup.1.1.10.tar.xz 30054964 SHA256 9024a2e1df7eecb49ad503ffa9ea2d9ccc6729dac7600c1a13c255a7db09c39e SHA512 dd254b50b4d74dc7d9a3ed80bb99617a466a4d388de53d25c70f6772d3a8b805671986c1c79ba388ab4a1441b255846f01235aa43e3e4e3fc0278324011b3efb WHIRLPOOL e2cd1ed60a7129a2ecd6c0cd080412d2091970764277c13f1643865a158addf4641d1cd880fedf9de1d8698330307f0d8ce9aa309140712bb545699d9b1dd2d2 DIST tsetup.1.1.9.tar.xz 30039836 SHA256 370cca056d32869045f8879dfd89045747bf9327d109618002d283ab586899a6 SHA512 5b942ccdf9317acca799287288099270bb9b2f198dc575f67d58ca9555a8c54270d3598d7078ceab072384a1f80d27a209b26da6ae12d8f462e581726a8a5724 WHIRLPOOL 0301846c16462a9d9f372d11685044e96947b923c43b4fa653f1e979adc0a186ed874eabef30f4317cc6949f47e2fee7ce963ba5eabf7f1573a905206ec53a24 -DIST tsetup32.1.1.7.tar.xz 30618984 SHA256 49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 SHA512 1fcbd2af833ca925eb721f67896b0c0e2fac0e8b704211fc6d07599e909f773dba8e758de67fe9de1c7353cda10cec02462df3c3a7a212cca593c22b2f06f55e WHIRLPOOL 102c676e2076dfa150f6225066d9e5d6f0222ea45c19ecb8c91bfe4be7077ca8ad1ebe99846566677b319b0b660ce3814b995676ef32c3fe76d79134c3769ef0 +DIST tsetup32.1.1.10.tar.xz 31001388 SHA256 4b751a34d3226994666c35e7760652451f29d7d83d88e02bc79da268cafc1432 SHA512 ef162dcd48ab1cb8345275e2e66036ee5b09c0a50e1b4b9ac58872b657ceddf0b6c9bc6a101bde64f327952d76feb8808816b0a279452ee9874ee3a35ec6fda2 WHIRLPOOL 63ad4919a70175310dda6a415a053ffa77508e6579c4e55b541065b34a76ba06a690d86a305dd8f9143226cd170816690e3d376beb1e3f47f2044238e9598ce4 DIST tsetup32.1.1.9.tar.xz 30977868 SHA256 e77b4dd2b91a630c628a863a6a9fa001599621205a83604a5a3218e46719bd38 SHA512 62c8771a59792a0410916e3245cd1cff64b5e3061a5b3d81f5cf976f2c6f622805f1fc77920ab64a22f8b59554992286c06fba4e26f1a53899f6e097e85423ab WHIRLPOOL ac04440263023e247c0b5d8b8d1c88473df7f48e416a6d9cdbb2e742235048311d9a627eb0b051949475dee586109ea5da501ed2d2ff45a8c1352b61dcfb4fdf diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.7.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.10.ebuild similarity index 100% rename from net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.7.ebuild rename to net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.10.ebuild diff --git a/net-irc/charybdis/Manifest b/net-irc/charybdis/Manifest deleted file mode 100644 index 8ea64c7a12c3..000000000000 --- a/net-irc/charybdis/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST charybdis-3.3.0-patches.tar.bz2 10070 SHA256 ec51bbd99dc8ee7b911bc232ae8e35c99f0d4b0b25562bc7991fbfe9dbe3ad28 SHA512 e78c66b7d1c91a9a2c47a6ebb95e3c019e7182cda7115417fd6fc4e9f45dfabdb1467f5b19fa347d56cdbda97f66f7acab52d8ac560d5b3d3e179f7a7158c6da WHIRLPOOL a2bc4b258265347eb3f243d8b933084235717507b52f0c244062e74c017d34f13fcb2abf89ebde62760b49bc95c9d6df22e13a9c7c3e5526bdbf5c131662ef79 -DIST charybdis-3.3.0.tbz2 1478877 SHA256 b5feae88c031dee799144fbfde9d64f3ace4c979c337a1047677a17600dddab1 SHA512 450f1869405a0ea1379c4b189df3a62524ce6656ef5fd1371f705814e9404b5386e2fc4a9ba548ee1027fb73464c06b2c68bad142570042bbc0381723a306eae WHIRLPOOL 909e87b52e9b717c4de91ab737663b86c30372bdb5e80f23ecf76f9c3320adbaeb3c0ad991ff1b74958114041fdd9aa73f8870efd166ae4af851384eed4e56ed -DIST charybdis-3.4.2.tbz2 1526229 SHA256 8a38e67072d90147c40202918c82237765e339cbc849456da54994ce6e31b754 SHA512 4bd4126cbb023e8ca1ec3003d92893dd44f9bdd8ce5d3fb471fed0b62eb4aa5ff410a6e769ee7daab4864492d49ff594e3e8c7fea05318eb2308efc2195dc8a3 WHIRLPOOL ac098f73169662cda2a9829f2204a6b1eac56b18d023b9049f82a427edd8ab6888133ce2959815a41104a68a7f22097c83cdc84413bbe66d6a3b8f4fe6979e41 diff --git a/net-irc/charybdis/charybdis-3.3.0.ebuild b/net-irc/charybdis/charybdis-3.3.0.ebuild deleted file mode 100644 index d0318ef7057b..000000000000 --- a/net-irc/charybdis/charybdis-3.3.0.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools eutils multilib user - -DESCRIPTION="The atheme project's IRCd based on ratbox" -HOMEPAGE="http://atheme.org/project/charybdis http://www.stack.nl/~jilles/irc/#charybdis" -SRC_URI="http://www.stack.nl/~jilles/irc/${P}.tbz2 - https://dev.gentoo.org/~binki/distfiles/${CATEGORY}/${PN}/${P}-patches.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +ipv6 largenet ssl zlib" - -RDEPEND="ssl? ( dev-libs/openssl ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/yacc - sys-devel/flex" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 "${EPREFIX}"/usr ${PN} -} - -src_prepare() { - EPATCH_SUFFIX=patch epatch - - eautoreconf - - # Fill the example configuration file with proper paths. - sed -i \ - -e "s:path =.*modules:path = \"$(get_libdir)/${PN}/modules:g" \ - -e "s:etc/:../etc/${PN}/:g" \ - -e "s:logs/:../var/log/charybdis/:g" \ - -e "s:test\.\(cert\|key\):ssl.\1:g" \ - doc/example.conf \ - doc/reference.conf \ - || die -} - -src_configure() { - econf \ - ac_cv_prog_cc_g=no \ - --disable-gnutls \ - $(use_enable debug assert soft) \ - $(use_enable debug iodebug) \ - $(use_enable ipv6) \ - $(use_enable !largenet small-net) \ - $(use_enable ssl openssl) \ - $(use_enable zlib) \ - --with-program-prefix=charybdis- \ - \ - --enable-fhs-paths \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - --libdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN} \ - --with-logdir="${EPREFIX}"/var/log/${PN} \ - --with-moduledir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \ - --with-rundir="${EPREFIX}"/var/run -} - -src_install() { - default - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - insinto etc/${PN} - newins doc/reference.conf ircd.conf - - keepdir var/{lib,log}/${PN} - - # Ensure that if `make install' created /var/run/${PN}, we still - # force the initscript to create that directory. - rm -rf "${D}"/var/run || die - - # charybdis ircd needs writing to its state (bandb) and log directories - fowners :charybdis /var/{lib,log}/${PN} - fperms 770 /var/{lib,log}/${PN} - - # ensure that charybdis can access but not modify its configuration - # while protecting it from others - fowners :charybdis /etc/${PN}{,/ircd.conf} - fperms 750 /etc/${PN} - fperms 640 /etc/${PN}/ircd.conf -} - -pkg_postinst() { - elog "All of the charybdis binaries in PATH have been prefixed with" - elog "'charybdis-' to prevent file collisions." -} diff --git a/net-irc/charybdis/charybdis-3.4.2.ebuild b/net-irc/charybdis/charybdis-3.4.2.ebuild deleted file mode 100644 index dcfad25d8535..000000000000 --- a/net-irc/charybdis/charybdis-3.4.2.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils multilib user - -DESCRIPTION="The atheme project's IRCd based on ratbox" -HOMEPAGE="http://atheme.org/project/charybdis http://www.stack.nl/~jilles/irc/#charybdis" -SRC_URI="http://www.stack.nl/~jilles/irc/${P}.tbz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +ipv6 largenet ssl zlib" - -RDEPEND="ssl? ( dev-libs/openssl ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/yacc - sys-devel/flex" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 "${EPREFIX}"/usr ${PN} -} - -src_prepare() { - # Fill the example configuration file with proper paths. - sed -i \ - -e "s:path =.*modules:path = \"$(get_libdir)/${PN}/modules:g" \ - -e "s:etc/:../etc/${PN}/:g" \ - -e "s:logs/:../var/log/charybdis/:g" \ - -e "s:test\.\(cert\|key\):ssl.\1:g" \ - doc/example.conf \ - doc/reference.conf \ - || die -} - -src_configure() { - econf \ - ac_cv_prog_cc_g=no \ - --disable-gnutls \ - $(use_enable debug assert soft) \ - $(use_enable debug iodebug) \ - $(use_enable ipv6) \ - $(use_enable !largenet small-net) \ - $(use_enable ssl openssl) \ - $(use_enable zlib) \ - --with-program-prefix=charybdis- \ - \ - --enable-fhs-paths \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - --libdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN} \ - --with-logdir="${EPREFIX}"/var/log/${PN} \ - --with-moduledir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \ - --with-rundir="${EPREFIX}"/var/run -} - -src_install() { - default - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - - insinto etc/${PN} - newins doc/reference.conf ircd.conf - - keepdir var/{lib,log}/${PN} - - # Ensure that if `make install' created /var/run/${PN}, we still - # force the initscript to create that directory. - rm -rf "${D}"/var/run || die - - # charybdis ircd needs writing to its state (bandb) and log directories - fowners :charybdis /var/{lib,log}/${PN} - fperms 770 /var/{lib,log}/${PN} - - # ensure that charybdis can access but not modify its configuration - # while protecting it from others - fowners :charybdis /etc/${PN}{,/ircd.conf} - fperms 750 /etc/${PN} - fperms 640 /etc/${PN}/ircd.conf -} - -pkg_postinst() { - elog "All of the charybdis binaries in PATH have been prefixed with" - elog "'charybdis-' to prevent file collisions." -} diff --git a/net-irc/charybdis/files/charybdis.confd b/net-irc/charybdis/files/charybdis.confd deleted file mode 100644 index 9bf5b2b8e1fa..000000000000 --- a/net-irc/charybdis/files/charybdis.confd +++ /dev/null @@ -1,6 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Specify any extra options to pass to charybdis -CHARYBDIS_OPTS="" diff --git a/net-irc/charybdis/files/charybdis.initd b/net-irc/charybdis/files/charybdis.initd deleted file mode 100644 index 44a1a00a47b9..000000000000 --- a/net-irc/charybdis/files/charybdis.initd +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -extra_started_commands="reload" - -depend() { - use dns net - provide ircd -} - -start() { - if ! [ -d /var/run/charybdis ]; then - ebegin "Creating /var/run/charybdis for ${SVCNAME}" - mkdir /var/run/charybdis \ - && chown :charybdis /var/run/charybdis \ - && chmod 770 /var/run/charybdis - eend $? - fi - - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec /usr/bin/charybdis-ircd \ - --user charybdis --pidfile /var/run/charybdis/ircd.pid \ - ${CHARYBDIS_OPTS} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop --pidfile /var/run/charybdis/ircd.pid - eend $? -} - -reload() { - ebegin "Reloading ${SVCNAME}" - start-stop-daemon --signal HUP --pidfile /var/run/charybdis/ircd.pid - eend $? -} diff --git a/net-irc/charybdis/metadata.xml b/net-irc/charybdis/metadata.xml deleted file mode 100644 index 4df69a38e69f..000000000000 --- a/net-irc/charybdis/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Enable support/tweaks for large networks - - diff --git a/net-libs/c-client/metadata.xml b/net-libs/c-client/metadata.xml index 40569ab04e87..ffe3eff9f30d 100644 --- a/net-libs/c-client/metadata.xml +++ b/net-libs/c-client/metadata.xml @@ -7,7 +7,7 @@ Install RFCs related to IMAP - Enable support for net-mail/topal + Enable support for net-mail/topal for use with mail-client/alpine Enable Eduardo Chappa's patches for use with mail-client/alpine (mainly adds support for maildir) diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch new file mode 100644 index 000000000000..a62f23d87e94 --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch @@ -0,0 +1,29 @@ +From: Thorsten Kukuk +Date: Mon, 4 Apr 2016 13:48:04 +0000 (-0400) +Subject: Compile des_crypt.c and des_impl.c +X-Git-Tag: libtirpc-1-0-2-rc3~1 +X-Git-Url: http://git.linux-nfs.org/?p=steved%2Flibtirpc.git;a=commitdiff_plain;h=7f6bb9a3467a57caf43425d213a06aeb7870086b + +Compile des_crypt.c and des_impl.c + +Add des_impl.c to become independent of deprecated functions of glibc + +Fixes: f17b44048003 ('Revert commit c0547c56dafb') +Signed-off-by: Thorsten Kukuk +Signed-off-by: Steve Dickson +--- + +diff --git a/src/Makefile.am b/src/Makefile.am +index e4ed8aa..fba2aa4 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -24,7 +24,7 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c cln + rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \ + svc_auth_des.c \ + svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ +- auth_time.c auth_des.c authdes_prot.c debug.c ++ auth_time.c auth_des.c authdes_prot.c debug.c des_crypt.c des_impl.c + + ## XDR + libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c xdr_sizeof.c + diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch new file mode 100644 index 000000000000..481ace7e6fcd --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch @@ -0,0 +1,30 @@ +From: Thorsten Kukuk +Date: Mon, 4 Apr 2016 13:37:32 +0000 (-0400) +Subject: getpublickey.c: ifdef out yp headers +X-Git-Tag: libtirpc-1-0-2-rc3~3 +X-Git-Url: http://git.linux-nfs.org/?p=steved%2Flibtirpc.git;a=commitdiff_plain;h=742bbdff6ddff4dde0d610a842cd8ac0408af0a0 + +getpublickey.c: ifdef out yp headers + +If we don't compile in YP support, don't include YP + +Signed-off-by: Thorsten Kukuk +Signed-off-by: Steve Dickson +--- + +diff --git a/src/getpublickey.c b/src/getpublickey.c +index 764a5f9..8cf4dc2 100644 +--- a/src/getpublickey.c ++++ b/src/getpublickey.c +@@ -38,8 +38,10 @@ + #include + #include + #include ++#ifdef YP + #include + #include ++#endif + #include + #include + + diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch new file mode 100644 index 000000000000..0ef15290ea14 --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch @@ -0,0 +1,43 @@ +From: Thorsten Kukuk +Date: Mon, 4 Apr 2016 13:51:15 +0000 (-0400) +Subject: Remove des*.c dependencies to glibc +X-Git-Tag: libtirpc-1-0-2-rc3 +X-Git-Url: http://git.linux-nfs.org/?p=steved%2Flibtirpc.git;a=commitdiff_plain;h=503ac2e9fa569d95e366766202a7ca840e28b28a + +Remove des*.c dependencies to glibc + +Our des_impl.c has dependencies to glibc header files +and different arguments then our header file has. +Bring our own code in sync. + +Signed-off-by: Thorsten Kukuk +Signed-off-by: Steve Dickson +--- + +diff --git a/src/des_impl.c b/src/des_impl.c +index c5b7ed6..9dbccaf 100644 +--- a/src/des_impl.c ++++ b/src/des_impl.c +@@ -6,7 +6,8 @@ + /* see to obtain a copy. */ + #include + #include +-#include ++#include ++#include + + + static const uint32_t des_SPtrans[8][64] = +diff --git a/tirpc/rpc/des.h b/tirpc/rpc/des.h +index d2881ad..018aa48 100644 +--- a/tirpc/rpc/des.h ++++ b/tirpc/rpc/des.h +@@ -82,6 +82,6 @@ struct desparams { + /* + * Software DES. + */ +-extern int _des_crypt( char *, int, struct desparams * ); ++extern int _des_crypt( char *, unsigned, struct desparams * ); + + #endif + diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch new file mode 100644 index 000000000000..a8ad182f76b4 --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch @@ -0,0 +1,137 @@ +From: Thorsten Kukuk +Date: Mon, 4 Apr 2016 13:44:19 +0000 (-0400) +Subject: Remove dependency to nis.h +X-Git-Tag: libtirpc-1-0-2-rc3~2 +X-Git-Url: http://git.linux-nfs.org/?p=steved%2Flibtirpc.git;a=commitdiff_plain;h=5f00f8c78c5d13437d50c0737ce77ad67fd4361d + +Remove dependency to nis.h + +libtirpc needs rpcsvc/nis.h for compiling, but does not +provide this head file. It's only provided by glibc, +if the sunrpc code is not marked as deprecated, and +by libnsl. But libnsl needs libtirpc to compile... + +Signed-off-by: Steve Dickson +--- + +diff --git a/src/auth_des.c b/src/auth_des.c +index 4d3639e..af2f61f 100644 +--- a/src/auth_des.c ++++ b/src/auth_des.c +@@ -46,8 +46,8 @@ + #include + #include + #include +-#undef NIS +-#include ++ ++#include "nis.h" + + #if defined(LIBC_SCCS) && !defined(lint) + #endif +diff --git a/src/auth_time.c b/src/auth_time.c +index 10e58eb..7f83ab4 100644 +--- a/src/auth_time.c ++++ b/src/auth_time.c +@@ -44,8 +44,8 @@ + #include + //#include + #include +-#undef NIS +-#include ++ ++#include "nis.h" + + + #ifdef TESTING +diff --git a/src/nis.h b/src/nis.h +new file mode 100644 +index 0000000..588c041 +--- /dev/null ++++ b/src/nis.h +@@ -0,0 +1,70 @@ ++/* ++ * Copyright (c) 2010, Oracle America, Inc. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions are ++ * met: ++ * ++ * * Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * * Redistributions in binary form must reproduce the above ++ * copyright notice, this list of conditions and the following ++ * disclaimer in the documentation and/or other materials ++ * provided with the distribution. ++ * * Neither the name of the "Oracle America, Inc." nor the names of its ++ * contributors may be used to endorse or promote products derived ++ * from this software without specific prior written permission. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ++ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS ++ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ++ * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, ++ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE ++ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ++ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ++ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ++ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ */ ++ ++#ifndef _INTERNAL_NIS_H ++#define _INTERNAL_NIS_H 1 ++ ++/* This file only contains the definition of nis_server, to be ++ able to compile libtirpc without the need to have a glibc ++ with sunrpc or a libnsl already installed. */ ++ ++#define NIS_PK_NONE 0 ++ ++struct nis_attr { ++ char *zattr_ndx; ++ struct { ++ u_int zattr_val_len; ++ char *zattr_val_val; ++ } zattr_val; ++}; ++typedef struct nis_attr nis_attr; ++ ++typedef char *nis_name; ++ ++struct endpoint { ++ char *uaddr; ++ char *family; ++ char *proto; ++}; ++typedef struct endpoint endpoint; ++ ++struct nis_server { ++ nis_name name; ++ struct { ++ u_int ep_len; ++ endpoint *ep_val; ++ } ep; ++ uint32_t key_type; ++ netobj pkey; ++}; ++typedef struct nis_server nis_server; ++ ++#endif /* ! _INTERNAL_NIS_H */ +diff --git a/src/rpc_soc.c b/src/rpc_soc.c +index 1ec7b3f..ed0892a 100644 +--- a/src/rpc_soc.c ++++ b/src/rpc_soc.c +@@ -61,8 +61,8 @@ + #include + #include + #include +-#include + ++#include "nis.h" + #include "rpc_com.h" + + extern mutex_t rpcsoc_lock; + diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch new file mode 100644 index 000000000000..b2760d2b77b4 --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch @@ -0,0 +1,51 @@ +From https://patchwork.kernel.org/patch/5499671/: + + Subject: [6/9] Define struct rpcent on non GNU libc + From: Natanael Copa + X-Patchwork-Id: 5499671 + Message-Id: <1418718540-13667-7-git-send-email-ncopa@alpinelinux.org> + To: libtirpc-devel@lists.sourceforge.net + Cc: linux-nfs@vger.kernel.org, Natanael Copa + Date: Tue, 16 Dec 2014 09:28:57 +0100 + + This fixes the following compile error with musl libc: + getrpcent.c:65:16: error: field 'rpc' has incomplete type + struct rpcent rpc; + ^ + + Signed-off-by: Natanael Copa + --- + This patch could probably be better. It assumes that only GNU libc has + the rpcent struct defined, but the BSDs probably has it too. + + I am not sure if uClibc has it, but uClibc does define __GLIBC__ so it + might be broken there too. + + I looked into using AC_CHECK_MEMBER but I don't think it is a good idea + so depend on config.h since this is a header that will be installed on + the system. + + I also found out that struct rpcent is also defined in + /usr/include/gssrpc/netdb.h but I am unsure if we can depend on that + too since GSS is optional. + + So I am a bit in doubt what the proper fix is. Meanwhile, this works + for musl libc. + +We fix the uClibc case by checking for __UCLIBC__ as well, since uClibc will +define __GLIBC__ as well (why?) as __UCLIBC__. This should not affect the +musl case. +--- + +diff -Naurp libtirpc-1.0.1.orig/tirpc/rpc/rpcent.h libtirpc-1.0.1/tirpc/rpc/rpcent.h +--- libtirpc-1.0.1.orig/tirpc/rpc/rpcent.h 2015-10-30 15:15:14.000000000 +0000 ++++ libtirpc-1.0.1/tirpc/rpc/rpcent.h 2017-07-05 04:58:27.141468000 +0000 +@@ -49,7 +49,7 @@ extern "C" { + #endif + + /* These are defined in /usr/include/rpc/netdb.h */ +-#if !defined(__GLIBC__) ++#if !defined(__GLIBC__) || defined(__UCLIBC__) + struct rpcent { + char *r_name; /* name of server for this rpc program */ + char **r_aliases; /* alias list */ diff --git a/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-use-memset-not-bzero.patch b/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-use-memset-not-bzero.patch new file mode 100644 index 000000000000..f7657f74db43 --- /dev/null +++ b/net-libs/libtirpc/files/libtirpc-1.0.1_uclibc-use-memset-not-bzero.patch @@ -0,0 +1,21 @@ +Inspired by a similar fix here: +http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/packages/nfs-utils/files/uclibc_bzero_fix.patch?id=39d8c0fc4a9d14b7bad1442e05c536e28b196a47 + +Because uclibc does not have a working implementation of `__bzero'. +--- + +diff -Naurp libtirpc-1.0.1.orig/src/des_impl.c libtirpc-1.0.1/src/des_impl.c +--- libtirpc-1.0.1.orig/src/des_impl.c 2017-07-05 06:16:07.441468000 +0000 ++++ libtirpc-1.0.1/src/des_impl.c 2017-07-05 06:19:57.351468000 +0000 +@@ -588,7 +588,11 @@ _des_crypt (char *buf, unsigned len, str + } + tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; + tbuf[0] = tbuf[1] = 0; ++#ifndef __UCLIBC__ + __bzero (schedule, sizeof (schedule)); ++#else ++ memset (schedule, 0, sizeof (schedule)); ++#endif + + return (1); + } diff --git a/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild new file mode 100644 index 000000000000..d1f98f791063 --- /dev/null +++ b/net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +inherit autotools multilib-minimal toolchain-funcs eutils + +DESCRIPTION="Transport Independent RPC library (SunRPC replacement)" +HOMEPAGE="http://libtirpc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 + mirror://gentoo/${PN}-glibc-nfs.tar.xz" + +LICENSE="GPL-2" +SLOT="0/3" # subslot matches SONAME major +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="ipv6 kerberos static-libs" + +RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + app-arch/xz-utils + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" + +PATCHES=( + "${FILESDIR}/${P}-CVE-2017-8779.patch" + "${FILESDIR}/${P}_uclibc-dont-use-struct-rpcent.patch" + "${FILESDIR}/${P}_ifdef-out-yp-headers-742bbdff6ddf.patch" + "${FILESDIR}/${P}_remove-nis-h-dep-5f00f8c78c5d.patch" + "${FILESDIR}/${P}_add-des_impl-c-7f6bb9a3467a.patch" + "${FILESDIR}/${P}_remove-des-deps-to-glibc-503ac2e9fa56.patch" + "${FILESDIR}/${P}_uclibc-use-memset-not-bzero.patch" +) + +src_prepare() { + cp -r "${WORKDIR}"/tirpc "${S}"/ || die + epatch "${PATCHES[@]}" + epatch_user + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE=${S} \ + econf \ + $(use_enable ipv6) \ + $(use_enable kerberos gssapi) \ + $(use_enable static-libs static) +} + +multilib_src_install() { + default + + # libtirpc replaces rpc support in glibc, so we need it in / + gen_usr_ldscript -a tirpc +} + +multilib_src_install_all() { + einstalldocs + + insinto /etc + doins doc/netconfig + + insinto /usr/include/tirpc + doins -r "${WORKDIR}"/tirpc/* + + # makes sure that the linking order for nfs-utils is proper, as + # libtool would inject a libgssglue dependency in the list. + use static-libs || prune_libtool_files +} diff --git a/net-mail/topal/Manifest b/net-mail/topal/Manifest deleted file mode 100644 index 78f1b6ab609c..000000000000 --- a/net-mail/topal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST topal-package-75.tgz 345976 SHA256 cc6da6fc4945d1fbd773eb01811fef4a23a7ac6bdc3c5a20c9cf33bb88ca70bd SHA512 fae4fdb1a10e8173ae233658337f3f6169637382289ad91bf1adb704bcaa10a7ce3a957015b0745034cacd5314b53e687650eee0868ca30cd176d5a255b21e64 WHIRLPOOL 987cdb6a979457bbaf25e341f8e22370a53838ad0b4c38c6185c12b5df13d50b3675051d4b6f4a0ead314565146070e413d4929a066b282cca3c035cf6193c73 diff --git a/net-mail/topal/files/75-Makefile.patch b/net-mail/topal/files/75-Makefile.patch deleted file mode 100644 index 54a4dc6316d1..000000000000 --- a/net-mail/topal/files/75-Makefile.patch +++ /dev/null @@ -1,76 +0,0 @@ ---- MIME-tool/Makefile 2012-10-14 09:36:08.547372628 +0000 -+++ MIME-tool/Makefile 2012-10-14 09:37:30.786356453 +0000 -@@ -1,10 +1,13 @@ - .PHONY: all clean realclean distrib - -+CC=gcc -+CFLAGS=-Wall -O2 -+LDFLAGS= -+ - all: mime-tool - - mime-tool: mime.c -- gcc -Wall -O2 -o mime-tool mime.c -- -strip mime-tool -+ $(CC) $(CFLAGS) $(LDFLAGS) -o mime-tool mime.c - - realclean: clean - -rm mime-tool ---- Makefile 2012-10-14 10:01:35.211485438 +0000 -+++ Makefile 2012-10-14 10:08:26.682400711 +0000 -@@ -15,6 +15,10 @@ - - .PHONY: all binary doc clean realclean distclean package install distrib all2 FORCE - -+CC=gcc -+CFLAGS=-Wall -O2 -+LDFLAGS= -+ - RELEASECODE=$(shell grep '^
' Changelog.html | tail -1 | sed 's/.* release //; sx.*$$xx') - BUILDDATE=$(shell date '+%Y-%m-%dT%H%M%S%Z') - -@@ -44,20 +48,19 @@ - all2: package distrib - - ada-readline-c.o: ada-readline-c.c -- gcc -c -Wall -O2 $(TOPALDEBUG) ada-readline-c.c -+ $(CC) -c $(CFLAGS) $(TOPALDEBUG) ada-readline-c.c - - ada-echo-c.o: ada-echo-c.c -- gcc -c -Wall -O2 $(TOPALDEBUG) ada-echo-c.c -+ $(CC) -c $(CFLAGS) $(TOPALDEBUG) ada-echo-c.c - - externals-c.o: externals-c.c -- gcc -c -Wall -O2 $(TOPALDEBUG) externals-c.c -+ $(CC) -c $(CFLAGS) $(TOPALDEBUG) externals-c.c - - mime-tool: -- make -C MIME-tool -+ $(MAKE) -C MIME-tool - - topal: $(TOPALDEPS) -- gnatmake -gnat05 -gnatwa -gnato -O2 $(TOPALDEBUG) topal -- -strip topal -+ gnatmake -gnat05 -gnatwa -gnato -O2 $(TOPALDEBUG) topal -largs $(LDFLAGS) - - # FORCE, because BUILDDATE changes each time.... - version_id.adb: mkversionid FORCE -@@ -74,13 +77,13 @@ - topal.pdf: topal.tex versionid.tex - pdflatex topal.tex && pdflatex topal.tex - --install: all -+install: - install -d $(INSTALLPATHBIN) $(INSTALLPATHDOC) $(INSTALLPATHMAN)/man1 $(INSTALLPATHPATCHES) -- install -m 755 -s topal $(INSTALLPATHBIN) -- install -m 644 Features.html Changelog.html topal.pdf COPYING $(INSTALLPATHDOC) -+ install -m 755 topal $(INSTALLPATHBIN) -+ install -m 644 screens/*.png $(INSTALLPATHDOC) - install -m 644 topal.man $(INSTALLPATHMAN)/man1/topal.1 -- install -m 644 pine-*.patch alpine-*.patch alpine-*.patch-* $(INSTALLPATHPATCHES) -- install -m 755 -s MIME-tool/mime-tool $(INSTALLPATHBIN) -+ install -m 644 alpine-*.patch alpine-*.patch-* $(INSTALLPATHPATCHES) -+ install -m 755 MIME-tool/mime-tool $(INSTALLPATHBIN) - install -m 644 MIME-tool/mime-tool.man $(INSTALLPATHMAN)/man1/mime-tool.1 - - clean: diff --git a/net-mail/topal/metadata.xml b/net-mail/topal/metadata.xml deleted file mode 100644 index fd44d5279862..000000000000 --- a/net-mail/topal/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - net-mail@gentoo.org - Net-Mail - - - Topal is a glue program that links GnuPG and Pine/Alpine. It offers - facilities to encrypt, decrypt, sign and verify emails. - - diff --git a/net-mail/topal/topal-75.ebuild b/net-mail/topal/topal-75.ebuild deleted file mode 100644 index 0e589754f978..000000000000 --- a/net-mail/topal/topal-75.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs eutils - -DESCRIPTION="Topal is a 'glue' program that links GnuPG and Pine/Alpine" -HOMEPAGE="http://homepage.ntlworld.com/phil.brooke/topal/" -SRC_URI="http://homepage.ntlworld.com/phil.brooke/topal/rel-${PV}/topal-package-${PV}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc" - -RDEPEND=">=app-crypt/gnupg-2.0.7-r1 - || ( net-mail/metamail app-misc/run-mailcap ) - || ( app-text/dos2unix app-text/hd2u ) - sys-libs/ncurses - sys-libs/readline" -DEPEND="${RDEPEND} - virtual/ada - doc? ( app-text/texlive )" - -src_prepare() { - rm "${S}"/MIME-tool/mime-tool || die - epatch "${FILESDIR}"/${PV}-Makefile.patch - use doc || sed -i -e '/pdflatex/s/^/#/' Makefile -} - -src_compile() { - emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake install \ - INSTALLPATH="${D}"/usr \ - INSTALLPATHDOC="${D}/usr/share/doc/${PF}" - dohtml "${S}"/*.html -} diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest index 4e54a7b64482..f810bd41d5fc 100644 --- a/net-misc/memcached/Manifest +++ b/net-misc/memcached/Manifest @@ -4,3 +4,4 @@ DIST memcached-1.4.35.tar.gz 398312 SHA256 f4815ac95aa06c0f360052a0a12010533b2b7 DIST memcached-1.4.36.tar.gz 399047 SHA256 773b6bb20bf80223ca6a15d75f570fbab346ad11ec98595e5af5e33f54bd82d8 SHA512 37334c0e04af3175153fa4ac37606c2040dcba31556435abfd17d44d9038fc46df9355bf13103ecdede2c6716baf82699e7f62f1891aa587db232e992cf3aeea WHIRLPOOL 27e4b48ad395811fa9a145e650e43ce18f68315dc18d85947742bab8d068bca570aa41e80024956e8d401eb5b656f353d97376151ff6ab8b0624b1cb686002d6 DIST memcached-1.4.37.tar.gz 399782 SHA256 2f335ab9110ce39036c5271ef39a582a852e424bc9659e421844073cfdf8606b SHA512 eadcb2ea3caf5946f3348c3cddc9fa4de3268589096a8fbfcb7c2867ce317390bdb91a2539353c756d214eb02ef3f0f0e71adb5dd46fd37fda4e82a59173e1b4 WHIRLPOOL 58dc31ec9ead3b26e37a2158ea15890ff145b90a3171aec12ed772123c05667a7689fe0014509008db53d220a06185db5ad335fd01624561cd2fa1b845a4ed2a DIST memcached-1.4.38.tar.gz 403618 SHA256 e3d06a3d3fbab2573276232f0b25a0789d7ab1242a1750d0ab049d742776ef86 SHA512 23124ce7d25567d9e56984c074b5e4876bf6f64bdc21c2e9eb71ad9826704d1b1b2b34f560a94d6aa8113ac21939031509f934f4f9e64dd7b56c7748037bd71e WHIRLPOOL 074f92b1e0882391210b15f6c8cc141243cef132615c0821c2daba61a7bd4d3b8b3fc5a0f61e2abfd3c4958ad36d01a06c80ee36549785b4533dab5ab57f556c +DIST memcached-1.4.39.tar.gz 403751 SHA256 23c4bf7c787e4fd9a7b0a7b61b3ffcb374ee86f9cc00ba892ce53eec40afd735 SHA512 055d39d9d681adebb9a6a255bce5d550b61df0a1981f0105f8ffcc936e2053bca60360d755b65d79af836ba1ca71d4c739c67e20a2e0e7110ada183a7b0b63d6 WHIRLPOOL 186e180edc8998b8e6006d6fe22538c3a90ab13785643fb7577cf3ece399350a9d64e684863cd762fd92a67775f56022a88cbc07a177e60b2153565673fbeec0 diff --git a/net-misc/memcached/memcached-1.4.39.ebuild b/net-misc/memcached/memcached-1.4.39.ebuild new file mode 100644 index 000000000000..85d691cdb47c --- /dev/null +++ b/net-misc/memcached/memcached-1.4.39.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit autotools eutils flag-o-matic systemd user + +MY_PV="${PV/_rc/-rc}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="High-performance, distributed memory object caching system" +HOMEPAGE="http://memcached.org/" +SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz + https://www.memcached.org/files/old/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later + +RDEPEND=">=dev-libs/libevent-1.4:= + dev-lang/perl + sasl? ( dev-libs/cyrus-sasl ) + selinux? ( sec-policy/selinux-memcached )" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch" + epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" + epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch" + epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" + sed -i -e 's,-Werror,,g' configure.ac || die + sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die + eautoreconf + use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN + + # Tweak upstream systemd unit to use Gentoo variables/envfile. + # As noted by bug #587440 + sed -i -e '/^ExecStart/{ + s,{USER},{MEMCACHED_RUNAS},g; + s,{CACHESIZE},{MEMUSAGE},g; + s,OPTIONS,MISC_OPTS,g; + }; + /Environment=/{s,OPTIONS,MISC_OPTS,g;}; + /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;}; + ' \ + "${S}"/scripts/memcached.service +} + +src_configure() { + econf \ + --disable-docs \ + $(use_enable sasl) + # The xml2rfc tool to build the additional docs requires TCL :-( + # `use_enable doc docs` +} + +src_compile() { + # There is a heavy degree of per-object compile flags + # Users do NOT know better than upstream. Trying to compile the testapp and + # the -debug version with -DNDEBUG _WILL_ fail. + append-flags -UNDEBUG -pthread + emake testapp memcached-debug CFLAGS="${CFLAGS}" + filter-flags -UNDEBUG + emake +} + +src_install() { + emake DESTDIR="${D}" install + dobin scripts/memcached-tool + use debug && dobin memcached-debug + + dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt} + + newconfd "${FILESDIR}/memcached.confd" memcached + newinitd "${FILESDIR}/memcached.init2" memcached + systemd_dounit "${S}/scripts/memcached.service" +} + +pkg_postinst() { + enewuser memcached -1 -1 /dev/null daemon + + elog "With this version of Memcached Gentoo now supports multiple instances." + elog "To enable this you should create a symlink in /etc/init.d/ for each instance" + elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/" + elog "Please see Gentoo bug #122246 for more info" +} + +src_test() { + emake -j1 test +} diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest index a2db26abdeb7..bd82286659a7 100644 --- a/net-misc/seafile-client/Manifest +++ b/net-misc/seafile-client/Manifest @@ -1 +1 @@ -DIST seafile-client-6.0.7.tar.gz 2191540 SHA256 f6d8b841772fe734fc7809cd447881b925f64243625bc62e62abdc7311abedd8 SHA512 6c927feda9e83efed28dcb1771ce8fda4b367f83a59c1554a3bf5cfcc72f4d0f0cead5b7bb3e3f57811e5e9764c1aa67c6c15f265ec533ad1898c8e6d9d81352 WHIRLPOOL dce871a60e09372976692315311f9c09c81dfc56504186d5140d1193f930ed845824092a81a92f3d16369c5b3c31d7ac8938f2aa09b0e900460c6b7533c07b95 +DIST seafile-client-6.0.7.tar.gz 2192384 SHA256 3212acab89ec3cee1508dd37826303447b7a738232e455b44ffc1a29d3c48baf SHA512 4baa15d454a9c937c9ae944b2bcc6b549fc41a1558e40578a273497ccb120a9131580f2b5db047ce6d7e0503105bd0fa5312e823ab475241fb07f5ba0021224f WHIRLPOOL b5b4595038c237a01d3421411047b99dc3189708dfd2cb0de90fe7b113a791d946fc4c65434ff8dc9996684b38aeda11b2a776a81cd5b12b2d88d69cde372a4a diff --git a/net-misc/ser/Manifest b/net-misc/ser/Manifest deleted file mode 100644 index 0c8d54f2ae04..000000000000 --- a/net-misc/ser/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST ethz-1.0-ser-0.9.0.tar.gz 5266 SHA256 0d019caf9e19a51387f95dd511c1930ca8b521a8e9df4fdc042caa8678c371ea SHA512 d232b806c35f61e6336d855209d8fc306713910e18d768512267f557f8973e20e5042aa255b5650b7cd5de8a88aaf0e6c9277bf8cfc4a7b36febf67538ca4262 WHIRLPOOL baa7e9ec378182cdc7f15b711fe9b5e9fd078e9eaa58f0eea1d8a3d721b2e1c6b23f3374366b2988824403568a5f3ab12ba773a8d72fb8536c156131a3aa74e3 -DIST ldap-1.0-ser-0.9.0.tar.gz 5069 SHA256 244817715cf26411820a45c5197346fe4d39407f64b2d05d81bfcf4117ca02b2 SHA512 898abee7480da1bf9edaa616312e00cfab2068ec2498e61b12daf95088f47eb97f67eddbc999b3021c7b557a0c7088d9cb30a3da09125153a0a253f26d0e16ab WHIRLPOOL fb5d682880af1a0fa7cf7b6d7004698a4b30a82d8db1d1cb0ec7ff93afabc5e6a0fb67c93ce96f4a183b759dedf9e851b9461b31dc9049adc4af0750435a0d53 -DIST ldaps-1.0-ser-0.9.0.tar.gz 5051 SHA256 83e8e54423969dc72a71c71a22c59d4a1e4fe29aa1b886e68acf98d45a8c5126 SHA512 a5bcfcf293b4301afd5ab6f4f9fd4c030dbc4e2c496fda83bdb1851c6ad737b81d825729e0faf82005551e04ccb691aeea6ef7d683d125dd154b4496142efcb0 WHIRLPOOL b7e6de57fe0dd7c66fffadfb2ddb1f5eae73bad4cf7ac39bdd776a9065982420143ac0771b61a338dc468399b0db426f33530a95ee7a443f0be51a113f19747b -DIST ser-0.9.7_src.tar.gz 1888122 SHA256 0fbbfd70d3e4b48665f7ae3ca0045a1421d3e1255ef8fc04b8fbe8168fb4e56f SHA512 45c084987c00722ca63a6eef1fe5c9051bff751123494d1add4003aab46c470be1ff31a7d3c420acf5d9868e69a0d94e13abdd145d75488ed41aa70d1c7d895f WHIRLPOOL e6e9d26a77d9434816161bb9c57963b8a4a8fdb740d60bb4f392468376390788738c04b5ccc280dfec06e244ab6909032ba35d1363396e0d15a0df0b4f4622eb -DIST silomail-1.0-ser-0.9.0.tar.gz 4762 SHA256 18d60d987246d4b188e8c2b78d721a43e61eb8c50402b19352edada2d2f98826 SHA512 e23a71b0bcfe6be541b51ec92cdcd446cc32a281924f41041762ff6851001379dbd9b948a0370f3d855dfeb64adc2d14348012f9dbc6790831b9b4eb2c8110ac WHIRLPOOL 8a42bdc307c9110f606ea605ada56065b71ff488944e6db57831440ad3f8fa9542835c02087cac6c544f1f8492b046d90f605222d6e5c23e5e121bf11d426cdb diff --git a/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff b/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff deleted file mode 100644 index 239a37a34ac1..000000000000 --- a/net-misc/ser/files/ethz-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig 2005-06-12 04:07:56.000000000 +0200 -+++ Makefile 2005-06-12 04:08:02.000000000 +0200 -@@ -12,11 +12,3 @@ - CFLAGS=-Wall - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- -mv /usr/local/lib/ser/modules/ethz.so /usr/local/lib/ser/modules/ethz.so.OLD -- rm -f /usr/local/lib/ser/modules/ethz.so -- cp ethz.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff b/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff deleted file mode 100644 index cec03d2991b6..000000000000 --- a/net-misc/ser/files/ldap-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2005-06-12 04:06:33.000000000 +0200 -+++ Makefile 2005-06-12 04:06:39.000000000 +0200 -@@ -12,10 +12,3 @@ - CFLAGS=-Wall -g - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/ldap.so -- cp ldap.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff b/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff deleted file mode 100644 index a8d00839465e..000000000000 --- a/net-misc/ser/files/ldaps-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig 2005-06-12 04:07:28.000000000 +0200 -+++ Makefile 2005-06-12 04:07:35.000000000 +0200 -@@ -12,14 +12,3 @@ - CFLAGS=-Wall - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/ldaps.so -- cp ldaps.so /usr/local/lib/ser/modules -- -serctl start -- --clean: -- rm -f *.c~ *.o *.d ldaps.so -- diff --git a/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff b/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff deleted file mode 100644 index 1fb76cadd2b4..000000000000 --- a/net-misc/ser/files/ser-0.9.7-extmod-ldap.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ser-0.9.7/modules/ldap/Makefile.orig 2008-01-09 00:52:06.000000000 +0100 -+++ ser-0.9.7/modules/ldap/Makefile 2008-01-09 00:52:13.000000000 +0100 -@@ -8,7 +8,7 @@ - include ../../Makefile.defs - auto_gen= - NAME=ldap.so --LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber -+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber - CFLAGS=-Wall -g - - include ../../Makefile.modules diff --git a/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff b/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff deleted file mode 100644 index 7e13d54fb0c4..000000000000 --- a/net-misc/ser/files/ser-0.9.7-extmod-ldaps.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ser-0.9.7/modules/ldaps/Makefile.orig 2008-01-09 00:52:18.000000000 +0100 -+++ ser-0.9.7/modules/ldaps/Makefile 2008-01-09 00:52:24.000000000 +0100 -@@ -8,7 +8,7 @@ - include ../../Makefile.defs - auto_gen= - NAME=ldaps.so --LIBS=-lssl -lsasl -lcrypto -lcrypt -lldap -llber -+LIBS=-lssl -lsasl2 -lcrypto -lcrypt -lldap -llber - CFLAGS=-Wall - - include ../../Makefile.modules diff --git a/net-misc/ser/files/ser-0.9.7-mysql.diff b/net-misc/ser/files/ser-0.9.7-mysql.diff deleted file mode 100644 index fb725f72d251..000000000000 --- a/net-misc/ser/files/ser-0.9.7-mysql.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/acc/Makefile.orig 2007-07-02 01:42:09.000000000 +0200 -+++ modules/acc/Makefile 2005-09-07 18:23:00.000000000 +0200 -@@ -13,7 +13,7 @@ - LIBS= - - # uncomment the next line if you wish to enable SQL accounting --#DEFS+=-DSQL_ACC -+DEFS+=-DSQL_ACC - - # uncomment the next two lines if you wish to enable RADIUS accounting - #DEFS+=-DRAD_ACC diff --git a/net-misc/ser/files/ser-0.9.7-radius.diff b/net-misc/ser/files/ser-0.9.7-radius.diff deleted file mode 100644 index f0e2ce582676..000000000000 --- a/net-misc/ser/files/ser-0.9.7-radius.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/acc/Makefile.orig 2007-07-02 01:42:31.000000000 +0200 -+++ modules/acc/Makefile 2005-09-07 18:23:00.000000000 +0200 -@@ -16,8 +16,8 @@ - #DEFS+=-DSQL_ACC - - # uncomment the next two lines if you wish to enable RADIUS accounting --#DEFS+=-DRAD_ACC --#include ../../Makefile.radius -+DEFS+=-DRAD_ACC -+include ../../Makefile.radius - - # uncomment the next two lines if you wish to enable DIAMETER accounting - #DEFS+=-DDIAM_ACC diff --git a/net-misc/ser/files/ser.confd b/net-misc/ser/files/ser.confd deleted file mode 100644 index 62d2cd2291f4..000000000000 --- a/net-misc/ser/files/ser.confd +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Additional options to start SER with -# -# see "ser -h" for a list of options -# -# default: run SER as user:group = ser:ser -# -SER_OPTS="-u ser -g ser -f /etc/ser/ser.cfg" diff --git a/net-misc/ser/files/ser.rc6 b/net-misc/ser/files/ser.rc6 deleted file mode 100644 index da2cb54290f7..000000000000 --- a/net-misc/ser/files/ser.rc6 +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2002 Frauenhofer Gesellschaft FOKUS, Germany. -# Distributed under the terms of the GNU General Public License, v2 or later - -depend() { - need net -} - -start() { - ebegin "Starting ser" - start-stop-daemon --start --quiet --pidfile /var/run/ser.pid \ - --exec /usr/sbin/ser -- ${SER_OPTS} -P /var/run/ser.pid - eend $? -} - -stop() { - ebegin "Stopping ser" - start-stop-daemon --stop --quiet --pidfile /var/run/ser.pid - eend $? -} - diff --git a/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff b/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff deleted file mode 100644 index 1aec0e0e1f42..000000000000 --- a/net-misc/ser/files/silomail-1.0-ser-0.9.0.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2005-06-12 04:08:24.000000000 +0200 -+++ Makefile 2005-06-12 04:08:29.000000000 +0200 -@@ -12,10 +12,3 @@ - CFLAGS=-Wall -g - - include ../../Makefile.modules -- -- --install: -- -serctl stop -- rm -f /usr/local/lib/ser/modules/silomail.so -- cp silomail.so /usr/local/lib/ser/modules -- -serctl start diff --git a/net-misc/ser/metadata.xml b/net-misc/ser/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-misc/ser/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-misc/ser/ser-0.9.7-r2.ebuild b/net-misc/ser/ser-0.9.7-r2.ebuild deleted file mode 100644 index 54c7958984fa..000000000000 --- a/net-misc/ser/ser-0.9.7-r2.ebuild +++ /dev/null @@ -1,177 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic multilib toolchain-funcs user - -ETHZ_PV="1.0" -LDAP_PV="1.0" -LDAPS_PV="1.0" -SILOMAIL_PV="1.0" -MODULES_PV="0.9.0" - -DESCRIPTION="SIP Express Router" -HOMEPAGE="http://www.iptel.org/ser" -SRC_URI=" - http://ftp.iptel.org/pub/ser/${PV}/src/${P}_src.tar.gz - mirror://gentoo/silomail-${SILOMAIL_PV}-${PN}-${MODULES_PV}.tar.gz - mirror://gentoo/ethz-${ETHZ_PV}-${PN}-${MODULES_PV}.tar.gz - ldap? ( - mirror://gentoo/ldap-${LDAP_PV}-${PN}-${MODULES_PV}.tar.gz - mirror://gentoo/ldaps-${LDAPS_PV}-${PN}-${MODULES_PV}.tar.gz - )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="ipv6 mysql radius postgres xmpp ldap ssl" - -RDEPEND=" - mysql? ( virtual/mysql ) - radius? ( >=net-dialup/radiusclient-ng-0.5.0 ) - postgres? ( dev-db/postgresql:=[server] ) - xmpp? ( dev-libs/expat ) - ldap? ( - net-nds/openldap - ssl? ( dev-libs/openssl:0= ) - )" - -DEPEND="${RDEPEND} - >=sys-devel/bison-1.35 - >=sys-devel/flex-2.5.4a" - -pkg_setup() { - enewgroup ser - enewuser ser -1 -1 /dev/null ser -} - -src_prepare() { - local modules extmodules MY_A MY_PATCH_A x - use ipv6 || \ - sed -i -e "s/-DUSE_IPV6//g" Makefile.defs || die - sed -i -e 's/\(CFLAGS+=-mcpu=ultrasparc\) -minline-all-stringops/\1/g' \ - Makefile.defs || die #157109 - - # external modules - extmodules="silomail ethz" - - if use mysql; then - modules="${modules} mysql" - epatch "${FILESDIR}/${P}-mysql.diff" - fi - - if use radius; then - modules="${modules} auth_radius group_radius uri_radius avp_radius" - epatch "${FILESDIR}/${P}-radius.diff" - fi - - use xmpp && \ - modules="${modules} jabber" - - use postgres && \ - modules="${modules} postgres" - - use ldap && \ - extmodules="${extmodules} ldap" - - use ldap && use ssl && \ - extmodules="${extmodules} ldaps" - - # put list of modules into Makefile, we need the list - # during compile and install phase... - sed -i -e "s:^\(include_modules.*\):\1 ${modules} ${extmodules}:" \ - Makefile || die - - # fix ser.cfg - sed -i -e "/force_send_socket(smaug:5080);/ d" \ - etc/ser.cfg || die - - # unpack external modules - # ugly i know... - for x in ${extmodules}; do - MY_A=$(eval echo ${x}-\${$(echo ${x} | tr "[:lower:]" "[:upper:]")_PV}-${PN}-${MODULES_PV}) - MY_PATCH_A="${P}-extmod-${x}" - mkdir -p "${S}"/modules/${x} || die - cd "${S}"/modules/${x} || die - unpack ${MY_A}.tar.gz - # fix makefiles - if [[ -f "${FILESDIR}"/${MY_A}.diff ]]; then - epatch "${FILESDIR}"/${MY_A}.diff - fi - - # additional patches - if [[ -f "${FILESDIR}"/${MY_PATCH_A}.diff ]]; then - epatch "${FILESDIR}"/${MY_PATCH_A}.diff - fi - done - - # remove sasl if openldap hasn't been built with it - if use ldap && ! built_with_use net-nds/openldap sasl; then - sed -i -e "s:-lsasl::g" \ - "${S}"/modules/ldap/Makefile || die - - if use ssl; then - sed -i -e "s:-lsasl::g" \ - "${S}"/modules/ldaps/Makefile || die - fi - fi -} - -src_compile() { - # add -fPIC - append-flags -fPIC - - emake all \ - CC="`tc-getCC`" \ - CFLAGS="${CFLAGS}" \ - cfg-prefix=/ \ - cfg-target=/etc/ser/ -} - -src_install () { - emake install \ - prefix="" \ - bin-prefix="${D}"/usr/sbin \ - bin-dir="" \ - cfg-prefix="${D}"/etc \ - cfg-dir=ser/ \ - cfg-target=/etc/ser/ \ - modules-prefix="${D}"/usr/$(get_libdir)/ser \ - modules-dir=modules \ - modules-target=/usr/$(get_libdir)/ser/modules/ \ - man-prefix="${D}"/usr/share/man \ - man-dir="" \ - doc-prefix="${D}"/usr/share/doc \ - doc-dir="${P}" - - newinitd "${FILESDIR}"/ser.rc6 ser - newconfd "${FILESDIR}"/ser.confd ser - newsbin scripts/harv_ser.sh harv_ser.sh - newsbin scripts/sc serctl - newsbin scripts/ser_mysql.sh ser_mysql.sh - - chown -R root:ser "${D}"/etc/ser || die - chmod 750 "${D}"/etc/ser || die - chmod 640 "${D}"/etc/ser/* || die - - # fix manpages - sed -i -e "s:^.B /ser-${PV}AUTHORS:.B /usr/share/doc/${PF}/AUTHORS:" \ - -e "s:^.B /ser:.B /usr/sbin/ser:" \ - "${D}"/usr/share/man/*/* || die -} - -pkg_preinst() { - has_version "${CATEGORY}/${PN}" - previous_installed_version=$? -} - -pkg_postinst() { - if [[ $previous_installed_version = 0 ]] ; then - einfo "Changing permissions on ${ROOT}etc/ser" - - chown -R root:ser "${ROOT}"/etc/ser - chmod 750 "${ROOT}"/etc/ser - chmod 640 "${ROOT}"/etc/ser/* - fi -} diff --git a/net-p2p/ppcoin-qt/Manifest b/net-p2p/ppcoin-qt/Manifest deleted file mode 100644 index a98a901aaaf5..000000000000 --- a/net-p2p/ppcoin-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ppcoin-0.4.0.tar.gz 12652477 SHA256 561076e8d4e82085d577eb717b9f8b52571556fea2b8181fa8eb6039218d3f06 SHA512 755890e32048f8cdfb9f93706eff952ae2876be394c0a76cf93a79562a28fe03c74c829c97b9234fbc27c03e4b706373f55723564ca7b91a4ff908ca072299c4 WHIRLPOOL eaacd820045fe2a343c45698674096a15228605418cffe61fc9e31eaf330dbb29635d6dbae534a90677fe035a598c7b061c0c3fa05c747514c24cfc24addeef4 diff --git a/net-p2p/ppcoin-qt/metadata.xml b/net-p2p/ppcoin-qt/metadata.xml deleted file mode 100644 index b7e388cbf0c3..000000000000 --- a/net-p2p/ppcoin-qt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Enable generation of QR Codes for receiving payments - - - ppcoin - - diff --git a/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild b/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild deleted file mode 100644 index ba95894c32c7..000000000000 --- a/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild +++ /dev/null @@ -1,137 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DB_VER="4.8" - -LANGS="ca_ES cs da de en es_CL es et eu_ES fa_IR fa fi fr_CA fr_FR he hr hu it lt nb nl pl pt_BR ro_RO ru sk sr sv tr uk zh_CN zh_TW" - -inherit db-use eutils fdo-mime gnome2-utils kde4-functions qt4-r2 - -MyPV="${PV/_/-}" -MyPN="ppcoin" -MyP="${MyPN}-${MyPV}" - -DESCRIPTION="Cryptocurrency forked from Bitcoin which aims to be energy efficiency" -HOMEPAGE="http://peercoin.net/" -SRC_URI="mirror://sourceforge/${MyPN}/${MyP}-linux.tar.gz -> ${MyP}.tar.gz" - -LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus ipv6 kde +qrcode upnp" - -RDEPEND=" - dev-libs/boost[threads(+)] - dev-libs/openssl:0[-bindist] - qrcode? ( - media-gfx/qrencode - ) - upnp? ( - net-libs/miniupnpc - ) - sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - dev-qt/qtgui:4 - dbus? ( - dev-qt/qtdbus:4 - ) -" -DEPEND="${RDEPEND} - >=app-shells/bash-4.1 -" - -DOCS="../README README.md" - -S="${WORKDIR}/${MyP}-linux/src" - -src_prepare() { - cd src || die - - local filt= yeslang= nolang= - - for lan in $LANGS; do - if [ ! -e qt/locale/bitcoin_$lan.ts ]; then - ewarn "Language '$lan' no longer supported. Ebuild needs update." - fi - done - - for ts in $(ls qt/locale/*.ts) - do - x="${ts/*bitcoin_/}" - x="${x/.ts/}" - if ! use "linguas_$x"; then - nolang="$nolang $x" - rm "$ts" - filt="$filt\\|$x" - else - yeslang="$yeslang $x" - fi - done - - filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)" - sed "/${filt}/d" -i 'qt/bitcoin.qrc' - einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang" -} - -src_configure() { - OPTS=() - - use dbus && OPTS+=("USE_DBUS=1") - if use upnp; then - OPTS+=("USE_UPNP=1") - else - OPTS+=("USE_UPNP=-") - fi - - use qrcode && OPTS+=("USE_QRCODE=1") - use ipv6 || OPTS+=("USE_IPV6=-") - - OPTS+=("USE_SYSTEM_LEVELDB=1") - OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")") - OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}") - - if has_version '>=dev-libs/boost-1.52'; then - OPTS+=("LIBS+=-lboost_chrono\$\$BOOST_LIB_SUFFIX") - fi - - #The ppcoin codebase is mostly taken from bitcoin-qt - eqmake4 bitcoin-qt.pro "${OPTS[@]}" -} - -#Tests are broken -#src_test() { -# cd src || die -# emake -f makefile.unix "${OPTS[@]}" test_ppcoin -# ./test_ppcoin || die 'Tests failed' -#} - -src_install() { - qt4-r2_src_install - - dobin ${PN} - - insinto /usr/share/pixmaps - newins "src/qt/res/icons/ppcoin.ico" "${PN}.ico" - - make_desktop_entry "${PN} %u" "PPcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/ppcoin;\nTerminal=false" - - if use kde; then - insinto /usr/share/kde4/services - newins contrib/debian/bitcoin-qt.protocol ${PN}.protocol - fi -} - -update_caches() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update - buildsycoca -} - -pkg_postinst() { - update_caches -} - -pkg_postrm() { - update_caches -} diff --git a/net-wireless/gnuradio/gnuradio-3.7.11-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.7.11-r1.ebuild new file mode 100644 index 000000000000..55c7486a8433 --- /dev/null +++ b/net-wireless/gnuradio/gnuradio-3.7.11-r1.ebuild @@ -0,0 +1,232 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +CMAKE_BUILD_TYPE="None" +inherit cmake-utils fdo-mime gnome2-utils python-single-r1 eutils + +DESCRIPTION="Toolkit that provides signal processing blocks to implement software radios" +HOMEPAGE="http://gnuradio.org/" +LICENSE="GPL-3" +SLOT="0/${PV}" + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="http://gnuradio.org/releases/gnuradio/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +IUSE="+audio +alsa atsc +analog +digital channels doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet zeromq" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} + audio? ( || ( alsa oss jack portaudio ) ) + alsa? ( audio ) + oss? ( audio ) + jack? ( audio ) + portaudio? ( audio ) + analog? ( filter ) + digital? ( filter analog ) + dtv? ( fec ) + pager? ( filter analog ) + qt4? ( filter ) + uhd? ( filter analog ) + fcd? ( || ( alsa oss ) ) + wavelet? ( analog ) +" + +# bug #348206 +# comedi? ( >=sci-electronics/comedilib-0.8 ) +# boost-1.52.0 is blacklisted, bug #461578, upstream #513, boost #7669 +RDEPEND="${PYTHON_DEPS} + >=dev-lang/orc-0.4.12 + dev-libs/boost:0=[${PYTHON_USEDEP}] + !<=dev-libs/boost-1.52.0-r6:0/1.52 + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/fftw:3.0= + alsa? ( + media-libs/alsa-lib[${PYTHON_USEDEP}] + ) + fcd? ( virtual/libusb:1 ) + filter? ( sci-libs/scipy ) + grc? ( + dev-python/cheetah[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] + ) + jack? ( + media-sound/jack-audio-connection-kit + ) + log? ( dev-libs/log4cpp ) + portaudio? ( + >=media-libs/portaudio-19_pre + ) + qt4? ( + >=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}] + >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}] + >=dev-qt/qtcore-4.4:4 + >=dev-qt/qtgui-4.4:4 + x11-libs/qwt:6[qt4(+)] + ) + sdl? ( >=media-libs/libsdl-1.2.0 ) + uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] ) + utils? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) + vocoder? ( media-sound/gsm ) + wavelet? ( + >=sci-libs/gsl-1.10 + ) + zeromq? ( >=net-libs/zeromq-2.1.11 ) +" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.2 + >=dev-lang/swig-3.0.5 + dev-python/cheetah[${PYTHON_USEDEP}] + virtual/pkgconfig + doc? ( + >=app-doc/doxygen-1.5.7.1 + dev-python/sphinx[${PYTHON_USEDEP}] + ) + grc? ( x11-misc/xdg-utils ) + oss? ( virtual/os-headers ) + test? ( >=dev-util/cppunit-1.9.14 ) + zeromq? ( net-libs/cppzmq ) +" + +src_prepare() { + gnome2_environment_reset #534582 + + # Useless UI element would require qt3support, bug #365019 + sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die + epatch_user +} + +src_configure() { + # SYSCONFDIR/GR_PREFSDIR default to install below CMAKE_INSTALL_PREFIX + #audio provider is still automagic + #zeromq missing deps isn't fatal + mycmakeargs=( + -DENABLE_DEFAULT=OFF + -DENABLE_GNURADIO_RUNTIME=ON + -DENABLE_VOLK=ON + -DENABLE_PYTHON=ON + -DENABLE_GR_BLOCKS=ON + -DENABLE_GR_FFT=ON + -DENABLE_GR_AUDIO=ON + -DENABLE_GR_WXGUI=OFF + $(cmake-utils_use_enable alsa GR_AUDIO_ALSA) \ + $(cmake-utils_use_enable analog GR_ANALOG) \ + $(cmake-utils_use_enable atsc GR_ATSC) \ + $(cmake-utils_use_enable channels GR_CHANNELS) \ + $(cmake-utils_use_enable digital GR_DIGITAL) \ + $(cmake-utils_use_enable doc DOXYGEN) \ + $(cmake-utils_use_enable doc SPHINX) \ + $(cmake-utils_use_enable dtv GR_DTV) \ + $(cmake-utils_use_enable fcd GR_FCD) \ + $(cmake-utils_use_enable fec GR_FEC) \ + $(cmake-utils_use_enable filter GR_FILTER) \ + $(cmake-utils_use_enable grc GRC) \ + $(cmake-utils_use_enable jack GR_AUDIO_JACK) \ + $(cmake-utils_use_enable log GR_LOG) \ + $(cmake-utils_use_enable noaa GR_NOAA) \ + $(cmake-utils_use_enable oss GR_AUDIO_OSS) \ + $(cmake-utils_use_enable pager GR_PAGER) \ + $(cmake-utils_use_enable performance-counters ENABLE_PERFORMANCE_COUNTERS) \ + $(cmake-utils_use_enable portaudio GR_AUDIO_PORTAUDIO) \ + $(cmake-utils_use_enable test TESTING) \ + $(cmake-utils_use_enable trellis GR_TRELLIS) \ + $(cmake-utils_use_enable uhd GR_UHD) \ + $(cmake-utils_use_enable utils GR_UTILS) \ + $(cmake-utils_use_enable vocoder GR_VOCODER) \ + $(cmake-utils_use_enable wavelet GR_WAVELET) \ + $(cmake-utils_use_enable qt4 GR_QTGUI) \ + $(cmake-utils_use_enable sdl GR_VIDEO_SDL) \ + $(cmake-utils_use_enable zeromq GR_ZEROMQ) \ + -DENABLE_GR_CORE=ON \ + -DSYSCONFDIR="${EPREFIX}"/etc \ + -DPYTHON_EXECUTABLE="${PYTHON}" + -DGR_PKG_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" + ) + use vocoder && mycmakeargs+=( -DGR_USE_SYSTEM_LIBGSM=TRUE ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + if use examples ; then + dodir /usr/share/doc/${PF}/ + mv "${ED}"/usr/share/${PN}/examples "${ED}"/usr/share/doc/${PF}/ || die + docompress -x /usr/share/doc/${PF}/examples + else + # It seems that the examples are always installed + rm -rf "${ED}"/usr/share/${PN}/examples || die + fi + + if use doc || use examples; then + #this doesn't appear useful + rm -rf "${ED}"/usr/share/doc/${PF}/xml || die + fi + + # We install the mimetypes to the correct locations from the ebuild + rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || die + rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die + + # Install icons, menu items and mime-types for GRC + if use grc ; then + local fd_path="${S}/grc/scripts/freedesktop" + insinto /usr/share/mime/packages + doins "${fd_path}/${PN}-grc.xml" + + domenu "${fd_path}/"*.desktop + doicon "${fd_path}/"*.png + fi + + python_fix_shebang "${ED}" +} + +src_test() +{ + ctest -E qtgui +} + +pkg_postinst() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource install --noupdate --context mimetypes --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" application-gnuradio-grc \ + || die "icon resource installation failed" + xdg-icon-resource install --noupdate --context apps --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" gnuradio-grc \ + || die "icon resource installation failed" + done + xdg-icon-resource forceupdate + fi +} + +pkg_postrm() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource uninstall --noupdate --context mimetypes --size ${size} \ + application-gnuradio-grc || ewarn "icon uninstall failed" + xdg-icon-resource uninstall --noupdate --context apps --size ${size} \ + gnuradio-grc || ewarn "icon uninstall failed" + + done + xdg-icon-resource forceupdate + fi +} diff --git a/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild b/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild deleted file mode 100644 index 06f9cbab4390..000000000000 --- a/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=FLORA -MODULE_VERSION=1.18 -inherit perl-module - -DESCRIPTION="Utilities to replace common UNIX commands in Makefiles etc" - -SLOT="0" -KEYWORDS="" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/ExtUtils-Command/Manifest b/perl-core/ExtUtils-Command/Manifest deleted file mode 100644 index 0c75bd464f01..000000000000 --- a/perl-core/ExtUtils-Command/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ExtUtils-Command-1.18.tar.gz 19529 SHA256 553ed6ede509b87b848499439f8aa4f87ab864dee208702b253882d7e4ce14dc SHA512 23e7c16cae205bdb4e4781987496a951607a4c6c11015db171da9da11673eee5f62510c87cab1a3e48ec383861d4534ecba5b48acb338ed6c79225b75e1368f2 WHIRLPOOL b97878b8cdcac3ce6384fac48f4ac2149baf56d8ee9612ed37c3fc8bb896706d38dce8761ff69f26e5b324f44b27b12d98fbb523dc81ed941bdae1420770c010 diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask index 31b00d58918f..623db0cafbad 100644 --- a/profiles/arch/amd64/no-multilib/package.mask +++ b/profiles/arch/amd64/no-multilib/package.mask @@ -164,7 +164,6 @@ sci-electronics/eagle sci-libs/ipp sys-libs/lib-compat-loki www-plugins/nspluginwrapper -www-plugins/pipelight # AMD64 Team; diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 6217cd3114c3..c7f7a63babfb 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -18,10 +18,6 @@ sys-apps/sandbox abi_x86_32 sys-devel/clang llvm_targets_X86 sys-devel/llvm llvm_targets_X86 -# NP-Hardass (12 Mar 2016) -# 32 bit required, 64 bit optional -www-plugins/pipelight abi_x86_32 -abi_x86_64 - # Michał Górny (02 Sep 2013) # Packages with optional 64-bit variant. app-emulation/wine -abi_x86_64 diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask index 9aff5953aea0..57156db7e474 100644 --- a/profiles/hardened/linux/amd64/no-multilib/package.mask +++ b/profiles/hardened/linux/amd64/no-multilib/package.mask @@ -159,5 +159,4 @@ sci-chemistry/xdsstat-bin sci-libs/ipp sys-libs/lib-compat-loki www-plugins/nspluginwrapper -www-plugins/pipelight (05 Jul 2017) +# Declared dead by upstream. Removal in 30 days. +# See: http://www.haildb.com/2015/08/19/shutting-down-haildb/ +# Bug #623654. +dev-db/haildb + +# Patrice Clement (05 Jul 2017) +# Part of the JRE since 1.6. +# Masked for removal in 30 days. Bug #553188. +java-virtual/jaf + # Matthias Schwarzott (03 Jul 2017) # The snapshots got a wrong version number assigned. # They are from before version 2.0.0. Masking them to force @@ -226,243 +237,18 @@ app-editors/fb2edit # compile, bug #620964. Removal in 30 days. app-text/7plus -# Michał Górny (05 Jun 2017) -# Mask split *-sharp packages for removal. Replaced by combined: -# - >=dev-dotnet/gtk-sharp-2.12.21, -# - >=dev-dotnet/gnome-sharp-2.24.2-r1. -# Removal in 14 days. - (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained since addition. Obsolete version that requires ancient -# dev-python/mock version. No reverse dependencies. -# Removal in 30 days. Bug #616292. -dev-python/cassandra-driver - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Dead upstream. No reverse dependencies. Fails to build. -# Removal in 30 days. Bug #594384. -dev-libs/libjit - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream. Fails to build. -# Removal in 30 days. Bug #513416. -media-sound/pianobooster - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained library with no reverse dependencies. Last consumer -# of unmaintained gpe.eclass. -# Removal in 30 days. Bug #610490. -x11-libs/libxsettings-client - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo, awfully old version. Uses obsolete -# built_with_use. -# Removal in 30 days. Bug #610454. -net-misc/ser - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Abandoned upstream before Gentoo got to -# bumping it. -# Removal in 30 days. Bug #360767. -www-apps/pyblosxom - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# The libgnomeuimm is long dead upstream. -# Removal in 30 days. Bug #608948. -dev-cpp/libgnomeuimm - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream and in Gentoo. Requires old wxGTK version. -# Removal in 30 days. Bug #564100. -net-analyzer/fe3d - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream. Already suffers heavy patching in Gentoo. -# Multiple bugs filed, including build failures. -# Removal in 30 days. Bug #515760. -media-sound/rezound - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Requires old wxPython. GAMESS itself -# is masked for removal already. -# Removal in 30 days. Bug #564104. -sci-chemistry/gamessq - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned upstream. Require obsolete GNOME libraries. Multiple -# alternatives exist. Removal in 30 days. -# app-dicts/gjiten -- bug #608404; alternative: app-dicts/gwaei -# app-i18n/im-ja -- bug #608418. -# games-board/gamazons -- bug #608424. -app-dicts/gjiten -app-i18n/im-ja -games-board/gamazons - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Discontinued blob driver. Fails to build against modern kernels. -# Removal in 30 days. Bug #574026. -net-dialup/martian-modem - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. The current version is obsolete, and the new -# versions cause issues preventing adding. -# Removal in 30 days. Bug #368257. -x11-misc/etm - # Michał Górny (05 Jun 2017) # (on behalf of Treecleaner project) # Unmaintained in Gentoo. The current Gentoo version no longer builds. # Removal in 30 days. Bug #602820. media-plugins/vdr-xineliboutput -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream. Seems to fail at Python. Depends on multiple -# deprecated GNOME libraries. -# Removal in 30 days. Bug #562416. -dev-java/java-gnome - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained upstream. Bad quality code. -# Removal in 30 days. Bug #603562. -dev-libs/dee - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Discontinued upstream. Plugins no longer get updates, resulting -# in security vulnerabilities. -# Removal in 30 days. Bug #603282. -www-plugins/pipelight - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Does not support ffmpeg-3. Maintainer is unable to solve that, -# and nobody seems to be interested. -# Removal in 30 days. Bug #575138. -media-plugins/vdr-audiorecorder - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Security vulnerability. -# Removal in 30 days. Bug #552628. -dev-libs/libmimedir - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned downstream and upstream. Permanently masked due to -# a dependency on vulnerable library. -# Removal in 30 days. Bug #337473. -sys-block/afacli - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Reported not to work. Uses old wxPython. -# Removal in 30 days. Bug #601192. -sci-geosciences/cdat-lite - # Michał Górny (05 Jun 2017) # (on behalf of Treecleaner project) # Unmaintained in Gentoo. Multiple bugs, including a security # vulnerability. Removal in 30 days. Bug #581960. net-irc/atheme-services -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned in Gentoo. Fail to build with gcc-6. -# Removal in 30 days. Bugs: -# app-backup/boxbackup - #595412 -# dev-lang/falcon - #595416 -# net-p2p/ppcoin-qt - #598366 -app-backup/boxbackup -dev-lang/falcon -net-p2p/ppcoin-qt - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned upstream and unmaintained in Gentoo. Requires old wxPython -# and pycrypto. Removal in 30 days. Bug #313923. -app-mobilephone/bitpim - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Security vulnerability. -# Removal in 30 days. Bug #562896. -net-irc/charybdis - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Multiple versions behind upstream. -# Security vulnerabilities. No reverse dependencies anymore. -# Removal in 30 days. Bug #512292. -dev-db/ctdb - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained in Gentoo. Multiple versions behind upstream. Multiple -# security vulnerabilities. Removal in 30 days. Bug #509920. -www-apps/egroupware - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Unmaintained. Fails to build. Removal in 30 days. Bug #541702. -net-mail/topal -virtual/ada - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned upstream and downstream. Reported not to work. CAPI flags -# in reverse dependencies are masked for some time already. -# Removal in 30 days. Bug #379975. -net-dialup/capi4k-utils - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned upstream and downstream. Buggy. Segfaults hard on Python -# upgrades. Use one of the *CGI modules instead. -# Removal in 30 days. Bug #536134. -www-apache/mod_python - -# Michał Górny (05 Jun 2017) -# (on behalf of Treecleaner project) -# Abandoned upstream and downstream. Buggy to the point of producing -# corrupted media. Use the original app-cdr/cdrtools or one of the many -# other alternatives (app-cdr/dvd+rw-tools, dev-libs/libburn...). -# Removal in 30 days. Bugs #254312, #591778. -app-cdr/cdrkit - -# Andreas Sturmlechner (05 Jun 2017) -# Relies on obsolete and vulnerable qtwebkit version. Dead upstream. -# Masked for removal in 30 days. Bugs #620792, #620796 -x11-misc/lightdm-kde -kde-apps/plasma-runtime - # Hans de Graaff (05 Jun 2017) # Bundles obsolete and vulnerable webkit version. # Upstream has stopped development and recommends using @@ -471,20 +257,6 @@ kde-apps/plasma-runtime www-client/phantomjs dev-ruby/poltergeist -# Andreas K. Hüttel (5 June 2017) -# Package::Constants has been removed from core Perl. -# Please depend in your ebuild directly on dev-perl/Package-Constants -# (and if necessary remove virtual/perl-Package-Constants from -# your system). Removal of the virtual in 30 days. -virtual/perl-Package-Constants - -# Andreas K. Hüttel (5 June 2017) -# ExtUtils::Command has been merged upstream into ExtUtils::MakeMaker -# Please depend on virtual/perl-ExtUtils-MakeMaker from now on. -# Removal in 30 days. -virtual/perl-ExtUtils-Command -perl-core/ExtUtils-Command - # Andreas K. Hüttel (5 June 2017) # Masked for initial testing. =dev-lang/perl-5.26.0 diff --git a/profiles/updates/2Q-2015 b/profiles/updates/2Q-2015 index b2ba6699ad16..3daca94436fe 100644 --- a/profiles/updates/2Q-2015 +++ b/profiles/updates/2Q-2015 @@ -215,7 +215,6 @@ move kde-base/parley kde-apps/parley move kde-base/phonon-kde kde-apps/phonon-kde move kde-base/picmi kde-apps/picmi move kde-base/plasma-apps kde-apps/plasma-apps -move kde-base/plasma-runtime kde-apps/plasma-runtime move kde-base/poxml kde-apps/poxml move kde-base/print-manager kde-apps/print-manager move kde-base/renamedlg-plugins kde-apps/renamedlg-plugins diff --git a/profiles/use.local.desc b/profiles/use.local.desc index a52a24dacf8b..5a6d0875010b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -244,7 +244,6 @@ app-backup/bareos:scsi-crypto - Enable low level SCSI crypto support app-backup/bareos:sql-pooling - Enable SQL pooling support app-backup/bareos:storage-daemon - Install storage daemon (bareos-sd) app-backup/borgbackup:fuse - Mount archive as a FUSE filesystem. -app-backup/boxbackup:client-only - Disable server support, and just build a client app-backup/btrbk:pv - Use sys-apps/pv to enable progress bar functionality app-backup/bup:web - Support browsing backups via a web interface app-backup/dar:dar32 - Enables --enable-mode=32 option, which replace infinite by 32 bit integers @@ -276,7 +275,6 @@ app-cdr/brasero:playlist - Enable support for playlists through dev-libs/totem-p app-cdr/brasero:tracker - Enable audio playlist search using the app-misc/tracker indexer app-cdr/cdemu:cdemu-daemon - Pull app-cdr/cdemu-daemon dependency, useful in chroot environment (bug #315491). Do not disable until you know what you are doing. app-cdr/cdrdao:gcdmaster - Enable building of gcdmaster application -app-cdr/cdrkit:hfs - Provide building of HFS (Apple) CD-images app-cdr/cuetools:extras - Install additional script that tag files based on cue/toc file information app-cdr/dvdisaster:debug - Enable memory debugging. app-cdr/gaffitter:scripts - Install additional gaffitter scripts for external programs @@ -775,8 +773,6 @@ app-i18n/ibus-libpinyin:opencc - Enable support for app-i18n/opencc app-i18n/ibus-m17n:gtk - Build the preference interfaces, based on x11-libs/gtk+ (GTK+ 2). app-i18n/ibus-pinyin:boost - Compile against dev-libs/boost libraries app-i18n/ibus-unikey:gtk3 - Enable support for gtk+3 -app-i18n/im-ja:anthy - Support for Anthy input method -app-i18n/im-ja:skk - Support for SKK input method app-i18n/imsettings:gconf - Enable GConf support app-i18n/imsettings:gtk3 - Enable support for x11-libs/gtk+:3 app-i18n/imsettings:xfconf - Enable integration in the Xfce desktop environment with xfce-base/xfconf @@ -1275,6 +1271,7 @@ dev-ada/gnatcoll:projects - Adds support for projects dev-ada/gnatcoll:pygobject - Adds support for pygobject dev-ada/gnatcoll:shared - Build shared library dev-ada/gnatcoll:static - Build static library +dev-ada/gnatcoll:tools - Build associated tools dev-ada/gprbuild:gnat_2016 - Compile with dev-lang/gnat-gpl-2016 dev-ada/gprbuild:gnat_2017 - Compile with dev-lang/gnat-gpl-2017 dev-ada/gprbuild:shared - Build shared library @@ -2100,8 +2097,6 @@ dev-libs/libisoburn:frontend-optional - Use dev-tcltk/bwidget which is not stric dev-libs/libisoburn:launch-frontend - Enable the tcl gui for xorriso dev-libs/libisoburn:launch-frontend-setuid - Enable the tcl gui for xorriso under setuid dev-libs/libisofs:verbose-debug - Enable verbose debug messages -dev-libs/libjit:interpreter - Enable the libjit interpreter -dev-libs/libjit:long-double - Enable the use of long double for jit_nfloat dev-libs/liblogging:rfc3195 - Enables RFC 3195 protocol (aka syslog-reliable) support. If you don't know what this is, you don't need it! dev-libs/liblogging:stdlog - Enables liblogging's core component (think of it as a the next version of the syslog(3) API). dev-libs/libmail:apop - Enables the APOP authentication method @@ -2161,8 +2156,8 @@ dev-libs/log4cplus:iconv - Use inconv for wchar_t <-> char conversions. See also dev-libs/log4cplus:working-c-locale - Use the C99 locale facilities for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation dev-libs/log4cplus:working-locale - Use C++'s std::locale for wchar_t <-> char conversions. See also log4cplus's unicode.txt documentation dev-libs/log4cxx:smtp - Offer SMTP support via net-libs/libesmtp -dev-libs/m17n-lib:X - Builds the Graphical User Interface API and utilities for the package. -dev-libs/m17n-lib:anthy - Enable support for app-i18n/anthy input method. +dev-libs/m17n-lib:X - Build the Graphical User Interface API and utilities +dev-libs/m17n-lib:anthy - Enable support for app-i18n/anthy input method dev-libs/m17n-lib:athena - Enable the MIT Athena widget set (x11-libs/libXaw) dev-libs/m17n-lib:gd - Build API and utilities based on media-libs/gd. This flag is only meaningful if the X USE flag is also enabled. dev-libs/m17n-lib:libotf - Use dev-libs/libotf to handle OpenType fonts @@ -2453,9 +2448,6 @@ dev-python/QtPy:webkit - Build bindings for the QtWebKit module dev-python/amqplib:extras - Install extra tools to generate initial Python mod from an AMQP XML file dev-python/anyvc:bazaar - Add support for Bazaar dev-python/anyvc:mercurial - Add support for Mercurial -dev-python/cassandra-driver:cython - Optimize core modules and build custom extensions -dev-python/cassandra-driver:libev - libev event loop integration -dev-python/cassandra-driver:murmur - Faster hashing for token-aware routing dev-python/celery:redis - Enables redis support dev-python/celery:sqs - Enables Amazon SQS transport module for celery dev-python/celery:yaml - Enable support of yaml as a configuration file format @@ -4607,7 +4599,6 @@ media-sound/ncmpcpp:outputs - Enable outputs screen media-sound/ncmpcpp:visualizer - Enable visualizer screen with sound wave/frequency spectrum modes media-sound/patchage:jack-dbus - Use Jack via D-Bus instead of libjack media-sound/patchage:session - Include experimental Jack session management (save/restore) support -media-sound/pianobooster:fluidsynth - Enable Fluidsynth MIDI software synthesis media-sound/picard:acoustid - Use media-libs/chromaprint for acoustic fingerprinting media-sound/pithos:appindicator - Enable usage of appindicator to export menu options in to unity media-sound/pithos:keybinder - Use keybinder to enable global key bindings @@ -4669,8 +4660,6 @@ media-sound/qtractor:dssi - Enable support for DSSI Soft Synth Interface media-sound/qtractor:rubberband - Enable support for in-place audio clip pitch-shifting through the rubberband library media-sound/qtscrobbler:cli - Build commandline client media-sound/quark:gnome - Provides tray-icon and enables gconf support -media-sound/rezound:16bittmp - Use 16bit temporary files (default 32bit float), useful for slower computers -media-sound/rezound:soundtouch - compile with support for soundtouch media-sound/rhythmbox:daap - Build the local network music sharing plugin which uses the DAAP protocol using net-libs/libdmapsharing media-sound/rhythmbox:visualizer - Enable support for visualizations using media-plugins/gst-plugins-libvisual media-sound/rhythmbox:zeitgeist - Build the plugin to inject events to gnome-extra/zeitgeist @@ -5393,9 +5382,6 @@ net-analyzer/zmap:redis - Add support for storing in a redis DB via dev-libs/hir net-dialup/accel-ppp:ipoe - Build IPoE kernel module net-dialup/accel-ppp:shaper - Support for traffic shaping net-dialup/accel-ppp:valgrind - Compile in valgrind hints -net-dialup/capi4k-utils:fax - Install capi-fax demo programs -net-dialup/capi4k-utils:pppd - Installs pppdcapiplugin modules -net-dialup/capi4k-utils:rcapid - Installs rcapid daemon net-dialup/freeradius:pcap - Build the RADIUS sniffer which requires net-libs/libpcap. net-dialup/freeradius-client:scp - Add service type hints derived from username prefix net-dialup/freeradius-client:shadow - Enable shadow password support @@ -5684,7 +5670,6 @@ net-im/pidgin:groupwise - Enable Novell Groupwise protocol support net-im/pidgin:gstreamer - Enables voice and video sessions net-im/pidgin:gtk - Builds Pidgin, the GTK+ interface net-im/pidgin:meanwhile - Enable meanwhile support for Sametime protocol -net-im/pidgin:mxit - Enable mxit protocol support net-im/pidgin:ncurses - Build finch, console interface net-im/pidgin:prediction - Enable Contact Availability Prediction plugin net-im/pidgin:python - Build libgnt (GLib Ncurses Toolkit used by finch) with python scripting support @@ -5794,7 +5779,6 @@ net-irc/atheme-services:perl - Install a perl module which wraps around the serv net-irc/bip:freenode - Enables freenode-specific functionality. Currently that is only support for mute lists (MODE #channel +q). net-irc/bip:noctcp - Disable the automatic CTCP VERSION reply which is often exploited by malicious people to cause a DoS (reconnect due to flooding). net-irc/bip:oidentd - Enable oidentd support -net-irc/charybdis:largenet - Enable support/tweaks for large networks net-irc/epic5:archive - Use app-arch/libarchive to use zip and tar archives from scripts. net-irc/epic5:valgrind - Compile against dev-util/valgrind headers to improve memory-leak checking when running epic5 under valgrind. net-irc/hexchat:libcanberra - Enable sound event support using media-libs/libcanberra @@ -6676,7 +6660,6 @@ net-p2p/mldonkey:fasttrack - enable fasttrack support net-p2p/mldonkey:gnutella - enable gnutella and gnutella2 support net-p2p/mldonkey:guionly - enable client build only net-p2p/mldonkey:magic - enable use of libmagic -net-p2p/ppcoin-qt:qrcode - Enable generation of QR Codes for receiving payments net-p2p/ppcoind:logrotate - Use app-admin/logrotate for rotating logs net-p2p/primecoin-qt:qrcode - Enable generation of QR Codes for receiving payments net-p2p/primecoind:logrotate - Use app-admin/logrotate for rotating logs @@ -8203,8 +8186,6 @@ www-apps/cgit:jit - If the lua flag is enabled, jit uses LuaJIT instead of vanil www-apps/cgit:lua - Enable support for Lua scripting www-apps/drupal:accelerator - Add dependency on a php accelerator www-apps/drupal:uploadprogress - Install dev-php/pecl-uploadprogress package -www-apps/egroupware:gallery - Install gallery2 port for eGW -www-apps/egroupware:jpgraph - Add dev-php/jpgraph support www-apps/gitit:network-uri - Get Network.URI from the network-uri package. www-apps/gitit:plugins - enables optional plugin runtime loader www-apps/guacamole:noauth - enable support for leaving out any authentication on the webinterface @@ -8385,6 +8366,7 @@ www-servers/cherokee:admin - Install web based cherokee conf tool www-servers/cherokee:rrdtool - Enable rrdtool support www-servers/fnord:auth - Enable HTTP authentication support www-servers/gatling:diet - Compile against dev-libs/dietlibc +www-servers/h2o:mruby - Enable support for mruby www-servers/hiawatha:cache - Enable caching of content www-servers/hiawatha:monitor - Pull in www-apps/hiawatha-monitor www-servers/hiawatha:rewrite - Enable the rewrite toolkit @@ -8528,7 +8510,6 @@ x11-misc/colord:gusb - Enable dev-libs/libgusb support, needed for colorimeter d x11-misc/compton:drm - Enable VSync with DRM_IOCTL_WAIT_VBLANK x11-misc/compton:opengl - Enable VSync with SGI_swap_control OpenGL extension x11-misc/dunst:dunstify - Experimental replacement for notify-send. -x11-misc/etm:ical - Enable export of ical format files by depending on dev-python/icalendar x11-misc/fbpager:xrender - Enable transparency support via x11-libs/libXrender x11-misc/gpaste:applet - Enable gpaste-applet x11-misc/gpaste:gnome - Enable proper gnome support and enable gnome shell extension. diff --git a/sci-astronomy/fitsh/Manifest b/sci-astronomy/fitsh/Manifest new file mode 100644 index 000000000000..b06f7b27a585 --- /dev/null +++ b/sci-astronomy/fitsh/Manifest @@ -0,0 +1 @@ +DIST fitsh-0.9.2.tar.gz 596395 SHA256 3ce3ff89a0ad2b0c77d6fe22456e3b09972fcbce9370ce2d9664040e701c7539 SHA512 2a6e48b7dc684bf533b541d94dc5ead86166992763b7d0b78ec63916454a5aa515281babfab73c94bbc73b19c3de82e0f387548a4f01974f3593bbc8ddb15c61 WHIRLPOOL b77f411c6e0725b8714ad1b1fa4ea523a1420d936c174e61b81cb0cf759e5803649a3075c0389ee3ae17f3a0a09a166173d43dd9f728a261f1fb546bedf6cdeb diff --git a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild new file mode 100644 index 000000000000..86640da85703 --- /dev/null +++ b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Software package for astronomical image processing" +HOMEPAGE="https://fitsh.net/" +SRC_URI="https://fitsh.net/download/fitsh/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/sci-astronomy/fitsh/metadata.xml b/sci-astronomy/fitsh/metadata.xml new file mode 100644 index 000000000000..2ededf5318bd --- /dev/null +++ b/sci-astronomy/fitsh/metadata.xml @@ -0,0 +1,16 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + The FITSH software package provides a set of independent binary + programs (called Tasks) that are designed for execution from a + UNIX command line shell or shell script. Each of these tasks + performs a specific operation, following the UNIX philosophy of + modular tools that performs a single step related to astronomical + data reduction and image processing. + + diff --git a/sci-astronomy/gnuastro/Manifest b/sci-astronomy/gnuastro/Manifest new file mode 100644 index 000000000000..4e2fb725030a --- /dev/null +++ b/sci-astronomy/gnuastro/Manifest @@ -0,0 +1 @@ +DIST gnuastro-0.3.tar.gz 4525361 SHA256 8a5bc2f977d4839f820d7423d10a6b94391a9571df97a64b9feb99a117973d81 SHA512 08556fd0de196c331cfd68e4b385fbef5c130fa9c914889367f4e3637b8dc6270a2424ef92c6641ec803c355d0577cebf3ace5ad76a7024f0414bb516338beac WHIRLPOOL 1fea9c239f896be1b931a2c7ab64041e9cdaeba95b24c76058169a7337d3c4a360b86e1d11747fe74b3af8122ed8eea719ee4db2f5601d72b67c3421ed4f1e7a diff --git a/sci-astronomy/gnuastro/gnuastro-0.3.ebuild b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild new file mode 100644 index 000000000000..54ffe177332a --- /dev/null +++ b/sci-astronomy/gnuastro/gnuastro-0.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils autotools + +DESCRIPTION="GNU Astronomy Utilities" +HOMEPAGE="https://www.gnu.org/software/gnuastro" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/1" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="static-libs threads" + +# jpeg, pdf, and libgit2 are forced deps +# because they are automagically detected. + +RDEPEND=" + app-text/ghostscript-gpl + dev-libs/libgit2:= + sci-astronomy/wcslib:0= + sci-libs/cfitsio:0= + sci-libs/gsl:0= + virtual/jpeg:0= +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -i -e 's/-O3//' configure.ac || die + eautoreconf +} + +src_configure() { + local myeconfargs=( + --enable-bin-op-alltypes + $(use_enable static-libs static) + $(use_enable threads) + ) + econf ${myeconfargs[@]} +} + +src_install() { + default + use static-libs || prune_libtool_files --all +} diff --git a/sci-astronomy/gnuastro/metadata.xml b/sci-astronomy/gnuastro/metadata.xml new file mode 100644 index 000000000000..c91cdd639148 --- /dev/null +++ b/sci-astronomy/gnuastro/metadata.xml @@ -0,0 +1,20 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + The GNU Astronomy Utilities (Gnuastro) is an official GNU package + consisting of various programs and library functions for the + manipulation and analysis of astronomical data. All the programs + share the same basic command-line user interface for the comfort + of both the users and developers. Gnuastro is written to comply + fully with the GNU coding standards so it integrates finely with + the GNU/Linux operating system. This also enables astronomers to + expect a fully familiar experience in the source code, building, + installing and command-line user interaction that they have seen + in all the other GNU software that they use. + + diff --git a/sci-astronomy/stellarium/Manifest b/sci-astronomy/stellarium/Manifest index 4a3add15f650..e77490202a93 100644 --- a/sci-astronomy/stellarium/Manifest +++ b/sci-astronomy/stellarium/Manifest @@ -13,3 +13,4 @@ DIST stellarium-0.14.2.tar.gz 139069181 SHA256 aa04a5ae44ed177bc187d20e27a87cc11 DIST stellarium-0.14.3.tar.gz 137661611 SHA256 de41c5b14fdf0c5f6e73bab2975f380554487b1817f2c5a2ebad3bb8e9e729a4 SHA512 83d9a1c53f118c143e81d31e7f87dbf73368bfa981311c8bc41a51307fe6108c9169b43ad1fdde1cec84b9b1e8a4ef51d4de3b91d7aa676be38302b2223a6675 WHIRLPOOL 441302d93778185c9743451bd04148bd4a8a599eaff4f5a7b90025df9eb9873e1a203f0a82f687b7d2fb53fcf811e16903000d7179c6508738935518a2bbe966 DIST stellarium-0.15.0.tar.gz 147160785 SHA256 74d0e3a69fcbaf1c6278f601a44497fd3e9f2de7dfa11a60197d3afb68288746 SHA512 3e91cb565343814c96f30a75767ecd56d93ec463cb1e925d169b30a8e0fddd285217193c8a24053aa1ce22e6e842a97c7a4b59c3ee7d65ec33308fa045e905c7 WHIRLPOOL 8a5ad7c8e4755b90976ad8f659668f5cbe49ea4023c0cabf7ae75afe3b4ebbfdd677556d92bf5999b7375e15fa91530787658a338b01dd7dafe4dfb962434e12 DIST stellarium-0.15.1.tar.gz 155860125 SHA256 0fe52fc496c11d92728742ae6d71bac116746dca7885d34d17b1a288fe8b5b11 SHA512 42b23546e4e2dde8c0fbc5cac8e11204fe63727544356979978c9a820aa28aac48c4a285b40e49a867bf469be89a424d2f6134b97cf0717be6818ce89f20d36f WHIRLPOOL cb0807a5a0a3658aaba1f894383de9e3bd84447b25c513e14c6f5fa16978132e0ca603641759f0e104ea767322c3c08b3e3e07e6fc6e89a0deea5d182cedbdae +DIST stellarium-0.16.0.tar.gz 204675673 SHA256 2835c4aa22c1b64edbd17b174a23e4ed23654cd09e12f3573709f44843913dcf SHA512 0f75441435ff1d0fa149264116e9ae6ec3b3553f7c66e78832bdb0ffd55cbef656b820680134d95f89c73e80ef283372660ea7545db7fff205da66cf4cf8e9d6 WHIRLPOOL 45b338788313a6e4effc3e1129cbbb1396de303d233e4cc5aeab5ddaebae700f444ed3152c9d7995c59dcf6ac9f375cdee068ad78a0ee40a086d7c22f39833fe diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild new file mode 100644 index 000000000000..82634b69b2e6 --- /dev/null +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils eutils flag-o-matic gnome2-utils l10n + +DESCRIPTION="3D photo-realistic skies in real time" +HOMEPAGE="http://www.stellarium.org/" +SRC_URI=" + mirror://sourceforge/stellarium/${P}.tar.gz + stars? ( + mirror://sourceforge/stellarium/stars_4_1v0_1.cat + mirror://sourceforge/stellarium/stars_5_2v0_1.cat + mirror://sourceforge/stellarium/stars_6_2v0_1.cat + mirror://sourceforge/stellarium/stars_7_2v0_1.cat + mirror://sourceforge/stellarium/stars_8_2v0_1.cat + )" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug gps media nls stars" + +RESTRICT="test" # There are no tests + +RDEPEND=" + media-fonts/dejavu + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtscript:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtserialport:5 + dev-qt/qtwidgets:5 + virtual/opengl + sys-libs/zlib + media? ( dev-qt/qtmultimedia:5[widgets] ) + gps? ( dev-qt/qtpositioning:5 ) +" +DEPEND="${RDEPEND} + dev-qt/qttest:5 + dev-qt/qtconcurrent:5 + nls? ( dev-qt/linguist-tools:5 )" + +LANGS=( + af am ar as ast az be bg bn bo br bs ca cs + cy da de el en en-GB en-US eo es et eu fa fi fil fr + ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky + la lb lo lt lv mk ml mn mr ms nb nl nn oc pa pl pt pt-BR ro + ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi + zh-CN zh-HK zh-TW zu + ) + +for X in "${LANGS[@]}" ; do + IUSE+=" l10n_${X}" +done +unset X + +src_prepare() { + cmake-utils_src_prepare + if [[ -n ${L10N} ]] ; then + local d + for d in po/* ; do + [[ -e ${d}/CMakeLists.txt ]] || continue + local l loc="" + for l in ${L10N//-/_}; do + [[ -e ${d}/${l}.po ]] && loc="${loc} ${l}" + done + sed -e 's/STRING(REGEX REPLACE ".po" "" \([a-z]*\).*$/SET(\1 '"${loc})/" \ + -i ${d}/CMakeLists.txt || die + done + fi + use debug || append-cppflags -DQT_NO_DEBUG #415769 +} + +src_configure() { + local mycmakeargs=( + -DENABLE_GPS="$(usex gps)" + -DENABLE_NLS="$(usex nls)" + -DENABLE_MEDIA="$(usex media)" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + # use the more up-to-date system fonts + rm "${ED%/}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die + dosym ../../fonts/dejavu/DejaVuSans.ttf /usr/share/stellarium/data/DejaVuSans.ttf + dosym ../../fonts/dejavu/DejaVuSansMono.ttf /usr/share/stellarium/data/DejaVuSansMono.ttf + + if use stars ; then + insinto /usr/share/${PN}/stars/default + doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat + fi + newicon doc/images/stellarium-logo.png ${PN}.png +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/sci-astronomy/stellarium/stellarium-0.16.0.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild new file mode 100644 index 000000000000..55c9473a146b --- /dev/null +++ b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils eutils flag-o-matic gnome2-utils l10n + +DESCRIPTION="3D photo-realistic skies in real time" +HOMEPAGE="http://www.stellarium.org/" +SRC_URI=" + mirror://sourceforge/stellarium/${P}.tar.gz + stars? ( + mirror://sourceforge/stellarium/stars_4_1v0_1.cat + mirror://sourceforge/stellarium/stars_5_2v0_1.cat + mirror://sourceforge/stellarium/stars_6_2v0_1.cat + mirror://sourceforge/stellarium/stars_7_2v0_1.cat + mirror://sourceforge/stellarium/stars_8_2v0_1.cat + )" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug media nls stars" + +RESTRICT="test" # There are no tests + +RDEPEND=" + media-fonts/dejavu + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtscript:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + virtual/opengl + sys-libs/zlib + media? ( dev-qt/qtmultimedia:5[widgets] ) +" +DEPEND="${RDEPEND} + dev-qt/qttest:5 + dev-qt/qtconcurrent:5 + nls? ( dev-qt/linguist-tools:5 )" + +LANGS=( + af am ar as ast az be bg bn bo br bs ca cs + cy da de el en en-GB en-US eo es et eu fa fi fil fr + ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky + la lb lo lt lv mk ml mn mr ms nb nl nn oc pa pl pt pt-BR ro + ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi + zh-CN zh-HK zh-TW zu + ) + +for X in "${LANGS[@]}" ; do + IUSE+=" l10n_${X}" +done +unset X + +src_prepare() { + cmake-utils_src_prepare + if [[ -n ${L10N} ]] ; then + local d + for d in po/* ; do + [[ -e ${d}/CMakeLists.txt ]] || continue + local l loc="" + for l in ${L10N//-/_}; do + [[ -e ${d}/${l}.po ]] && loc="${loc} ${l}" + done + sed -e 's/STRING(REGEX REPLACE ".po" "" \([a-z]*\).*$/SET(\1 '"${loc})/" \ + -i ${d}/CMakeLists.txt || die + done + fi + sed -i -e '/ADD_PLUGIN(TelescopeControl 1)/s/1/0/' CMakeLists.txt || die + use debug || append-cppflags -DQT_NO_DEBUG #415769 +} + +src_configure() { + local mycmakeargs=( + -DENABLE_GPS=OFF + -DENABLE_NLS="$(usex nls)" + -DENABLE_MEDIA="$(usex media)" + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + # use the more up-to-date system fonts + rm "${ED%/}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die + dosym ../../fonts/dejavu/DejaVuSans.ttf /usr/share/stellarium/data/DejaVuSans.ttf + dosym ../../fonts/dejavu/DejaVuSansMono.ttf /usr/share/stellarium/data/DejaVuSansMono.ttf + + if use stars ; then + insinto /usr/share/${PN}/stars/default + doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat + fi + newicon doc/images/stellarium-logo.png ${PN}.png +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/sci-chemistry/gamessq/Manifest b/sci-chemistry/gamessq/Manifest deleted file mode 100644 index 60b5f663af79..000000000000 --- a/sci-chemistry/gamessq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gamessq-1.2.tar.gz 293747 SHA256 f122cb78ba5c01d10dd20a9525215a82e4024ae3a3ec19bf895cddcfabbb246a SHA512 95dd03bccfccc7f8f6a4c38793cdaf3c4c9d05a814f3bde250784fa2d9f942d60e897678ec01993cde8186114f0310d42d73cc665f50dd9cd0cac46ccdc05361 WHIRLPOOL 05c0c847f909c77af1b598f695236fa7d1083ec3d8bf19727754d9b421d4a10604594ff3ed0d05a33d89e7ffb224cc61118595690f674dddcd7bdbf35e9e757c diff --git a/sci-chemistry/gamessq/gamessq-1.2.ebuild b/sci-chemistry/gamessq/gamessq-1.2.ebuild deleted file mode 100644 index 710c5e30bb92..000000000000 --- a/sci-chemistry/gamessq/gamessq-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -WX_GTK_VER="2.8" - -inherit eutils wxwidgets - -DESCRIPTION="Simple job manager for GAMESS-US" -HOMEPAGE="http://www.msg.chem.iastate.edu/GAMESS/GamessQ/" -SRC_URI="http://www.msg.chem.iastate.edu/GAMESS/GamessQ/download/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/wxGTK:${WX_GTK_VER}" -RDEPEND="${DEPEND}" - -src_install() { - default - doicon src/icons/${PN}.ico - make_desktop_entry ${PN} gamessq ${PN}.ico "Science;Education" -} diff --git a/sci-electronics/systemc/Manifest b/sci-electronics/systemc/Manifest index fecaf6143f90..8ee56cba530b 100644 --- a/sci-electronics/systemc/Manifest +++ b/sci-electronics/systemc/Manifest @@ -1,3 +1,2 @@ -DIST systemc-2.2.0.tgz 2050634 SHA256 fd7db3ac2b547bf54c94c0310f15f079ed59ffa318ed5b0043a65410960859e7 SHA512 221e411d8037bd75ce4c5ced858351dd7e24554cdf541ece35f087fae7c9905315be4ebde5210f365dba9594167affe37f267ccf10b01ddb82fa5c980b2affc7 WHIRLPOOL 85cce5a92f7c912a11bb7bdd5817f410b2ed11d85ff9d6d8c82ba42fc436bc2ad2802d7cabc2f0b8dd05800f69cc92fdd7166afbd7329cfccc709fcff3cecc02 -DIST systemc-2.3.0.tgz 7209233 SHA256 20e52b1f42ea18dd0dbeab354161fb70a7dac87c294e00499f63514a12ab8b2a SHA512 38a349fd16a76cc7b27f54d096482ed7d253b25d25c5304806f7cc72b1bc8f32f8fd627ab023b23f8491023913a3172c11351fe5b2c8b7b9d80fb60fe687ab22 WHIRLPOOL 87c130a563fec5e36f208776e4b005851562aec73cf859c9151fdae6f1f16dca51cbdc359f6268b2a25fa7e48e2a9bdbd58b4d2e6107cc22e60fa23cac43810b -DIST systemc-2.3.1.tgz 7291190 SHA256 7ce0f68fd4759e746a9808936b54e62d498f5b583e83fc47758ca86917b4f800 SHA512 e150f90ceb2fcab099956afb6a119a47d7dcac82ba100bb52734b12acff47fdb1210168cfb97d89701a40c561befb5ea9bec23bc9e66a3bd908409c14092776e WHIRLPOOL 992d29e6a4adc2da3c1e5ea5421c85b22c99b857a3640154f02622d9d6260db4c02846aa4326aa5bce1c165d01a40fc0963fb38273cab3a4b9cd3d2877ea0aaa +DIST systemc-2.3.0a.tar.gz 7084178 SHA256 b9da6e78e960543eb531b7bfaf65809320f53832744ee22af4431300e81bf8c5 SHA512 3af3c0c96a95ee75e0a6c046fdd94ee822b8fbbc1c79e7bbf9b905e7a2d3689282e6d97cfa56c93094155d79126e74f052c0f0e12f31bf4321b28a03aae347ab WHIRLPOOL b5b3fe7ab3dcf523e5b26177a787649b2793002544cf35c97aec34d1fcc9e5481f47ec8c031cb1a7ad4390876c549e2145283a31551129bde2aecb9a66209fee +DIST systemc-2.3.1a.tar.gz 7050669 SHA256 3e9d0afb5b76f5435305c2f0481b203041373d4a24776c301204c87b3e0f5c81 SHA512 cd52eb6e413c8b852e19c8387766eacbddf85e9b2f4d137f3d82d0d4025f13a44216a2e6cacf7b9e2b972584912a4a1c75cdb37a568330ce66a6bf909ca1b723 WHIRLPOOL 678b655dcf63c0d201a7be3827775baa4a79761411a5643a4132842e576fc92502b166ff876c97a546c2ed78503b2ecb4fc2319b8b651dfcc3437dd9baae26f8 diff --git a/sci-electronics/systemc/systemc-2.2.0-r2.ebuild b/sci-electronics/systemc/systemc-2.2.0-r2.ebuild deleted file mode 100644 index a07ac3aaea88..000000000000 --- a/sci-electronics/systemc/systemc-2.2.0-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit versionator multilib toolchain-funcs - -DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design" -HOMEPAGE="http://www.systemc.org/" -SRC_URI="${P}.tgz" - -SLOT="0" -LICENSE="SOPLA-2.3" -IUSE="" -KEYWORDS="~amd64 ~x86" - -RESTRICT="fetch test" - -pkg_nofetch() { - elog "${PN} developers require end-users to accept their license agreement" - elog "by registering on their Web site (${HOMEPAGE})." - elog "Please download ${A} manually and place it in ${DISTDIR}." -} - -src_prepare() { - sed -i -e "s:lib-\$(TARGET_ARCH):$(get_libdir):g" $(find . -name Makefile.in) || die "Patching Makefile.in failed" - - sed -i -e "s:OPT_CXXFLAGS=\"-O3\":OPT_CXXFLAGS=\"${CXXFLAGS}\":g" configure || die "Patching configure failed" - - sed -i -e '/#include "sysc\/utils\/sc_report.h"/a \ -#include \ -#include ' src/sysc/utils/sc_utils_ids.cpp || die "Patching failed" - - for sfile in src/sysc/qt/md/*.s ; do - sed -i -e '$a \ -#if defined(__linux__) && defined(__ELF__) \ -.section .note.GNU-stack,"",%progbits \ -#endif' "${sfile}" || die "Patching ${sfile} failed" - done -} - -src_configure() { - econf --disable-dependency-tracking CXX=$(tc-getCXX) -} - -src_compile() { - cd src - default -} - -src_install() { - dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES - doins -r docs - cd src - default -} - -pkg_postinst() { - elog "If you want to run the examples, you need to :" - elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}" - elog " cd ${P}" - elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;" - elog " ./configure" - elog " cd examples" - elog " make check" -} diff --git a/sci-electronics/systemc/systemc-2.3.0.ebuild b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild similarity index 87% rename from sci-electronics/systemc/systemc-2.3.0.ebuild rename to sci-electronics/systemc/systemc-2.3.0-r1.ebuild index 1adf1851f861..d34a8361dac0 100644 --- a/sci-electronics/systemc/systemc-2.3.0.ebuild +++ b/sci-electronics/systemc/systemc-2.3.0-r1.ebuild @@ -1,23 +1,26 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils multilib toolchain-funcs autotools-utils +MY_P="${P}a" DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design" -HOMEPAGE="http://www.systemc.org/" -SRC_URI="${P}.tgz" +HOMEPAGE="http://accellera.org/community/systemc" +SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz" SLOT="0" -LICENSE="SOPLA-3.0" +LICENSE="Apache-2.0" IUSE="doc static-libs" KEYWORDS="~amd64 ~x86" -RESTRICT="fetch test" +RESTRICT="test" AUTOTOOLS_IN_SOURCE_BUILD=1 +S="${WORKDIR}/${MY_P}" + pkg_nofetch() { elog "${PN} developers require end-users to accept their license agreement" elog "by registering on their Web site (${HOMEPAGE})." @@ -58,7 +61,6 @@ src_compile() { src_install() { dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES - rm docs/License.pdf || die use doc && dodoc -r docs/* cd src autotools-utils_src_install @@ -67,7 +69,7 @@ src_install() { pkg_postinst() { elog "If you want to run the examples, you need to :" elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}" - elog " cd ${P}" + elog " cd ${MY_P}" elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;" elog " ./configure" elog " cd examples" diff --git a/sci-electronics/systemc/systemc-2.3.1.ebuild b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild similarity index 82% rename from sci-electronics/systemc/systemc-2.3.1.ebuild rename to sci-electronics/systemc/systemc-2.3.1-r1.ebuild index 2ac64a393f39..528688c0d2af 100644 --- a/sci-electronics/systemc/systemc-2.3.1.ebuild +++ b/sci-electronics/systemc/systemc-2.3.1-r1.ebuild @@ -1,23 +1,26 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs autotools-utils +MY_P="${P}a" DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design" -HOMEPAGE="http://www.systemc.org/" -SRC_URI="${P}.tgz" +HOMEPAGE="http://accellera.org/community/systemc" +SRC_URI="http://accellera.org/images/downloads/standards/${PN}/${MY_P}.tar.gz" SLOT="0" -LICENSE="SOPLA-3.0" +LICENSE="Apache-2.0" IUSE="doc static-libs" KEYWORDS="~amd64 ~x86" -RESTRICT="fetch test" +RESTRICT="test" AUTOTOOLS_IN_SOURCE_BUILD=1 +S="${WORKDIR}/${MY_P}" + pkg_nofetch() { elog "${PN} developers require end-users to accept their license agreement" elog "by registering on their Web site (${HOMEPAGE})." @@ -40,7 +43,6 @@ src_configure() { src_install() { dodoc AUTHORS ChangeLog INSTALL NEWS README RELEASENOTES - rm docs/SystemC_Open_Source_License.pdf || die rm docs/Makefile* || die use doc && dodoc -r docs/* cd src @@ -50,7 +52,7 @@ src_install() { pkg_postinst() { elog "If you want to run the examples, you need to :" elog " tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}" - elog " cd ${P}" + elog " cd ${MY_P}" elog " find examples -name 'Makefile.*' -exec sed -i -e 's/-lm/-lm -lpthread/' '{}' \;" elog " ./configure" elog " cd examples" diff --git a/sci-geosciences/cdat-lite/Manifest b/sci-geosciences/cdat-lite/Manifest deleted file mode 100644 index 9de625d40766..000000000000 --- a/sci-geosciences/cdat-lite/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cdat_lite-6.0rc2.tar.gz 3563402 SHA256 6cbfdf9b47fdbc189ca7d2819dafb6cf958116e0f6077b325c375a0ddfab2a95 SHA512 bf6bc00305d29adbb2608865a56e2fe36dde56f4d7a0e63266549ce5e74120be602ac16c3e1c02bc9216e7c613ad92697f6a61a4b02158e1bf46e178d841a90f WHIRLPOOL 9cbb784402713231c89b37eb69969ed1431848d38973eb1d3682c260509ae892c35c97a96f386713e9ff30e0d51fbe9197073aa92533b92f799b2331db61d41f diff --git a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild deleted file mode 100644 index aa5d62531888..000000000000 --- a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="tk,xml" -DISTUTILS_IN_SOURCE_BUILD=1 -inherit eutils distutils-r1 toolchain-funcs - -MY_P=${P/-/_} -MY_P=${MY_P/_rc/rc} - -DESCRIPTION="Large suite of open source tools for the management and analysis of climate data" -HOMEPAGE="http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite" -SRC_URI="http://ndg.nerc.ac.uk/dist/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - >=sci-libs/netcdf-4.0.1:0= - >=sci-libs/hdf5-1.6.4 - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/wxpython:2.8[${PYTHON_USEDEP}] - virtual/python-pmw[${PYTHON_USEDEP}]" -DEPEND="${COMMON_DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${COMMON_DEPEND} - !sci-biology/ncbi-tools" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - tc-export CC FC RANLIB AR -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-QA.patch - find "${S}" -type l -delete || die - distutils-r1_src_prepare -} diff --git a/sci-geosciences/cdat-lite/files/cdat-lite-6.0_rc2-QA.patch b/sci-geosciences/cdat-lite/files/cdat-lite-6.0_rc2-QA.patch deleted file mode 100644 index a00206ea739d..000000000000 --- a/sci-geosciences/cdat-lite/files/cdat-lite-6.0_rc2-QA.patch +++ /dev/null @@ -1,132 +0,0 @@ ---- cdat_lite-6.0rc2/libcdms/Makefile.in -+++ cdat_lite-6.0rc2/libcdms/Makefile.in -@@ -44,15 +44,15 @@ - PARMDIR=$(prefix)/lib/lats - - CC = @CC@ --CFLAGS = -I../../include @CFLAGS@ $(DEBUG) -Dgrads @GRIB2INC@ @GRIB2OPTS@ -+CFLAGS = -fPIC -I../../include @CFLAGS@ -Dgrads @GRIB2INC@ @GRIB2OPTS@ - CPPFLAGS = @CPPFLAGS@ - DEBUG = -O - DEFS = @DEFS@ - FC = @FC@ --FFLAGS = -I../../include @FFLAGS@ $(DEBUG) -+FFLAGS = -I../../include @FFLAGS@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ --LDFLAGS = -L../../../lib -lcdms @NCOPTS@ @HDFOPTS@ @DRSOPTS@ @LIBS@ @GRIB2LIB@ -+LDFLAGS += -L../../../lib -lcdms @NCOPTS@ @HDFOPTS@ @DRSOPTS@ @LIBS@ @GRIB2LIB@ - OS = @OS@ - RANLIB = @RANLIB@ - ---- cdat_lite-6.0rc2/libcdms/src/db_util/Makefile.in -+++ cdat_lite-6.0rc2/libcdms/src/db_util/Makefile.in -@@ -38,17 +38,18 @@ - PARMDIR=$(prefix)/lib/lats - - CC = @CC@ --CFLAGS = -I../../include @CFLAGS@ $(DEBUG) -Dgrads -+CFLAGS = -fPIC -I../../include @CFLAGS@ -Dgrads - CPPFLAGS = @CPPFLAGS@ - DEBUG = -O - DEFS = @DEFS@ - FC = @FC@ --FFLAGS = -I../../include @FFLAGS@ $(DEBUG) -+FFLAGS = -I../../include @FFLAGS@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ --LDFLAGS = -L../../../lib -lcdms @NCOPTS@ @DRSOPTS@ @LIBS@ -+LDFLAGS += -L../../../lib -lcdms @NCOPTS@ @DRSOPTS@ @LIBS@ - OS = @OS@ - RANLIB = @RANLIB@ -+AR ?= ar - - # Shell to run make subcommands - SHELL = /bin/sh -@@ -60,7 +61,7 @@ - cdUtil.o - - all: $(OBJS) FORCE -- ar rv $(LIBRARY) $(OBJS) -+ $(AR) rv $(LIBRARY) $(OBJS) - $(RANLIB) $(LIBRARY) - - cdTimeConv.o: cdTimeConv.c ../../include/cdmsint.h ../../include/cdms.h ../../include/cdunif.h ---- cdat_lite-6.0rc2/libcdms/src/cdunif/Makefile.in -+++ cdat_lite-6.0rc2/libcdms/src/cdunif/Makefile.in -@@ -47,29 +47,29 @@ - PARMDIR=$(prefix)/lib/lats - - # Set the compiler flag for the 64-bit Opteron platform -+CC = @CC@ - ARCH=$(shell uname -m) - ifeq ($(ARCH),x86_64) -- CC = gcc -fPIC -D__x86_64__ --else -- CC = @CC@ -+ CC += -fPIC -D__x86_64__ - endif - - ifneq (@GRIB2INC@,) -- CFLAGS = -I../../include -I"@NCINC@" -I@HDFINC@ -I@DRSINC@ @CFLAGS@ $(DEBUG) -Dgrads -I@GRIB2INC@ @GRIB2OPTS@ -+ CFLAGS = -I../../include -I"@NCINC@" -I@HDFINC@ -I@DRSINC@ @CFLAGS@ -Dgrads -I@GRIB2INC@ @GRIB2OPTS@ - else -- CFLAGS = -I../../include -I"@NCINC@" -I@HDFINC@ -I@DRSINC@ @CFLAGS@ $(DEBUG) -Dgrads -+ CFLAGS = -I../../include -I"@NCINC@" -I@HDFINC@ -I@DRSINC@ @CFLAGS@ -Dgrads - endif - --CPPFLAGS = @CPPFLAGS@ -DSTNDALN=1 -DBYTEORDER=@GRADS_BYTEORDER@ -DGRADS_CRAY=@GRADS_CRAY@ @QLOPTS@ @PPOPTS@ @GRIB2OPTS@ -+CPPFLAGS += @CPPFLAGS@ -DSTNDALN=1 -DBYTEORDER=@GRADS_BYTEORDER@ -DGRADS_CRAY=@GRADS_CRAY@ @QLOPTS@ @PPOPTS@ @GRIB2OPTS@ - DEBUG = -O - DEFS = @DEFS@ - FC = @FC@ --FFLAGS = -I../../include @FFLAGS@ $(DEBUG) -+FFLAGS = -I../../include @FFLAGS@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ --LDFLAGS = -L../../../lib -lcdms @NCOPTS@ @HDFOPTS@ @DRSOPTS@ @LIBS@ @GRIB2LIB@ -+LDFLAGS += -L../../../lib -lcdms @NCOPTS@ @HDFOPTS@ @DRSOPTS@ @LIBS@ @GRIB2LIB@ - OS = @OS@ - RANLIB = @RANLIB@ -+AR ?= ar - - # Shell to run make subcommands - SHELL = /bin/sh -@@ -80,7 +80,7 @@ - OBJS = cdunif.o cdunifint.o cdunifgen.o cdunifdrs.o cdunifgrads.o cdunifnc.o cdunifhdf.o cdunifslab.o cdunifstub.o cdunifra.o cdrra.o cdsort.o gamach.o gaio.o gaprnt.o gautil.o gaddes.o galloc.o gabufr.o gabufrtbl.o cdunifql.o @GRADS_IEEE2CRAY_OBJECT@ - - all: $(OBJS) FORCE -- ar rv $(LIBRARY) $(OBJS) -+ $(AR) rv $(LIBRARY) $(OBJS) - cd cdunifpp; $(MAKE) DEBUG=$(DEBUG) - $(RANLIB) $(LIBRARY) - ---- cdat_lite-6.0rc2/libcdms/src/cdunif/cdunifpp/Makefile.in -+++ cdat_lite-6.0rc2/libcdms/src/cdunif/cdunifpp/Makefile.in -@@ -37,12 +37,13 @@ - # set to blank if you don't want to rename symbols in unpacking routines - - CC = @CC@ --CFLAGS = -I../../../include/cdunifpp -I@NCINC@ @CFLAGS@ -I../../../include $(DEBUG) -+CFLAGS = -fPIC -I../../../include/cdunifpp -I@NCINC@ @CFLAGS@ -I../../../include - CPPFLAGS = @CPPFLAGS@ @PPOPTS@ -Uhdf - LIBRARY = ../../../lib/libcdms.a -+AR ?= ar - - all: $(OBJS) -- ar rv $(LIBRARY) $(OBJS) -+ $(AR) rv $(LIBRARY) $(OBJS) - # (ranlib called by higher-level makefile) - - %.o: %.c $(HEADERS) ---- cdat_lite-6.0rc2/setup_util.py -+++ cdat_lite-6.0rc2/setup_util.py -@@ -296,8 +296,6 @@ - nc4_defs = '' - - self._system('cd libcdms ; ' -- 'CFLAGS="-fPIC" ' -- 'CC=%(cc)s ' - 'sh ./configure --disable-drs --disable-hdf ' - '--disable-ql --with-ncinc=%(ncinc)s --with-ncincf=%(ncinc)s --with-nclib=%(nclib)s %(nc4)s' - % dict(ncinc=netcdf_config.netcdf_incdir, nclib=netcdf_config.netcdf_libdir, diff --git a/sci-geosciences/cdat-lite/metadata.xml b/sci-geosciences/cdat-lite/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/sci-geosciences/cdat-lite/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/sci-misc/boinc/boinc-7.2.44-r4.ebuild b/sci-misc/boinc/boinc-7.2.44-r5.ebuild similarity index 92% rename from sci-misc/boinc/boinc-7.2.44-r4.ebuild rename to sci-misc/boinc/boinc-7.2.44-r5.ebuild index 58ea2259b585..a5b8a0a8c2dc 100644 --- a/sci-misc/boinc/boinc-7.2.44-r4.ebuild +++ b/sci-misc/boinc/boinc-7.2.44-r5.ebuild @@ -122,7 +122,8 @@ src_install() { # cleanup cruft rm -rf "${ED%/}"/etc || die "rm failed" - newinitd "${FILESDIR}"/${PN}.init ${PN} + sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.init.in > ${PN}.init || die + newinitd ${PN}.init ${PN} newconfd "${FILESDIR}"/${PN}.conf ${PN} systemd_dounit "${FILESDIR}"/${PN}.service } @@ -163,4 +164,12 @@ pkg_postinst() { elog "Run as root:" elog "gpasswd -a boinc video" fi + # Add information about BOINC supporting OpenCL + elog "BOINC supports OpenCL. To use it you have to eselect" + if use cuda; then + elog "nvidia as the OpenCL implementation, as you are using CUDA." + else + elog "the correct OpenCL implementation for your graphic card." + fi + elog } diff --git a/sci-misc/boinc/boinc-7.4.52-r4.ebuild b/sci-misc/boinc/boinc-7.4.52-r5.ebuild similarity index 92% rename from sci-misc/boinc/boinc-7.4.52-r4.ebuild rename to sci-misc/boinc/boinc-7.4.52-r5.ebuild index eacfd2ea8624..55454c00e456 100644 --- a/sci-misc/boinc/boinc-7.4.52-r4.ebuild +++ b/sci-misc/boinc/boinc-7.4.52-r5.ebuild @@ -127,7 +127,8 @@ src_install() { # cleanup cruft rm -rf "${ED%/}"/etc || die "rm failed" - newinitd "${FILESDIR}"/${PN}.init ${PN} + sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.init.in > ${PN}.init || die + newinitd ${PN}.init ${PN} newconfd "${FILESDIR}"/${PN}.conf ${PN} systemd_dounit "${FILESDIR}"/${PN}.service } @@ -168,4 +169,12 @@ pkg_postinst() { elog "Run as root:" elog "gpasswd -a boinc video" fi + # Add information about BOINC supporting OpenCL + elog "BOINC supports OpenCL. To use it you have to eselect" + if use cuda; then + elog "nvidia as the OpenCL implementation, as you are using CUDA." + else + elog "the correct OpenCL implementation for your graphic card." + fi + elog } diff --git a/sci-misc/boinc/boinc-7.6.33-r4.ebuild b/sci-misc/boinc/boinc-7.6.33-r5.ebuild similarity index 92% rename from sci-misc/boinc/boinc-7.6.33-r4.ebuild rename to sci-misc/boinc/boinc-7.6.33-r5.ebuild index eacfd2ea8624..59a13dfeba92 100644 --- a/sci-misc/boinc/boinc-7.6.33-r4.ebuild +++ b/sci-misc/boinc/boinc-7.6.33-r5.ebuild @@ -127,7 +127,8 @@ src_install() { # cleanup cruft rm -rf "${ED%/}"/etc || die "rm failed" - newinitd "${FILESDIR}"/${PN}.init ${PN} + sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.init.in > ${PN}.init || die + newinitd ${PN}.init ${PN} newconfd "${FILESDIR}"/${PN}.conf ${PN} systemd_dounit "${FILESDIR}"/${PN}.service } @@ -167,5 +168,14 @@ pkg_postinst() { elog "To be able to use CUDA you should add boinc user to video group." elog "Run as root:" elog "gpasswd -a boinc video" + elog + fi + # Add information about BOINC supporting OpenCL + elog "BOINC supports OpenCL. To use it you have to eselect" + if use cuda; then + elog "nvidia as the OpenCL implementation, as you are using CUDA." + else + elog "the correct OpenCL implementation for your graphic card." fi + elog } diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init.in similarity index 66% rename from sci-misc/boinc/files/boinc.init rename to sci-misc/boinc/files/boinc.init.in index 23450a6857cc..a5ea8dd13bb5 100644 --- a/sci-misc/boinc/files/boinc.init +++ b/sci-misc/boinc/files/boinc.init.in @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 extra_started_commands="attach resume suspend" @@ -9,46 +9,84 @@ depend() { use dns net ntp-client ntpd } - create_work_directory() { - if [[ ! -d "${RUNTIMEDIR}" ]]; then + local sslcrt="/etc/ssl/certs/ca-certificates.crt" + + if [ ! -d "${RUNTIMEDIR}" ]; then einfo "Directory ${RUNTIMEDIR} does not exist, creating now." - mkdir -p "${RUNTIMEDIR}" - if [[ ! -d "${RUNTIMEDIR}" ]]; then + if ! mkdir -p "${RUNTIMEDIR}"; then eeror "Directory ${RUNTIMEDIR} could not be created!" return 1 fi # ensure proper ownership - chown "${USER}:${GROUP}" "${RUNTIMEDIR}" + if ! chown "${USER}:${GROUP}" "${RUNTIMEDIR}"; then + eeror "Changing ownership of '${RUNTIMEDIR}' to '${USER}:${GROUP}' failed!" + return 1 + fi fi - if [[ ! -e "${RUNTIMEDIR}"/ca-bundle.crt ]]; then - ln -s /etc/ssl/certs/ca-certificates.crt "${RUNTIMEDIR}"/ca-bundle.crt + if [ ! -e "${RUNTIMEDIR}"/ca-bundle.crt ]; then + if [ ! -f "${sslcrt}" ]; then + eerror "'${sslcrt}' does not exist!" + return 1 + fi + + if ! ln -s "${sslcrt}" "${RUNTIMEDIR}"/ca-bundle.crt; then + eeror "Symlinking '${sslcrt}' failed!" + return 1 + fi fi return 0 } +fix_lib_symlinks() { + local src="$1" + local tgt="$2" -cuda_check() { - local libtarget="${RUNTIMEDIR}/libcudart.so" - local libsource="$(ls -t /opt/cuda/lib*/libcudart.so 2>/dev/null | head -n 1)" + # If the source does not exist, we can not do anything + if [ ! -f "${src}" ] ; then + return 1 + fi + + # Check whether the symlink is already there and in order + if [ -L "${tgt}" ] ; then + if [ -f "${tgt}" ] ; then + return 0 + fi - # Remove a broken symlink - if [[ -h "${libtarget}" ]] \ - && [[ "${libsource}" != "$(readlink "${libtarget}")" ]]; then - rm -f "${libtarget}" + # Remove broken symlink + if ! rm -f "${tgt}"; then + eeror "Removing '${tgt}' failed!" + return 1 + fi fi # symlink the correct path - if [[ -n "${libsource}" ]] \ - && [[ -f "${libsource}" ]] \ - && [[ ! -h "${libtarget}" ]]; then - ln -snf "$libsource" "${libtarget}" + if ! ln -snf "${src}" "${tgt}"; then + eeror "Symlinking '${src}' to '${tgt}' failed!" + return 1 fi + + return 0 +} + +cuda_check() { + local libsource="/opt/cuda/@libdir@/libcudart.so" + local libtarget="${RUNTIMEDIR}/libcudart.so" + + fix_lib_symlinks "${libsource}" "${libtarget}" || return 1 + return 0 } +opencl_check() { + local libsource="/usr/@libdir@/libOpenCL.so" + local libtarget="${RUNTIMEDIR}/libOpenCL.so" + + fix_lib_symlinks "${libsource}" "${libtarget}" || return 1 + return 0 +} env_check() { # Make sure the configuration is sane @@ -64,26 +102,25 @@ env_check() { # to be empty by the user. # If the client was not found (how?) something is seriously wrong - if [[ ! -x "$BOINCBIN" ]]; then + if [ ! -x "${BOINCBIN}" ]; then eerror "No boinc_client found!" return 1 fi # The boinccmd is crucial, or we can not attach, suspend or resume # the boinc client - if [[ ! -x "$BOINCCMD" ]]; then - eerror "No boinccmd_program found!" + if [ ! -x "${BOINCCMD}" ]; then + eerror "No boinccmd program found!" return 1 fi return 0 } - need_passwd_arg() { local vers=$(${BOINCBIN} --version | tr -d .) - [ -z "$vers" ] && vers="00" - [ $(expr substr "$vers" 1 2) -lt 74 ] && return 0 + [ -z "${vers}" ] && vers="00" + [ $(expr substr "${vers}" 1 2) -lt 74 ] && return 0 # From version 7.4 on, the default is to read # gui_rpc_auth.cfg for the password. @@ -91,13 +128,13 @@ need_passwd_arg() { return 1 } - start_pre() { env_check || return 1 create_work_directory || return 1 - cuda_check + cuda_check || einfo "CUDA not supported" + opencl_check || einfo "OpenCL not supported" - if [[ ! -f "${RUNTIMEDIR}/lockfile" ]]; then + if [ ! -f "${RUNTIMEDIR}/lockfile" ]; then einfo "File \"${RUNTIMEDIR}/lockfile\" does not exist, assuming first run." einfo "You need to setup an account on the BOINC project homepage beforehand!" einfo "Go to http://boinc.berkeley.edu/ and locate your project." @@ -111,9 +148,8 @@ start_pre() { return 0 } - start() { - if [[ "${ALLOW_REMOTE_RPC}" = "yes" ]]; then + if [ "${ALLOW_REMOTE_RPC}" = "yes" ]; then ARGS="${ARGS} --allow_remote_gui_rpc" fi @@ -122,12 +158,11 @@ start() { ebegin "Starting ${RC_SVCNAME}" start-stop-daemon --start --nicelevel ${NICELEVEL} \ --user "${USER}:${GROUP}" --quiet --make-pidfile \ - --pidfile "$BOINC_PIDFILE" --background \ + --pidfile "${BOINC_PIDFILE}" --background \ --exec "${BOINCBIN}" -- ${ARGS} eend $? } - attach() { local password="" local url="" @@ -157,11 +192,10 @@ attach() { -- ${password} --project_attach ${url} ${key} eend $? - sleep 10s + sleep 10 tail "${RUNTIMEDIR}/stdoutdae.txt" } - stop() { local password="" local stop_timeout="SIGTERM/60/SIGTERM/30/SIGKILL/30" @@ -174,12 +208,11 @@ stop() { ebegin "Stopping ${RC_SVCNAME}" start-stop-daemon --stop --quiet --progress \ - --retry $stop_timeout \ + --retry ${stop_timeout} \ --pidfile "${BOINC_PIDFILE}" eend $? } - resume() { env_check || return 1 @@ -189,14 +222,10 @@ resume() { password="--passwd \"$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")\"" fi - local master_urls=( \ - $(cd "${RUNTIMEDIR}" ; \ + for url in $(cd "${RUNTIMEDIR}" ; \ "${BOINCCMD}" ${password} --get_project_status | \ - sed -n 's/\s*master URL: //p') \ - ) - - for url in "${master_urls[@]}"; do - ebegin "Resuming $url" + sed -n 's/\s*master URL: //p'); do + ebegin "Resuming ${url}" start-stop-daemon --user "${USER}:${GROUP}" --quiet \ --chdir "${RUNTIMEDIR}" --exec "${BOINCCMD}" \ -- ${password} --project ${url} resume @@ -204,7 +233,6 @@ resume() { done } - suspend() { env_check || return 1 @@ -214,14 +242,10 @@ suspend() { password="--passwd \"$(cat "${RUNTIMEDIR}/gui_rpc_auth.cfg")\"" fi - local master_urls=( \ - $(cd "${RUNTIMEDIR}" ; \ + for url in $(cd "${RUNTIMEDIR}" ; \ "${BOINCCMD}" ${password} --get_project_status | \ - sed -n 's/\s*master URL: //p') \ - ) - - for url in "${master_urls[@]}"; do - ebegin "Suspending $url" + sed -n 's/\s*master URL: //p'); do + ebegin "Suspending ${url}" start-stop-daemon --user "${USER}:${GROUP}" --quiet \ --chdir "${RUNTIMEDIR}" --exec "${BOINCCMD}" \ -- ${password} --project ${url} suspend diff --git a/sci-misc/boinc/metadata.xml b/sci-misc/boinc/metadata.xml index c65c76f57f7a..5e74c0cc24c0 100644 --- a/sci-misc/boinc/metadata.xml +++ b/sci-misc/boinc/metadata.xml @@ -19,7 +19,7 @@ Use nvidia cuda toolkit for speeding up computations. NOTE: works only for subset of nvidia graphic cards so make sure your card is supported before opening a bug about it. - + BOINC/boinc diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest index 6275de8937c9..ff15da82ca84 100644 --- a/sys-apps/fwupd/Manifest +++ b/sys-apps/fwupd/Manifest @@ -1,3 +1,2 @@ -DIST fwupd-0.8.0.tar.gz 1296361 SHA256 b9c7550778747a2c47270ae518c65ab1111f749bbbd8f058ed7177201b414c10 SHA512 76c52a6902a6a4d651ad8e3694edf9d21320197baa7faf84fe1d4809e8e5990db43ae949a90bd72df6110d0df77f5181bd425a846c22f5ef749b9b6dac045bf8 WHIRLPOOL e7bdbd74f500257cf674cf7131c90e345dc7e2596ae14bbc3b11ff236ce633bb104ed7237fab974cc7c5c6edebcbe678816e8653dc04370614a1c54d0cb5b977 -DIST fwupd-0.9.2.tar.gz 1313712 SHA256 a5a7a9886b0efbea57cbcbc841923a9272e4f26dd8658a8e1a90f6eec371cce1 SHA512 14dd3e7ee34f2bda0ed03d141715166ba7b4e69443f2ffd056e17a834d42ef8caa56d729b273e3890936c9b768c10ee6fbcf0d7e7d336c957901b93832ffe9c2 WHIRLPOOL 305e84be8c12a8f4da7897f7bb8c5599a608de315c90c5399c05637c65667f83e7187d851156643ebec7e402f3aecab320f02f4c2c1b69554b20561ce2a08b64 DIST fwupd-0.9.4.tar.gz 1355237 SHA256 ac6c02df4a00d541a205f17c0fa681cc5fe9161dd20cc28045c28cbe43b042e0 SHA512 f4a0b46f7689744b6ddac698b8908f6711b9318ccca9576eadf1fd9f00b266be9e8723309286505173b1f10f170542b67ff67d0ebf3678b23fc9bf8fed03f8ae WHIRLPOOL d4fe5c2cc997b72dc940fda5e01eece69e3a8e86b29b11766afcf806de693e7e5cc6603ecb5cd3c5a82c39344c583d061018e12ddbaa5b459195e5ed51c52459 +DIST fwupd-0.9.5.tar.gz 1389768 SHA256 876bb4c1cc5b27bb5f30e1c5d81522c82554738bede9a811f9e352966e58453e SHA512 2a8ca8da2fffa71bdaa44b82aff1a4151441b8496793101d7d0b1ab984bfbb10a3a94c4ebae5cfc17241364ab7aed051252a70543ebe6a82dd8bdb5c6f52863d WHIRLPOOL b7d606acd35a58e25ee94045557899b1c9ea30941024cfb17bf3226f39dab7961c802abafc9ca6320e21ea1ca3792a0bd37fa942476dfd0b37c4ce3b4fe28b5b diff --git a/sys-apps/fwupd/files/fwupd-0.9.2-no_systemd.patch b/sys-apps/fwupd/files/fwupd-0.9.2-no_systemd.patch deleted file mode 100644 index 354b5e5800e4..000000000000 --- a/sys-apps/fwupd/files/fwupd-0.9.2-no_systemd.patch +++ /dev/null @@ -1,77 +0,0 @@ ---- fwupd-0.9.2/data/meson.build -+++ fwupd-0.9.2/data/meson.build -@@ -38,20 +38,22 @@ - 'system-services'), - ) - --# replace @bindir@ --configure_file( -- input : 'fwupd-offline-update.service.in', -- output : 'fwupd-offline-update.service', -- configuration : con2, -- install: true, -- install_dir: systemd.get_pkgconfig_variable('systemdsystemunitdir'), --) -+if get_option('with-systemd') and systemd.found() -+ # replace @bindir@ -+ configure_file( -+ input : 'fwupd-offline-update.service.in', -+ output : 'fwupd-offline-update.service', -+ configuration : con2, -+ install: true, -+ install_dir: systemd.get_pkgconfig_variable('systemdsystemunitdir'), -+ ) - --# replace @localstatedir@ and @bootdir@ --configure_file( -- input : 'fwupd.service.in', -- output : 'fwupd.service', -- configuration : con2, -- install: true, -- install_dir: systemd.get_pkgconfig_variable('systemdsystemunitdir'), --) -+ # replace @localstatedir@ and @bootdir@ -+ configure_file( -+ input : 'fwupd.service.in', -+ output : 'fwupd.service', -+ configuration : con2, -+ install: true, -+ install_dir: systemd.get_pkgconfig_variable('systemdsystemunitdir'), -+ ) -+endif ---- fwupd-0.9.2/meson.build -+++ fwupd-0.9.2/meson.build -@@ -127,13 +127,17 @@ - gpgme = cc.find_library('gpgme') - gpgerror = cc.find_library('libgpg-error') - libm = cc.find_library('libm', required: false) --systemd = dependency('systemd') - udev = dependency('udev') - - if valgrind.found() - conf.set('HAVE_VALGRIND', '1') - endif - -+if get_option('with-systemd') -+ systemd = dependency('systemd') -+ conf.set('HAVE_SYSTEMD', '1') -+endif -+ - if get_option('enable-colorhug') - colorhug = dependency('colorhug', version : '>= 1.2.12') - conf.set('HAVE_COLORHUG', '1') -@@ -220,4 +224,6 @@ - message('git not found, you will not be able to run `ninja dist`') - endif - --meson.add_install_script('meson_post_install.sh', systemd.get_pkgconfig_variable('systemdsystemunitdir'), localstatedir) -+if get_option('with-systemd') and systemd.found() -+ meson.add_install_script('meson_post_install.sh', systemd.get_pkgconfig_variable('systemdsystemunitdir'), localstatedir) -+endif ---- fwupd-0.9.2/meson_options.txt -+++ fwupd-0.9.2/meson_options.txt -@@ -5,3 +5,4 @@ - option('enable-dell', type : 'boolean', value : true, description : 'enable Dell-specific support') - option('enable-thunderbolt', type : 'boolean', value : true, description : 'enable Thunderbolt support') - option('with-bootdir', type : 'string', value : '/boot/efi', description : 'Directory for EFI system partition') -+option('with-systemd', type : 'boolean', value : true, description : 'Install systemd unit files') diff --git a/sys-apps/fwupd/fwupd-0.8.0.ebuild b/sys-apps/fwupd/fwupd-0.8.0.ebuild deleted file mode 100644 index 34825f2201fd..000000000000 --- a/sys-apps/fwupd/fwupd-0.8.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools udev systemd - -DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="http://www.fwupd.org" -SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="colorhug dell doc elf nls uefi" - -RDEPEND=" - app-crypt/gpgme - dev-db/sqlite - dev-libs/appstream-glib - >=dev-libs/glib-2.45.8:2 - dev-libs/libgpg-error - dev-libs/libgudev - dev-libs/libgusb - >=net-libs/libsoup-2.51.92:2.4 - >=sys-auth/polkit-0.103 - colorhug? ( >=x11-misc/colord-1.2.12:0= ) - dell? ( - sys-libs/efivar - >=sys-libs/libsmbios-2.3.0 - ) - elf? ( dev-libs/libelf ) - uefi? ( >=sys-apps/fwupdate-5 ) -" -DEPEND=" - ${RDEPEND} - app-arch/gcab - app-arch/libarchive - app-text/docbook-sgml-utils - dev-util/gtk-doc - virtual/pkgconfig -" - -REQUIRED_USE="dell? ( uefi )" - -src_prepare() { - default - - # Don't look for gtk-doc if doc USE is unset (breaks automake) - if ! use doc ; then - sed 's@^GTK_DOC_CHECK@#\0@' -i configure.ac || die - sed '/gtk-doc\.make/d' \ - -i {.,docs/{libdfu,libfwupd}}/Makefile.am || die - fi - - eautoreconf -} - -src_configure() { - local myeconfargs=( - # requires libtbtfwu which is not packaged yet - --disable-thunderbolt - --with-systemdunitdir="$(systemd_get_systemunitdir)" - --with-udevrulesdir="$(get_udevdir)"/rules.d - $(use_enable colorhug) - $(use_enable dell) - $(use_enable dell synaptics) - $(use_enable elf libelf) - $(use_enable nls) - $(use_enable uefi) - ) - econf "${myeconfargs[@]}" -} diff --git a/sys-apps/fwupd/fwupd-0.9.2.ebuild b/sys-apps/fwupd/fwupd-0.9.5.ebuild similarity index 76% rename from sys-apps/fwupd/fwupd-0.9.2.ebuild rename to sys-apps/fwupd/fwupd-0.9.5.ebuild index 32c27850e814..ab4a1a1eb5d3 100644 --- a/sys-apps/fwupd/fwupd-0.9.2.ebuild +++ b/sys-apps/fwupd/fwupd-0.9.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit meson udev systemd +inherit meson DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" HOMEPAGE="http://www.fwupd.org" @@ -13,12 +13,12 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="colorhug dell elf systemd uefi" +IUSE="colorhug dell doc elf +man systemd uefi" RDEPEND=" app-crypt/gpgme dev-db/sqlite - dev-libs/appstream-glib + >=dev-libs/appstream-glib-0.6.13 >=dev-libs/glib-2.45.8:2 dev-libs/libgpg-error dev-libs/libgudev @@ -32,33 +32,35 @@ RDEPEND=" ) elf? ( dev-libs/libelf ) systemd? ( sys-apps/systemd ) + !systemd? ( >=sys-auth/consolekit-1.0.0 ) uefi? ( >=sys-apps/fwupdate-5 ) " DEPEND=" ${RDEPEND} app-arch/gcab app-arch/libarchive - app-text/docbook-sgml-utils - dev-util/gtk-doc virtual/pkgconfig + doc? ( dev-util/gtk-doc ) + man? ( app-text/docbook-sgml-utils ) " REQUIRED_USE="dell? ( uefi )" PATCHES=( "${FILESDIR}/${PN}-0.9-polkit_its_files.patch" - "${FILESDIR}/${PN}-0.9.2-no_systemd.patch" ) src_configure() { local emesonargs=( - # requires libtbtfwu which is not packaged yet - -Denable-thunderbolt=false - -Dwith-systemd="$(usex systemd true false)" - -Dwith-udevrulesdir="$(get_udevdir)"/rules.d -Denable-colorhug="$(usex colorhug true false)" + -Denable-consolekit="$(usex systemd false true)" -Denable-dell="$(usex dell true false)" + -Denable-doc="$(usex doc true false)" + -Denable-man="$(usex man true false)" -Denable-libelf="$(usex elf true false)" + -Denable-systemd="$(usex systemd true false)" + # requires libtbtfwu which is not packaged yet + -Denable-thunderbolt=false -Denable-uefi="$(usex uefi true false)" ) meson_src_configure diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest index f7b0dee6e11b..7a63c6160a87 100644 --- a/sys-apps/gsmartcontrol/Manifest +++ b/sys-apps/gsmartcontrol/Manifest @@ -1,2 +1,3 @@ DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 3258ddcb448460afeef8d617ab5bb4720c9b2444452bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a WHIRLPOOL 24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98 WHIRLPOOL 2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca +DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa WHIRLPOOL b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949 diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild new file mode 100644 index 000000000000..bbfa1f5ffda3 --- /dev/null +++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit flag-o-matic gnome2-utils + +DESCRIPTION="Hard disk drive health inspection tool" +HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +COMMON_DEPEND=" + dev-cpp/gtkmm:3.0 + dev-libs/libpcre:3 + sys-apps/smartmontools +" +RDEPEND="${COMMON_DEPEND} + x11-apps/xmessage +" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig + test? ( dev-util/gtk-builder-convert ) +" + +DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am + +src_prepare() { + default + append-cxxflags -std=c++11 +} + +src_configure() { + econf $(use test tests) +} + +src_install() { + default + rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest index 6b97f1a79bb3..afde673020b1 100644 --- a/sys-apps/iproute2/Manifest +++ b/sys-apps/iproute2/Manifest @@ -1,5 +1,6 @@ DIST iproute2-4.10.0.tar.xz 626944 SHA256 22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8 SHA512 e54477e167455e7ef5da4adc168d63eaa96091b63dc987fffe918cbb005eceed18a62283ca99ee2512dc0e960f47ae21b39ffbe399c1612fd9cea147c34c581b WHIRLPOOL 7034f87835b13d275d2e065ee00d869060ae20c7dd325d8974da414db20328195e5968ede2f0b6925ddf67de3712b5945f54276c6ce5c8367ba28520c2adb859 DIST iproute2-4.11.0.tar.xz 657100 SHA256 72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026 SHA512 e6cc3dbe2779670a752ab346c1a432b496033448d1645aa0161b3f7b683b3f9939ab09db12199b794cc64dff257faaf0d151046feea9031a6139176e08b4f4fa WHIRLPOOL 9bf25b018d3f392a2e2f4faf4c3877f52ec4b0aebb082d9c2e2c3e80c0c8f3885c122c5d211c4c6ef014506d786213b36938728f63b581079274a3116fc85581 +DIST iproute2-4.12.0.tar.xz 662424 SHA256 2e0a4c4262d9f6c169885a6e16c4c5c5f1ef6fd57b6a0e7b41f42be5bb6ebd7d SHA512 275147f71e7c4698654f0d6d0981ab42f6f108066508c15cfcd5d9e0d3aaf8d33291968d9f06cb03f5494d801cfabf8d53308aaf56fc4fa92c52b137e970a3b0 WHIRLPOOL 590cc191e96ff0b777373603186e4416f064931d529878ec783759f31fd99e1119bb0604e8a89dc98d350f80eca2bfef05a13bca7ce24302408072002c0b17b2 DIST iproute2-4.4.0.tar.xz 528552 SHA256 bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 SHA512 48236fc6103a55d977efa4f93ad7fdfc0944df975ce771d57fd3dcfb13b761b0c05dbe749978ac86c7a471d023bee62a2f1648a6ca75f50da9252acfde174b69 WHIRLPOOL 7e90c98805e12b28de284bb998e5a27cf524a78d0bd7632c0d49a7ddff8f11f5229ac6867076e9fea6f21b6b31360bddb21138673d94de766bdf7324a09bc013 DIST iproute2-4.5.0.tar.xz 554500 SHA256 3f15292f53e465cb5bd6652961343ca64eb6936309ae75be5d5a541435bc494a SHA512 d12be24cf7a1102be8e449d1e95fa67b784d505e98fcf2f18caedf0136fb378dc439f74a75bc0d6ef5b2893e5ca1968e122054404c1f4d1a212aeb0fba1c5860 WHIRLPOOL dc660bde36fed126b27fb69a59c02405b5299b92a6b519ebdce74d817f88be82114bb10217ca34bbc26a89e664ff243e606a84bcb00db41088bce824542def40 DIST iproute2-4.6.0.tar.xz 570960 SHA256 74fc6a8ad085be095a159f8158bbaf385b42af9e101619f233f1ae466829d406 SHA512 1e3868ced65012da6724744eb15e6bb8e2c5bf8d7a46cf2b655526de1a9e1224c7b7e9bd4a88e40516b5648955987eb9001600ca5afbd507bc664f92b51ede9f WHIRLPOOL 1b0ff7988d6d5567137aca9d41e2cc3183f3620f8b874113ff9e6ca9508349550e388e423c54b165e73ed54ccb7a366ef8d032a930f27722eccbd5ff6879032e diff --git a/sys-apps/iproute2/iproute2-4.12.0.ebuild b/sys-apps/iproute2/iproute2-4.12.0.ebuild new file mode 100644 index 000000000000..92f6ddaa6ff4 --- /dev/null +++ b/sys-apps/iproute2/iproute2-4.12.0.ebuild @@ -0,0 +1,142 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils toolchain-funcs flag-o-matic multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + inherit git-2 +else + SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="kernel routing and traffic control utilities" +HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="atm berkdb +iptables ipv6 minimal selinux" + +# We could make libmnl optional, but it's tiny, so eh +RDEPEND=" + !net-misc/arpd + !minimal? ( net-libs/libmnl ) + iptables? ( >=net-firewall/iptables-1.4.20:= ) + berkdb? ( sys-libs/db:= ) + atm? ( net-dialup/linux-atm ) + selinux? ( sys-libs/libselinux ) +" +# We require newer linux-headers for ipset support #549948 and some defines #553876 +DEPEND=" + ${RDEPEND} + app-arch/xz-utils + iptables? ( virtual/pkgconfig ) + sys-devel/bison + sys-devel/flex + >=sys-kernel/linux-headers-3.16 + elibc_glibc? ( >=sys-libs/glibc-2.7 ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 +) + +src_prepare() { + if ! use ipv6 ; then + PATCHES+=( + "${FILESDIR}"/${PN}-4.11.0-no-ipv6.patch #326849 + ) + fi + + epatch "${PATCHES[@]}" + + sed -i \ + -e '/^CC :=/d' \ + -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ + -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ + -e "/^WFLAGS/s:-Werror::" \ + -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ + Makefile || die + + # Use /run instead of /var/run. + sed -i \ + -e 's:/var/run:/run:g' \ + include/namespace.h \ + man/man8/ip-netns.8 || die + + # build against system headers + rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc + sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die + + use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile +} + +src_configure() { + tc-export AR CC PKG_CONFIG + + # This sure is ugly. Should probably move into toolchain-funcs at some point. + local setns + pushd "${T}" >/dev/null + printf '#include \nint main(){return setns(0, 0);}\n' > test.c + ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n + echo 'int main(){return 0;}' > test.c + ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile + popd >/dev/null + + cat <<-EOF > Config + TC_CONFIG_ATM := $(usex atm y n) + TC_CONFIG_XT := $(usex iptables y n) + TC_CONFIG_NO_XT := $(usex iptables n y) + # We've locked in recent enough kernel headers #549948 + TC_CONFIG_IPSET := y + HAVE_BERKELEY_DB := $(usex berkdb y n) + HAVE_MNL := $(usex minimal n y) + HAVE_SELINUX := $(usex selinux y n) + IP_CONFIG_SETNS := ${setns} + # Use correct iptables dir, #144265 #293709 + IPT_LIB_DIR := $(use iptables && ${PKG_CONFIG} xtables --variable=xtlibdir) + EOF +} + +src_install() { + if use minimal ; then + into / + dosbin tc/tc + dobin ip/ip + return 0 + fi + + emake \ + DESTDIR="${D}" \ + LIBDIR="${EPREFIX}"/$(get_libdir) \ + SBINDIR="${EPREFIX}"/sbin \ + CONFDIR="${EPREFIX}"/etc/iproute2 \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + MANDIR="${EPREFIX}"/usr/share/man \ + ARPDDIR="${EPREFIX}"/var/lib/arpd \ + install + + rm "${ED}"/usr/share/doc/${PF}/*.{sgml,tex} || die #455988 + + dodir /bin + mv "${ED}"/{s,}bin/ip || die #330115 + + dolib.a lib/libnetlink.a + insinto /usr/include + doins include/libnetlink.h + # This local header pulls in a lot of linux headers it + # doesn't directly need. Delete this header that requires + # linux-headers-3.8 until that goes stable. #467716 + sed -i '/linux\/netconf.h/d' "${ED}"/usr/include/libnetlink.h || die + + if use berkdb ; then + dodir /var/lib/arpd + # bug 47482, arpd doesn't need to be in /sbin + dodir /usr/bin + mv "${ED}"/sbin/arpd "${ED}"/usr/bin/ || die + fi +} diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest index d561418e1f6e..807007723e85 100644 --- a/sys-apps/pciutils/Manifest +++ b/sys-apps/pciutils/Manifest @@ -1,3 +1,3 @@ DIST pciutils-3.4.1.tar.gz 404166 SHA256 0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49 WHIRLPOOL 4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c -DIST pciutils-3.5.3.tar.gz 423828 SHA256 edcbb2eb263c0f88d9156bd58db2077174314ade0547f7695d7e9dd6c30e8b77 SHA512 aa0232d3a8d3d1fdc15b790bfed46070de4db0d7ca2cff79122200d6002b709e20383a44558c1735da46e920500d9eb2159983148c766bef91a42545cfe2cc58 WHIRLPOOL b99dc0546f370f3760654897a58e69bff63afb3138c135c2d4021fe15a3c1effc139c41e60b1add02aa853f74b24442adb3d785cf549f2a8ba0be78130123163 DIST pciutils-3.5.4.tar.gz 423997 SHA256 1a650f10170423371d481c580071c27420b16a40eda995f3e906b8a9ade530c5 SHA512 cd3ed843b8b2a31f92234be6a59bb02cd5268afad7e353872f588df281984af5129b4a9e363332bcf173dd71fda2091e501237fbd4fc39575cfe0472456d4a34 WHIRLPOOL 4a99d7c95cebc42a369bd51db1f7682dd0c49ecf8023558781fb62dc57431a4993f41e01f2d128c99bb312e5d1d2fa97f653ae5dd6ee10f112aa5bded676ddfe +DIST pciutils-3.5.5.tar.gz 437331 SHA256 58ad27f25c510598bdc5337160c8b573d6e9b328b3c5235636e89a1cc04d6a48 SHA512 b2c89e1d742c5a23cad662ed6bb1d47d7587b0d823fcbf3abc6d613735961473f7d29c83a4ccb49b64ec4f674026f17e88693eb34b42cb6c128abd1407c778ba WHIRLPOOL cfa15b7622d11495b1e83f543b1677ff42c2b54fb8acda6d99a4eb3a76387874da36147d04cadd0a801917e1499de87bd5e25cd80377b4695c68c2086ee2a6a1 diff --git a/sys-apps/pciutils/pciutils-3.5.3.ebuild b/sys-apps/pciutils/pciutils-3.5.5.ebuild similarity index 90% rename from sys-apps/pciutils/pciutils-3.5.3.ebuild rename to sys-apps/pciutils/pciutils-3.5.5.ebuild index 7de545e32784..953cbfc4aa60 100644 --- a/sys-apps/pciutils/pciutils-3.5.3.ebuild +++ b/sys-apps/pciutils/pciutils-3.5.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic @@ -16,15 +16,23 @@ IUSE="dns +kmod static-libs +udev zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, # our libpci.a depends on libz.a/etc... at runtime. -LIB_DEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] ) - udev? ( >=virtual/libudev-208[static-libs(+),${MULTILIB_USEDEP}] )" -DEPEND="kmod? ( sys-apps/kmod ) +LIB_DEPEND=" + zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] ) + udev? ( >=virtual/libudev-208[static-libs(+),${MULTILIB_USEDEP}] ) +" +DEPEND=" + kmod? ( sys-apps/kmod ) static-libs? ( ${LIB_DEPEND} ) - !static-libs? ( ${LIB_DEPEND//static-libs(+),} )" -RDEPEND="${DEPEND} - sys-apps/hwids" -DEPEND="${DEPEND} - kmod? ( virtual/pkgconfig )" + !static-libs? ( ${LIB_DEPEND//static-libs(+),} ) +" +RDEPEND=" + ${DEPEND} + sys-apps/hwids +" +DEPEND=" + ${DEPEND} + kmod? ( virtual/pkgconfig ) +" PATCHES=( "${FILESDIR}"/${PN}-3.1.9-static-pc.patch diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest index 2dafe5dae08c..4c7b74ef7b57 100644 --- a/sys-auth/keystone/Manifest +++ b/sys-auth/keystone/Manifest @@ -1,2 +1,3 @@ DIST keystone-10.0.1.tar.gz 1357929 SHA256 1030e6e818db6b9d84a2ad430912b821c9309ecf600fd0753bd75a741a9e4ddc SHA512 86069e19f519dcf51079a1c3a32658fabdaf5c59b4f5010dd6d3ddc28dbdf710a271d22af22d3451b5553eff609da6252577f8329a7f3a517da148bf37207c86 WHIRLPOOL f24a8bbd3efce90e26d00e484bd5b5cac738568a4fb4948b8f3fa6d51e34bf83488247168cdf75533e80b05a28c17bd3b5bf9f3298f40e86fa5f80255992c025 +DIST keystone-10.0.2.tar.gz 1359183 SHA256 275e3c73033657a98e17cb59370b6d549cf945f41871db5a94b4a464a43d49a7 SHA512 9bb85559cbf28987b8c743bf1fc81e8bce167ae46a8761fdd47582f591ca227a22e2fac49da8b5f906249d7f6b99657dec7abe64f5ffbe0cb95a8c21b02e9d19 WHIRLPOOL c70e54719a881e7b1927083e66fac25de6b8b41da2685ff39947c6a7258d9a77560e40cd68f5c02073313ec8ad7b3c1d6980cf952ce86208d3e39664981b2b17 DIST keystone-11.0.2.tar.gz 1370396 SHA256 cf25068272dba6c6487477e3d620ae449770d73d3e3382d37d2b88cf80fe9ef1 SHA512 d2ec2c6e01df524f5dbec12960ffb54bb2a5400fff61027d6e632b1d775223e5e7ca97962db70acfbcd61e6c13ce9f5e392fc44249836055228ba4547e4ae4e6 WHIRLPOOL 7c9eff71b588632b125ca22824477116e387d4cfbf46b724510806b24a5d1d7694e3566da43ea8f0646a2c7059b8e6eb58343d6df4abec0427a4197f2a64354d diff --git a/sys-auth/keystone/keystone-10.0.2.ebuild b/sys-auth/keystone/keystone-10.0.2.ebuild new file mode 100644 index 000000000000..1809d9282835 --- /dev/null +++ b/sys-auth/keystone/keystone-10.0.2.ebuild @@ -0,0 +1,164 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 user + +DESCRIPTION="The Openstack authentication, authorization, and service catalog" +HOMEPAGE="https://launchpad.net/keystone" +SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+sqlite ldap memcached mongo mysql postgres test" +REQUIRED_USE="|| ( mysql postgres sqlite )" + +CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}] + >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}] + dev-python/paste[${PYTHON_USEDEP}] + >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] + !~dev-python/routes-2.0[${PYTHON_USEDEP}] + !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')] + !~dev-python/routes-2.3.0[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] + !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + sqlite? ( + >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}] + =dev-python/pymysql-0.6.2[${PYTHON_USEDEP}] + !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}] + >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}] + =dev-python/psycopg-2.5.0[${PYTHON_USEDEP}] + >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}] + =dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}] + >=dev-python/passlib-1.6[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}] + !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}] + >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}] + !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}] + !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}] + >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}] + >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}] + >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}] + >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}] + >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}] + !~dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}] + !~dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] + >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] + >=dev-python/oauthlib-0.6.0[${PYTHON_USEDEP}] + >=dev-python/pysaml2-2.4.0[${PYTHON_USEDEP}] + =dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] + =dev-python/pycadf-1.1.0[${PYTHON_USEDEP}] + !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] + >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}] + memcached? ( + >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}] + ) + mongo? ( + >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}] + !~dev-python/pymongo-3.1[${PYTHON_USEDEP}] + ) + ldap? ( + >=dev-python/pyldap-2.4[${PYTHON_USEDEP}] + >=dev-python/ldappool-2.0.0[${PYTHON_USEDEP}] + ) + || ( + www-servers/uwsgi[python,${PYTHON_USEDEP}] + www-apache/mod_wsgi[${PYTHON_USEDEP}] + www-servers/gunicorn[${PYTHON_USEDEP}] + )" + +PATCHES=( +) + +pkg_setup() { + enewgroup keystone + enewuser keystone -1 -1 /var/lib/keystone keystone +} + +python_prepare_all() { + # it's in git, but not in the tarball..... + sed -i '/^hacking/d' test-requirements.txt || die + mkdir -p ${PN}/tests/tmp/ || die + cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die + sed -i 's|/usr/local|/usr|g' httpd/keystone-uwsgi-* || die + sed -i 's|python|python27|g' httpd/keystone-uwsgi-* || die + distutils-r1_python_prepare_all +} + +# Ignore (naughty) test_.py files & 1 test that connect to the network +#-I 'test_keystoneclient*' \ +python_test() { + nosetests -I 'test_keystoneclient*' \ + -e test_static_translated_string_is_Message \ + -e test_get_token_id_error_handling \ + -e test_provider_token_expiration_validation \ + -e test_import --process-restartworker --process-timeout=60 || die "testsuite failed under python2.7" +} + +python_install() { + distutils-r1_python_install + + diropts -m 0750 + keepdir /etc/keystone /var/log/keystone + insinto /etc/keystone + insopts -m0640 -okeystone -gkeystone + doins etc/keystone.conf.sample etc/logging.conf.sample + doins etc/default_catalog.templates etc/policy.json + doins etc/policy.v3cloudsample.json etc/keystone-paste.ini + insinto /etc/keystone/httpd + doins httpd/* + + fowners keystone:keystone /etc/keystone /etc/keystone/httpd /var/log/keystone +} + +pkg_postinst() { + elog "You might want to run:" + elog "emerge --config =${CATEGORY}/${PF}" + elog "if this is a new install." + elog "If you have not already configured your openssl installation" + elog "please do it by modifying /etc/ssl/openssl.cnf" + elog "BEFORE issuing the configuration command." + elog "Otherwise default values will be used." +} + +pkg_config() { + if [ ! -d "${ROOT}"/etc/keystone/ssl ] ; then + einfo "Press ENTER to configure the keystone PKI, or Control-C to abort now..." + read + "${ROOT}"/usr/bin/keystone-manage pki_setup --keystone-user keystone --keystone-group keystone + else + einfo "keystone PKI certificates directory already present, skipping configuration" + fi +} diff --git a/sys-block/afacli/Manifest b/sys-block/afacli/Manifest deleted file mode 100644 index b2901b40d565..000000000000 --- a/sys-block/afacli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST afa-apps-snmp.2807420-A04.tar.gz 966308 SHA256 0b7abd0308e8cff6824b47e435e81579f2464ddc5fb9a87d478eb87778176fd2 SHA512 af90c7707c5b39e6eacad64c670d4c3fd97e510a9d12c2e3d21f662d179803e3fa6bb7a52ffc5572b50bc80888b496a42819874601311e64469d4010fc417fab WHIRLPOOL 248556a2b605cef3338727e43ae81d15d60a4b1a9ef7841a512d196231cad5bf8a1cd476b4574cf889554d481c28dd511e7f54b95fd46840d404c4f297df9bb7 diff --git a/sys-block/afacli/afacli-4.1.ebuild b/sys-block/afacli/afacli-4.1.ebuild deleted file mode 100644 index 4d6e64fefa03..000000000000 --- a/sys-block/afacli/afacli-4.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit rpm - -MY_PV=${PV}-0 -DESCRIPTION="Dell AACRAID-based PERC RAID controller management tool" -HOMEPAGE="http://linux.dell.com/" -SRC_URI="ftp://ftp.dell.com/scsi-raid/afa-apps-snmp.2807420-A04.tar.gz" - -LICENSE="Dell" -SLOT="0" -# This package can never enter stable, it can't be mirrored and upstream -# can remove the distfiles from their mirror anytime. -KEYWORDS="~x86" -IUSE="" - -RESTRICT="strip mirror test" - -RDEPEND="sys-libs/lib-compat" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - rpm_unpack "${S}"/afaapps-${MY_PV}.i386.rpm || die "failed to unpack RPM" -} - -src_compile() { - echo "Nothing to compile." -} - -src_install() { - dosbin "${FILESDIR}"/afacli - newsbin usr/sbin/afacli afacli.bin - dodoc usr/sbin/getcfg.afa -} diff --git a/sys-block/afacli/files/afacli b/sys-block/afacli/files/afacli deleted file mode 100644 index 5596094228c5..000000000000 --- a/sys-block/afacli/files/afacli +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# Get the major number of the aac ioctl device node -aacdev_major=$(egrep '[[:space:]]aac$' /proc/devices 2>/dev/null | awk '{print $1}' 2>/dev/null) -aacdev_node=/dev/afa0 - -# AACRAID device node major number found -if [ -z "${aacdev_major}" ]; then - echo "ERROR: failed to determine device node major number" - exit 1 -fi -if [ -e "${aacdev_node}" ]; then - if ! rm -f "${aacdev_node}"; then - echo "ERROR: failed to remove existing device node ${aacdev_node}" - exit 1 - fi -fi -if ! mknod "${aacdev_node}" c "${aacdev_major}" 0; then - echo "ERROR: failed to create device node ${aacdev_node}" - exit 1 -fi - -# Start the real afacli binary -"${0%/*}/afacli.bin" "${@}" diff --git a/sys-block/afacli/metadata.xml b/sys-block/afacli/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/sys-block/afacli/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/sys-block/nbd/Manifest b/sys-block/nbd/Manifest index 6d0928f258b7..821370240f65 100644 --- a/sys-block/nbd/Manifest +++ b/sys-block/nbd/Manifest @@ -1,3 +1,3 @@ DIST nbd-3.11.tar.xz 451992 SHA256 14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0 SHA512 8d0abf673c7a2a7fbc5a57e0ee1093c86ca205eb664ea08143ff4ce3c8fd94b81a0e89491145159d863d181f70e9ba109487b967097c91fc2399316226bcec0a WHIRLPOOL 23f29b0e82e4672f5edfa223b7b26552ceb7505b6ff43efa151e3357811a2d4f1b599d6b9553a89e07b90b7322a3ac88f256a66d5d7e850758ea5cee4125d849 -DIST nbd-3.15.2.tar.xz 506016 SHA256 cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 SHA512 2a23f14e51768159692cd0e9ca04f61520adaa9788f15b4fdf3a92917425d681df05c69efc02c5467ea36489cc68d354513286ebb62a1c55eca55275efcb5cd7 WHIRLPOOL c85a4edb29367335d2376887e3a4deb2cf5ada6e19b44ae851ca2516cf1b44213879890ed43b78be6e376fe4167b6fadc7faefba516b60a34590846fd8f2dbf7 DIST nbd-3.15.3.tar.xz 505856 SHA256 6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056 SHA512 c4cd580272faa6a0564469d188decd2db99a5b9d691dca511eea16154ce6185c38e6f695a05bd18941d42cb9e4bb92e30e9eca70d38dce8054a0785ab16b711a WHIRLPOOL e4b4587ccad40fd5bae3010a52b4fa826aaf529881a9cd44c53ae04996cb664c8388331c19833355808b3c30529fa7b6e85b46ccce132b4900972182039b85f6 +DIST nbd-3.16.1.tar.xz 517036 SHA256 5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 SHA512 0e8444333e0a41a725c08867b79634bca1b8e9c0e88011dcf8e2f37b6e8de5582208c5029eea16bee517530c8725f232c1c963848bd09da5c4dda6a15ee283de WHIRLPOOL 490feba629755afe95858a051290481d999648b75d6b78c7d86ae6884c3a9efc277e7adcc1603426565da8ab125bfc8bbee4885af02dc50115c54a772052aecc diff --git a/sys-block/nbd/nbd-3.15.3.ebuild b/sys-block/nbd/nbd-3.15.3.ebuild index 9517632c1104..f1a412d25fd7 100644 --- a/sys-block/nbd/nbd-3.15.3.ebuild +++ b/sys-block/nbd/nbd-3.15.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/nbd/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug zlib" # gnutls is an automagic dep. diff --git a/sys-block/nbd/nbd-3.15.2.ebuild b/sys-block/nbd/nbd-3.16.1.ebuild similarity index 83% rename from sys-block/nbd/nbd-3.15.2.ebuild rename to sys-block/nbd/nbd-3.16.1.ebuild index 6a78cd1c73ef..9517632c1104 100644 --- a/sys-block/nbd/nbd-3.15.2.ebuild +++ b/sys-block/nbd/nbd-3.16.1.ebuild @@ -20,9 +20,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() { - econf \ - --enable-lfs \ - $(use_enable !debug syslog) \ - $(use_enable debug) \ + local myeconfargs=( + --enable-lfs + $(use_enable !debug syslog) + $(use_enable debug) $(use_enable zlib gznbd) + ) + econf "${myeconfargs[@]}" } diff --git a/sys-fs/reiserfsprogs/files/reiserfsprogs-3.6.25-no_acl.patch b/sys-fs/reiserfsprogs/files/reiserfsprogs-3.6.25-no_acl.patch new file mode 100644 index 000000000000..6a3768154cbc --- /dev/null +++ b/sys-fs/reiserfsprogs/files/reiserfsprogs-3.6.25-no_acl.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/585978 + +--- a/reiserfscore/xattr.c ++++ b/reiserfscore/xattr.c +@@ -1,7 +1,6 @@ + #include + #include + #include +-#include + #include "reiserfs_lib.h" + + static inline unsigned short from32to16(unsigned int x) diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild index 04cc6a0dd020..e5bc6dfa2031 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.25.ebuild @@ -15,13 +15,23 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" +PATCHES=( + "${FILESDIR}/${PN}-3.6.25-no_acl.patch" +) + +src_prepare() { + epatch "${PATCHES[@]}" +} + src_configure() { append-flags -std=gnu89 #427300 - econf \ - --bindir="${EPREFIX}/bin" \ - --libdir="${EPREFIX}/$(get_libdir)" \ - --sbindir="${EPREFIX}/sbin" \ + local myeconfargs=( + --bindir="${EPREFIX}/bin" + --libdir="${EPREFIX}/$(get_libdir)" + --sbindir="${EPREFIX}/sbin" $(use_enable static-libs static) + ) + econf "${myeconfargs[@]}" } src_install() { diff --git a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.26.ebuild b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.26.ebuild index 0704720cc949..d6725dee34ee 100644 --- a/sys-fs/reiserfsprogs/reiserfsprogs-3.6.26.ebuild +++ b/sys-fs/reiserfsprogs/reiserfsprogs-3.6.26.ebuild @@ -15,13 +15,18 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" +PATCHES=( + "${FILESDIR}/${PN}-3.6.25-no_acl.patch" +) + src_prepare() { + epatch "${PATCHES[@]}" eautoreconf } src_configure() { append-flags -std=gnu89 #427300 - myeconfargs=( + local myeconfargs=( --bindir="${EPREFIX}/bin" --libdir="${EPREFIX}/$(get_libdir)" --sbindir="${EPREFIX}/sbin" diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest index 1328e7dcb02d..2e6c8a23b3a8 100644 --- a/sys-kernel/ck-sources/Manifest +++ b/sys-kernel/ck-sources/Manifest @@ -6,6 +6,9 @@ DIST deblob-check-4.9 717834 SHA256 4599c6eabd53bb352e9b536d574152e72467548add19 DIST genpatches-4.11-10.base.tar.xz 248400 SHA256 a8ce77eecd7de677d4be4637ca6fa8ab1f92286d15adad62bf792591be9c2e4a SHA512 be077291066e139757fcc3240eb81ffe93c069da7a286790c23d623045c4cbfcb5ea79baee8913106a8c632e2716e487eaca6e1a3730e1514b0d6081cacd4509 WHIRLPOOL 459f3454ae367fa30fc78108385f925a94a6eec2148b7915914b3fdd6fb499cb3249959d0a3db60ed752f2ff1ad501eaaa7bee582aac341fd3803a0fb414e02d DIST genpatches-4.11-10.experimental.tar.xz 106568 SHA256 a88e4b7339c446c568f3bb3b8f54e63b4e4d854f184e2b1677f60f97cc950ee5 SHA512 93623910ad351ce0cd5f1a34f5ac1a0ea5b413622449cf3f10b341760971f54ec9b6ee81066b6fb2af8f824203e5d4e357196f0ac586ff764251f9bf62cfc29e WHIRLPOOL 0876689c15a39b16a5d263c090216bf3d950504ed3db211229456fc8fa6643a70d10d97edd24b17a85bcd5b7a944353b5e819cdfe4cb88f993d40195ba954047 DIST genpatches-4.11-10.extras.tar.xz 17352 SHA256 042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb WHIRLPOOL 9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c +DIST genpatches-4.11-11.base.tar.xz 275908 SHA256 347be60f18d091c7de9975a80b3620d36d07623d95be4c20c28c8fbdbbf01e8d SHA512 602e9c0de20f5be21ca54ccfe7464e1bcd77d4b3fa20dff606dcfdc8ddcbdf4996b2df5d8217a040e82752ea4f45b1104791d8b6fea638d7fd34ecd205abf248 WHIRLPOOL ff7d0f54234acbac7af867ae8ca478b6bfb299fd13fe393a84a5aaec96fdd45c69c74b53b6b3e7d582759eaf4e0d87d5ed4a773ce8903c04d16fa5fef0c41c93 +DIST genpatches-4.11-11.experimental.tar.xz 106604 SHA256 f53b0eb113143b3f588984e17605bf3b1e7db1a744b88e6777c7e3a2a350d4f2 SHA512 3990a6a395b50fd655a7373c191e4d6a5a9e041254acd46471519b126175c642629bbcb002a29108bd9b46c3f8080052db648843e17b6e76a9195d16acfbbc2c WHIRLPOOL 033a7015f5ea59ba6f6089e6b3ef136c01ee71e93349fab5b9bf312355615bac72bc035bb3114239306ef7a015ce4ea49a3dd7c5db45ac89d1019ff8614ff6f2 +DIST genpatches-4.11-11.extras.tar.xz 17344 SHA256 16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf WHIRLPOOL e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663 DIST genpatches-4.11-9.base.tar.xz 228412 SHA256 094cf6debebc1a5d5615bc099de2fe4772b873ffc6e5b117cf721d04e5fbdb43 SHA512 dc2201c845fe68ad9ef35c960eb15aa8b3fd2b45084c15303fd1527a3e2b2095132d80a41511e9a50034c776b9f2951a13984b36a178f281c6fe89e3aa15e1e8 WHIRLPOOL 12cf8556f66f84d5c33fca23f4645b49f5c2686037627c2a74c48a463c56525ef8d6b90e4f41104c5d30da149cc69e26615be55bf3067f766ef0896dc2c11d81 DIST genpatches-4.11-9.experimental.tar.xz 106600 SHA256 e2aac36f6efd04cea03c35a73187b246ae42d56c6657b922057636f9f198f12c SHA512 731647428003123688ace6a9053d8b48f4c5d8ce96b7c6077b2727864b27e5dab0344c7bbcfd996c668518d68c6171d679fe367d25a6af8278133fdc7ec660db WHIRLPOOL 7315f7c419ddc202b167cc145e90d7ff07d8b60a441ee1145b176e0b6425580a9273f17a788bb781ae67071f3c46ca2f50180ae1d18755a9117c3c8a36827eb5 DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 f7691170d75d64dc6c10c851f6e63bfda22f971a104be8e67b53887328aa3fe9 SHA512 39a64e21fb3968aafe2f71cacaccb2f300f6da202db38021a44c82382eb894c548c422402153d98768c58da0bf16efda4ee62436b065e0819f81a42fbb8382ca WHIRLPOOL ba3b71c896b9423bf4b9f0b4a5401641008910f7dad89f891737cf11cbfb62fabe4e9874c345b0bcb1b0d78b5ead44f32738e74417902cbb4111fd0c2e62e077 @@ -15,6 +18,9 @@ DIST genpatches-4.9-35.extras.tar.xz 17348 SHA256 33e2bb26e7d22e95ac9cbdbee17a23 DIST genpatches-4.9-36.base.tar.xz 798504 SHA256 3607892395eecdc7a11bf00647b8246c4f3ec2290b33f2090b2eeee358bb094f SHA512 5b77f3953e977a3f05699cd7648991aeb0dd586358c1b809eda1745857ee2ba81e13c083283d273df7db6d22e349e0deb11f354ea90f108f899350bcc1e6cd15 WHIRLPOOL e2c7e6e3ab6b54b46ba150f629ee1e4a51cd96b044a7cc80e2f7edeee04713d15083d2d3918c99bc8c24236583e7af2ba50a1e9d338952844cc876ac1b80765d DIST genpatches-4.9-36.experimental.tar.xz 106420 SHA256 b5efe4f548a653f3bc4578971512e64150b088f1b2fd97f8482b2b0bc139f055 SHA512 540facd23766a3e601c51d650900a02d9dcc5b02af0e639c4e09d253e08354e62c3a7bbb0eed00da0278b331d1f3007a8d00203ae3302df4b8bd6644da24066e WHIRLPOOL bd5d50523110ab5a45a29d10ee79a5627ef0644eb385bd78a18b9f6edc6472e304034ade9eb05d0755473e26b9800c7a47f53b6a6d1b33332cc7742807fc3ce0 DIST genpatches-4.9-36.extras.tar.xz 17352 SHA256 042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb WHIRLPOOL 9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c +DIST genpatches-4.9-37.base.tar.xz 842292 SHA256 d0332e62cc84bf4545d7b1a487d6b36839e4a1751575e150fc9670d5c132804b SHA512 58805f8af06656b97e51be66ab0ac040185dd88df68b932a09dfb9192f54d47dd4b558315f41bb45a9ae28be87a1b21b30ff36cb6541cd040676120ca9400c64 WHIRLPOOL e5d1452c2b17c8f841f27ce9fb47ce857adeb4fa1319cdb1b2d58eab0817994d53af0307bd9af7dfb34b519b08c06226d1e16b1039166c211cc5aaadd62a7d59 +DIST genpatches-4.9-37.experimental.tar.xz 106408 SHA256 a926aa3456fd6ebe151dfde8c7622023a79666d1a292ac818314cc676d0c87ff SHA512 6c44f5fb7877957eeddd423efb1bb0b6fc759676228d1788f3afa028f04a5ac0629e37e732c2af85b38a8636afdbc1fe677aee6ec4e755b2fca8e7f60fc0d0a7 WHIRLPOOL 8b64ee74faaf2eafa7ae9f2f43d524f6f2d2cb039725fc6a8d9b25cee6ffae5b617a10f8b8a2870ed726906a96b104073f554cd5d3fd63d3bf5bdec78969473c +DIST genpatches-4.9-37.extras.tar.xz 17344 SHA256 16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf WHIRLPOOL e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663 DIST linux-4.11.tar.xz 95447768 SHA256 b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 SHA512 6610eed97ffb7207c71771198c36179b8244ace7222bebb109507720e26c5f17d918079a56d5febdd8605844d67fb2df0ebe910fa2f2f53690daf6e2a8ad09c3 WHIRLPOOL f577b7c5c209cb8dfef2f1d56d77314fbd53323743a34b900e2559ab0049b7c2d6262bda136dd3d005bc0527788106e0484e46558448a8720dac389a969e5886 DIST linux-4.9.tar.xz 93192404 SHA256 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a WHIRLPOOL 072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a DIST patch-4.11-ck2.xz 151196 SHA256 1acde415a6a35d301beb65bc09bd20903f3a9c835c6c850f4c5a0ce0ab236bc1 SHA512 e2c5a13960399bff0b5358cc1e98ac0628926f55b38ba8169f75c72ca2fc4bd2ed186eb344596d8d09010a216e098c090568e1bda63f60394330fe201e09045f WHIRLPOOL 8dccc7ea81cbe47172e401d397ca39cdf61a7c50ded528f46746cde2719f6533d70392c72006f17d4eef11f6cf8b0f7167fd29e14d5d091d7f3ef4cef2c8c019 diff --git a/sys-kernel/ck-sources/ck-sources-4.11.9.ebuild b/sys-kernel/ck-sources/ck-sources-4.11.9.ebuild new file mode 100644 index 000000000000..a9fcac373e9a --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-4.11.9.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +KEYWORDS="~amd64 ~x86" + +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ + http://users.tpg.com.au/ckolivas/kernel/" + +K_WANT_GENPATCHES="base extras experimental" +K_EXP_GENPATCHES_PULL="1" +K_EXP_GENPATCHES_NOUSE="1" +K_GENPATCHES_VER="11" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" + +PYTHON_COMPAT=( python2_7 ) +inherit python-any-r1 kernel-2 +detect_version +detect_arch + +DEPEND="deblob? ( ${PYTHON_DEPS} )" + +K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" + +DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches for Linux ${K_BRANCH_ID}" + +CK_VERSION="2" + +CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz" + +CK_BASE_URL="http://ck.kolivas.org/patches/4.0" +CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}" +CK_URI="${CK_LVER_URL}/${CK_FILE}" + +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}" + +UNIPATCH_LIST="${DISTDIR}/${CK_FILE}" +UNIPATCH_STRICTORDER="yes" + +# ck-patches already includes BFQ (similar version as genpatches "experimental" USE flag) +# what's not included is: "additional cpu optimizations" (5010) from genpatches experimental + +K_EXP_GENPATCHES_LIST="5010_*.patch*" + +pkg_setup() { + use deblob && python-any-r1_pkg_setup + kernel-2_pkg_setup +} + +src_prepare() { + +#-- Comment out CK's EXTRAVERSION in Makefile --------------------------------- + + # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 + sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare +} diff --git a/sys-kernel/ck-sources/ck-sources-4.9.36.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.36.ebuild new file mode 100644 index 000000000000..f029203cd118 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-4.9.36.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +ETYPE="sources" +KEYWORDS="~amd64 ~x86" + +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ + http://users.tpg.com.au/ckolivas/kernel/" + +K_WANT_GENPATCHES="base extras experimental" +K_EXP_GENPATCHES_PULL="1" +K_EXP_GENPATCHES_NOUSE="1" +K_GENPATCHES_VER="37" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" + +PYTHON_COMPAT=( python2_7 ) +inherit python-any-r1 kernel-2 +detect_version +detect_arch + +DEPEND="deblob? ( ${PYTHON_DEPS} )" + +K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" + +DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches for Linux ${K_BRANCH_ID}" + +#-- If Gentoo-Sources don't follow then extra incremental patches are needed - + +XTRA_INCP_MIN="" +XTRA_INCP_MAX="" + +#-- + +CK_VERSION="1" + +CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz" + +CK_BASE_URL="http://ck.kolivas.org/patches/4.0" +CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}" +CK_URI="${CK_LVER_URL}/${CK_FILE}" + +# solves bug #606866 (Fix build for CONFIG_FREEZER disabled.x) +FRZR_HASH="7de569950716147ed436b27936628ee3ab5b45cc" +FRZR_FILE="${PN}-4.9-freezer-fix.patch" +FRZR_URI="https://github.com/ckolivas/linux/commit/${FRZR_HASH}.patch -> ${FRZR_FILE}" + +#-- Build extra incremental patches list -------------------------------------- + +LX_INCP_URI="" +LX_INCP_LIST="" +if [ -n "${XTRA_INCP_MIN}" ]; then + LX_INCP_URL="${KERNEL_BASE_URI}/incr" + for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do + LX_INCP[i]="patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2" + LX_INCP_URI="${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}" + LX_INCP_LIST="${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}" + done +fi + +#-- CK needs sometimes to patch itself... --------------------------- + +CK_INCP_URI="" +CK_INCP_LIST="" + +#-- Local patches needed for the ck-patches to apply smoothly ------- + +PRE_CK_FIX="" +POST_CK_FIX="" + +#-- + +SRC_URI="${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_INCP_URI} ${CK_URI} ${FRZR_URI}" + +UNIPATCH_LIST="${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}/${CK_FILE} ${CK_INCP_LIST} ${POST_CK_FIX} ${DISTDIR}/${FRZR_FILE}" +UNIPATCH_STRICTORDER="yes" + +#-- Starting with 4.8, CK patches include BFQ, so exclude genpatches experimental BFQ patches - + +K_EXP_GENPATCHES_LIST="5010_*.patch*" + +pkg_setup() { + use deblob && python-any-r1_pkg_setup + kernel-2_pkg_setup +} + +src_prepare() { + +#-- Comment out CK's EXTRAVERSION in Makefile --------------------------------- + + # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 + sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare +} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 0c3365ae66b2..df9eea955ae7 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -83,6 +83,9 @@ DIST genpatches-4.10-18.extras.tar.xz 17356 SHA256 2b3449f4785ab494255e1c97ca2ca DIST genpatches-4.11-10.base.tar.xz 248400 SHA256 a8ce77eecd7de677d4be4637ca6fa8ab1f92286d15adad62bf792591be9c2e4a SHA512 be077291066e139757fcc3240eb81ffe93c069da7a286790c23d623045c4cbfcb5ea79baee8913106a8c632e2716e487eaca6e1a3730e1514b0d6081cacd4509 WHIRLPOOL 459f3454ae367fa30fc78108385f925a94a6eec2148b7915914b3fdd6fb499cb3249959d0a3db60ed752f2ff1ad501eaaa7bee582aac341fd3803a0fb414e02d DIST genpatches-4.11-10.experimental.tar.xz 106568 SHA256 a88e4b7339c446c568f3bb3b8f54e63b4e4d854f184e2b1677f60f97cc950ee5 SHA512 93623910ad351ce0cd5f1a34f5ac1a0ea5b413622449cf3f10b341760971f54ec9b6ee81066b6fb2af8f824203e5d4e357196f0ac586ff764251f9bf62cfc29e WHIRLPOOL 0876689c15a39b16a5d263c090216bf3d950504ed3db211229456fc8fa6643a70d10d97edd24b17a85bcd5b7a944353b5e819cdfe4cb88f993d40195ba954047 DIST genpatches-4.11-10.extras.tar.xz 17352 SHA256 042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb WHIRLPOOL 9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c +DIST genpatches-4.11-11.base.tar.xz 275908 SHA256 347be60f18d091c7de9975a80b3620d36d07623d95be4c20c28c8fbdbbf01e8d SHA512 602e9c0de20f5be21ca54ccfe7464e1bcd77d4b3fa20dff606dcfdc8ddcbdf4996b2df5d8217a040e82752ea4f45b1104791d8b6fea638d7fd34ecd205abf248 WHIRLPOOL ff7d0f54234acbac7af867ae8ca478b6bfb299fd13fe393a84a5aaec96fdd45c69c74b53b6b3e7d582759eaf4e0d87d5ed4a773ce8903c04d16fa5fef0c41c93 +DIST genpatches-4.11-11.experimental.tar.xz 106604 SHA256 f53b0eb113143b3f588984e17605bf3b1e7db1a744b88e6777c7e3a2a350d4f2 SHA512 3990a6a395b50fd655a7373c191e4d6a5a9e041254acd46471519b126175c642629bbcb002a29108bd9b46c3f8080052db648843e17b6e76a9195d16acfbbc2c WHIRLPOOL 033a7015f5ea59ba6f6089e6b3ef136c01ee71e93349fab5b9bf312355615bac72bc035bb3114239306ef7a015ce4ea49a3dd7c5db45ac89d1019ff8614ff6f2 +DIST genpatches-4.11-11.extras.tar.xz 17344 SHA256 16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf WHIRLPOOL e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663 DIST genpatches-4.11-9.base.tar.xz 228412 SHA256 094cf6debebc1a5d5615bc099de2fe4772b873ffc6e5b117cf721d04e5fbdb43 SHA512 dc2201c845fe68ad9ef35c960eb15aa8b3fd2b45084c15303fd1527a3e2b2095132d80a41511e9a50034c776b9f2951a13984b36a178f281c6fe89e3aa15e1e8 WHIRLPOOL 12cf8556f66f84d5c33fca23f4645b49f5c2686037627c2a74c48a463c56525ef8d6b90e4f41104c5d30da149cc69e26615be55bf3067f766ef0896dc2c11d81 DIST genpatches-4.11-9.experimental.tar.xz 106600 SHA256 e2aac36f6efd04cea03c35a73187b246ae42d56c6657b922057636f9f198f12c SHA512 731647428003123688ace6a9053d8b48f4c5d8ce96b7c6077b2727864b27e5dab0344c7bbcfd996c668518d68c6171d679fe367d25a6af8278133fdc7ec660db WHIRLPOOL 7315f7c419ddc202b167cc145e90d7ff07d8b60a441ee1145b176e0b6425580a9273f17a788bb781ae67071f3c46ca2f50180ae1d18755a9117c3c8a36827eb5 DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 f7691170d75d64dc6c10c851f6e63bfda22f971a104be8e67b53887328aa3fe9 SHA512 39a64e21fb3968aafe2f71cacaccb2f300f6da202db38021a44c82382eb894c548c422402153d98768c58da0bf16efda4ee62436b065e0819f81a42fbb8382ca WHIRLPOOL ba3b71c896b9423bf4b9f0b4a5401641008910f7dad89f891737cf11cbfb62fabe4e9874c345b0bcb1b0d78b5ead44f32738e74417902cbb4111fd0c2e62e077 @@ -95,6 +98,9 @@ DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 74babcf456aed9c7c406a0feb37b5f DIST genpatches-4.4-78.base.tar.xz 1301884 SHA256 c868c44f408fb8a5623df0a14d67fd299850542ce99f70cef150eb845f17097f SHA512 ede98f88e5352c9735baaab83efd4d7cf38918dece98141482d4ace85150bf83b6d97e356831a1dbdba372fc37c9c1e6b25bff0693c210c7b5b62f22826267df WHIRLPOOL 5abccc6e1c41e99831ab7d0de03254c7a77425037af377ba172194ef646603ede47210b1e6d7d05fb3e603686e2b7e8c3dde6bfe41bea32695826d4ec261bbfc DIST genpatches-4.4-78.experimental.tar.xz 87752 SHA256 661b088ea8e05f2b194f3ffc56acd961eb658f455272f7c59c89ebfc8d9f7e44 SHA512 eb20d21353920d1f8d33e4334162b292800866c8644305756795d72a5c1f5ef96ed4bb2b66945d01dea350c8ebebeca72afeed4fe5c9ae7dfe2df020313fe21e WHIRLPOOL 4605296903e417256bf8f2e3d4e76672daf1662d9a97e1a4ed437cab1d54cddb9ad603a25b9b0bb54240227d054be61ab378ef840589a86a803e055cbe490c2e DIST genpatches-4.4-78.extras.tar.xz 16460 SHA256 1d40b1955ecb836c2c069d717ab01b63b3a93ebd85bb39142bdd9550dab23484 SHA512 5c4b8b939d8c9c3a7b55befbdbb38fabf7f21f15465f3b942dbc4fcd074c2f23d5cc180fe16a3b19d477ebffd86aeb1f2c53e1e32ff6f8872cc04382ad7cd10d WHIRLPOOL 00f070a02bb1848cb3b46dae83350e32acc696ba43708f34abe5e53d9c9daf226d10b68ade44616301ef83b8fa305ea83933722bb9b32868a9961280e29fb480 +DIST genpatches-4.4-79.base.tar.xz 1321160 SHA256 bdcde7494fa48ffc20152c28460524be70e8bf3f83b813436b1d811402b784ad SHA512 39ce4dbd85140cf0822fbd3925e6c8b1f88686c2ba2d9db5ebebcdd8576e57d253de723023f9f14dc65b76775f9bc91d8ebf67f875c2136bd50f0d544b5ae340 WHIRLPOOL 4288a42938d629b9083f51cc90e0f875794bbe47e035e5f950c1bbf7c6c87ba2044444a4144de503ccad35fe6de13c3e878894c774c780e843ab0a0973f0ef6c +DIST genpatches-4.4-79.experimental.tar.xz 87768 SHA256 b5c5a24ca5638c859d94b76e8a542d6aa8d2aea5dcb9df265714fec87d75d2e9 SHA512 5c8993261bb2dd52fa5e12dcd7c2dc35dd890d364be71d9937e330f5d431d4ecd3143320ddaad9ab0adb01002157f219ccca718fb7cfe1770b4a184534847e62 WHIRLPOOL 4ef2828edfc3348eec146eea2becba00c82e66d4465099407e0e0590014b2d6005887250db837ac71cbb194777d98fd2079ca9ded6b83495713ef2ad8260207d +DIST genpatches-4.4-79.extras.tar.xz 16472 SHA256 131c004ec86e0153e15c5d8b8544d56b6124a9536eafed4cad1c94e52920b501 SHA512 43b020d9b7be89512fe3abc405d33205afac2abb2e9bdee360e46081a2601b124c5646cd0b5e7a81a61c0dc709881c0c14a098de693d8522d5926e9b91213aa9 WHIRLPOOL 5baa2d0818f914d41644973ec69275da277bcae7b1ca1fde62f02b873f3ddb9281541b479511aa9358e899a031a5a5e4337ef14f06b6a75ac4415c33fdbfb1b3 DIST genpatches-4.9-18.base.tar.xz 385508 SHA256 d29fc16842e846c2c6487e9c1543e6fe43429d34882ac9c6ca070c1fe3564605 SHA512 c1d08b3d66df74efe610cbf586921f7caa57bb8337848380fdc8e2034883180a60a26dab9ded50974fb468d35dc923912ead08cb0f751a515cef85efb31955d9 WHIRLPOOL e1ef981b945718eab2e96470f96a033cc2b1ede6c706d6cd3e32f4f1c4e066766135141d55a5ccee06d9fb84bc66df389cdb2d095ad569bd565afc600b3b4095 DIST genpatches-4.9-18.experimental.tar.xz 105616 SHA256 209be56c1efb0ba3fbee17f2437bd00b36caecc6c44db2b4e1a0e46ae17640b0 SHA512 37d6983f46ed4031f11f91ffcdacb510b40cab682d71ac471ab3c2ae78598ee9826068afb8b1388d96133635ba2680cc106624e0d79c341d2610b4f74330b773 WHIRLPOOL 5af9422c0526c5e23977f2d25ea683ed1ecf6f9e14a6daf52490bd808e9790cf6f6d9ef96353bda3474197eb954159575a4f0e6a768a86777d9b8a61828d0a0e DIST genpatches-4.9-18.extras.tar.xz 17348 SHA256 64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec WHIRLPOOL 1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42 @@ -104,6 +110,9 @@ DIST genpatches-4.9-35.extras.tar.xz 17348 SHA256 33e2bb26e7d22e95ac9cbdbee17a23 DIST genpatches-4.9-36.base.tar.xz 798504 SHA256 3607892395eecdc7a11bf00647b8246c4f3ec2290b33f2090b2eeee358bb094f SHA512 5b77f3953e977a3f05699cd7648991aeb0dd586358c1b809eda1745857ee2ba81e13c083283d273df7db6d22e349e0deb11f354ea90f108f899350bcc1e6cd15 WHIRLPOOL e2c7e6e3ab6b54b46ba150f629ee1e4a51cd96b044a7cc80e2f7edeee04713d15083d2d3918c99bc8c24236583e7af2ba50a1e9d338952844cc876ac1b80765d DIST genpatches-4.9-36.experimental.tar.xz 106420 SHA256 b5efe4f548a653f3bc4578971512e64150b088f1b2fd97f8482b2b0bc139f055 SHA512 540facd23766a3e601c51d650900a02d9dcc5b02af0e639c4e09d253e08354e62c3a7bbb0eed00da0278b331d1f3007a8d00203ae3302df4b8bd6644da24066e WHIRLPOOL bd5d50523110ab5a45a29d10ee79a5627ef0644eb385bd78a18b9f6edc6472e304034ade9eb05d0755473e26b9800c7a47f53b6a6d1b33332cc7742807fc3ce0 DIST genpatches-4.9-36.extras.tar.xz 17352 SHA256 042b29aad1db46eb33b8757f6476f285f3a7aebdb80a7b4eb7be99440311663d SHA512 4a765a6581b813468c230f59ab043eacce2c20715dee19be8f734254b94e76e15cd2116babe6d2bd678e849a064a61c212518296787a9f74082878b55acf94eb WHIRLPOOL 9cf80f5d061c5ff704be3de4bfa685d8d6d29fe0507f85f275d45ea875c06afbaee76c6ab7a630329382dbe2520a6875b0fca4760e134b5b9ed32132eb27599c +DIST genpatches-4.9-37.base.tar.xz 842292 SHA256 d0332e62cc84bf4545d7b1a487d6b36839e4a1751575e150fc9670d5c132804b SHA512 58805f8af06656b97e51be66ab0ac040185dd88df68b932a09dfb9192f54d47dd4b558315f41bb45a9ae28be87a1b21b30ff36cb6541cd040676120ca9400c64 WHIRLPOOL e5d1452c2b17c8f841f27ce9fb47ce857adeb4fa1319cdb1b2d58eab0817994d53af0307bd9af7dfb34b519b08c06226d1e16b1039166c211cc5aaadd62a7d59 +DIST genpatches-4.9-37.experimental.tar.xz 106408 SHA256 a926aa3456fd6ebe151dfde8c7622023a79666d1a292ac818314cc676d0c87ff SHA512 6c44f5fb7877957eeddd423efb1bb0b6fc759676228d1788f3afa028f04a5ac0629e37e732c2af85b38a8636afdbc1fe677aee6ec4e755b2fca8e7f60fc0d0a7 WHIRLPOOL 8b64ee74faaf2eafa7ae9f2f43d524f6f2d2cb039725fc6a8d9b25cee6ffae5b617a10f8b8a2870ed726906a96b104073f554cd5d3fd63d3bf5bdec78969473c +DIST genpatches-4.9-37.extras.tar.xz 17344 SHA256 16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf WHIRLPOOL e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663 DIST genpatches-4.9-8.base.tar.xz 215420 SHA256 4bbde563b43389798188b75c7e65412aaf5300348efeda63071cbd56f1e275e6 SHA512 12641d4a11a8a4d40f16b9d0c62972de2baadc13481697c69a91a2b36844293f4edf207491ae087ce3378bdd0400856070e353c291f34d1cad02d3e3a6c73a36 WHIRLPOOL 98d63bb42729eb8518c6ea4a15cee2a41fe59a9f299bdde9ce86825bd3c563665a95da841b06817e3a4616fd38592737ad502173aa33a0b9eacd3fb31a42956d DIST genpatches-4.9-8.experimental.tar.xz 105608 SHA256 217098bec005a1410b2dc1435841c2fc96d9f6022dd2973512d1b0f36e3c20d5 SHA512 69546bc1d846697179aa287a4d1b708b962c0cdcf14b16acb4c696e8ffa38983a679d0f28c2d5df68046c68cc655add1c54c97bfa22f5867d9bba93612e67e2b WHIRLPOOL 7fddabf8821a18607f765948457a44c689b3c527f2f630f1c3af614c8ba244663ed5d03dbaa5af27885d2d708069fa5f94b1c19aa23512806714522973371a59 DIST genpatches-4.9-8.extras.tar.xz 17300 SHA256 ba08353081cf07a73fb2a5b998c8dadeb94f6ede09ac177f2357925de9f50dd4 SHA512 18ab24c59adc73bab4a49bc5537333ac6a7d11801afce8943ef42878d8b33341648b64d9fbc56be3a49fe6d9ec7728186eb40a348eedfb0b14ee1f5746e0ab4b WHIRLPOOL b352654885c3180a5599bc0a0acc3f9a3828d75ca5ef4a83c49258ca263822b02d974e273071bf913c82a919c4cdbc9283cee9b81edbc40ce640c11f7ad0775d diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.9.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.11.9.ebuild new file mode 100644 index 000000000000..b98eb62ae6a2 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.11.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="11" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.76.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.76.ebuild new file mode 100644 index 000000000000..e3cd6a6c7d76 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.76.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="79" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.36.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.36.ebuild new file mode 100644 index 000000000000..2b90ddf653b1 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.36.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="37" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index dbb8c64b2d74..b8f1417b3363 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -16,13 +16,6 @@ DIST patch-3.2.90.xz 1727376 SHA256 0af2eda22cdd01c14fca912f55f8861d69012ea74e5c DIST patch-3.4.113.xz 1362096 SHA256 d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688 WHIRLPOOL bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3 DIST patch-4.1.42.xz 1109816 SHA256 da32978d452526c91bf71aceac83bc33b1ba5aff30d00603dfb6529f014521fd SHA512 a3b4e29e7cb613a72b8176edfe2cb5da0aa4e6064bb717c1bd5caa9463563cdb66a4bebe6256a8eddd58f32ae6f658fdbb66a3e4337a91def9d08b7c0e23fb2d WHIRLPOOL e461b48ca523a9f4718286648b1544374b0a6c2470ccecdb735849ae0e02241c6a63e06cf342130824e42e68ebe1526249e4736c8ebca3d4ec44e42397476c80 DIST patch-4.10.17.xz 347932 SHA256 5d6b91751fb0ec2b0fd8c30ceb792f0f90ea665fe5967345aeaa64c8bfeb19ba SHA512 98700d32b4787eae26bdece45563c171b6b8af43a1a15cf5674530fa5cd1dd47fced054b740b568a4a7a1fdbe1b10cdb8126ef43dc92551e06dc4d3245b2fb56 WHIRLPOOL 1c7e2a3ac4b96672a1983ba6b5c4ab200fad173ac9e111ffe6151bcaec2e0f3cf5fc84b59606d247b4774f918014d6de8c41d21624c99af952a8c7f913f0c748 -DIST patch-4.11.4.xz 150920 SHA256 7b36a573cce74d8e5312c88595bc0c0a60957c1fb79758303c9de9e944e2d339 SHA512 d38c48994e852c51f126d362faae0ee939043917287223e68eac84c59b43cda5908e5a31af6aa6b0fc1aeecbbc6d89b6c6351fefbc51c0becb9a7223f38a2c7b WHIRLPOOL 9c85bd58e3bf265bc3942575193eb5510d2b2add94193a5e136fd96af90580de0625646aaeb9f85d40ae53f41d7011027fc2fe3eefe8bcffdaf53a5c2d8ffcb6 -DIST patch-4.11.5.xz 190660 SHA256 1686ea3200069acd7869075a208ad6771c651b4f9d942b4a340fb8606c75fe13 SHA512 c337470c79961c88b806a449ee3bbb3b5428c1f1d6751133de00b67901a6ad8db2ed8899e0b5ca89ff902f29f58a6721053d25e286a2120e7cf2e578907c8645 WHIRLPOOL 41b8f62dbf32f9f31cd2b76b297fa3f6276f3440e7976498d70fc59407382235aa43778809181da949a43a0bb71aa3a87ce1c41496d28a183529a73f1ea82f2c -DIST patch-4.11.7.xz 220512 SHA256 7d767998aa6a69df36f76d6343c03a45f190c7e8ddf9322c02493ceaa96a1aba SHA512 8f02b3ae83cf499f59912207821d67a1e5a0cdb7d53644a2685ac8187fa43e39b0af4c64de2d299c389c4a85c011513a78f33297d8521eb99ef58b287bf9962a WHIRLPOOL 0724e742ca7120f97b5a6caccc44098d3e41216120a70e779ea7a824ab6061acb4b64f7436aaa138610c00242777ff5cebf8d51b955a75504b42568322d109e3 -DIST patch-4.4.71.xz 1166732 SHA256 355e7d918f31940b54c099fe52c05a02a1c2a97afb82a44c055a165d6d55272b SHA512 d806da9f497a506071ab98ff6b2220c4e4079d405b459677819596602695dc7fa77fca774afa6969f8274fe0ac78c2e3cfdac716262a4f8eca5d95c6f340c6dc WHIRLPOOL 204e86ce123e8331cdc4433ec0e69bdfe35fbbd9d1b9fbfef951e2aaf4e88d8b50e82bc62bb711b0413dd81a8fd2a8aa379def73fc237fda770eb05ad1b6a0e5 -DIST patch-4.4.72.xz 1186752 SHA256 9343e9452502827dd92b9fc466861f48753e131167c92a008cc28e8b40a27e2b SHA512 5a7848e8bb2812ab29be365ae46da657df1f936bfd7081d244f266658a9d061940acd666118087b082400f7af50525ef67767cd5077787ff49f1330280cb3fe7 WHIRLPOOL 28b3f829a9950f953ccaaf5b5ea030f3db64875a399211d8655e03fbf719fc260d038342d1ee8910d64ef36fa59c79cfdbe703c6990b93959f1d5ecec53c477b -DIST patch-4.4.73.xz 1201088 SHA256 24cd6fa68b75f9b51961d3fa602fdf04ff82bc36d44065711dfe4fbd42c6db12 SHA512 4213b86522abc4f5352afade2633a86336e4cbe428a0dfc54f0f41843b2962d40950d9266e287f13456871f4229418f4c2a48b25d68a01c878a0f60c2a9eaf5f WHIRLPOOL be65cf2529196ab9f42b2751301bf09444511788385f67d61e3911bc3952537fc6a64a0c50d057d12171d61b21619c4bb12f9f90509f956caa4dcc10aedd66fe -DIST patch-4.4.75.xz 1216076 SHA256 abae896c874f92f017962db36e09a19f39dba698b6df6968ea183f2aef7e052a SHA512 d733e9dee35481475a85ce1ef7961af9c22db4f079adf1946a44c39d8d9fdfe0f11b119082d37354bf839abb2334aa6b58e518a61371a40eebed99f09a4d04d7 WHIRLPOOL c1bc924736d934d2fd7b08865049ec622308f61825c57e227de73235953e896a55a53ff2d1cead9499df8d68b9e199025f5d0dc4d005fbaccc8ec4f3878bdf7a -DIST patch-4.9.31.xz 667816 SHA256 c6ee18e4b2d1d0d88b92d00f0d6583d1927a2e8b7b954b342d98c347aa15fa63 SHA512 387f667ddcd93b51d7fd4ed55db22ad07fa27faaa2005d2a1dbba704b31f236eff22d9c7a48b89b2cf91ae22cb9b366170a33035eee4b3f42ece3b4f2e7fe4c1 WHIRLPOOL a3319d96d33ff04371779084af978c3130dfc266c0cb4f8a669ab00f7fa12de84eeebab498f905b9789996685559ea6a061402b60ab155d0022482a789e9a01b -DIST patch-4.9.32.xz 698484 SHA256 a8223d4c6ac3717c433d03ce9aa5b21bb74213a63d8b8960549105da189dbcac SHA512 37043a551fc780c685a345937221e2295656b446e0dd93e4beda7c7a4718366284f62d8e64dd920ce041622efe600a6899f076de4f2aa93a7286e9483010f92e WHIRLPOOL f80b9e93094216d32a0c50ac715c9d45649f7c1f1847e66a5c843956093918820273c50022e4dbd9bdac6873f98e2a416b9f85b438464f0217d4d7bd4ab4a2ba -DIST patch-4.9.35.xz 760828 SHA256 486c696cda001157d12948bb6ecbc60d270a112da41e1153906a24645d855b13 SHA512 a8b115a439d9228a2ca065cc6f804fd7d72d8d11bc1cbd37632bc58056485b3f24aff9bc1c1360f92b6772a57c9b152c40ab051fe23b2bcf328c6f150f8d7df0 WHIRLPOOL fc477c2c6653482d350a5fccc6d6a0245326f02fa5778460312e511d61cb974f01ad3988eac288524ea6f9a77683b65a35190196f843cb6a397642610c8b7262 +DIST patch-4.11.9.xz 266000 SHA256 a112d1330817bac401dbbd1e2c8aacb1b725bc28239e2ca58281ea3754deceb5 SHA512 0d9474810b175679ae1a6e1c59ea60da8d2c5fafdd736a827cf1abe5bbd99361a31a4584d3bc160ed83322d7876e822dbd537adf12c22a2dcec45acfcd645bca WHIRLPOOL 566abd714c8f359bb29a76f86e236fd1274981eb3a732f71f586a96e80080ddd3bfe630f07c34402153a13b73bbde126cb976db80e1cd9a7c3cd8dce96c94867 +DIST patch-4.4.76.xz 1232564 SHA256 8d08de44ae8ab34149d0e4df75c7a1291d1a8b03e8fa4a0b3a20712cdcf598b0 SHA512 44e87bd4b9ff2ce19e8474461403e25f59422236499bb86551e39e64059f88be5cf41965144bfba84d9ca9c1d6e44b67b3c9180f407a4e1b8a5a436a40c5fde8 WHIRLPOOL 3d8f9a4d00f4b5fd7f91d1d5a38a72e3c6eada190b59779487b0ad3c0b69f6ddc4f74f25977c4038956f2de40b65ccc69f68dfe7aa4fedf1ce84b10070533894 +DIST patch-4.9.36.xz 801288 SHA256 f22054ed8b0e3922e202ebf27f5ce55c69b5306019df4e9cf75e7eac400c7876 SHA512 7d4aa0f04b34436b4da14dff7bd4726e25525d77bed48a61359066d9cd217bb41f5e74552078f8f5fc767da2cdc89d510f8e5094ed353fbe340b41ebaa89180c WHIRLPOOL 7663ce9a9cd21f280b033d9a9c3523ff83540f76f68b6fab9e4648ce79acdac80fef93ef0a0966b7d2725425159dc0ac6b3faa612f18a3b10a11da4be2078026 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.11.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.11.9.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.11.4.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.11.9.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.71.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.71.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.4.71.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.72.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.72.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.4.72.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.73.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.73.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.4.73.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.75.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.75.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.4.75.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.11.5.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.76.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.11.5.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.76.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.31.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.31.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.9.31.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.32.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.32.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.9.32.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.35.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.35.ebuild deleted file mode 100644 index 20e2c109b44b..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-4.9.35.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="https://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.11.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.36.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.11.7.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.36.ebuild diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index bb5d0a55f5c7..cd7d73eae9c6 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,3 +1,2 @@ DIST kpmcore-3.0.3.tar.xz 401800 SHA256 a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186 WHIRLPOOL 6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e -DIST kpmcore-3.1.0.tar.xz 403860 SHA256 93f37452e46df56c334fa4e6b78afb2b9b0eea43a181f2a692477ab75746df5b SHA512 fbb5da36f0a0616ca749acb496bd27f38cc960c7400f407a10898b4fb2d9ecf70d6fbb2c519132c759571324a6ac527e8a4fb42634fb4ad65d161d2d2e32e8f1 WHIRLPOOL d0780155202127c63e65e6adf76384449b0bdb6d4f3ee22c483594c0a2e6ea720ec224a0dcb889dfc167f5194ef8443817da69e1e72854f5adbfd0f433b5f7a6 -DIST kpmcore-3.1.1.tar.xz 403384 SHA256 e65c657ab38a0b60b25e3af675ac38ae24bcb1f8bbf2592a11c33309e77ed321 SHA512 19cbc320052e98f047592c193587572750520df1a4e3b8172a2cfd063f38a16efe2ec037fb911e19cde6707dd12f5fc6977d2ae7153fef801a289d2e6e7e9e11 WHIRLPOOL 6ee781c0579ba5c159d2a8d4f79dd7e105a5468a25a35590c6297f653e74c0b351a986718cd0e5fd74a23ce686ff474a0b56ede2caa5774652fa4fa0e35d0643 +DIST kpmcore-3.1.2.tar.xz 403324 SHA256 52d4fa37b7939f1b584bdd1be4ed8bfa036f240ae05d6ec281cba717bb8ec6c1 SHA512 a11679f3de30f7c06ae567e6ce77d7737b0a98f2ea7e0955d08bcbd32b978915cdee992e003730cd56bcd504d311d4159e7e834e1db14a065c21f59a8609d003 WHIRLPOOL 58a13b396af1fda02430e730aac6b299a00aeb3165b0fdd6c319505f5d83a64324cad1bded3ced28df78a262c53d69f7fbaf028cfe038ef5b1940e90921f89ed diff --git a/sys-libs/kpmcore/kpmcore-3.1.0.ebuild b/sys-libs/kpmcore/kpmcore-3.1.0.ebuild deleted file mode 100644 index f5b20182ec42..000000000000 --- a/sys-libs/kpmcore/kpmcore-3.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -QT_MINIMAL="5.7.1" -inherit kde5 - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="Library for managing partitions" -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" -LICENSE="GPL-3" -SLOT="5/5" -IUSE="" - -CDEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - dev-libs/libatasmart - sys-apps/util-linux - >=sys-block/parted-3 -" -DEPEND="${CDEPEND} - virtual/pkgconfig -" -RDEPEND="${CDEPEND} - ! - - - - diff --git a/virtual/perl-ExtUtils-Command/Manifest b/virtual/perl-ExtUtils-Command/Manifest deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/virtual/perl-ExtUtils-Command/metadata.xml b/virtual/perl-ExtUtils-Command/metadata.xml deleted file mode 100644 index f53c778e0d38..000000000000 --- a/virtual/perl-ExtUtils-Command/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.200_rc.ebuild b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.200_rc.ebuild deleted file mode 100644 index 6481bf3c44e5..000000000000 --- a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.100.200_rc.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ~virtual/perl-ExtUtils-MakeMaker-${PV} - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -" - -# this is the dev-lang/perl-5.24.1 version -# upstream merged it into ExtUtils::MakeMaker, so here we have only a compatibility stub diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.240.0.ebuild b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.240.0.ebuild deleted file mode 100644 index 4a516557d090..000000000000 --- a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-7.240.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ~virtual/perl-ExtUtils-MakeMaker-${PV} - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -" - -# this is the dev-lang/perl-5.26.0 version -# upstream merged it into ExtUtils::MakeMaker, so here we have only a compatibility stub diff --git a/virtual/perl-Package-Constants/Manifest b/virtual/perl-Package-Constants/Manifest deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/virtual/perl-Package-Constants/metadata.xml b/virtual/perl-Package-Constants/metadata.xml deleted file mode 100644 index 51930499ab60..000000000000 --- a/virtual/perl-Package-Constants/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - diff --git a/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0-r1.ebuild b/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0-r1.ebuild deleted file mode 100644 index 184469a951de..000000000000 --- a/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - ~dev-perl/${PN#perl-}-${PV} - dev-lang/perl:= -" - -# removed from core; stabilize this together with dev-lang/perl-5.22 diff --git a/www-apache/mod_python/Manifest b/www-apache/mod_python/Manifest deleted file mode 100644 index 5b2f8601a558..000000000000 --- a/www-apache/mod_python/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_python-3.5.0.tgz 571403 SHA256 0ef09058ed98b41c18d899d8b710a0cce2df2b53c44d877401133b3f28bdca90 SHA512 a8838c807db36bd316e44c43c1b1db6d6565a30d1823664f3d44667f5843274ff5f77a849fcfa226fcfb6d399ef2dd983939ff0f6db8849a3e7d25ceafe0c765 WHIRLPOOL 677db711d64d7519eca27890e865cbf773f97253b0ff97b1192b9b8a89c1427c3906b6ba5fa1fcfe146ee5c5d5afc25c141b80119df3741a80db160b0b7a64c8 diff --git a/www-apache/mod_python/files/16_mod_python.conf b/www-apache/mod_python/files/16_mod_python.conf deleted file mode 100644 index 9fbe3624a003..000000000000 --- a/www-apache/mod_python/files/16_mod_python.conf +++ /dev/null @@ -1,33 +0,0 @@ - -LoadModule python_module modules/mod_python.so - -# Mod_python is a module that embeds the Python language interpreter -# within the server, allowing Apache handlers to be written in Python. - -# This will cause files beneath /home/httpd/htdocs with the extension .spam -# to be handled by the Python script /home/httpd/htdocs/eggs.py -# -# -# AddHandler python-program .spam -# PythonHandler eggs -# - -# This will cause all requests to the /python heirachy of your -# webserver to be handled by the python script /path/to/myhandler.py -# -# -# SetHandler python-program -# PythonPath "sys.path + ['/path/to']" -# PythonHandler myhandler -# - -# This will cause all requests to the /python heirachy of your -# webserver to be handled by mod_python's Publisher handler -# -# -# SetHandler python-program -# PythonHandler mod_python.publisher -# - - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_python/files/mod_python-3.5.0-buildsystem.patch b/www-apache/mod_python/files/mod_python-3.5.0-buildsystem.patch deleted file mode 100644 index 5941a5016857..000000000000 --- a/www-apache/mod_python/files/mod_python-3.5.0-buildsystem.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- mod_python-3.5.0/scripts/Makefile.in -+++ mod_python-3.5.0/scripts/Makefile.in -@@ -26,4 +26,5 @@ - rm -f Makefile - - install: -+ $(INSTALL) -d $(DESTDIR)$(BINDIR) - $(INSTALL) -m 0755 mod_python $(DESTDIR)$(BINDIR)/mod_python ---- mod_python-3.5.0/dist/Makefile.in -+++ mod_python-3.5.0/dist/Makefile.in -@@ -34,9 +34,9 @@ - install_py_lib: mod_python src - @cd src; $(MAKE) psp_parser.c - if test -z "$(DESTDIR)" ; then \ -- $(PYTHON_BIN) setup.py install --optimize 2 --force ; \ -+ $(PYTHON_BIN) setup.py install --no-compile --force ; \ - else \ -- $(PYTHON_BIN) setup.py install --optimize 2 --force --root $(DESTDIR) ; \ -+ $(PYTHON_BIN) setup.py install --no-compile --force --root $(DESTDIR) ; \ - fi - - mod_python.so: ---- mod_python-3.5.0/Makefile.in -+++ mod_python-3.5.0/Makefile.in -@@ -31,8 +31,8 @@ - dso: @DSO@ - - do_dso: -- @cd src && $(MAKE) -- @cd dist && $(MAKE) build -+ cd src && $(MAKE) -+ cd dist && $(MAKE) build - @echo - @echo 'Now run sudo make install' - @echo ' (or, if you only want to perform a partial install,' diff --git a/www-apache/mod_python/files/mod_python-3.5.0-version.patch b/www-apache/mod_python/files/mod_python-3.5.0-version.patch deleted file mode 100644 index 3c56c4d52188..000000000000 --- a/www-apache/mod_python/files/mod_python-3.5.0-version.patch +++ /dev/null @@ -1,121 +0,0 @@ -taken from upstream - -https://bugs.gentoo.org/531154 - -From 976a674b42f9647865d40fa417e7a3dc56a16e6e Mon Sep 17 00:00:00 2001 -From: Grisha Trubetskoy -Date: Thu, 19 Dec 2013 12:23:18 -0500 -Subject: [PATCH] Fixes for compile without git, correct how git revision hash - is generated (skip it if it's a tag or no git available or we are not working - with a checkin), also fix a bash-dependency (helps on Solaris), and a couple - of cross-platform awk fixes in configure. - ---- - configure.in | 6 +++--- - dist/version.sh | 15 +++++++++++++-- - src/Makefile.in | 14 +++++--------- - src/include/mod_python.h | 1 - - src/include/mod_python.h.in | 1 - - src/include/mp_version.h | 2 -- - 6 files changed, 21 insertions(+), 18 deletions(-) - -diff --git a/dist/version.sh b/dist/version.sh -index 1060b4f..e50000d 100755 ---- a/dist/version.sh -+++ b/dist/version.sh -@@ -5,6 +5,17 @@ MPV_PATH="`dirname $0`/../src/include/mp_version.h" - MAJ=`awk '/MP_VERSION_MAJOR/ {print $3}' $MPV_PATH` - MIN=`awk '/MP_VERSION_MINOR/ {print $3}' $MPV_PATH` - PCH=`awk '/MP_VERSION_PATCH/ {print $3}' $MPV_PATH` --GIT=`git describe --always` - --echo $MAJ.$MIN.$PCH-$GIT -+# if git exists in path -+if type git >/dev/null 2>&1; then -+ # and we are in a checkout -+ if git rev-parse 2>/dev/null; then -+ # but not on a tag (which means this is a release) -+ if test -z "`git log 'HEAD^!' --format=%d 2>/dev/null | grep 'tag: '`"; then -+ # append git revision hash to version -+ GIT="-`git describe --always`" -+ fi -+ fi -+fi -+ -+echo $MAJ.$MIN.$PCH$GIT -diff --git a/src/Makefile.in b/src/Makefile.in -index c3b3fb2..081c954 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -50,7 +50,7 @@ psp_parser.c: psp_parser.l - - dso: mod_python.so - --mod_python.so: $(SRCS) @SOLARIS_HACKS@ -+mod_python.so: $(SRCS) @SOLARIS_HACKS@ - @echo - @echo 'Building mod_python.so.' - @echo -@@ -64,21 +64,17 @@ distclean: clean - rm -f Makefile .depend - - version.c: -- @MP_GIT_SHA=$$(git describe --always); \ -- echo > version.c ; \ -+ @echo > version.c ; \ - echo "/* THIS FILE IS AUTO-GENERATED BY Makefile */" >> version.c ; \ - echo "#include \"mp_version.h\"" >> version.c ; \ -- echo "const char * const mp_git_sha = \"$${MP_GIT_SHA}\";" >> version.c ; \ - echo "const int mp_version_major = MP_VERSION_MAJOR;" >> version.c ; \ - echo "const int mp_version_minor = MP_VERSION_MINOR;" >> version.c ; \ - echo "const int mp_version_patch = MP_VERSION_PATCH;" >> version.c ; \ -- echo "const char * const mp_version_string = MP_VERSION_STRING(MP_VERSION_MAJOR,MP_VERSION_MINOR,MP_VERSION_PATCH) \"-$${MP_GIT_SHA}\";" >> version.c ; \ -- echo "const char * const mp_version_component = \"mod_python/\" MP_VERSION_STRING(MP_VERSION_MAJOR,MP_VERSION_MINOR,MP_VERSION_PATCH) \"-$${MP_GIT_SHA}\";" >> version.c -- --# echo "const char * const mp_version_component = \"mod_python/\" #MP_VERSION_MAJOR \".\" #MP_VERSION_MINOR \".\" #MP_VERSION_PATCH \"-$${MP_GIT_SHA}\";" >> version.c -+ echo "const char * const mp_version_string = \"`../dist/version.sh`\";" >> version.c ; \ -+ echo "const char * const mp_version_component = \"mod_python/\" \"`../dist/version.sh`\";" >> version.c - - # this is a hack to help avoid a gcc/solaris problem --# python uses assert() which needs _eprintf(). See -+# python uses assert() which needs _eprintf(). See - # SOLARIS_HACKS above - _eprintf.o: - ar -x `gcc -print-libgcc-file-name` _eprintf.o -diff --git a/src/include/mod_python.h b/src/include/mod_python.h -index 061146b..68a77d4 100644 ---- a/src/include/mod_python.h -+++ b/src/include/mod_python.h -@@ -156,7 +156,6 @@ extern module AP_MODULE_DECLARE_DATA python_module; - #define MUTEX_DIR "/tmp" - - /* version stuff */ --extern const char * const mp_git_sha; - extern const int mp_version_major; - extern const int mp_version_minor; - extern const int mp_version_patch; -diff --git a/src/include/mod_python.h.in b/src/include/mod_python.h.in -index 4b6f1fb..7d536c5 100644 ---- a/src/include/mod_python.h.in -+++ b/src/include/mod_python.h.in -@@ -156,7 +156,6 @@ extern module AP_MODULE_DECLARE_DATA python_module; - #define MUTEX_DIR "@MUTEX_DIR@" - - /* version stuff */ --extern const char * const mp_git_sha; - extern const int mp_version_major; - extern const int mp_version_minor; - extern const int mp_version_patch; -diff --git a/src/include/mp_version.h b/src/include/mp_version.h -index 4b3a494..5ed83a1 100644 ---- a/src/include/mp_version.h -+++ b/src/include/mp_version.h -@@ -10,5 +10,3 @@ - #define MP_VERSION_MINOR 5 - #define MP_VERSION_PATCH 0 - --#define STR(x) #x --#define MP_VERSION_STRING(maj, min, p) STR(maj) "." STR(min) "." STR(p) --- -2.6.2 - diff --git a/www-apache/mod_python/metadata.xml b/www-apache/mod_python/metadata.xml deleted file mode 100644 index 82f1ff2b20e3..000000000000 --- a/www-apache/mod_python/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - xmw@gentoo.org - Michael Weber - - - Mod_python is an Apache module that embeds the Python interpreter within - the server. With mod_python you can write web-based applications in Python - that will run many times faster than traditional CGI and will have access - to advanced features such as ability to retain database connections and - other data between hits and access to Apache internals. - - - Mod_PythonはウェブサーバーにPythonインタープリタを埋め込むApacheモジュールです。 - Mod_PythonはPython言語のウェブベース・アプリケーションを従来のCGIよりも何倍も高> - 速に走らせることができ、データデータベースのコネクション保持に関するより高度なア - クセス機能やヒット間の他のデータやApache内部へのアクセス機能を持ちます。 - - diff --git a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild b/www-apache/mod_python/mod_python-3.5.0-r1.ebuild deleted file mode 100644 index 72bdffc43e2a..000000000000 --- a/www-apache/mod_python/mod_python-3.5.0-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit apache-module eutils python-single-r1 - -DESCRIPTION="An Apache2 module providing an embedded Python interpreter" -HOMEPAGE="http://modpython.org/" -SRC_URI="http://dist.modpython.org/dist/${P}.tgz" - -LICENSE="Apache-2.0" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="doc test" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -APACHE2_MOD_CONF="16_${PN}" -APACHE2_MOD_DEFINE="PYTHON" -need_apache2 - -RDEPEND="${RDEPEND} - ${PYTHON_DEPS}" -DEPEND="${DEPEND} - test? ( - app-admin/apache-tools - net-misc/curl - )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-buildsystem.patch - epatch "${FILESDIR}"/${P}-version.patch #531154 - - export CFLAGS="$(apxs2 -q CFLAGS)" - export LDFLAGS="$(apxs2 -q LDFLAGS)" -} - -src_compile() { - default -} - -src_test() { - cd test || die - PYTHONPATH="$(ls -d ${S}/dist/build/lib.*)" ${PYTHON} test.py || die -} - -src_install() { - default - - use doc && dohtml -r doc-html/* - - apache-module_src_install -} diff --git a/www-apps/egroupware/Manifest b/www-apps/egroupware/Manifest deleted file mode 100644 index c7fb48e154d3..000000000000 --- a/www-apps/egroupware/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST eGroupware-1.8.004.20120613.tar.bz2 10460480 SHA256 63cab7d7dd02c56164fd4670ade765b18d9cbdf3e0a1834025216a651c170c54 SHA512 9b4c953e830d651951e019c3bfed399f9c3e846a819757fba832e6b491626f45fa93142d351f697fc72d5b3e7f1cb2c5353e8f726d30e671b5ef67b01a543402 WHIRLPOOL 7eccfe874597bdc8ec0d3480e3d9c3d1980abb9390f6a7fa8c281603920a188d72fd19be6e6200f03fa133ca1b34353c2d1398bb7378626d9a25dea5496f5b75 -DIST eGroupware-egw-pear-1.8.004.20120613.tar.bz2 75148 SHA256 19ec4e94b24535b5d988dcffdecb922c3b2b63524abd6623f90c690cba51e2e4 SHA512 25e5cacb0e8a19290c3a708f7c77e64458ebd4332bf9a0f95f45db1d144ad0a73253049049206b990543f9194e43b509b0bd94a0179ccbbada4f4567730061d8 WHIRLPOOL 5f980eae9d09fe7a7c7813e7736bc0ae1e3ac88d9ddb54c86b3e44316106f0dacf6b0996e924085301f21d38ef22e64cd1046b7176854d7b2ab045c941c531b8 -DIST eGroupware-gallery-1.8.004.20120613.tar.bz2 10508030 SHA256 a49e1309a3ad8bc1de319fcb93ee8f3696b64ad14ebb44fc5a3efaf77ac437fa SHA512 03eaa49c0dfc309e1d17757a84f45f692ef55cd762f4f049ddd9c22b8ff9a70eb30411607a439a0ea09ec81b545858f657a429bfa81157fc222f44503068fab3 WHIRLPOOL 034d1a9eb673b2a497985327126179d123975a3a73142a8b8024226cd462d5556f5a57999e49e5a459569030afecbf28eb463a781ada34215bee2431e1b639f9 diff --git a/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild b/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild deleted file mode 100644 index d10c8a9424c1..000000000000 --- a/www-apps/egroupware/egroupware-1.8.004.20120613.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils webapp - -MY_PN=eGroupware - -DESCRIPTION="Web-based GroupWare suite" -HOMEPAGE="http://www.egroupware.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2 - mirror://sourceforge/${PN}/${MY_PN}-egw-pear-${PV}.tar.bz2 - gallery? ( mirror://sourceforge/${PN}/${MY_PN}-gallery-${PV}.tar.bz2 )" - -LICENSE="GPL-2" -KEYWORDS="amd64 hppa ppc ~sparc x86" -IUSE="+jpgraph ldap mysql postgres gallery" - -# php deps taken from rpm spec -# you can use pdo to access almost anything but sqlite is specifically required -# for the calendar module -# jpgraph is only needed for the projectmanager module -RDEPEND="jpgraph? ( dev-php/jpgraph ) - dev-php/pear - dev-php/PEAR-Auth_SASL - virtual/httpd-php - dev-lang/php[gd,imap,pdo,posix,session,sqlite,ssl,unicode,xml,zip,zlib,ldap?,mysql?,postgres?] - virtual/cron" - -REQUIRED_USE="|| ( mysql postgres )" - -need_httpd_cgi - -S=${WORKDIR}/${PN} - -src_prepare() { - esvn_clean - - if use jpgraph; then - einfo "Fixing jpgraph location" - MY_JPGRAPH_VERSION="$(best_version dev-php/jpgraph)" - MY_JPGRAPH_VERSION="${MY_JPGRAPH_VERSION/'dev-php/jpgraph-'/}" - sed -i "s|EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php'|'/usr/share/php/jpgraph/jpgraph.php'|" \ - projectmanager/inc/class.projectmanager_ganttchart.inc.php || die "sed jpgraph failed" - sed -i "s|EGW_SERVER_ROOT . '/../jpgraph/src/jpgraph_gantt.php'|'/usr/share/php/jpgraph/jpgraph_gantt.php'|" \ - projectmanager/inc/class.projectmanager_ganttchart.inc.php || die "sed jpgraph failed" - sed -i "s|$jpgraph_path .= SEP.'jpgraph';|$jpgraph_path = dirname('/usr/share/php/jpgraph/jpgraph.php');|" \ - setup/check_install.php || die "sed jpgraph failed" - sed -i "s|'unknown';|'${MY_JPGRAPH_VERSION}';\n \$available = version_compare(\$version,\$min_version,'>=');|" \ - setup/check_install.php || die "sed jpgraph failed" - fi -} - -src_install() { - webapp_src_preinst - - dodoc doc/rpm-build/egroupware.cron - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_serverowned "${MY_HTDOCSDIR}/phpgwapi/images" - - webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.2.txt" - webapp_src_install -} - -pkg_postinst() { - if use ldap; then - elog "If you are using LDAP contacts/addressbook, please read the upgrade instructions at" - elog "http://www.egroupware.org/index.php?page_name=wiki&wikipage=ManualSetupUpdate" - elog "before running the egroupware setup" - fi - - elog "A cronjob to run eGroupware's async services is available at" - elog "/usr/share/doc/${P}" - - webapp_pkg_postinst -} diff --git a/www-apps/egroupware/files/postinstall-en-1.2.txt b/www-apps/egroupware/files/postinstall-en-1.2.txt deleted file mode 100644 index eadc25dbc7f7..000000000000 --- a/www-apps/egroupware/files/postinstall-en-1.2.txt +++ /dev/null @@ -1,12 +0,0 @@ -You are almost done! - -0. Restart your webserver and your database daemon. - -1. Point your browser to the URL http://${VHOST_HOSTNAME}/egroupware/setup -and follow the install/upgrade script. - -Don't forget to read the installation manual, available from -http://community.egroupware.org/index.php?page_name=wiki&lang=&wikipage=ManualSetupCheck_install -It describes the rest of the installation process. - -Enjoy eGroupWare! diff --git a/www-apps/egroupware/metadata.xml b/www-apps/egroupware/metadata.xml deleted file mode 100644 index aeebb7438631..000000000000 --- a/www-apps/egroupware/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - web-apps@gentoo.org - Gentoo Webapps - - - Add dev-php/jpgraph support - Install gallery2 port for eGW - - - egroupware - - diff --git a/www-apps/pyblosxom/Manifest b/www-apps/pyblosxom/Manifest deleted file mode 100644 index 76918ef09c3b..000000000000 --- a/www-apps/pyblosxom/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyblosxom-1.4.3.tar.gz 110908 SHA256 35af992168c773099c92a2572ce64b0ad765aa578af495845e92a346602fa8fd SHA512 8b51e4f304b194a9f0b957f055560f422868e3f7da8ca19f04185cc2ac05a80168fe98c7b71db986283c2634318fd98e549111728d52c429937e35ccbbac0507 WHIRLPOOL c508e9c0db0935b43a377818e5ad8e6c361783068ea582919ce147928e5ddae5b249813d133c06ae0bf7a61cb406c1850e8c764eebf80e3c9f0b6db71484c26f diff --git a/www-apps/pyblosxom/files/config-hook.sh b/www-apps/pyblosxom/files/config-hook.sh deleted file mode 100644 index 963713c107b9..000000000000 --- a/www-apps/pyblosxom/files/config-hook.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -case "$1" in - install) - chown ${VHOST_SERVER_UID} ${MY_INSTALLDIR}/log - sed -i -e "s#/path/to/blog#${MY_INSTALLDIR}/data/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#/path/to/logdir#${MY_INSTALLDIR}/log/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#^\#\(.*\)/path/to/my/plugins#\1/usr/share/pyblosxom-1.2.1/plugins/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - ;; - *) - # Nothing to do for clean up - ;; -esac diff --git a/www-apps/pyblosxom/files/postinstall-en.txt b/www-apps/pyblosxom/files/postinstall-en.txt deleted file mode 100644 index cd7af6e0dfcf..000000000000 --- a/www-apps/pyblosxom/files/postinstall-en.txt +++ /dev/null @@ -1,12 +0,0 @@ -PyBlosxom setup: - -1. Customize the config file - ${VHOST_CGIBINDIR}/pyblosxom/config.py - -2. Add any pyblosxom plugins you would like to use to the - /usr/share/${P}/plugins directory. - -3. Add blog entries as normal text files to - ${MY_INSTALLDIR}/data - --- Go to http://${VHOST_HOSTNAME}/cgi-bin/pyblosxom/pyblosxom.cgi diff --git a/www-apps/pyblosxom/files/postupgrade-en.txt b/www-apps/pyblosxom/files/postupgrade-en.txt deleted file mode 100644 index 139d707561df..000000000000 --- a/www-apps/pyblosxom/files/postupgrade-en.txt +++ /dev/null @@ -1,10 +0,0 @@ -pyblosxom-1.3 changes nearly nothing in the config file. - -The only new variable you need to set is 'blog_rights'. It should -contain your name and will be added to the atom feed. - -Anyway you only need to run etc-update on you config file as -suggested by webapp-config. Update the configuration following -standard procedures and you should be all set. - -Enjoy pyblosxom! diff --git a/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch b/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch deleted file mode 100644 index 5f55faf5fb58..000000000000 --- a/www-apps/pyblosxom/files/pyblosxom-1.4.2-gentoo.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/setup.py 2007-12-18 11:13:36.439046250 +0100 -+++ b/setup.py 2007-12-18 11:14:05.216844750 +0100 -@@ -73,9 +73,7 @@ - # we want to move the web script files as well, so we sneak them - # in here. - pydf.append( [os.path.join('share', PVER, 'web'), -- [os.path.normpath("web/pyblosxom.cgi"), -- os.path.normpath("web/pyblosxom.tac"), -- os.path.normpath("web/config.py")]]) -+ [os.path.normpath("web/pyblosxom.tac")]]) - - else: - # we don't know what platform they have, so we print out diff --git a/www-apps/pyblosxom/metadata.xml b/www-apps/pyblosxom/metadata.xml deleted file mode 100644 index dc2a4519d327..000000000000 --- a/www-apps/pyblosxom/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - web-apps@gentoo.org - Gentoo Webapps - - - pyblosxom - - diff --git a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild b/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild deleted file mode 100644 index 439e9f8b4da2..000000000000 --- a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 webapp - -DESCRIPTION="Lightweight weblog system" -HOMEPAGE="http://pyblosxom.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86" - -# This installs python library files. -SLOT=0 -WEBAPP_MANUAL_SLOT=yes - -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.2-gentoo.patch" -) - -src_install() { - webapp_src_preinst - - distutils-r1_src_install - - keepdir /usr/share/${P}/plugins - keepdir "${MY_HTDOCSDIR}"/data - keepdir "${MY_HTDOCSDIR}"/log - - insinto "${MY_CGIBINDIR}"/pyblosxom - doins web/{config.py,pyblosxom.cgi} - - webapp_configfile "${MY_CGIBINDIR}"/pyblosxom/config.py - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - webapp_hook_script "${FILESDIR}"/config-hook.sh - - webapp_src_install -} diff --git a/www-plugins/pipelight/Manifest b/www-plugins/pipelight/Manifest deleted file mode 100644 index eade61c2fe68..000000000000 --- a/www-plugins/pipelight/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pipelight-0.2.8.2.tar.gz 153877 SHA256 13ca5fb18cd68f63137a0dded5a4d0811aa78b033918a3331953903ced34decf SHA512 1599a7f1513e7d9bc9365bc5684050846e1827ec465103b042917963f6199d4af1d97d4943703d1e2a2dce8141c0c289b585ae485efb06b22ee30c17df465e8b WHIRLPOOL 6342af3bbe70604eecab0f4abe194dd4b19bf899656eaf0d1951c8ebfe23df548883367cecf6d836331f364aa791003334dec10e6fb939ad9b982b7fb8a23172 diff --git a/www-plugins/pipelight/pipelight-0.2.8.2.ebuild b/www-plugins/pipelight/pipelight-0.2.8.2.ebuild deleted file mode 100644 index 8926b18f9360..000000000000 --- a/www-plugins/pipelight/pipelight-0.2.8.2.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-build - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://bitbucket.org/mmueller2012/${PN}.git" -else - inherit vcs-snapshot - SRC_URI="https://bitbucket.org/mmueller2012/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Wine-based wrapper for running Windows plugins on POSIX systems" -HOMEPAGE="https://launchpad.net/pipelight" - -LICENSE="|| ( GPL-2+ LGPL-2.1+ MPL-1.1 )" -SLOT="0" -IUSE="+abi_x86_32 abi_x86_64" - -DEPEND="app-emulation/wine[X,${MULTILIB_USEDEP},pipelight]" -RDEPEND="${DEPEND} - app-arch/cabextract - app-crypt/gnupg - media-fonts/corefonts - || ( - gnome-extra/zenity - kde-apps/kdialog - )" - -QA_FLAGS_IGNORED="usr/share/pipelight/pluginloader{,64}.exe - usr/share/pipelight/winecheck{,64}.exe" - -src_configure() { - local myconf=( --wine-path="${EPREFIX}/usr/bin/wine" ) - if use abi_x86_64; then - myconf+=( - --with-win64 - --win64-cxx=wineg++ - --wine64-path="${EPREFIX}/usr/bin/wine64" - ) - fi - econf "${myconf[@]}" -} - -src_install() { - default_src_install - - # Ideally, every wrapped plugin could be a symlink to pipelight's wrapper - # plugin, but some browsers do not like this. Upstream provides a script to - # duplicate the wrapper plugin as a hack to work around it. That script - # does not support DESTDIR, so we use sed to adjust it before running it to - # properly duplicate the plugins. - # XXX: Patch the script to support DESTDIR and send the patch upstream. - sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ - -e "s:^\(PLUGIN_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ - "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \ - || die "Generating temporary pipelight-plugin failed" - chmod u+x "${T}/pipelight-plugin" \ - || die "Setting permissions on temporary pipelight-plugin failed" - - # Create Plugins - "${T}/pipelight-plugin" --create-mozilla-plugins \ - || die "Creating plugins failed" - -} - -postinst() { - # Obligatory warnings about proprietary software - ewarn "Neither the Gentoo developers nor the Pipelight developers can" - ewarn "patch security vulnerabilities in Windows plugins. Use them at your" - ewarn "own risk." - # Warn about missing pipelight-sandbox - ewarn - ewarn "The pipelight sandbox has not been packaged yet. Plugins will have" - ewarn "full privileges as Windows programs running inside wine." - - # Helpful information for those willing to live dangerously - einfo "Using Windows plugins on certain websites might require a useragent" - einfo "switcher. See the upstream tutorial for more details." - einfo - einfo "http://www.pipelight.net/cms/installation-user-agent.html" - einfo - einfo "End users should use the pipelight-plugin utility to install and" - einfo "manage plugins. Updates are done at plugin initialization whenever" - einfo "/usr/share/pipelight/install-dependency has been updated. This can" - einfo "be done either by doing updates via portage or by running" - einfo "pipelight-plugin --update as root. Browsers like Chrome (all" - einfo "versions before 35) will initialize plugins at boot while browsers" - einfo "like Firefox will initialize plugins on demand." - einfo - # Users must be in the video group for video acceleration - einfo "Membership in the video group is required for using plugins that" - einfo "feature hardware acceleration for video decoding. This is important" - einfo "for video streaming sites that use Silverlight." -} diff --git a/www-plugins/pipelight/pipelight-9999.ebuild b/www-plugins/pipelight/pipelight-9999.ebuild deleted file mode 100644 index 8926b18f9360..000000000000 --- a/www-plugins/pipelight/pipelight-9999.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-build - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://bitbucket.org/mmueller2012/${PN}.git" -else - inherit vcs-snapshot - SRC_URI="https://bitbucket.org/mmueller2012/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Wine-based wrapper for running Windows plugins on POSIX systems" -HOMEPAGE="https://launchpad.net/pipelight" - -LICENSE="|| ( GPL-2+ LGPL-2.1+ MPL-1.1 )" -SLOT="0" -IUSE="+abi_x86_32 abi_x86_64" - -DEPEND="app-emulation/wine[X,${MULTILIB_USEDEP},pipelight]" -RDEPEND="${DEPEND} - app-arch/cabextract - app-crypt/gnupg - media-fonts/corefonts - || ( - gnome-extra/zenity - kde-apps/kdialog - )" - -QA_FLAGS_IGNORED="usr/share/pipelight/pluginloader{,64}.exe - usr/share/pipelight/winecheck{,64}.exe" - -src_configure() { - local myconf=( --wine-path="${EPREFIX}/usr/bin/wine" ) - if use abi_x86_64; then - myconf+=( - --with-win64 - --win64-cxx=wineg++ - --wine64-path="${EPREFIX}/usr/bin/wine64" - ) - fi - econf "${myconf[@]}" -} - -src_install() { - default_src_install - - # Ideally, every wrapped plugin could be a symlink to pipelight's wrapper - # plugin, but some browsers do not like this. Upstream provides a script to - # duplicate the wrapper plugin as a hack to work around it. That script - # does not support DESTDIR, so we use sed to adjust it before running it to - # properly duplicate the plugins. - # XXX: Patch the script to support DESTDIR and send the patch upstream. - sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ - -e "s:^\(PLUGIN_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ - "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \ - || die "Generating temporary pipelight-plugin failed" - chmod u+x "${T}/pipelight-plugin" \ - || die "Setting permissions on temporary pipelight-plugin failed" - - # Create Plugins - "${T}/pipelight-plugin" --create-mozilla-plugins \ - || die "Creating plugins failed" - -} - -postinst() { - # Obligatory warnings about proprietary software - ewarn "Neither the Gentoo developers nor the Pipelight developers can" - ewarn "patch security vulnerabilities in Windows plugins. Use them at your" - ewarn "own risk." - # Warn about missing pipelight-sandbox - ewarn - ewarn "The pipelight sandbox has not been packaged yet. Plugins will have" - ewarn "full privileges as Windows programs running inside wine." - - # Helpful information for those willing to live dangerously - einfo "Using Windows plugins on certain websites might require a useragent" - einfo "switcher. See the upstream tutorial for more details." - einfo - einfo "http://www.pipelight.net/cms/installation-user-agent.html" - einfo - einfo "End users should use the pipelight-plugin utility to install and" - einfo "manage plugins. Updates are done at plugin initialization whenever" - einfo "/usr/share/pipelight/install-dependency has been updated. This can" - einfo "be done either by doing updates via portage or by running" - einfo "pipelight-plugin --update as root. Browsers like Chrome (all" - einfo "versions before 35) will initialize plugins at boot while browsers" - einfo "like Firefox will initialize plugins on demand." - einfo - # Users must be in the video group for video acceleration - einfo "Membership in the video group is required for using plugins that" - einfo "feature hardware acceleration for video decoding. This is important" - einfo "for video streaming sites that use Silverlight." -} diff --git a/www-servers/h2o/Manifest b/www-servers/h2o/Manifest new file mode 100644 index 000000000000..21a5c58c1c41 --- /dev/null +++ b/www-servers/h2o/Manifest @@ -0,0 +1 @@ +DIST h2o-2.2.2.tar.gz 16192602 SHA256 cf45780058566bd63d90ad0b52b1d15f8515519090753398b9bcf770162a0433 SHA512 b5cc08f2be7056bbac4370f9b6ccb1ba0ad4ea61ce67e946a4f26b8f9c0a575f603c899b1a88f17d1065e0e72e1d1094199200ed24b4f3644a3c7df34aa04b51 WHIRLPOOL d9aff2d3e7caa0334efbac86a807fe8ecd5f146ae56315a5194b8de653ae4f91d33cad754714cd38fadd1c59d87cafe30c1f5f6cb2102362a7647ebd3f18dc84 diff --git a/www-servers/h2o/files/h2o.conf b/www-servers/h2o/files/h2o.conf new file mode 100644 index 000000000000..ccca5dd2de51 --- /dev/null +++ b/www-servers/h2o/files/h2o.conf @@ -0,0 +1,30 @@ +# see /usr/share/doc/h2o/index.html for detailed documentation +# see h2o --help for command-line options and settings + +user: h2o +pid-file: /run/h2o.pid +access-log: /var/log/h2o/access.log +error-log: /var/log/h2o/error.log + +# httpoxy mitigation (https://httpoxy.org) +# see https://github.com/h2o/h2o/pull/996 +setenv: + HTTP_PROXY: "" + +listen: 80 + +#listen: +# port: 443 +# ssl: +# minimum-version: TLSv1.2 +# certificate-file: /etc/h2o/server.crt +# key-file: /etc/h2o/server.key + +hosts: + "localhost:80": + paths: + "/": + file.dir: /var/www/localhost/htdocs + "/doc": + file.dir: /usr/share/doc/h2o/ + file.index: [ 'index.html' ] diff --git a/www-servers/h2o/files/h2o.initd b/www-servers/h2o/files/h2o.initd new file mode 100644 index 000000000000..ad598a5f6199 --- /dev/null +++ b/www-servers/h2o/files/h2o.initd @@ -0,0 +1,51 @@ +#!/sbin/openrc-run +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +extra_commands="configtest" +extra_started_commands="reload" +description="An optimized HTTP/1.x, HTTP/2 server" +description_configtest="Run H2O' internal config check" +description_reload="Reload the H2O configuration or upgrade the binary without losing connections" + +: ${config:="/etc/h2o/h2o.conf"} +pidfile=$(grep pid-file "${config}" | cut -d' ' -f2) + +name="H2O" +command="/usr/bin/h2o" +command_args="-m daemon -c ${config}" +required_files="$config" + +depend() { + use net + after logger +} + +start_pre() { + if [ "${RC_CMD}" != "restart" ]; then + configtest || return 1 + fi +} + +stop_pre() { + if [ "${RC_CMD}" = "restart" ]; then + configtest || return 1 + fi +} + +reload() { + configtest || return 1 + ebegin "Refreshing ${name} configuration" + kill -HUP $(cat ${pidfile}) &>/dev/null + eend $? "Failed to reload ${name}" +} + +configtest() { + ebegin "Checking ${name} configuration" + + if ! ${command} -c ${config} -t &>/dev/null; then + ${command} -c ${config} -t + fi + + eend $? "Failed, please correct the errors above" +} diff --git a/www-servers/h2o/files/h2o.logrotate b/www-servers/h2o/files/h2o.logrotate new file mode 100644 index 000000000000..b901bcfacb19 --- /dev/null +++ b/www-servers/h2o/files/h2o.logrotate @@ -0,0 +1,8 @@ +/var/log/h2o/*.log { + missingok + delaycompress + sharedscripts + postrotate + test -r $(grep pid-file "/etc/h2o/h2o.conf" | cut -d' ' -f2) && kill -HUP $(pidof h2o) + endscript +} diff --git a/www-servers/h2o/files/h2o.service b/www-servers/h2o/files/h2o.service new file mode 100644 index 000000000000..fe32c45cd90f --- /dev/null +++ b/www-servers/h2o/files/h2o.service @@ -0,0 +1,13 @@ +[Unit] +Description=An optimized HTTP/1.x, HTTP/2 server +After=network-online.target nss-lookup.target remote-fs.target + +[Service] +Type=simple +ExecStart=/usr/bin/h2o -c /etc/h2o/h2o.conf -m master +SyslogLevel=notice +PrivateTmp=true +LimitNOFILE=infinity + +[Install] +WantedBy=multi-user.target diff --git a/www-servers/h2o/h2o-2.2.2.ebuild b/www-servers/h2o/h2o-2.2.2.ebuild new file mode 100644 index 000000000000..d0735cc96777 --- /dev/null +++ b/www-servers/h2o/h2o-2.2.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils systemd user + +DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2" +HOMEPAGE="https://h2o.examp1e.net" +SRC_URI="https://github.com/h2o/h2o/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libressl +mruby" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND} + mruby? ( + sys-devel/bison + || ( + dev-lang/ruby:2.4 + dev-lang/ruby:2.3 + dev-lang/ruby:2.2 + dev-lang/ruby:2.1 + ) + )" + +pkg_setup() { + enewgroup h2o + enewuser h2o -1 -1 -1 h2o +} + +src_prepare() { + # Leave optimization level to user CFLAGS + sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \ + || die "sed fix failed!" + + default +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc/h2o + -DWITH_MRUBY="$(usex mruby)" + -DWITHOUT_LIBS=ON + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + newinitd "${FILESDIR}"/h2o.initd h2o + systemd_dounit "${FILESDIR}"/h2o.service + + insinto /etc/h2o + doins "${FILESDIR}"/h2o.conf + + keepdir /var/log/h2o + fperms 0700 /var/log/h2o + + keepdir /var/www/localhost/htdocs + + insinto /etc/logrotate.d + newins "${FILESDIR}"/h2o.logrotate h2o +} diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild new file mode 100644 index 000000000000..6171018d54cf --- /dev/null +++ b/www-servers/h2o/h2o-9999.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils git-r3 systemd user + +DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2" +HOMEPAGE="https://h2o.examp1e.net" +EGIT_REPO_URI=( {https,git}://github.com/h2o/h2o.git ) + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="libressl +mruby" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND} + mruby? ( + sys-devel/bison + || ( + dev-lang/ruby:2.4 + dev-lang/ruby:2.3 + dev-lang/ruby:2.2 + dev-lang/ruby:2.1 + ) + )" + +pkg_setup() { + enewgroup h2o + enewuser h2o -1 -1 -1 h2o +} + +src_prepare() { + # Leave optimization level to user CFLAGS + sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \ + || die "sed fix failed!" + + default +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc/h2o + -DWITH_MRUBY="$(usex mruby)" + -DWITHOUT_LIBS=ON + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + newinitd "${FILESDIR}"/h2o.initd h2o + systemd_dounit "${FILESDIR}"/h2o.service + + insinto /etc/h2o + doins "${FILESDIR}"/h2o.conf + + keepdir /var/log/h2o + fperms 0700 /var/log/h2o + + keepdir /var/www/localhost/htdocs + + insinto /etc/logrotate.d + newins "${FILESDIR}"/h2o.logrotate h2o +} diff --git a/www-servers/h2o/metadata.xml b/www-servers/h2o/metadata.xml new file mode 100644 index 000000000000..a6705b14e844 --- /dev/null +++ b/www-servers/h2o/metadata.xml @@ -0,0 +1,23 @@ + + + + + csmk@chaoslab.org + Ian Moone + + + proxy-maint@gentoo.org + Proxy Maintainers + + + H2O is a new generation HTTP server. Not only is it very fast, + it also provides much quicker response to end-users + when compared to older generations of HTTP servers. + + + Enable support for mruby + + + h2o/h2o + + diff --git a/x11-libs/libxsettings-client/Manifest b/x11-libs/libxsettings-client/Manifest deleted file mode 100644 index f59dd4674664..000000000000 --- a/x11-libs/libxsettings-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libxsettings-client-0.17.tar.bz2 234216 SHA256 900e9b131bd357a3e6bcc5fe9a94d42018d9cf52e85d1c772a7e69a7f99ea9ab SHA512 cc88ef7dd2c0369c237685b169012a0604da3bb4305fb33997b4f0ada10687685a098f87ce5bf07765c8aaa3de42af3744c82755d27f24efdbbbfedfadc14349 WHIRLPOOL 8e6895376798b51fc7b6ac6ad1bb2895c6762c2129b9cae07aaee817308582ae677bd9f048e8212dd45172526cc982135afddfd45d78355ebccb0959267ef452 diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild deleted file mode 100644 index 0aa8727c1a3c..000000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GPE_TARBALL_SUFFIX="bz2" -inherit autotools eutils gpe - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sh ~x86" -IUSE="static-libs" - -DOCS=( ChangeLog ) - -DEPEND=" - ${DEPEND} - x11-proto/xproto - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e 's|INCLUDES = -I $(includedir)|INCLUDES = -I $(ROOT)/$(includedir)|' \ - Makefile.am || die - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die - eautoreconf -} - -src_configure() { - # override gpe_src_configure() bug #515340 - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild deleted file mode 100644 index 3d3cbf6ed0b0..000000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -GPE_TARBALL_SUFFIX="bz2" - -inherit gpe autotools - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc sh x86" - -DOCS="ChangeLog" -IUSE="" - -RDEPEND="${RDEPEND}" - -DEPEND="${DEPEND} - ${RDEPEND} - x11-proto/xproto - x11-libs/libX11" - -src_unpack() { - gpe_src_unpack "$@" - - sed -i -e \ - 's;INCLUDES = -I $(includedir);INCLUDES = -I '$ROOT'/$(includedir);' \ - Makefile.am || die "sed failed" - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die "sed failed" - eautoreconf -} diff --git a/x11-libs/libxsettings-client/metadata.xml b/x11-libs/libxsettings-client/metadata.xml deleted file mode 100644 index 66187a0f4213..000000000000 --- a/x11-libs/libxsettings-client/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - - diff --git a/x11-misc/etm/Manifest b/x11-misc/etm/Manifest deleted file mode 100644 index e07b73a64a69..000000000000 --- a/x11-misc/etm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST etm-696.tar.gz 163174 SHA256 c50e53e7669c4cd5a2746fc5f9d6f982ae4f0436999959ae34c42e6a1d4b90b8 SHA512 a0ae106a0c03c189bc2351464e09ff1f776bd6106d1c2ecd4ddd055e77bf5370fdb5ce3d5dbc206ce30b44cbefcf799834bb78d6b8fcd83f1f8a8a6e880462c6 WHIRLPOOL ed276bcab504f7bc97d3f016367b27133ccbbf1eec53fa6b34f6e5d4141a1bbb472214d42f64635b65059f0625b367e201f4c7372cecf2ff28f6182f5b4f5002 diff --git a/x11-misc/etm/etm-696-r1.ebuild b/x11-misc/etm/etm-696-r1.ebuild deleted file mode 100644 index 79556d326105..000000000000 --- a/x11-misc/etm/etm-696-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Event and Task Manager, an intuitive time management application" -HOMEPAGE="http://www.duke.edu/~dgraham/ETM/" -SRC_URI="mirror://sourceforge/etmeventandtask/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ical" - -DEPEND="dev-python/wxpython:2.8[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - ical? ( dev-python/icalendar[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" diff --git a/x11-misc/etm/metadata.xml b/x11-misc/etm/metadata.xml deleted file mode 100644 index 75840c325b65..000000000000 --- a/x11-misc/etm/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - etm is an acronym for Event and Task Manager. It provides a simple, - intuitive format for using plain text files to store data, a command - line interface for viewing stored information in a variety of convenient - ways and a cross-platform, wx(python)-based GUI for creating and - modifying items as well as viewing them. - - - Enable export of ical format files by depending on - dev-python/icalendar - - - etmeventandtask - - diff --git a/x11-misc/kronometer/kronometer-2.1.5.ebuild b/x11-misc/kronometer/kronometer-2.1.5.ebuild index c2b83fbe69fd..16e6ac68f4e9 100644 --- a/x11-misc/kronometer/kronometer-2.1.5.ebuild +++ b/x11-misc/kronometer/kronometer-2.1.5.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Kronometer" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2+" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" DEPEND=" diff --git a/x11-misc/lightdm-kde/Manifest b/x11-misc/lightdm-kde/Manifest deleted file mode 100644 index 5a21b5214998..000000000000 --- a/x11-misc/lightdm-kde/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lightdm-kde-0.3.2.1.tar.bz2 1379085 SHA256 65b2a1bab2c88bf55a07e62cbe0eb8ac3660638636c5825e5925b28d03f12188 SHA512 e5a812d37d0906960b707ee0104a6d0c240c910149f64757521504483caa9363467bb21d446c74851db38024785486b5355e3627db3fca3d6f8f046c2e8cf0f1 WHIRLPOOL 13bcd945b5c84609397b16f087fe53da8560f6092fe857746fc7f6e8d7d3804289ef1cfc56d9696561d9301fa5c80a46c117cd1b8077fe793a0e71696107b131 diff --git a/x11-misc/lightdm-kde/files/lightdm-kde-0.3.2.1-lightdm-1.7.patch b/x11-misc/lightdm-kde/files/lightdm-kde-0.3.2.1-lightdm-1.7.patch deleted file mode 100644 index 0e83db26166b..000000000000 --- a/x11-misc/lightdm-kde/files/lightdm-kde-0.3.2.1-lightdm-1.7.patch +++ /dev/null @@ -1,49 +0,0 @@ -From dacd25fc53ecfd8928464420c21ff52b660a0893 Mon Sep 17 00:00:00 2001 -From: Iain Lane -Date: Thu, 1 Aug 2013 21:37:48 +1000 -Subject: [PATCH] FindQLightDM.cmake: Search for new liblightdm-qt-3 as well as - old liblightdm-qt-2 - -BUG: 319480 ---- - cmake/modules/FindQLightDM.cmake | 15 ++++++++++++--- - 1 file changed, 12 insertions(+), 3 deletions(-) - -diff --git a/cmake/modules/FindQLightDM.cmake b/cmake/modules/FindQLightDM.cmake -index c055c61..f901cf6 100644 ---- a/cmake/modules/FindQLightDM.cmake -+++ b/cmake/modules/FindQLightDM.cmake -@@ -19,10 +19,19 @@ set(QLIGHTDM_LIBRARIES_FIND_REQUIRED ${QLightDM_FIND_REQUIRED}) - find_package(PkgConfig) - if(PKG_CONFIG_FOUND) - if (QLIGHTDM_MIN_VERSION) -- PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2>=${QLIGHTDM_MIN_VERSION}) -+ PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-3>=${QLIGHTDM_MIN_VERSION}) - else (QLIGHTDM_MIN_VERSION) -- PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2) -+ PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-3) - endif (QLIGHTDM_MIN_VERSION) -+ SET (QLIGHTDM_API 3) -+ if (NOT PC_QLIGHTDM_FOUND) -+ if (QLIGHTDM_MIN_VERSION) -+ PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2>=${QLIGHTDM_MIN_VERSION}) -+ else (QLIGHTDM_MIN_VERSION) -+ PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2) -+ endif (QLIGHTDM_MIN_VERSION) -+ SET (QLIGHTDM_API 2) -+ endif (NOT PC_QLIGHTDM_FOUND) - endif(PKG_CONFIG_FOUND) - - -@@ -34,7 +43,7 @@ find_path(QLIGHTDM_INCLUDE_DIR - ) - - find_library(QLIGHTDM_LIBRARIES -- NAMES lightdm-qt-2 -+ NAMES lightdm-qt-${QLIGHTDM_API} - HINTS - ${PC_QLIGHTDM_LIBDIR} - ${PC_QLIGHTDM_LIBRARY_DIRS} --- -1.8.3.2 - diff --git a/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r1.ebuild b/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r1.ebuild deleted file mode 100644 index 57e6f0344d45..000000000000 --- a/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KDE_MINIMAL="4.8" -KDE_SCM="git" -EGIT_REPONAME="${PN/-kde/}" -KDE_LINGUAS="bs cs da de el es et fi fr ga gl hu it ja km lt mr nds nl pl pt pt_BR ro ru sk sl sv tr uk" -inherit kde4-base - -DESCRIPTION="LightDM KDE greeter" -HOMEPAGE="https://projects.kde.org/projects/playground/base/lightdm" -[[ ${PV} = 9999* ]] || SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="amd64 ~arm x86" -SLOT="4" -IUSE="debug" - -COMMON_DEPEND=" - x11-libs/libX11 - dev-qt/qtdeclarative:4 - >=x11-misc/lightdm-1.4.0[qt4] -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} - $(add_kdeapps_dep plasma-runtime) -" - -S=${WORKDIR}/${PN/-kde}-${PV} - -PATCHES=( "${FILESDIR}/${P}-lightdm-1.7.patch" ) diff --git a/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild b/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild deleted file mode 100644 index c28ce0ff7413..000000000000 --- a/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_LINGUAS="bs cs da de el es et fi fr ga gl hu it ja km lt mr nds nl pl pt -pt_BR ro ru sk sl sv tr uk" -inherit kde4-base - -DESCRIPTION="LightDM KDE greeter" -HOMEPAGE="https://projects.kde.org/projects/playground/base/lightdm" -SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~x86" -SLOT="4" -IUSE="debug" - -COMMON_DEPEND=" - dev-qt/qtdeclarative:4 - x11-libs/libX11 - >=x11-misc/lightdm-1.4.0[qt4] -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} - $(add_kdeapps_dep plasma-runtime) -" - -S=${WORKDIR}/${PN/-kde}-${PV} - -PATCHES=( "${FILESDIR}/${P}-lightdm-1.7.patch" ) diff --git a/x11-misc/lightdm-kde/metadata.xml b/x11-misc/lightdm-kde/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/x11-misc/lightdm-kde/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - -