diff options
83 files changed, 2 insertions, 1516 deletions
diff --git a/app-backup/qt4-fsarchiver/Manifest b/app-backup/qt4-fsarchiver/Manifest deleted file mode 100644 index 38af6496c0b4..000000000000 --- a/app-backup/qt4-fsarchiver/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST qt4-fsarchiver-0.6.19-6.tar.gz 480288 BLAKE2B c27493cdfd9c19455d04b696c1785162d592dc15014ebbfc2e3a2412ba13061097fdf97f0697cc21f6ada6f6e77760e1d3e5619a82b026feff2835a0a632af77 SHA512 b542cec478f901cf1c6678a202183e9c7f047efd906a53bd2882385482d0bf20fbd46374fc60751e7e5ee04a6048643e3fb58ffefd883799c54b48c307aad1f3 -DIST qt4-fsarchiver-0.6.19-7.tar.gz 481129 BLAKE2B ba7c908a3dd61fe4640d41f57e8ed2dcd36288730631b0e3292144fc0429d89ae30f2f8c3951906b8e1e6704bf0c81469b9aca7ef260ed21e52484e4b6ec60a9 SHA512 31495858a27f7a1790ed492d69ff70eaae458f48f2afbe066507913289c3ed861389a201f03a56e3a5a3665eddae58371fe1d648bd10a3e96fb8240a40965b1c diff --git a/app-backup/qt4-fsarchiver/metadata.xml b/app-backup/qt4-fsarchiver/metadata.xml deleted file mode 100644 index 01d299d313ad..000000000000 --- a/app-backup/qt4-fsarchiver/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">qt4-fsarchiver</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.6.ebuild b/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.6.ebuild deleted file mode 100644 index 3a97f35e85a4..000000000000 --- a/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qmake-utils versionator - -MY_P="${PN}-$(replace_version_separator 3 '-')" -MIN_PV="$(get_version_component_range 1-3)" - -DESCRIPTION="Qt4 frontend for fsarchiver" -HOMEPAGE="http://qt4-fsarchiver.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/source/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="" - -CDEPEND="app-arch/bzip2 - app-arch/xz-utils - dev-libs/libgcrypt:= - dev-libs/lzo - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sys-apps/util-linux - sys-fs/e2fsprogs - sys-libs/zlib" -RDEPEND="${CDEPEND} - >=app-backup/fsarchiver-${MIN_PV}[lzma,lzo]" -DEPEND="${CDEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - # fix .desktop file - sed -i \ - -e '/Encoding/d' starter/"${PN}".desktop \ - || die "sed on qt4-fsarchiver.desktop failed" - # fix icon installation location - sed -i \ - -e "/icon.path/s:app-install/icons:${PN}:" "${PN}.pro" \ - || die "sed on ${PN}.pro failed" -} - -src_compile() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - elog "optional dependencies:" - elog " sys-fs/btrfs-progs" - elog " sys-fs/jfsutils" - elog " sys-fs/ntfs3g[ntfsprogs]" - elog " sys-fs/reiser4progs" - elog " sys-fs/reiserfsprogs" - elog " net-fs/sshfs" - elog " sys-fs/xfsprogs" -} diff --git a/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.7.ebuild b/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.7.ebuild deleted file mode 100644 index 400d49c9fbe3..000000000000 --- a/app-backup/qt4-fsarchiver/qt4-fsarchiver-0.6.19.7.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qmake-utils versionator - -MY_P="${PN}-$(replace_version_separator 3 '-')" -MIN_PV="$(get_version_component_range 1-3)" - -DESCRIPTION="Qt4 frontend for fsarchiver" -HOMEPAGE="http://qt4-fsarchiver.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/source/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -CDEPEND="app-arch/bzip2 - app-arch/xz-utils - dev-libs/libgcrypt:= - dev-libs/lzo - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sys-apps/util-linux - sys-fs/e2fsprogs - sys-libs/zlib" -RDEPEND="${CDEPEND} - >=app-backup/fsarchiver-${MIN_PV}[lzma,lzo]" -DEPEND="${CDEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - # fix .desktop file - sed -i \ - -e '/Encoding/d' starter/"${PN}".desktop \ - || die "sed on qt4-fsarchiver.desktop failed" - # fix icon installation location - sed -i \ - -e "/icon.path/s:app-install/icons:${PN}:" "${PN}.pro" \ - || die "sed on ${PN}.pro failed" -} - -src_compile() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - elog "optional dependencies:" - elog " sys-fs/btrfs-progs" - elog " sys-fs/jfsutils" - elog " sys-fs/ntfs3g[ntfsprogs]" - elog " sys-fs/reiser4progs" - elog " sys-fs/reiserfsprogs" - elog " net-fs/sshfs" - elog " sys-fs/xfsprogs" -} diff --git a/app-dicts/qvortaro/Manifest b/app-dicts/qvortaro/Manifest deleted file mode 100644 index 7eea25a1a7bc..000000000000 --- a/app-dicts/qvortaro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qvortaro-0.4.1.tar.gz 174664 BLAKE2B 02c6965d2197132109e22867275598231d8b5286490575595a93b0625272b9c6b01a7698a196e62c2ac9b850f8c872a49d51887a7985b1fe8a6f14201db8c29a SHA512 a3ac90597d1e2f530f4fe1482945e266ca2db00ecdffa12a9aa9087c9730e52e0a89baeea685801a311962ab3fbcb57c1fc67d35be2612f93a812421da06579c diff --git a/app-dicts/qvortaro/files/qvortaro-0.4.1-gcc45.patch b/app-dicts/qvortaro/files/qvortaro-0.4.1-gcc45.patch deleted file mode 100644 index 431cdc4914bf..000000000000 --- a/app-dicts/qvortaro/files/qvortaro-0.4.1-gcc45.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/322213 - ---- src/eolistbrowser.cpp -+++ src/eolistbrowser.cpp -@@ -28,7 +28,7 @@ - { - ui.setupUi(this); - -- rxEscape = QRegExp::QRegExp("('|_|%){1}"); -+ rxEscape = QRegExp("('|_|%){1}"); - - m_model = new QSqlQueryModel(this); - ui.list->setModel(m_model); diff --git a/app-dicts/qvortaro/metadata.xml b/app-dicts/qvortaro/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-dicts/qvortaro/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-dicts/qvortaro/qvortaro-0.4.1.ebuild b/app-dicts/qvortaro/qvortaro-0.4.1.ebuild deleted file mode 100644 index bc48c746a03c..000000000000 --- a/app-dicts/qvortaro/qvortaro-0.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qt4-r2 - -DESCRIPTION="Esperanto Dictionary" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtgui:4 - dev-qt/qtsql:4 -" - -PATCHES=( "${FILESDIR}/${P}-gcc45.patch" ) - -src_install() { - dobin qvortaro - newicon src/img/icon_16.png ${PN}.png - make_desktop_entry ${PN} qVortaro - dodoc readme.txt -} diff --git a/app-editors/lfhex/Manifest b/app-editors/lfhex/Manifest deleted file mode 100644 index 1249458591b0..000000000000 --- a/app-editors/lfhex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lfhex-0.42.tar.gz 868287 BLAKE2B 23c9879025682dd18ec9b2dce41411e77513f5f09a4295be094de5c20df05b06c5b7689587294417676996724c4548daa33a8ce6f0d66d50410bde612cb5780a SHA512 5b0d61f732b4b3a0ff2d73ae3ea551af78047a2edd45916d6ad61fb6d89c18faa4e28ed321e51e034519635c3310ce7b0b67fb809ed67d6c37cb252b78696c88 diff --git a/app-editors/lfhex/files/01-abs-llabs.dpatch b/app-editors/lfhex/files/01-abs-llabs.dpatch deleted file mode 100644 index 74ffcbce7299..000000000000 --- a/app-editors/lfhex/files/01-abs-llabs.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh /usr/share/dpatch/dpatch-run -## 01-abs-llabs.dpatch by Thiemo Seufer -## -## DP: Fixes FTBFS due to abs() not being in the global anymore since g++ 4.3 -## (#495467) - -diff -up lfhex-0.42.orig/src/reader.cpp lfhex-0.42/src/reader.cpp ---- lfhex-0.42.orig/src/reader.cpp 2008-10-08 19:25:57.000000000 +0200 -+++ lfhex-0.42/src/reader.cpp 2008-10-08 19:26:16.000000000 +0200 -@@ -238,7 +238,7 @@ bool Reader::loadPage(off_t pageIdx) - // free the page which is the furthest away from the page we are loading - - // this could be trouble if off_t is unsigned! -- if( abs(_firstPage - pageIdx) > abs(_lastPage - pageIdx) ) -+ if( ::llabs(_firstPage - pageIdx) > ::llabs(_lastPage - pageIdx) ) - while(!freePage(_firstPage++)); - else - while(!freePage(_lastPage--)); - diff --git a/app-editors/lfhex/files/02-gcc-4.7.dpatch b/app-editors/lfhex/files/02-gcc-4.7.dpatch deleted file mode 100644 index 0d58072d9574..000000000000 --- a/app-editors/lfhex/files/02-gcc-4.7.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02-gcc-4.7.dpatch by gregor herrmann <gregoa@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: add missing include to avoid FTBFS with gcc 4.7 -## DP: Bug-Debian: http://bugs.debian.org/667238 - -@DPATCH@ -diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' lfhex-0.42~/src/expr.h lfhex-0.42/src/expr.h ---- lfhex-0.42~/src/expr.h 2008-09-19 02:36:49.000000000 +0200 -+++ lfhex-0.42/src/expr.h 2012-05-07 17:03:22.788794002 +0200 -@@ -19,6 +19,7 @@ - */ - - #include <string> -+#include <sys/types.h> - - bool expr_eval( const std::string &str, off_t &value ); - diff --git a/app-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild deleted file mode 100644 index ba168caf5ddc..000000000000 --- a/app-editors/lfhex/lfhex-0.42.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils qt4-r2 - -DESCRIPTION="A fast hex-editor with support for large files and comparing binary files" -HOMEPAGE="http://stoopidsimple.com/lfhex" -SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="dev-qt/qtgui:4 - x11-libs/libXt" -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison" - -S=${WORKDIR}/${P}/src - -src_prepare() { - # Apply Debian patches to fix compilation errors like gcc-4.7 compat - epatch "${FILESDIR}"/*.dpatch -} - -src_configure() { - eqmake4 -} - -src_install() { - dobin lfhex - dodoc ../README - make_desktop_entry "${PN}" "${PN}" -} diff --git a/app-editors/lfhex/metadata.xml b/app-editors/lfhex/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-editors/lfhex/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-mobilephone/past/Manifest b/app-mobilephone/past/Manifest deleted file mode 100644 index faa7e7ca9d16..000000000000 --- a/app-mobilephone/past/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 74036-past-0.0.4.tar.bz2 166745 BLAKE2B ce0e85632e7d3ae9e8c547321448d6d5fd9d50e6e2473652d9979e3b2dd338ed1e46a549f276919ec50c4f44a51df1ee65fd487c956a2b254c44986574b75188 SHA512 5ebce95f501e057cbfceb4019041e1dd844a464e656396c107ac9750e280dd544d0175d43bad53c94e10b587229cc5cc16e9d6f57401cdba6c539557daf3b0b0 diff --git a/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch b/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch deleted file mode 100644 index e04de42b7ef8..000000000000 --- a/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- A/src/device.cpp -+++ B/src/device.cpp -@@ -22,6 +22,7 @@ - - extern "C" { - #include <gnokii.h> -+#include <unistd.h> - } - - #include "device.h" diff --git a/app-mobilephone/past/metadata.xml b/app-mobilephone/past/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-mobilephone/past/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-mobilephone/past/past-0.0.4.ebuild b/app-mobilephone/past/past-0.0.4.ebuild deleted file mode 100644 index 13223531e4d0..000000000000 --- a/app-mobilephone/past/past-0.0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Simple SMS tool" -HOMEPAGE="https://www.linux-apps.com/content/show.php/past+-+SMS+Tool?content=74036" -SRC_URI="https://dl.opendesktop.org/api/files/download/id/1466626318/74036-${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - app-mobilephone/gnokii[sms] - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -DOCS=( ChangeLog TODO ) -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) diff --git a/app-text/tuxcards/Manifest b/app-text/tuxcards/Manifest deleted file mode 100644 index e838a98e5e97..000000000000 --- a/app-text/tuxcards/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tuxcards-2.2.1.tar.gz 310015 BLAKE2B a43db7814b6fc222f3d79652fc208e405cec4f47b5b335d14196d7cc936c8823251f5eef73b225f84ba91f4b35d07c9d64e517e58e7098672115bdd73b6ff3ae SHA512 70d420f57e4d08341f4137fce0fd4d7afe59b9af5a4ef821d93b3aac912401772cdab2d240470ab96ba6c91a1548eecac87fcaa6c746e93d18d7b5be69d86052 diff --git a/app-text/tuxcards/metadata.xml b/app-text/tuxcards/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-text/tuxcards/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild b/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild deleted file mode 100644 index a8d98af0094a..000000000000 --- a/app-text/tuxcards/tuxcards-2.2.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils qmake-utils - -DESCRIPTION="A hierarchical notebook" -HOMEPAGE="http://www.tuxcards.de/" -SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_configure() { - eqmake4 tuxcards.pro -} - -src_install() { - dobin ${PN} - newicon src/icons/lo32-app-tuxcards.png ${PN}.png - make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility" - dodoc AUTHORS README -} diff --git a/app-text/yagf/Manifest b/app-text/yagf/Manifest deleted file mode 100644 index 12aa789a2c65..000000000000 --- a/app-text/yagf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yagf-0.9.5.tar.gz 427018 BLAKE2B 4aace2cf06cafc22e08b1b670727e46234509bb40f15e537d3878ee41c0d0cf2aecc22b9a443f87182498180b1d1791a51b1870172267e4a24a1c4f9f7edfa03 SHA512 a0b77e49c11be0ed043d3f44b1c48122cdabf0ae4ae69d84bc01eee0a8b084dae8201234e08816065d449e4d47bd704f282b1cd3b31c3539d201e9f32dfef05c diff --git a/app-text/yagf/metadata.xml b/app-text/yagf/metadata.xml deleted file mode 100644 index 76b22cdda21f..000000000000 --- a/app-text/yagf/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - YAGF is a graphical front-end for cuneiform and tesseract OCR tools. - With YAGF you can open already scanned image files or obtain new images - via XSane (scanning results are automatically passed to YAGF). - Once you have a scanned image you can prepare it for recognition, select - particular image areas for recognition, set the recognition language and - so no. Recognized text is displayed in a editor window where it can be - corrected, saved to disk or copied to clipboard. - YAGF also provides some facilities for a multi-page recognition (see - the online help for more details). - </longdescription> - <use> - <flag name="cuneiform">Enable support for the <pkg>app-text/cuneiform</pkg> OCR engine.</flag> - <flag name="tesseract">Enable support for the <pkg>app-text/tesseract</pkg> OCR engine.</flag> - </use> -</pkgmetadata> diff --git a/app-text/yagf/yagf-0.9.5.ebuild b/app-text/yagf/yagf-0.9.5.ebuild deleted file mode 100644 index 3ebcae73386e..000000000000 --- a/app-text/yagf/yagf-0.9.5.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="fr ru" -inherit cmake-utils l10n multilib - -DESCRIPTION="Graphical front-end for cuneiform and tesseract OCR tools" -HOMEPAGE="http://sourceforge.net/projects/yagf-ocr/" -SRC_URI="mirror://sourceforge/project/yagf-ocr/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="scanner cuneiform +tesseract pdf" - -REQUIRED_USE="|| ( cuneiform tesseract )" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - app-text/aspell -" -RDEPEND="${DEPEND} - cuneiform? ( app-text/cuneiform ) - tesseract? ( app-text/tesseract ) - scanner? ( media-gfx/xsane ) - pdf? ( || ( app-text/poppler[utils] app-text/ghostscript-gpl ) ) -" - -DOCS=( AUTHORS ChangeLog DESCRIPTION README ) - -src_prepare() { - # uk translation generation is broken - rm src/translations/yagf_uk.ts || die - # respect CFLAGS and fix translations path - sed -i \ - -e '/add_definitions(-Wall -g)/d' \ - -e '/-DQML_INSTALL_PATH=/s:${QML_DESTINATION}:/${QML_DESTINATION}:' \ - CMakeLists.txt || die 'sed on CMakeLists.txt failed' - - l10n_find_plocales_changes "src/translations" "${PN}_" '.ts' - cmake-utils_src_prepare -} - -src_configure() { - local libdir="$(get_libdir)" - local mycmakeargs=( - -DLIB_PATH_SUFFIX=${libdir#lib} - ) - cmake-utils_src_configure -} - -src_install() { - remove_translation() { - rm "${ED}/usr/share/yagf/translations/${PN}_${1}.qm" || die "remove '${PN}_${1}.qm' file failed" - } - cmake-utils_src_install - l10n_for_each_disabled_locale_do remove_translation -} diff --git a/dev-db/dbmodel/Manifest b/dev-db/dbmodel/Manifest deleted file mode 100644 index 118c723e34ab..000000000000 --- a/dev-db/dbmodel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dbmodel-0.3.tar.gz 71581 BLAKE2B 75513811d02a92e932f3eda4e9de60b7e9d8f60fd0ccd0318f3f6f4e3e2fd1cca1db53751386dab602088bdbe3e9860c490b914a479a94d613e2c718f2c33919 SHA512 61c7b39bd57c1d6ff49961b35073c7205862b2e1d6a93b3c8950a62ce6c0e1ce8f39a38ed729174714f719cd92d0e6deba51c68b20ba22888f7d7f7096c05f62 diff --git a/dev-db/dbmodel/dbmodel-0.3.ebuild b/dev-db/dbmodel/dbmodel-0.3.ebuild deleted file mode 100644 index b6a2c307a9a7..000000000000 --- a/dev-db/dbmodel/dbmodel-0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit qt4-r2 - -DESCRIPTION="Qt4 tool for drawing entity-relational diagrams" -HOMEPAGE="http://oxygene.sk/lukas/dbmodel/" -SRC_URI="https://launchpad.net/dbmodel/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsvg:4" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS CHANGES" - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} diff --git a/dev-db/dbmodel/metadata.xml b/dev-db/dbmodel/metadata.xml deleted file mode 100644 index b90535458362..000000000000 --- a/dev-db/dbmodel/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="launchpad">dbmodel</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/beediff/Manifest b/dev-util/beediff/Manifest deleted file mode 100644 index 8a0a658ffaad..000000000000 --- a/dev-util/beediff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST beediff_1.9_src.tar.gz 77382 BLAKE2B ee5ddb7a054ac81fbeb03eb948784320253039f01c47a14ed1193f4a8e608d80ba70041fb0afe3348b61680a911167910c22f3b664549f6ac6bdc1d32d31919c SHA512 b3aaa2f5ca6907269fb38c33c136928d379e85b776ad1fb5acb2217063a3f742a32fe59010672bc5c53644e878cb31fb044658f8ffb8b8481c9867dfe2bf64c2 diff --git a/dev-util/beediff/beediff-1.9.ebuild b/dev-util/beediff/beediff-1.9.ebuild deleted file mode 100644 index 291c7b1aab2a..000000000000 --- a/dev-util/beediff/beediff-1.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qt4-r2 - -DESCRIPTION="A graphical user interface for comparing and merging files" -HOMEPAGE="http://www.beesoft.pl/index.php?id=beediff" -SRC_URI="http://www.beesoft.pl/download/${PN}_${PV}_src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - sed -i \ - -e '/QMAKE_CXXFLAGS/d' \ - beediff.pro || die -} - -src_install() { - dobin ${PN} - doicon img/${PN}.png - make_desktop_entry ${PN} "Beesoft Differ" ${PN} "Qt;Development;" - dodoc ChangeLog.txt -} diff --git a/dev-util/beediff/metadata.xml b/dev-util/beediff/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-util/beediff/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/media-gfx/pictureflow/Manifest b/media-gfx/pictureflow/Manifest deleted file mode 100644 index 4b39c2b38bf6..000000000000 --- a/media-gfx/pictureflow/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pictureflow-0.1.0.tar.gz 10704 BLAKE2B 478dc9b3decb707da3df2ca8d2b717ed9c3f9b556f09c1b7aa3e7e72a44402ce218db4700a8f8fd25ee542a737fab36801eadb26e49d015904c9ffdfd1a9dc6d SHA512 bf0a6a178d945146885a016926ffa29fa3be19c30ccae9d5862c9ae40dd888b962d66037eef973e0f4fa08658dabab9c751adb0e80fb16979c076239172b88bd diff --git a/media-gfx/pictureflow/metadata.xml b/media-gfx/pictureflow/metadata.xml deleted file mode 100644 index 4445882d31bd..000000000000 --- a/media-gfx/pictureflow/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="google-code">pictureflow</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-gfx/pictureflow/pictureflow-0.1.0.ebuild b/media-gfx/pictureflow/pictureflow-0.1.0.ebuild deleted file mode 100644 index b479972194fc..000000000000 --- a/media-gfx/pictureflow/pictureflow-0.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" -inherit qt4-r2 - -DESCRIPTION="Qt widget to display images with animated transition effect" -HOMEPAGE="http://www.qt-apps.org/content/show.php/PictureFlow?content=75348" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${P}/${PN}-qt" - -src_install() { - dobin ${PN} || die "dobin failed" - cd .. - dodoc ChangeLog || die "dodoc failed" -} diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest deleted file mode 100644 index 049c1bafd6c4..000000000000 --- a/media-sound/mp3diags/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MP3Diags-1.2.03.tar.gz 1230173 BLAKE2B 59358018240e00c3662fc6f0a6881c889ef1c818669ce00b44af3672006ecd8eec52d34e4f2ec5873ad6478f5b74e2202cfcfb4bcb530dfd6e49de12ce9b30eb SHA512 0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf diff --git a/media-sound/mp3diags/metadata.xml b/media-sound/mp3diags/metadata.xml deleted file mode 100644 index 15326088a6ed..000000000000 --- a/media-sound/mp3diags/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">mp3diags</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild deleted file mode 100644 index d9c81af3d443..000000000000 --- a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils qmake-utils - -MY_PN=MP3Diags -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Qt-based MP3 diagnosis and repair tool" -HOMEPAGE="http://mp3diags.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-3 GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/boost:=[threads] - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sys-libs/zlib -" -RDEPEND="${DEPEND} - dev-qt/qtsvg:4 -" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro -} - -src_install() { - dobin bin/${MY_PN} - dodoc changelog.txt - - local size - for size in 16 22 24 32 36 40 48; do - insinto /usr/share/icons/hicolor/${size}x${size}/apps - newins desktop/${MY_PN}${size}.png ${MY_PN}.png - done - domenu desktop/${MY_PN}.desktop -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-dns/cagibi/Manifest b/net-dns/cagibi/Manifest deleted file mode 100644 index f9430f8371a8..000000000000 --- a/net-dns/cagibi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cagibi-0.2.0.tar.bz2 28959 BLAKE2B 7d6353e12e2e15831e0667f2eaba17d8dd0eacc41899940ade06b13c00f537c08ed446acb05a1be549e2e5b66d77f42cc69878824e3e5f2309624d7c5af2dbb8 SHA512 e438166b4b09039002d6735c68d73c037727e8a113b0c9118785e9e387b02c1a8d8b97462500f081898ee39d997dcf38e53cf78ad7bd46e259cb5c16c568fd32 diff --git a/net-dns/cagibi/cagibi-0.2.0.ebuild b/net-dns/cagibi/cagibi-0.2.0.ebuild deleted file mode 100644 index 9cf64596af88..000000000000 --- a/net-dns/cagibi/cagibi-0.2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Cache/proxy system for the SSDP part of UPnP" -HOMEPAGE="https://frinring.wordpress.com/2010/08/09/cagibi-0-1-1-released-network-kio-slave-freezes-kded-in-4-5-0/" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 -" -DEPEND="${RDEPEND} - dev-util/automoc -" - -DOCS=( Changelog README TODO ) diff --git a/net-dns/cagibi/metadata.xml b/net-dns/cagibi/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/net-dns/cagibi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/net-ftp/qshare/Manifest b/net-ftp/qshare/Manifest deleted file mode 100644 index b7ffe76848ad..000000000000 --- a/net-ftp/qshare/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qshare-2.1.5-src.tar.bz2 770556 BLAKE2B 3acdd8126963760b35e959e65158f074311d5fb82925cd9dbf1e91295e62ee3c72ee1146bd1cc4f7975e7ada7752b94eae28e32fe1be1d88178bd0b6da4ded89 SHA512 5d1ca2ffaf93d1136a2549cb4b7525f4990182a53dbff0752d60c2d24b4022f4082d39c8df2758d97e3830bc59033da9018a80474f52dd83245a8830ec3b4c1f diff --git a/net-ftp/qshare/files/qshare-2.1.5-desktop.patch b/net-ftp/qshare/files/qshare-2.1.5-desktop.patch deleted file mode 100644 index 1c18e85e8db1..000000000000 --- a/net-ftp/qshare/files/qshare-2.1.5-desktop.patch +++ /dev/null @@ -1,16 +0,0 @@ -Gentoo bug #457712. - -Index: distrib/linux/qshare.desktop -=================================================================== ---- distrib/linux/qshare.desktop (revision 90) -+++ distrib/linux/qshare.desktop (working copy) -@@ -1,7 +1,7 @@ - [Desktop Entry] - Comment=Desktop FTP server without any configuration --Comment[ru_RU]Графический FTP-сервер без конфигурирования --Comment[uk_UA]Графічний FTP-сервер без конфігурування -+Comment[ru_RU]=Графический FTP-сервер без конфигурирования -+Comment[uk_UA]=Графічний FTP-сервер без конфігурування - Exec=qshare - GenericName=Personal FTP server - GenericName[fr]=Serveur FTP personnel diff --git a/net-ftp/qshare/metadata.xml b/net-ftp/qshare/metadata.xml deleted file mode 100644 index 32fe1293e9a9..000000000000 --- a/net-ftp/qshare/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> -</maintainer> -</pkgmetadata> diff --git a/net-ftp/qshare/qshare-2.1.5-r1.ebuild b/net-ftp/qshare/qshare-2.1.5-r1.ebuild deleted file mode 100644 index 774b89db7b79..000000000000 --- a/net-ftp/qshare/qshare-2.1.5-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="FTP server with a service discovery feature" -HOMEPAGE="http://www.zuzuf.net/qshare/" -SRC_URI="http://www.zuzuf.net/qshare/files/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - net-dns/avahi[mdnsresponder-compat]" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS README ) -PATCHES=( "${FILESDIR}/${P}-desktop.patch" ) diff --git a/net-ftp/scythia/Manifest b/net-ftp/scythia/Manifest deleted file mode 100644 index 557b2708337a..000000000000 --- a/net-ftp/scythia/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scythia_0.9.3-2-src.tar.gz 407388 BLAKE2B 52c6005fed88779d855c2660afa03599d54bd77f18be973ad03e6aeee626459794c9cea05b8013052680d8d04b4071579a0f944ebfdbe3312b8c8e3cbed528d8 SHA512 48ca7640da8ccbcdfea20427b153692e0a276acef7ca3b5abb08fe0ef886cb5486815dafd83d1f45f98a4d1723303713480c048a2b49b37d298808c95a0be786 diff --git a/net-ftp/scythia/metadata.xml b/net-ftp/scythia/metadata.xml deleted file mode 100644 index a7f1abb3029b..000000000000 --- a/net-ftp/scythia/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> -</pkgmetadata> diff --git a/net-ftp/scythia/scythia-0.9.3_p2.ebuild b/net-ftp/scythia/scythia-0.9.3_p2.ebuild deleted file mode 100644 index 31d38020de70..000000000000 --- a/net-ftp/scythia/scythia-0.9.3_p2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome2-utils qt4-r2 - -DESCRIPTION="Just a small FTP client" -HOMEPAGE="http://scythia.free.fr/" -SRC_URI="http://scythia.free.fr/wp-content/${PN}_${PV/_p/-}-src.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -RDEPEND="dev-qt/qtgui:4" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - sed -i \ - -e 's:/usr/share/applnk/Internet:/usr/share/applications:g' \ - -e "s:scythia/html:${PF}/html:" \ - scythia.pro || die -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/netfleet/Manifest b/net-misc/netfleet/Manifest deleted file mode 100644 index 1555e32f6a93..000000000000 --- a/net-misc/netfleet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST netfleet_0.2.1.tar.bz2 162733 BLAKE2B 2b518b8cdf0a2afb09cb013560f922b969dcaa225be4c81d6ffd16a68997ec2a058fe6d7fb579e28dbfd154b47716298be55ec3e713a88b4c438e6927bd3fbbd SHA512 6fa6e55fd94298798f84bd7416683dde0b7ef3219d7a745353d69973549f2886117408b1e2594033a4f911ef0d95f384ceef51823c4149fba95ea87bdf8c38cc diff --git a/net-misc/netfleet/metadata.xml b/net-misc/netfleet/metadata.xml deleted file mode 100644 index 0602d77bce69..000000000000 --- a/net-misc/netfleet/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <upstream> - <remote-id type="google-code">netfleet</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/netfleet/netfleet-0.2.1-r2.ebuild b/net-misc/netfleet/netfleet-0.2.1-r2.ebuild deleted file mode 100644 index c688de61da8c..000000000000 --- a/net-misc/netfleet/netfleet-0.2.1-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Qt4 cross-platform multi-threaded download utility" -HOMEPAGE="http://qt-apps.org/content/show.php/?content=103312" -SRC_URI="https://netfleet.googlecode.com/files/${PN}_${PV}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4[ssl] - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_configure() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2dc17ff2643f..4c6fb3ed2a74 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 @@ -523,7 +523,6 @@ gnustep-apps/cynthiune flac # Richard Freeman <rich0@gentoo.org> (24 Mar 2013) # Dependency is masked for buffer overflows for now -app-text/yagf cuneiform dev-python/pyocr cuneiform # Tom Wijsman <TomWij@gentoo.org> (10 Mar 2013) diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask index e00abaeb1eb6..085e71a6fffa 100644 --- a/profiles/hardened/linux/amd64/no-multilib/package.mask +++ b/profiles/hardened/linux/amd64/no-multilib/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # These are broken as reported by Halcy0n, Aug, 23, 2011 @@ -141,7 +141,6 @@ sci-electronics/eagle sci-chemistry/cara-bin sci-chemistry/cyana sci-chemistry/mars -sci-chemistry/xdsgui sci-chemistry/xdsstat-bin sci-libs/ipp sys-libs/lib-compat-loki diff --git a/profiles/package.mask b/profiles/package.mask index 9ec953d64d29..99d415ba55d8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -239,123 +239,6 @@ dev-tex/texamator # Masked for removal in 30 days. app-office/odeskteam -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -sys-kernel/kccmp - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -app-backup/qt4-fsarchiver - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -media-gfx/pictureflow - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -app-mobilephone/past - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -x11-misc/ptbatterysystemtray - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -x11-misc/launchy - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -x11-misc/wmiface - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -x11-misc/appmenu-qt - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Depends on dead Qt4, needs porting to Qt5. -# Masked for removal in 30 days. -sci-chemistry/xdsgui -sci-visualization/xds-viewer - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -dev-db/dbmodel - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -media-sound/mp3diags - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -x11-misc/touchfreeze - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Use sci-geosciences/gpsbabel[gui] instead. -# Masked for removal in 30 days. -sci-geosciences/gebabbel - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -app-editors/lfhex - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -app-text/tuxcards - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -app-text/yagf - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -net-ftp/qshare - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -net-ftp/scythia - -# Andreas Sturmlechner <asturm@gentoo.org> (13 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -app-dicts/qvortaro - -# Andreas Sturmlechner <asturm@gentoo.org> (12 Jan 2018) -# Dead upstream, depends on dead Qt4, no port to Qt5. -# Masked for removal in 30 days. -net-dns/cagibi - -# Andreas Sturmlechner <asturm@gentoo.org> (12 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -dev-util/beediff - -# Andreas Sturmlechner <asturm@gentoo.org> (12 Jan 2018) -# Dead upstream, depends on dead Qt4. -# Masked for removal in 30 days. -net-misc/netfleet - -# Andreas Sturmlechner <asturm@gentoo.org> (12 Jan 2018) -# Dead upstream, EAPI 2, depends on dead Qt4. kde-apps/filelight -# is a possible alternative. Masked for removal in 30 days. -sys-apps/qdiskusage - # Kent Fredric <kentnl@gentoo.org> (10 Jan 2018) # Dead upstream, Broken since 2009. # Bug #644146. Removal in 30 days diff --git a/sci-chemistry/xdsgui/Manifest b/sci-chemistry/xdsgui/Manifest deleted file mode 100644 index 9de2c7636ad3..000000000000 --- a/sci-chemistry/xdsgui/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xdsgui-0_p130530.32 10372936 BLAKE2B 3547a306509071049608c58074fe0acd9414b92a4efd2875ee4a75981e2c05be387d5cbd700126872574e2c15afc61a055eb8e43d98581dc064c96e3a4c2bd05 SHA512 f9ef5d914afb8e6a64f936508fee2e84f4e579898726774dc995e920e5a953341c48022e8078eb60f9a2a288190765949da03f394f221a48916d12dc26a898b1 -DIST xdsgui-0_p130530.64 12220790 BLAKE2B 7d38263b8b47c33f980b1fc566efdb1a94acea0ce411df3cbbdca85540ce357b27c9c56c1a4264c6cb549bf16b87f9bed220c496c7c5b95d16366f13b99d9072 SHA512 bd54ddacf44a9156306354249c5b1b61deb9b1f9ebdad879b98d01354ccb51ab60c183e3c58c2be2bb1a42b55b96cea470ee70538110f0fc1b9e3b46ffce3d40 diff --git a/sci-chemistry/xdsgui/metadata.xml b/sci-chemistry/xdsgui/metadata.xml deleted file mode 100644 index 6eab78d31188..000000000000 --- a/sci-chemistry/xdsgui/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <longdescription> -XDSgui is a GUI (graphical user interface) for XDS that is supposed to help both -novice and experienced users. It graphically displays the ASCII and cbf files -that XDS writes, and can run useful shell commands with a simple mouse click. -The design goal of the program is to enable XDS data processing without the -commandline, and to supply additional graphical information. -</longdescription> -</pkgmetadata> diff --git a/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild b/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild deleted file mode 100644 index 116ce867545b..000000000000 --- a/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="GUI for XDS that is supposed to help both novice and experienced users" -HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XdsGUI" -SRC_URI=" - amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsGUI.rhel6.64 -> ${P}.64 ) - x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsGUI.rhel6.32 -> ${P}.32 )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* ~amd64 ~amd64-linux" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-util/xxdiff - sci-chemistry/xds-bin - sci-chemistry/xdsstat-bin - sci-visualization/xds-viewer" -DEPEND="" - -S="${WORKDIR}" - -QA_PREBUILT="opt/bin/*" - -src_unpack() { - if use amd64; then - cp -rf "${DISTDIR}"/${P}.64 ${PN} || die - elif use x86; then - cp -rf "${DISTDIR}"/${P}.32 ${PN} || die - fi -} - -src_install() { - exeinto /opt/bin - doexe ${PN} -} diff --git a/sci-geosciences/gebabbel/Manifest b/sci-geosciences/gebabbel/Manifest deleted file mode 100644 index 482dcbb2c6e6..000000000000 --- a/sci-geosciences/gebabbel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Gebabbel-0.4-Src.tar.gz 9698769 BLAKE2B 36f3f2585c1ecff8bd7a32f3aa44a9f691a724baa5e09510eaa7fd488ebeb0513d8b48006491023a216105c7b60c8d6f5d09f620d8ae412e0e93a1da0ca948d7 SHA512 96750cf1d3e627b8071d1693c7b31a2fb056f533c6e9de09e4de3550d7a923388c6b8f9634695d19708fd509ec9da537a0b1d477554d7249204754b55dd684f2 diff --git a/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch b/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch deleted file mode 100644 index f8e7b47f338d..000000000000 --- a/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fixing build with gcc 4.5 - -http://bugs.gentoo.org/show_bug.cgi?id=318579 - ---- a/src/MyMainWindow.cpp -+++ b/src/MyMainWindow.cpp -@@ -219,7 +219,7 @@ - - // Creating the toolbar - MainToolBar = addToolBar( tr( "Main Toolbar" ) ); -- MainToolBar->setIconSize( QSize::QSize( 16, 16 ) ); -+ MainToolBar->setIconSize( QSize( 16, 16 ) ); - MainToolBar->setAllowedAreas( Qt::TopToolBarArea ); - MainToolBar->setMovable( false ); - diff --git a/sci-geosciences/gebabbel/gebabbel-0.4.ebuild b/sci-geosciences/gebabbel/gebabbel-0.4.ebuild deleted file mode 100644 index 38141acd13ba..000000000000 --- a/sci-geosciences/gebabbel/gebabbel-0.4.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 - -MY_P=${P/g/G} - -inherit qmake-utils - -DESCRIPTION="Qt-Frontend to load and convert gps tracks with gpsbabel" -HOMEPAGE="http://gebabbel.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-Src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4[accessibility] -" -RDEPEND="${DEPEND} - sci-geosciences/gpsbabel -" - -DOCS=( CHANGELOG CREDITS ) - -PATCHES=( "${FILESDIR}"/${PN}-0.3-gcc45.patch ) - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - # do not mess with cflags - sed \ - -e "/QMAKE_CXXFLAGS/s:=.*$:= ${CXXFLAGS}:g" \ - -i *.pro || die -} - -src_configure() { - eqmake4 Gebabbel.pro -} - -src_install() { - dobin bin/${PN} - einstalldocs -} diff --git a/sci-geosciences/gebabbel/metadata.xml b/sci-geosciences/gebabbel/metadata.xml deleted file mode 100644 index e9dd5e2e89a6..000000000000 --- a/sci-geosciences/gebabbel/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">gebabbel</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-visualization/xds-viewer/Manifest b/sci-visualization/xds-viewer/Manifest deleted file mode 100644 index df9211960229..000000000000 --- a/sci-visualization/xds-viewer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xds-viewer-0.6.tar.gz 408315 BLAKE2B e514746ec4936e1ac30bbc4054555a988b9739f0705510be2daffbb9f5d45c5e785ee283055e80f9fb7fe677fba01c88524d183906025cddeae392f86d909be2 SHA512 4a7798997147e569aeeabab958b41198da29d336273e4b16b8d3c8766f2a16256727e9620a91b8f202125c9f5daedbd37e79352bb563fd431475b806deb3629e diff --git a/sci-visualization/xds-viewer/files/xds-viewer-0.6-fix-c++14.patch b/sci-visualization/xds-viewer/files/xds-viewer-0.6-fix-c++14.patch deleted file mode 100644 index 612b5038c845..000000000000 --- a/sci-visualization/xds-viewer/files/xds-viewer-0.6-fix-c++14.patch +++ /dev/null @@ -1,66 +0,0 @@ -Fix building with C++14, caused by invalid implicit T* -> bool conversions. -See also: https://bugs.gentoo.org/show_bug.cgi?id=598126 - ---- a/src/CbfReader.cpp -+++ b/src/CbfReader.cpp -@@ -315,12 +315,12 @@ - - for ( int i = 0;i < nx*ny;i++ ) - { -- if ( tapin.get( sc ) == 0 )return -4; -+ if ( !tapin.get( sc ) )return -4; - diff = sc; - if ( diff == -128 ) - { -- if ( tapin.get( uc0 ) == 0 )return -4; -- if ( tapin.get( uc1 ) == 0 )return -4; -+ if ( !tapin.get( uc0 ) )return -4; -+ if ( !tapin.get( uc1 ) )return -4; - tmp0 = uc0; - if ( uc0 < 0 ) tmp0 += 256; // converting signed to unsigned char - diff = uc1; -@@ -329,15 +329,15 @@ - if ( diff > 32767 )diff -= 65536; - if ( diff == -32768 ) - { -- if ( tapin.get( uc0 ) == 0 )return -4; -- if ( tapin.get( uc1 ) == 0 )return -4; -+ if ( !tapin.get( uc0 ) )return -4; -+ if ( !tapin.get( uc1 ) )return -4; - tmp0 = uc0; - if ( tmp0 < 0 ) tmp0 += 256; // converting signed to unsigned char - tmp1 = uc1; - if ( tmp1 < 0 ) tmp1 += 256; // converting signed to unsigned char - diff = tmp0 + 256 * tmp1; -- if ( tapin.get( uc0 ) == 0 )return -4; -- if ( tapin.get( uc1 ) == 0 )return -4; -+ if ( !tapin.get( uc0 ) )return -4; -+ if ( !tapin.get( uc1 ) )return -4; - tmp0 = uc0; - if ( tmp0 < 0 ) tmp0 += 256; // converting signed to unsigned char - tmp1 = uc1; -@@ -359,7 +359,7 @@ - { - std::ifstream::pos_type streamPos = tapin.tellg(); - -- char binaryMarker[5] = {12, 26, 4, 213, '\0'}; -+ char binaryMarker[5] = {12, 26, 4, (char)213, '\0'}; - char buffer[5] = {0, 0, 0, 0, '\0'}; - - bool equal = true; -@@ -448,13 +448,13 @@ - - int CbfReader::checkImageFormat( std::ifstream& tapin ) - { -- if ( tapin == 0 )return -2; // Cannot open image file -+ if ( !tapin )return -2; // Cannot open image file - - { // Check image file format - std::string s( "###CBF: " ); - char label[9]; - for ( int i = 0;i < 8;i++ ) -- if ( tapin.get( label[i] ) == false )return -4; // Cannot read image file -+ if ( !tapin.get( label[i] ) )return -4; // Cannot read image file - label[8] = '\0'; - std::string sLabel = ( std::string )label; - diff --git a/sci-visualization/xds-viewer/metadata.xml b/sci-visualization/xds-viewer/metadata.xml deleted file mode 100644 index 0177b9503629..000000000000 --- a/sci-visualization/xds-viewer/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <longdescription lang="en"> - XDS-Viewer is a program for viewing X-ray diffraction and control - images in the context of data processing by the XDS Program Package - (external link). Potential users of the software are scientists - working in the field of crystallography. The XDS-Viewer is a - standalone program which has build-in support for a subset of the - Crystallographic Binary File Format CBF (external link). Other file - formats are supported through an external convertion program that - comes with XDS. XDS-Viewer will automatically invoke the convertion - program for images other than CBF. -</longdescription> - <upstream> - <remote-id type="sourceforge">xds-viewer</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-visualization/xds-viewer/xds-viewer-0.6-r1.ebuild b/sci-visualization/xds-viewer/xds-viewer-0.6-r1.ebuild deleted file mode 100644 index f331c821dc71..000000000000 --- a/sci-visualization/xds-viewer/xds-viewer-0.6-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="X-ray diffraction/control image viewer in the context of data processing by XDS" -HOMEPAGE="http://xds-viewer.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - media-libs/libpng:0= - dev-qt/qtgui:4" -DEPEND="${RDEPEND}" - -HTML_DOCS=( src/doc/. ) -PATCHES=( "${FILESDIR}"/${P}-fix-c++14.patch ) diff --git a/sys-kernel/kccmp/Manifest b/sys-kernel/kccmp/Manifest deleted file mode 100644 index 522b5509c3ad..000000000000 --- a/sys-kernel/kccmp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kccmp-0.3.tar.gz 14033 BLAKE2B 4da36826e640e3045ec8f92d7d962027ea5c14ae5055a475ed61a8fb4c59db332c0c77a33c7017cc4f777b726db3bb5e0f7da706b41649f8936bc9405590f6a6 SHA512 0274f36bf0e9d702b3e8efc0168987fd4c54ffc316a967ff326ad4c969996143a93bbaccee6dea0afd254bdf875c05492c35b11fd7121e0b9127467286e8e013 diff --git a/sys-kernel/kccmp/kccmp-0.3.ebuild b/sys-kernel/kccmp/kccmp-0.3.ebuild deleted file mode 100644 index b3e2bb07f256..000000000000 --- a/sys-kernel/kccmp/kccmp-0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -inherit qt4-r2 - -DESCRIPTION="A simple tool for comparing two linux kernel .config files" -HOMEPAGE="http://stoopidsimple.com/kccmp/" -SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -src_prepare() { - qt4-r2_src_prepare - echo "DEFINES += KCCMP_QT_4" >> ${PN}.pro -} - -src_install() { - dobin kccmp - dodoc README -} diff --git a/sys-kernel/kccmp/metadata.xml b/sys-kernel/kccmp/metadata.xml deleted file mode 100644 index 924e63bd15bd..000000000000 --- a/sys-kernel/kccmp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>mpagano@gentoo.org</email> -</maintainer> -<maintainer type="project"> - <email>kernel@gentoo.org</email> - <name>Gentoo Kernel Project</name> -</maintainer> -</pkgmetadata> diff --git a/x11-misc/appmenu-qt/Manifest b/x11-misc/appmenu-qt/Manifest deleted file mode 100644 index 5c68aadcc6bc..000000000000 --- a/x11-misc/appmenu-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST appmenu-qt-0.2.6.tar.bz2 22569 BLAKE2B 92c5309c17088e9673da690f246c6201e0dd55a8df40c365bc821ff1570f8526734bb062d4357c377b4ad046590c491875ab846cd093bea45203e2edbb19369c SHA512 399c05f6983150ed585727e58998a95bd55657f54c4091a6cfb34716ace0a8f5d207f3b353aad72d5ca1d26b9b3c1a34abc69f6ed8c97dc47140674d2aac56fe diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild deleted file mode 100644 index 6cb5af4fb456..000000000000 --- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Application menu module for Qt" -HOMEPAGE="https://launchpad.net/appmenu-qt" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - >=dev-libs/libdbusmenu-qt-0.9.0[qt4]" -RDEPEND="${DEPEND}" - -DOCS=( NEWS README ) diff --git a/x11-misc/appmenu-qt/metadata.xml b/x11-misc/appmenu-qt/metadata.xml deleted file mode 100644 index 0f9dabe03579..000000000000 --- a/x11-misc/appmenu-qt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <remote-id type="launchpad">appmenu-qt</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/launchy/Manifest b/x11-misc/launchy/Manifest deleted file mode 100644 index 29c95bf157b0..000000000000 --- a/x11-misc/launchy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST launchy-2.5.tar.gz 2926807 BLAKE2B 7104012e76c0156a0432aaa039ea20be71fb82d062d8c78c5d2ae1a54f70dba5f7c468c7cce81fde74042c712c90d297f394e61c08a1990a171189b1ebd704f4 SHA512 31cf591184c81c5c44c174f12ffdec4fd15eb2f78af3195afceb9b11253d4bb17edee77b9316c8275828431b2ece5bfbc69f50b390eec27295828e80965c0930 diff --git a/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch b/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch deleted file mode 100644 index 5b277786e871..000000000000 --- a/x11-misc/launchy/files/launchy-2.5-prefix-and-libdir.patch +++ /dev/null @@ -1,112 +0,0 @@ -diff -ur a/platforms/unix/unix.pro b/platforms/unix/unix.pro ---- a/platforms/unix/unix.pro 2008-09-01 03:40:56.000000000 +0300 -+++ b/platforms/unix/unix.pro 2017-03-01 15:44:50.201858265 +0200 -@@ -11,11 +11,10 @@ -
-
- unix {
-- PREFIX = /usr
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
-- PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
-- PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
-- target.path = $$PREFIX/lib/launchy/
-+ PLUGINS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/plugins/\\\" \
-+ PLATFORMS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/\\\"
-+ target.path = $$PREFIX/$$LIBDIR/launchy/
- INSTALLS += target
- }
-
-diff -ur a/plugins/calcy/calcy.pro b/plugins/calcy/calcy.pro ---- a/plugins/calcy/calcy.pro 2010-03-08 01:02:22.000000000 +0200 -+++ b/plugins/calcy/calcy.pro 2017-03-01 15:46:49.252849881 +0200 -@@ -26,9 +26,8 @@ -
-
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = calcy.png
- INSTALLS += target \
- icon
-diff -ur a/plugins/gcalc/gcalc.pro b/plugins/gcalc/gcalc.pro ---- a/plugins/gcalc/gcalc.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/gcalc/gcalc.pro 2017-03-01 15:48:00.542647288 +0200 -@@ -19,10 +19,9 @@ - if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../debug/plugins
- if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-
-- # icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ # icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- # icon.files = gcalc.png
- INSTALLS += target
- }
-diff -ur a/plugins/runner/runner.pro b/plugins/runner/runner.pro ---- a/plugins/runner/runner.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/runner/runner.pro 2017-03-01 15:46:22.202306212 +0200 -@@ -42,9 +42,8 @@ - }
-
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = runner.png
- INSTALLS += target icon
- }
-diff -ur a/plugins/verby/verby.pro b/plugins/verby/verby.pro ---- a/plugins/verby/verby.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/verby/verby.pro 2017-03-01 15:47:09.785503507 +0200 -@@ -31,9 +31,8 @@ - /WX
- }
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = verby.png copy.png opencontainer.png properties.png run.png
- INSTALLS += target \
- icon
-diff -ur a/plugins/weby/weby.pro b/plugins/weby/weby.pro ---- a/plugins/weby/weby.pro 2010-02-15 23:07:34.000000000 +0200 -+++ b/plugins/weby/weby.pro 2017-03-01 15:47:30.764149617 +0200 -@@ -32,9 +32,8 @@ - if(!debug_and_release|build_pass):CONFIG(debug, debug|release):DESTDIR = ../../debug/plugins
- if(!debug_and_release|build_pass):CONFIG(release, debug|release):DESTDIR = ../../release/plugins
- unix:!macx {
-- PREFIX = /usr
-- target.path = $$PREFIX/lib/launchy/plugins/
-- icon.path = $$PREFIX/lib/launchy/plugins/icons/
-+ target.path = $$PREFIX/$$LIBDIR/launchy/plugins/
-+ icon.path = $$PREFIX/$$LIBDIR/launchy/plugins/icons/
- icon.files = weby.png
- INSTALLS += target \
- icon
-diff -ur a/src/src.pro b/src/src.pro ---- a/src/src.pro 2017-03-01 15:50:28.430152700 +0200 -+++ b/src/src.pro 2017-03-01 15:51:18.931300883 +0200 -@@ -71,11 +71,10 @@ - platform_base_hotkey.h \
- platform_base_hottrigger.h
-
-- PREFIX = /usr
- LIBS += -lX11 -lXext -lXrender
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
-- PLUGINS_PATH=\\\"$$PREFIX/lib/launchy/plugins/\\\" \
-- PLATFORMS_PATH=\\\"$$PREFIX/lib/launchy/\\\"
-+ PLUGINS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/plugins/\\\" \
-+ PLATFORMS_PATH=\\\"$$PREFIX/$$LIBDIR/launchy/\\\"
- if(!debug_and_release|build_pass) {
- CONFIG(debug, debug|release):DESTDIR = ../debug/
- CONFIG(release, debug|release):DESTDIR = ../release/
-Only in a/src: src.pro.orig diff --git a/x11-misc/launchy/files/launchy-2.5-underlink.patch b/x11-misc/launchy/files/launchy-2.5-underlink.patch deleted file mode 100644 index f14110d581b5..000000000000 --- a/x11-misc/launchy/files/launchy-2.5-underlink.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/src.pro b/src/src.pro -index 13a627d..f720a22 100644 ---- a/src/src.pro -+++ b/src/src.pro -@@ -72,6 +72,7 @@ unix:!macx { - platform_base_hottrigger.h
-
- PREFIX = /usr
-+ LIBS += -lX11 -lXext -lXrender
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
- PLUGINS_PATH=\\\"$$PREFIX/lib64/launchy/plugins/\\\" \
- PLATFORMS_PATH=\\\"$$PREFIX/lib64/launchy/\\\"
diff --git a/x11-misc/launchy/launchy-2.5-r1.ebuild b/x11-misc/launchy/launchy-2.5-r1.ebuild deleted file mode 100644 index 8b1a33abaefe..000000000000 --- a/x11-misc/launchy/launchy-2.5-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit fdo-mime gnome2-utils qmake-utils - -DESCRIPTION="utility that merges application menus, your desktop and even your file manager" -HOMEPAGE="http://www.launchy.net/" -SRC_URI="http://www.launchy.net/downloads/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtgui:4 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - dev-libs/boost - x11-proto/xproto -" - -PATCHES=( - "${FILESDIR}"/${P}-underlink.patch - "${FILESDIR}"/${P}-prefix-and-libdir.patch -) - -src_configure() { - eqmake4 Launchy.pro PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} diff --git a/x11-misc/launchy/metadata.xml b/x11-misc/launchy/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/x11-misc/launchy/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/x11-misc/ptbatterysystemtray/Manifest b/x11-misc/ptbatterysystemtray/Manifest deleted file mode 100644 index 1e1566e3e634..000000000000 --- a/x11-misc/ptbatterysystemtray/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ptbatterysystemtray-1.0.0_rc2.tar.gz 234884 BLAKE2B e0e35440ae2db843150f73d5f4e7a118ddc71e185ed3471ddffc8524a92866c503ad7242402ec8080befe4f56d52a25aab5856026aa0f08369d599a9864d16ef SHA512 869eb71032691738277c1ba16b9e8d6e79ab25e8c533c2c12b4a69c6dbfee53d40bb471e4d28ce60b9e3dae19aea166953b5d5641ae0ba873ef55811fdd088e5 diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/x11-misc/ptbatterysystemtray/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild deleted file mode 100644 index 7d6fc320438b..000000000000 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit qt4-r2 - -DESCRIPTION="A simple battery monitor in the system tray" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -DOCS="AUTHORS ChangeLog README" - -src_unpack() { - default - mv ${PN}-${PN} "${S}" || die -} - -src_configure() { - eqmake4 ${PN}.pro INSTALL_PREFIX=/usr -} diff --git a/x11-misc/touchfreeze/Manifest b/x11-misc/touchfreeze/Manifest deleted file mode 100644 index bf7e52b4d840..000000000000 --- a/x11-misc/touchfreeze/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST touchfreeze-0.2.5.tar.gz 24023 BLAKE2B e18c7ed107185ce4a612aabc12c902e98530bd3132a7aadc61f786cd266cfc916c7691a610f07b73bac7f2a09d4a5c4f32be84f9de01d0bdccc478c5e6b3433e SHA512 cd391cf91b6cb7f85253f38413fd67a130e3cee1115dd0673dcd9de65ef22ffa1bc33649ea52ba2d98ae72b525ec006874e5e64adeda7bcf5cedfc553e5d992b diff --git a/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch b/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch deleted file mode 100644 index e9f331307680..000000000000 --- a/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- TouchFreeze.pro -+++ TouchFreeze.pro -@@ -3,3 +3,4 @@ - RESOURCES+=stuff.qrc - SOURCES+=main.cpp TouchFreezeApp.cpp TouchFreezeUI.cpp SynDaemon.cpp - HEADERS+=TouchFreezeApp.h TouchFreezeUI.h SynDaemon.h Version.h -+LIBS+=-lX11 diff --git a/x11-misc/touchfreeze/metadata.xml b/x11-misc/touchfreeze/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/x11-misc/touchfreeze/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild deleted file mode 100644 index a473260e01e7..000000000000 --- a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils qt4-r2 - -DESCRIPTION="X11 touch pad driver configuration utility" -HOMEPAGE="http://kde-apps.org/content/show.php/TouchFreeze?content=61442" -SRC_URI="http://www.fit.vutbr.cz/~kombrink/personal/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="x11-libs/libX11 - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND} - x11-drivers/xf86-input-synaptics -" - -PATCHES=( - "${FILESDIR}"/${P}-underlinking.patch -) - -src_install() { - dobin ${PN} - newicon res/touchpad.svg ${PN}.svg - dodoc AUTHORS README - make_desktop_entry ${PN} TouchFreeze ${PN} 'Qt;System' -} diff --git a/x11-misc/wmiface/Manifest b/x11-misc/wmiface/Manifest deleted file mode 100644 index bed9038f80f5..000000000000 --- a/x11-misc/wmiface/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmiface-2.1.tar.gz 95167 BLAKE2B b5314dd70b502e1ed65da631fcea6b6623238f5934f64fed5a1788f52bd9dfdbd1a74d9ac1136609fc7fb3111f163c05ba9d3ac2e6e5b1906feffb702d7b4e5a SHA512 767ec2f0a23def3a5e00c77702049356a08b6bad51becfa685e47be53408de5206c36df0aa394947318b3f54481646d2b0b1a4394e79cfe08281d8fb41a3e568 diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/x11-misc/wmiface/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild deleted file mode 100644 index 7ca378bc55e7..000000000000 --- a/x11-misc/wmiface/wmiface-2.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Command line tool allowing user scripting of the running window manager" -HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425" -SRC_URI="https://home.kde.org/~seli/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:4 - x11-libs/libX11 -" -DEPEND="${DEPEND} - dev-qt/qtgui:4 -" |