diff options
135 files changed, 0 insertions, 3324 deletions
diff --git a/app-crypt/openvpn-blacklist/Manifest b/app-crypt/openvpn-blacklist/Manifest deleted file mode 100644 index f0d35e76c60d..000000000000 --- a/app-crypt/openvpn-blacklist/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST openvpn-blacklist_0.4.tar.gz 1808103 BLAKE2B b7890a9d591128b7f770b2cdbac1ad881c430f737707c2f7c5df41d4da0c1ae52d8ee87f3ffd378718a6788721cc0c988f49c8be9b31d868c4470c204a03bd95 SHA512 3301f7425520eb086306acb30bd718465208b5aa5606e879b65f936161d1955b93254d9c1dd6f5d66ec6480850652afadabb05db2a0df9fd5acb73a5ed5c19e3 -DIST openvpn-blacklist_0.5.tar.gz 1828347 BLAKE2B d55fe46b2efea312782283ac64c7678f8ad67fe8d09be3fb4f5ada25e17cef06dcaebd4d84d6b72a3aa1093088cf2e0319c6908ce77f9f4e9adecd468c69adf1 SHA512 589216cb2f10b6ea0cf2179f8b47ce2d2ed03916ad5d8a62e22dce71f432101a735d16093855ff43a1d6618fe94e75b9127bbd63408556197e91de6735e713aa diff --git a/app-crypt/openvpn-blacklist/metadata.xml b/app-crypt/openvpn-blacklist/metadata.xml deleted file mode 100644 index 28ef3c7b080f..000000000000 --- a/app-crypt/openvpn-blacklist/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 type="person"><email>hanno@gentoo.org</email></maintainer> -</pkgmetadata> diff --git a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild deleted file mode 100644 index 661bca59a64d..000000000000 --- a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild +++ /dev/null @@ -1,32 +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 python-single-r1 - -DESCRIPTION="Detection of weak openvpn keys produced by certain debian versions in 2006-2008" -HOMEPAGE="http://packages.debian.org/sid/openvpn-blacklist" -SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=${PYTHON_DEPS} -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_prepare() { - python_fix_shebang openvpn-vulnkey -} - -src_install() { - dobin openvpn-vulnkey - doman openvpn-vulnkey.1 - dodir /usr/share/openvpn-blacklist - cat "${S}/debian/blacklist.prefix" > "${D}/usr/share/openssl-blacklist/blacklist.RSA-2048" - cut "${S}/blacklist.RSA-2048" -d ' ' -f 2 | cut -b13- | sort \ - >> "${D}/usr/share/openvpn-blacklist/blacklist.RSA-2048" -} diff --git a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild deleted file mode 100644 index c6b4f267170e..000000000000 --- a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -DESCRIPTION="Detection of weak openvpn keys produced by certain debian versions in 2006-2008" -HOMEPAGE="http://packages.debian.org/sid/openvpn-blacklist" -SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=${PYTHON_DEPS} -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_prepare() { - python_fix_shebang openvpn-vulnkey -} - -src_install() { - dobin openvpn-vulnkey - doman openvpn-vulnkey.1 - dodir /usr/share/openvpn-blacklist - insinto /usr/share/openvpn-blacklist - newins debian/blacklist.prefix blacklist.RSA-2048 - cut "${S}/blacklist.RSA-2048" -d ' ' -f 2 | cut -b13- | sort \ - >> "${D}/usr/share/openvpn-blacklist/blacklist.RSA-2048"|| die -} diff --git a/app-forensics/volatility/Manifest b/app-forensics/volatility/Manifest deleted file mode 100644 index b00b8a284cf1..000000000000 --- a/app-forensics/volatility/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST volatility-2.6.zip 4179806 BLAKE2B 0943551aff2e66769df0e9a8f8fbf01deae12ec8a035d0f549fa4a809f7b6ecb967af93755ae9aede4a43e9638737097275460377d61de413115c74cca4d76af SHA512 1c0b86f270188ba48a6a0ff1d7ad70bde500d0f720d7e1b9d76b6b9498368ae3eb29c5b1c7e7dd76ec9480b83b1e484b4130b4ced7458e4e03ca61fe7d13220f diff --git a/app-forensics/volatility/metadata.xml b/app-forensics/volatility/metadata.xml deleted file mode 100644 index 6dde16e5c4b6..000000000000 --- a/app-forensics/volatility/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="person"> - <email>chithanh@gentoo.org</email> - <name>Chí-Thanh Christopher Nguyễn</name> - </maintainer> -</pkgmetadata> diff --git a/app-forensics/volatility/volatility-2.6-r1.ebuild b/app-forensics/volatility/volatility-2.6-r1.ebuild deleted file mode 100644 index c490119d38c7..000000000000 --- a/app-forensics/volatility/volatility-2.6-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Framework for analyzing volatile memory" -HOMEPAGE="https://www.volatilityfoundation.org/" -SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${PN}-master - -DEPEND="app-arch/unzip" -RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}] - dev-libs/libpcre - || ( - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - )" - -src_install() { - distutils-r1_src_install - mkdir "${D}/usr/share/${PN}" || die - mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" || die - rmdir --ignore-fail-on-non-empty "${D}/usr/contrib" || die - mv "${D}/usr/tools" "${D}/usr/share/${PN}/" || die - dosym vol.py /usr/bin/volatility -} diff --git a/app-misc/yagtd/Manifest b/app-misc/yagtd/Manifest deleted file mode 100644 index 13ff511e5087..000000000000 --- a/app-misc/yagtd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yagtd-0.3.4.tar.gz 1402287 BLAKE2B 52712e11fb30c6951ea1c6dd7ca826a8e38d68c95c6716cbc93524959d98c97f75413166312cfb6c684d27d6423493c215e9bec22f3a7112e064b1a413c9c16b SHA512 99f8dd5344615285a09e039f9c829fdcb09305baa1beaef03710fb5661ba5dde53491264142e9ed2c207e89e06855cbd64621e447468aa033e9f972b896385a8 diff --git a/app-misc/yagtd/metadata.xml b/app-misc/yagtd/metadata.xml deleted file mode 100644 index a28d1359ca9c..000000000000 --- a/app-misc/yagtd/metadata.xml +++ /dev/null @@ -1,13 +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"> -yaGTD incorporates major features from Allen's 'Getting Things Done' philosophy and -notion of urgency and importance preached by Stephen Covey -(cf Seven Habits of Highly Effective People book). -To resume, if you are comfortable at the command line a simple plain text is an -age-old but perfect method for tracking your stuff, and yaGTD can help you to -manage efficiently this file. -</longdescription> -</pkgmetadata> diff --git a/app-misc/yagtd/yagtd-0.3.4-r1.ebuild b/app-misc/yagtd/yagtd-0.3.4-r1.ebuild deleted file mode 100644 index d1f94ec737ae..000000000000 --- a/app-misc/yagtd/yagtd-0.3.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="CLI todo list manager based on the 'Getting Things Done' philosophy" -HOMEPAGE="https://gna.org/projects/yagtd/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -src_prepare() { - #fix doc install location - sed -i -e "s:\/doc\/yagtd:\/doc\/${P}:g" setup.py || die - - distutils-r1_src_prepare -} - -python_install() { - distutils-r1_python_install - ln -s yagtd.py "${D}$(python_get_scriptdir)"/yagtd || die -} - -src_install() { - distutils-r1_src_install - dosym yagtd.py /usr/bin/yagtd -} diff --git a/app-text/pylize/Manifest b/app-text/pylize/Manifest deleted file mode 100644 index 9a0697265e9a..000000000000 --- a/app-text/pylize/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pylize-1.3b.tar.bz2 70979 BLAKE2B 3b90d60ef7c314e6f7683ebdfa4d518b64ebbfe3bbe39148409d50c41577c7850304eb11e588f99e9c22d550548cf81f5f93265624200395e7abe7557d738a0e SHA512 271be57bdebb605566a7ee0340d34247f8ede4df7ba729c85c23f6df1ca24cadb25c870cce5b1ac35544205d90e716742cd31e150b9a8f98b2dcfae441a76454 diff --git a/app-text/pylize/files/pylize-pillow.patch b/app-text/pylize/files/pylize-pillow.patch deleted file mode 100644 index 0b454b0b1712..000000000000 --- a/app-text/pylize/files/pylize-pillow.patch +++ /dev/null @@ -1,13 +0,0 @@ -Change PIL imports for Pillow compat -https://bugs.gentoo.org/show_bug.cgi?id=471502 ---- a/pylize.in -+++ b/pylize.in -@@ -113,7 +113,7 @@ - def mkLogoLink(meta): - if meta.has_key('logo'): - try: -- import Image -+ from PIL import Image - if os.path.exists(meta['logo']): - i = Image.open(meta['logo']) - else: diff --git a/app-text/pylize/metadata.xml b/app-text/pylize/metadata.xml deleted file mode 100644 index cd617926fcf3..000000000000 --- a/app-text/pylize/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> -pylize is a Python script that generates a set of HTML files that -make up an on-screen presentation from a master file. The HTML files -can be viewed with any CSS-aware browser. The master file contains -the text for all the slides and some additional information like -title, author etc. pylize can also create a template master file for -you -</longdescription> -</pkgmetadata> diff --git a/app-text/pylize/pylize-1.3b-r2.ebuild b/app-text/pylize/pylize-1.3b-r2.ebuild deleted file mode 100644 index 1dc2b94a9c30..000000000000 --- a/app-text/pylize/pylize-1.3b-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS" -HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/" -SRC_URI="http://www.chrisarndt.de/en/software/pylize/download/${P}.tar.bz2" - -IUSE="doc" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND=" - $(python_gen_cond_dep ' - dev-python/empy[${PYTHON_MULTI_USEDEP}] - dev-python/pillow[${PYTHON_MULTI_USEDEP}] - ')" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-pillow.patch" ) - -python_configure() { - set -- "${PYTHON}" configure.py - echo "$@" - "$@" || die -} - -python_compile_all() { - if use doc; then - emake -C doc PYTHON="${PYTHON}" PYLIZE="../pylize" - fi -} - -python_install() { - distutils-r1_python_install - python_optimize "${ED%/}/usr/share/pylize" -} - -python_install_all() { - local DOCS=( Changelog README README.empy TODO ) - use doc && local HTML_DOCS=( doc/. ) - distutils-r1_python_install_all -} diff --git a/app-vim/easytags/Manifest b/app-vim/easytags/Manifest deleted file mode 100644 index 1cd43cb38f27..000000000000 --- a/app-vim/easytags/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST easytags-3.11.tar.gz 40572 BLAKE2B a6b228743f493bd467aff6685b6799de7e4862d384e14c81a084d7a211cf165d62cf902415a3c98a69858eded64c606bd4565f6e0c43fab7c078ba81d0ec5217 SHA512 9c1985a02b2718315d825ed29c06cbf78050e693893a9a7530a774031cbe9e6a27ee1dc91878950a1fbcaf7ea685faeb799d1e5b218b9ce25718783409f66130 diff --git a/app-vim/easytags/easytags-3.11-r1.ebuild b/app-vim/easytags/easytags-3.11-r1.ebuild deleted file mode 100644 index cbd424d4f07a..000000000000 --- a/app-vim/easytags/easytags-3.11-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting" -HOMEPAGE="http://peterodding.com/code/vim/easytags/" -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - app-vim/vim-misc - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S="${WORKDIR}/vim-${P}" - -PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" ) - -src_prepare() { - default - rm addon-info.json INSTALL.md README.md || die -} - -src_install() { - vim-plugin_src_install - - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py - - # fix scripts - local f - for f in $(find "${ED}" -type f -name \*.py); do - ebegin "Fixing $(basename ${f})" - if [[ $f =~ highlight.py ]]; then - sed -e '1 i\#!/usr/bin/env python3' -i "${f}" || die "can't sed patch ${f}" - fi - 2to3 -w -n --no-diffs "${f}" >& /dev/null || die "can't convert ${f} to Python 3" - python_fix_shebang -q -f "${f}" - eend $? - done -} diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild deleted file mode 100644 index 3b3fa9986ce5..000000000000 --- a/app-vim/easytags/easytags-3.11.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: automated tag file generation and syntax highlighting" -HOMEPAGE="http://peterodding.com/code/vim/easytags/" -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - >=app-vim/vim-misc-1.17.6 - dev-util/ctags" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S="${WORKDIR}/vim-${P}" - -PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" ) - -src_prepare() { - default - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die -} - -src_install() { - vim-plugin_src_install - - # fix scripts - fperms 755 /usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py - python_fix_shebang "${ED}"/usr/share/vim/vimfiles/misc/easytags/{normalize-tags,why-so-slow}.py -} diff --git a/app-vim/easytags/files/easytags-3.11-fix-ctags-detection.patch b/app-vim/easytags/files/easytags-3.11-fix-ctags-detection.patch deleted file mode 100644 index 56b24dfe406f..000000000000 --- a/app-vim/easytags/files/easytags-3.11-fix-ctags-detection.patch +++ /dev/null @@ -1,54 +0,0 @@ -From f5746bdfd9942b00c349e53f3f4917ae73bb6797 Mon Sep 17 00:00:00 2001 -From: Mathias Andersson <wraul@dbox.se> -Date: Thu, 24 Dec 2015 14:24:34 +0100 -Subject: [PATCH] Fix detection of Universal Ctags. - -Recently Universal Ctags changed version from 'Development' to '0.0.0' -which broke the detection. ---- - autoload/xolox/easytags.vim | 32 +++++++++++++++++++------------- - 1 file changed, 19 insertions(+), 13 deletions(-) - -diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim -index d0dec21..3c85e6a 100644 ---- a/autoload/xolox/easytags.vim -+++ b/autoload/xolox/easytags.vim -@@ -78,19 +78,25 @@ function! xolox#easytags#check_ctags_compatible(name, min_version) " {{{2 - call xolox#misc#msg#debug("easytags.vim %s: Command '%s' returned nonzero exit code %i!", g:xolox#easytags#version, a:name, result['exit_code']) - else - " Extract the version number from the output. -- let pattern = '\(Exuberant\|Universal\) Ctags \zs\(\d\+\(\.\d\+\)*\|Development\)' -- let g:easytags_ctags_version = matchstr(get(result['stdout'], 0, ''), pattern) -- " Deal with development builds. -- if g:easytags_ctags_version == 'Development' -- call xolox#misc#msg#debug("easytags.vim %s: Assuming development build is compatible ..", g:xolox#easytags#version, a:name) -- return 1 -- endif -- " Make sure the version is compatible. -- if xolox#misc#version#at_least(a:min_version, g:easytags_ctags_version) -- call xolox#misc#msg#debug("easytags.vim %s: Version is compatible! :-)", g:xolox#easytags#version) -- return 1 -- else -- call xolox#misc#msg#debug("easytags.vim %s: Version is not compatible! :-(", g:xolox#easytags#version) -+ let pattern = '\(\w\+\) Ctags \(\d\+\(\.\d\+\)*\|Development\)' -+ let match = matchlist(get(result['stdout'], 0, ''), pattern) -+ let g:easytags_ctags_fork = match[1] -+ let g:easytags_ctags_version = match[2] -+ if g:easytags_ctags_fork != '' && g:easytags_ctags_version != '' -+ call xolox#misc#msg#debug("easytags.vim %s: Detected %s Ctags %s", g:xolox#easytags#version, g:easytags_ctags_fork, g:easytags_ctags_version) -+ if g:easytags_ctags_fork == 'Universal' -+ " All versions should be compatible. -+ call xolox#misc#msg#debug("easytags.vim %s: Assuming all versions is compatible ..", g:xolox#easytags#version) -+ return 1 -+ elseif g:easytags_ctags_fork == 'Exuberant' -+ " Make sure the version is compatible. -+ if xolox#misc#version#at_least(a:min_version, g:easytags_ctags_version) -+ call xolox#misc#msg#debug("easytags.vim %s: Version is compatible! :-)", g:xolox#easytags#version) -+ return 1 -+ else -+ call xolox#misc#msg#debug("easytags.vim %s: Version is not compatible! :-(", g:xolox#easytags#version) -+ endif -+ endif - endif - endif - call xolox#misc#msg#debug("easytags.vim %s: Standard output of command: %s", g:xolox#easytags#version, string(result['stdout'])) diff --git a/app-vim/easytags/metadata.xml b/app-vim/easytags/metadata.xml deleted file mode 100644 index f13cee8dc033..000000000000 --- a/app-vim/easytags/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>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <upstream> - <remote-id type="github">xolox/vim-easytags</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-vim/notes/Manifest b/app-vim/notes/Manifest deleted file mode 100644 index 096eb6ad9365..000000000000 --- a/app-vim/notes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST notes-0.33.4.tar.gz 239372 BLAKE2B f326c5d6adf25cce9261ac555541261750926c55f73d3a3f57885f7f03f9fae97e03f20882cb74f5fcd78b1ec06c2e0a5b1eb977aadf6a9771c679205a4a48e9 SHA512 7f2147e786582e69760c6d76d7144bc1fd0f8934ce6574184e16f463f5ca9c21e9e0fc87f88b56922b8195b26be7b0f99435cef773ccbc360077cf568b98b98a diff --git a/app-vim/notes/metadata.xml b/app-vim/notes/metadata.xml deleted file mode 100644 index 2e0c837525af..000000000000 --- a/app-vim/notes/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>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <upstream> - <remote-id type="github">xolox/vim-notes</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-vim/notes/notes-0.33.4-r1.ebuild b/app-vim/notes/notes-0.33.4-r1.ebuild deleted file mode 100644 index d436975d1828..000000000000 --- a/app-vim/notes/notes-0.33.4-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) - -PYTHON_REQ_USE="sqlite" - -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - app-vim/vim-misc" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S="${WORKDIR}/vim-${P}" - -src_prepare() { - default - - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang "${S}" -} diff --git a/dev-db/metakit/Manifest b/dev-db/metakit/Manifest deleted file mode 100644 index 490e378a2695..000000000000 --- a/dev-db/metakit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST metakit-2.4.9.7.tar.gz 868310 BLAKE2B 2c32d17f8f7fcc709c6861834bc08b0dbeb009e73ade98b5103cdc9e58feb4318599ea0253c78e54093763796c16c55b26ca481e6cc883d482af55c3b5534a2f SHA512 94be6ae8ae5f1f24d255a427b0c01eccd2543cd49c5620df7c47f5bf09854ed464a01c52fc8441f7a8e9d5bdc8b966dc77ed34c15cbf9cdfe75a3063572cb8b9 diff --git a/dev-db/metakit/files/metakit-2.4.9.7-linking.patch b/dev-db/metakit/files/metakit-2.4.9.7-linking.patch deleted file mode 100644 index 55453a2d8e4a..000000000000 --- a/dev-db/metakit/files/metakit-2.4.9.7-linking.patch +++ /dev/null @@ -1,45 +0,0 @@ - unix/Makefile.in | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/unix/Makefile.in b/unix/Makefile.in -index bf187ba..763558f 100755 ---- a/unix/Makefile.in -+++ b/unix/Makefile.in -@@ -43,7 +43,7 @@ CXX_FLAGS = @CPPFLAGS@ @CXXFLAGS@ @MK_THREADS@ @SHLIB_CFLAGS@ \ - # (e.g. in Mk4py). This does not affect standard operation, *only* errors. - # Happens in gcc 2.95.3, it has been disabled for now (even though slower). - #CXXFLAGS = -fomit-frame-pointer $(CXX_FLAGS) --CXXFLAGS = $(CXX_FLAGS) -+CXXFLAGS += -I$(srcdir)/../include - #CXXFLAGS = -Dq4_CHECK $(CXX_FLAGS) - #CXXFLAGS = -Wall -pedantic -Wno-unused $(CXX_FLAGS) - -@@ -134,24 +134,24 @@ libmk4$(LIB_SUFFIX): $(LOBJS) - ranlib $@ - - libmk4$(SHLIB_SUFFIX): $(LOBJS) $(LINK_SPECIAL_FILES) -- $(SHLIB_LD) -o $@ $(LOBJS) $(LINK_SPECIAL_FLAGS) -+ $(SHLIB_LD) $(LDFLAGS) -o $@ $(LOBJS) $(LINK_SPECIAL_FLAGS) - - Mk4tcl$(LIB_SUFFIX): mk4tcl.o mk4too.o $(LOBJS) - ar rcu $@ mk4tcl.o mk4too.o $(LOBJS) - ranlib $@ - - Mk4tcl$(SHLIB_SUFFIX): mk4tcl.o mk4too.o $(LOBJS) $(LINK_SPECIAL_FILES) -- $(SHLIB_LD) -o $@ mk4tcl.o mk4too.o $(LOBJS) $(LINK_SPECIAL_FLAGS) -+ $(SHLIB_LD) $(LDFLAGS) -o $@ mk4tcl.o mk4too.o $(LOBJS) $(LINK_SPECIAL_FLAGS) - - Mk4py$(LIB_SUFFIX): $(PYOBJS) $(LOBJS) - ar cru $@ $(PYOBJS) $(LOBJS) - ranlib $@ - - Mk4py$(SHLIB_SUFFIX): $(PYOBJS) $(LOBJS) $(LINK_SPECIAL_FILES) -- $(SHLIB_LD) -o $@ $(PYOBJS) $(LOBJS) $(LINK_SPECIAL_FLAGS) -+ $(SHLIB_LD) $(LDFLAGS) -o $@ $(PYOBJS) -L. -lmk4 $(LINK_SPECIAL_FLAGS) $(PYTHON_LIB) - - Mk4lua$(SHLIB_SUFFIX): mk4lua.o $(LOBJS) $(LINK_SPECIAL_FILES) -- $(SHLIB_LD) -o $@ mk4lua.o $(LOBJS) $(LINK_SPECIAL_FLAGS) -+ $(SHLIB_LD) $(LDFLAGS) -o $@ mk4lua.o $(LOBJS) $(LINK_SPECIAL_FLAGS) - - demo: $(srcdir)/../demos/demo.cpp libmk4$(LIBEXT) - $(CXX) $(CXX_SWITCHES) -o $@$(EXEEXT) \ diff --git a/dev-db/metakit/files/metakit-2.4.9.7-tcltk86.patch b/dev-db/metakit/files/metakit-2.4.9.7-tcltk86.patch deleted file mode 100644 index cbf4ce3549f6..000000000000 --- a/dev-db/metakit/files/metakit-2.4.9.7-tcltk86.patch +++ /dev/null @@ -1,70 +0,0 @@ - tcl/mk4tcl.cpp | 10 +++++++--- - tcl/mk4too.cpp | 6 +++++- - 2 files changed, 12 insertions(+), 4 deletions(-) - -diff --git a/tcl/mk4tcl.cpp b/tcl/mk4tcl.cpp -index 049bf8e..8d2249e 100755 ---- a/tcl/mk4tcl.cpp -+++ b/tcl/mk4tcl.cpp -@@ -28,6 +28,10 @@ - #define MyInitStubs(x) 1 - #endif - -+#if 10 * TCL_MAJOR_VERSION + TCL_MINOR_VERSION < 86 -+#define Tcl_GetErrorLine(interp) (interp)->errorLine -+#endif -+ - // definition of valid property name - alpha numerics, underscore, percent, - // or any extended utf-8 character - #define ISNAME(c) (isalnum((c)) || (c) == '_' || (c) == '%' || (c) & 0x80) -@@ -979,7 +983,7 @@ const c4_Property &AsProperty(Tcl_Obj *objPtr, const c4_View &view_) { - void *tag = (&view_[0])._seq; // horrific hack to get at c4_Sequence pointer - if (objPtr->typePtr != &mkPropertyType || objPtr - ->internalRep.twoPtrValue.ptr1 != tag) { -- Tcl_ObjType *oldTypePtr = objPtr->typePtr; -+ CONST86 Tcl_ObjType *oldTypePtr = objPtr->typePtr; - - char type = 'S'; - -@@ -1083,7 +1087,7 @@ int SetCursorFromAny(Tcl_Interp *interp, Tcl_Obj *objPtr) { - } - - if (objPtr->typePtr != &mkCursorType) { -- Tcl_ObjType *oldTypePtr = objPtr->typePtr; -+ CONST86 Tcl_ObjType *oldTypePtr = objPtr->typePtr; - - const char *string = Tcl_GetStringFromObj(objPtr, 0); - -@@ -2156,7 +2160,7 @@ int MkTcl::LoopCmd() { - _error = TCL_OK; - else if (_error == TCL_ERROR) { - char msg[100]; -- sprintf(msg, "\n (\"mk::loop\" body line %d)", interp->errorLine); -+ sprintf(msg, "\n (\"mk::loop\" body line %d)", Tcl_GetErrorLine(interp)); - Tcl_AddObjErrorInfo(interp, msg, - 1); - } - break; -diff --git a/tcl/mk4too.cpp b/tcl/mk4too.cpp -index 7c845c0..ffcbc4e 100644 ---- a/tcl/mk4too.cpp -+++ b/tcl/mk4too.cpp -@@ -7,6 +7,10 @@ - #include <stdio.h> - #include <string.h> - -+#if 10 * TCL_MAJOR_VERSION + TCL_MINOR_VERSION < 86 -+#define Tcl_GetErrorLine(interp) (interp)->errorLine -+#endif -+ - /////////////////////////////////////////////////////////////////////////////// - // Defined in this file: - -@@ -612,7 +616,7 @@ int MkView::LoopCmd() { - _error = TCL_OK; - else if (_error == TCL_ERROR) { - char msg[100]; -- sprintf(msg, "\n (\"mk::loop\" body line %d)", interp->errorLine); -+ sprintf(msg, "\n (\"mk::loop\" body line %d)", Tcl_GetErrorLine(interp)); - Tcl_AddObjErrorInfo(interp, msg, - 1); - } - break; diff --git a/dev-db/metakit/metadata.xml b/dev-db/metakit/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-db/metakit/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/dev-db/metakit/metakit-2.4.9.7-r2.ebuild b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild deleted file mode 100644 index 3d8abacaa649..000000000000 --- a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs - -DESCRIPTION="Embedded database library" -HOMEPAGE="http://www.equi4.com/metakit/" -SRC_URI="http://www.equi4.com/pub/mk/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="python static tcl" - -DEPEND=" - python? ( ${PYTHON_DEPS} ) - tcl? ( >=dev-lang/tcl-8.6:0= )" -RDEPEND="${DEPEND}" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RESTRICT="test" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-linking.patch \ - "${FILESDIR}"/${P}-tcltk86.patch -} - -src_configure() { - local myconf mycxxflags - use tcl && myconf+=" --with-tcl=${EPREFIX}/usr/include,${EPREFIX}/usr/$(get_libdir)" - use static && myconf+=" --disable-shared" - use static || append-cxxflags -fPIC - - CXXFLAGS="${CXXFLAGS} ${mycxxflags}" unix/configure \ - ${myconf} \ - --host=${CHOST} \ - --prefix="${EPREFIX}/usr" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --infodir="${EPREFIX}/usr/share/info" \ - --mandir="${EPREFIX}/usr/share/man" -} - -src_compile() { - emake SHLIB_LD="$(tc-getCXX) -shared -Wl,-soname,libmk4.so.2.4" - - if use python; then - emake \ - SHLIB_LD="$(tc-getCXX) -shared" \ - pyincludedir="$(python_get_includedir)" \ - PYTHON_LIB="-l${EPYTHON}" \ - python - fi -} - -src_install() { - default - - mv "${ED}"//usr/$(get_libdir)/libmk4.so{,.2.4} - dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so.2 - dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so - - if use python; then - mkdir -p "${D%/}$(python_get_sitedir)" || die - emake \ - DESTDIR="${D}" \ - pylibdir="$(python_get_sitedir)" \ - install-python - fi - - dohtml Metakit.html - dohtml -a html,gif,png,jpg -r doc/* -} diff --git a/dev-python/backports-shutil_get_terminal_size/Manifest b/dev-python/backports-shutil_get_terminal_size/Manifest deleted file mode 100644 index c82df6234216..000000000000 --- a/dev-python/backports-shutil_get_terminal_size/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST backports.shutil_get_terminal_size-1.0.0.tar.gz 4279 BLAKE2B 8f4772c8c9b7e80c4d1402ef9cf3fefaa7ab61a1baed26b87fa0d347bea6ad704f5ae7d9379cd266bd949509eff9e89cda9d87ecedc9832c5cb332c5ed6496d0 SHA512 b74341c6616f9aace5abcc7fd657fc33801b558b6227c533002ccaf588734490b465a4a27d2bdc8047a385771afdcded610edef832dfa5ef24632f4541729050 diff --git a/dev-python/backports-shutil_get_terminal_size/backports-shutil_get_terminal_size-1.0.0-r1.ebuild b/dev-python/backports-shutil_get_terminal_size/backports-shutil_get_terminal_size-1.0.0-r1.ebuild deleted file mode 100644 index 1e2ab25acb17..000000000000 --- a/dev-python/backports-shutil_get_terminal_size/backports-shutil_get_terminal_size-1.0.0-r1.ebuild +++ /dev/null @@ -1,32 +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 - -MY_PN="backports.shutil_get_terminal_size" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A backport of the get_terminal_size function from Python 3.3's shutil" -HOMEPAGE="https://pypi.org/project/backports.shutil_get_terminal_size/ https://github.com/chrippa/backports.shutil_get_terminal_size" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/backports[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -python_install() { - distutils-r1_python_install - - # main namespace provided by dev-python/backports - rm "${D}$(python_get_sitedir)"/backports/__init__.py* || die -} diff --git a/dev-python/backports-shutil_get_terminal_size/metadata.xml b/dev-python/backports-shutil_get_terminal_size/metadata.xml deleted file mode 100644 index f9b37db2f8db..000000000000 --- a/dev-python/backports-shutil_get_terminal_size/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">backports.shutil_get_terminal_size</remote-id> - <remote-id type="github">chrippa/backports.shutil_get_terminal_size</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/backports-shutil_which/Manifest b/dev-python/backports-shutil_which/Manifest deleted file mode 100644 index a8b102d94aa9..000000000000 --- a/dev-python/backports-shutil_which/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST backports.shutil_which-3.5.1.tar.gz 3020 BLAKE2B 9df216cb71d0af039ddd38dcd3a9e4de311afff742fcdd1a91e2d29520d3f9c2f8dfd44d2b8471cdb76b54d7cae3ba81c02c77d92fba617936dccfa6e79387e1 SHA512 066096f6cde0d245f2a8ff27b8e99bcec7088a2c9667c6b3dc73dd8866ea98acfb32c63222e8349eb906460b8ade864b18cf88a627070e20e28d5c00aded3ae4 diff --git a/dev-python/backports-shutil_which/backports-shutil_which-3.5.1.ebuild b/dev-python/backports-shutil_which/backports-shutil_which-3.5.1.ebuild deleted file mode 100644 index abe245de1db7..000000000000 --- a/dev-python/backports-shutil_which/backports-shutil_which-3.5.1.ebuild +++ /dev/null @@ -1,32 +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 - -MY_PN="backports.shutil_which" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Backport of shutil.which from Python 3.3" -HOMEPAGE="https://pypi.org/project/backports.shutil_which/ https://github.com/minrk/backports.shutil_which" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/backports[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -python_install() { - distutils-r1_python_install - - # main namespace provided by dev-python/backports - rm "${D}$(python_get_sitedir)"/backports/__init__.py* || die -} diff --git a/dev-python/backports-shutil_which/metadata.xml b/dev-python/backports-shutil_which/metadata.xml deleted file mode 100644 index bb2287b53848..000000000000 --- a/dev-python/backports-shutil_which/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">backports.shutil_which</remote-id> - <remote-id type="github">minrk/backports.shutil_which</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/backports-ssl-match-hostname/Manifest b/dev-python/backports-ssl-match-hostname/Manifest deleted file mode 100644 index 0024cbe11c59..000000000000 --- a/dev-python/backports-ssl-match-hostname/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST backports.ssl_match_hostname-3.5.0.1.tar.gz 5605 BLAKE2B b9c346cc7414fbda97c2b1646ec406942ab5527b6537338a9fe0ed60d62d8515cd03fdeb68cfed10862c23f1d6e37ffc13bd479e55f6a9310abb4be14e3de83c SHA512 414c2b6f302a4655c3db3ef09e1dca4916ae4e8c4aa69e43c63bbb920303ea4b2618150c2c35d8a2e1e1283b1d65ccd10a350888fd771addda533c19c20b7e82 diff --git a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild deleted file mode 100644 index 744d6bb51f76..000000000000 --- a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# This is a backport from python3.5+ -# Do not add python3.5 or later support here, there's no need for it. -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=${PN/-/.} -MY_PN=${MY_PN//-/_} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Backport of the ssl.match_hostname function" -HOMEPAGE="https://pypi.org/project/backports.ssl_match_hostname/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/backports[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -python_install_all() { - local DOCS=( backports/ssl_match_hostname/README.txt ) - distutils-r1_python_install_all -} - -python_install() { - # main namespace provided by dev-python/backports - rm "${BUILD_DIR}"/lib/backports/__init__.py || die - distutils-r1_python_install --skip-build -} diff --git a/dev-python/backports-ssl-match-hostname/metadata.xml b/dev-python/backports-ssl-match-hostname/metadata.xml deleted file mode 100644 index 3a0e0db9e926..000000000000 --- a/dev-python/backports-ssl-match-hostname/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>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">backports.ssl_match_hostname</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-wpactrl/Manifest b/dev-python/python-wpactrl/Manifest deleted file mode 100644 index 863aa847d92a..000000000000 --- a/dev-python/python-wpactrl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-wpactrl-20081102.tar.bz2 16947 BLAKE2B 4e3171e786e44dc7894b00016d73530612d40f197b251af16fcd7236e2f75fe0f016e3ed6b1ea8a3c9a324ed5133d25a9be8b15305aba8aea88687e6aa6d4fcd SHA512 ddb059b846af21bacd9b6bfe0b5df3661a0d29dd5f56c2343eb24c462eed4771584d7b06a239e484bb89e69376d4e5784d79628cf962a063e640e62cb3b7f588 diff --git a/dev-python/python-wpactrl/metadata.xml b/dev-python/python-wpactrl/metadata.xml deleted file mode 100644 index a5c911a491f5..000000000000 --- a/dev-python/python-wpactrl/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>python@gentoo.org</email> - <name>Python</name> -</maintainer> -</pkgmetadata> diff --git a/dev-python/python-wpactrl/python-wpactrl-20081102-r1.ebuild b/dev-python/python-wpactrl/python-wpactrl-20081102-r1.ebuild deleted file mode 100644 index 3f3978751861..000000000000 --- a/dev-python/python-wpactrl/python-wpactrl-20081102-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python extension for wpa_supplicant/hostapd control interface access" -HOMEPAGE="http://projects.otaku42.de/wiki/PythonWpaCtrl" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="|| ( GPL-2 BSD )" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-util/bakefile/Manifest b/dev-util/bakefile/Manifest deleted file mode 100644 index dd7e07611892..000000000000 --- a/dev-util/bakefile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bakefile-0.2.9.tar.gz 775528 BLAKE2B e8e70c30cf6b4469323d28d0ea86d202243eb64b9b5eb438a84cfadbaf3dfdf96e3accfaa4435ba3c9fa4872240cc96ddde0c7a397305a36f26eb0f94ff89aef SHA512 dc28a3a68c080dababef68b9f39ad141739ecb5e4e1129620274bd80ac13f68cddd6e5625776f23c508f20e1f984a8830a949c425457cfeada8b44081873102f diff --git a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild deleted file mode 100644 index 49816b527e48..000000000000 --- a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 bash-completion-r1 - -DESCRIPTION="Native makefiles generator" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bakefile.sourceforge.net" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="" - -src_install() { - default - - if use doc ; then - dohtml -r doc/html/. - fi - - # TODO: symlink the two - newbashcomp bash_completion bakefile - newbashcomp bash_completion bakefile_gen -} diff --git a/dev-util/bakefile/metadata.xml b/dev-util/bakefile/metadata.xml deleted file mode 100644 index 58052d45a7e1..000000000000 --- a/dev-util/bakefile/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>wxwidgets@gentoo.org</email> - <name>Gentoo wxWidgets Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">bakefile</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild deleted file mode 100644 index 57d46ddb9f56..000000000000 --- a/dev-vcs/git-deps/git-deps-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/aspiers/git-deps" -EGIT_BRANCH=master - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils git-r3 python-single-r1 - -DESCRIPTION="git commit dependency analysis tool" -HOMEPAGE="https://github.com/aspiers/git-deps" - -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/flask[${PYTHON_MULTI_USEDEP}] - dev-python/pygit2[${PYTHON_MULTI_USEDEP}] - ') - net-libs/nodejs - ${PYTHON_DEPS} - " -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -HTML_DOCS="html/." - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_install() { - python_newscript git-deps.py git-deps - einstalldocs -} - -pkg_postinst() { - elog "Notes regarding the '--serve' option:" - elog "Please run 'npm install browserify' once" - elog "Copy the html sources:" - elog "rsync -av ${EROOT}/usr/share/${PN}/html ~/git-deps-html" - elog "cd ~/git-deps-html" - elog "npm install" - elog "browserify -t coffeeify -d js/git-deps-graph.coffee -o js/bundle.js" -} diff --git a/dev-vcs/git-deps/metadata.xml b/dev-vcs/git-deps/metadata.xml deleted file mode 100644 index 1a9f54bc290b..000000000000 --- a/dev-vcs/git-deps/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="person"> - <email>nicolasbock@gentoo.org</email> - <name>Nicolas Bock</name> - </maintainer> - <longdescription lang="en"> - git-deps is a tool for performing automatic analysis of dependencies - between commits in a git repository. - </longdescription> - <upstream> - <remote-id type="github">aspiers/git-deps</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-vcs/git-remote-hg/Manifest b/dev-vcs/git-remote-hg/Manifest deleted file mode 100644 index 6e1d26b61663..000000000000 --- a/dev-vcs/git-remote-hg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-remote-hg-1.0.1.tar.gz 57856 BLAKE2B 635073fbd0d9fe0ebbc2e9b5e49298bdb9f6b02f964219271a4bd930746e892e58fabde2afa94e998e4bd4aede91d9ac80291eef1bd3eb16cf82f6691514259b SHA512 b665cb6dc0564dc7f2cacade9000378f895b77a3186e091b841e58ddef37834e3cc87e81a76ab713997c6f837a768eff91d6b8a156c6277da0e34a2f156a5290 diff --git a/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild b/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild deleted file mode 100644 index 6351daeb396a..000000000000 --- a/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Semi-official Mercurial bridge from Git project" -HOMEPAGE="https://github.com/mnauw/git-remote-hg" -SRC_URI="https://github.com/mnauw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - app-text/asciidoc -" -RDEPEND=" - dev-vcs/git - dev-vcs/mercurial -" - -# Some tests fail. -RESTRICT="test" - -src_compile() { - distutils-r1_src_compile - emake doc -} - -src_install() { - distutils-r1_src_install - emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install-doc -} - -src_test() { - default -} diff --git a/dev-vcs/git-remote-hg/metadata.xml b/dev-vcs/git-remote-hg/metadata.xml deleted file mode 100644 index 516b1c49f64f..000000000000 --- a/dev-vcs/git-remote-hg/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 type="person"> - <email>realnc@gmail.com</email> - <name>Nikos Chantziaras</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - 'git-remote-hg' is the semi-official Mercurial bridge from Git project, - once installed, it allows you to clone, fetch and push to and from - Mercurial repositories as if they were Git ones. - </longdescription> - <upstream> - <remote-id type="github">mnauw/git-remote-hg</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest deleted file mode 100644 index 24b84ce9f2ba..000000000000 --- a/games-emulation/openmsx/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openmsx-0.14.0.tar.gz 3338719 BLAKE2B e9c09d29bb994f4f40e22271c090580688724cb7024910f0f829a59d0e65e6e70e1c037b943582aac644ee51a00b7e439e751bd84e5828168486b74ee09e8b78 SHA512 74a30de89b4a7cb4d8d5a0ad0c16ab6b58244251ebcbe470cc3cccec6a636492fa8779d1667d76646eabcf8d7d67c53094d5e0a313d452a4a679d797e9394a9b diff --git a/games-emulation/openmsx/files/sdl-ttf.patch b/games-emulation/openmsx/files/sdl-ttf.patch deleted file mode 100644 index 6ff469e509ed..000000000000 --- a/games-emulation/openmsx/files/sdl-ttf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur a/build/libraries.py b/build/libraries.py ---- a/build/libraries.py 2017-08-03 11:26:28.000000000 +0100 -+++ b/build/libraries.py 2018-08-29 23:11:04.392981071 +0100 -@@ -304,7 +304,7 @@ - class SDL_ttf(Library): - libName = 'SDL_ttf' - makeName = 'SDL_TTF' -- header = '<SDL_ttf.h>' -+ header = '<SDL/SDL_ttf.h>' - function = 'TTF_OpenFont' - dependsOn = ('SDL', 'FREETYPE') - diff --git a/games-emulation/openmsx/metadata.xml b/games-emulation/openmsx/metadata.xml deleted file mode 100644 index c4d0622638ee..000000000000 --- a/games-emulation/openmsx/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>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">openmsx</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-emulation/openmsx/openmsx-0.14.0.ebuild b/games-emulation/openmsx/openmsx-0.14.0.ebuild deleted file mode 100644 index 42d560e04cdc..000000000000 --- a/games-emulation/openmsx/openmsx-0.14.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit desktop python-any-r1 readme.gentoo-r1 - -DESCRIPTION="MSX emulator that aims for perfection" -HOMEPAGE="http://openmsx.org/" -SRC_URI="https://github.com/openMSX/openMSX/releases/download/RELEASE_${PV//./_}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -RDEPEND=" - dev-lang/tcl:0= - dev-libs/libxml2 - media-libs/libpng:0= - media-libs/libsdl[sound,video] - >=media-libs/glew-1.3.2:0= - media-libs/sdl-image[png] - media-libs/sdl-ttf - virtual/opengl -" -DEPEND=" - ${RDEPEND} - ${PYTHON_DEPS} -" - -PATCHES=( - "${FILESDIR}"/sdl-ttf.patch -) - -DOC_CONTENTS=" -If you want to if you want to emulate real MSX systems and not -only the free C-BIOS machines, put the system ROMs in one of -the following directories: /usr/share/${PN}/systemroms -or ~/.openMSX/share/systemroms -" - -src_prepare() { - default - sed -i \ - -e '/^LDFLAGS:=/d' \ - -e '/LINK_FLAGS_PREFIX/d' \ - -e '/LINK_FLAGS+=/s/-s//' \ - -e '/LINK_FLAGS+=\$(TARGET_FLAGS)/s/$/ $(LDFLAGS)/' \ - build/main.mk \ - || die - sed -i -e '/SYMLINK/s:true:false:' build/custom.mk || die - sed -i -e 's/GPL.txt//' doc/node.mk || die -} - -src_compile() { - emake \ - CXXFLAGS="${CXXFLAGS}" \ - INSTALL_SHARE_DIR=/usr/share/${PN} \ - V=1 -} - -src_install() { - emake \ - V=1 \ - INSTALL_BINARY_DIR="${ED}/usr/bin" \ - INSTALL_SHARE_DIR="${ED}/usr/share/${PN}" \ - INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \ - install - - einstalldocs - readme.gentoo_create_doc - - for i in 16 32 48 64 128 256 ; do - newicon -s "${i}" "share/icons/openMSX-logo-${i}.png" "${PN}.png" - done - make_desktop_entry "${PN}" "openMSX" -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/games-kids/childsplay/Manifest b/games-kids/childsplay/Manifest deleted file mode 100644 index 0a951c37912b..000000000000 --- a/games-kids/childsplay/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST childsplay-0.90.2.tgz 2330022 BLAKE2B 83370489c52bd62ae46aee6f2d01d5ff42c17887105c5e4b1ba2c9f95c8869b8e315447fe60f6f325d6d6479c7ebf2c82832ffadf4414419976ed1507ed0a889 SHA512 0cc59f893f43f47fec18a6ba04e3d5b4c4b41e6c387fcd64859a65a0660b4d1c8803cd092932fc9d24a4d4b9784d6cc62cc2efc4e841ca62a205f17aec8dec68 -DIST childsplay_plugins-0.90.tgz 4528735 BLAKE2B 1aacd311138c97a868cacca723941ec582ef049831ce1ddb10f2e524f1109ceb81cf4bd34d16f2c857c4ce42ac49f7f5cb9d785e229e11f540476544093e6cb1 SHA512 f1c47c544da364bde6023cf8450d96423d214749f800d783661b6fb16f73c8bbc899ee7f997f36e11b43aff7655332c29445f865ff22dd475ad4ce4a0557e763 -DIST childsplay_plugins_lfc-0.90.tgz 6159653 BLAKE2B eb117a526f6c2caf43578dc0027d8d3b2849529d132ffc55b92d59efbfc12681f31961c265b3f6ab592a17db1a05987458b265bdf68054cef16386b71d2e28a1 SHA512 4fa8f59aae64520de03fd6527dbe7339f320ef377deca19fe91cf5591b364d853cfb9d73b8469417178fcf4bc074d6ed39a1704a20cb5a82657722862c749313 diff --git a/games-kids/childsplay/childsplay-0.90.2-r2.ebuild b/games-kids/childsplay/childsplay-0.90.2-r2.ebuild deleted file mode 100644 index a0714b344639..000000000000 --- a/games-kids/childsplay/childsplay-0.90.2-r2.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -DESCRIPTION="A suite of educational games for young children" -HOMEPAGE="http://childsplay.sourceforge.net/" -PLUGINS_VERSION="0.90" -PLUGINS_LFC_VERSION="0.90" -SRC_URI="mirror://sourceforge/childsplay/${P}.tgz - mirror://sourceforge/childsplay/${PN}_plugins-${PLUGINS_VERSION}.tgz - mirror://sourceforge/childsplay/${PN}_plugins_lfc-${PLUGINS_LFC_VERSION}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygame[${PYTHON_MULTI_USEDEP}] - ') - media-libs/sdl-image[gif,jpeg,png] - media-libs/sdl-ttf - media-libs/sdl-mixer[vorbis] - media-libs/libogg" -RDEPEND="${DEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -} - -src_prepare() { - local DIR - - # Copy the plugins into the main package. - mv ../${PN}_plugins-${PLUGINS_VERSION}/Data/AlphabetSounds Data || die - mv ../${PN}_plugins-${PLUGINS_VERSION}/add-score.py . || die - for DIR in ${PN}_plugins-${PLUGINS_VERSION} ${PN}_plugins_lfc-${PLUGINS_LFC_VERSION}; do - mv ../${DIR}/Data/*.icon.png Data/icons || die - cp -r ../${DIR}/lib/* lib || die - mv ../${DIR}/assetml/${PN}/* assetml/${PN} || die - rm -rf ../${DIR} - done - gunzip man/childsplay.6.gz - epatch "${FILESDIR}"/${P}-gentoo.patch - python_fix_shebang . -} - -src_install() { - local fn - - # The following variables are based on Childsplay's INSTALL.sh - _LOCALEDIR=/usr/share/locale - _ASSETMLDIR=/usr/share/assetml - _SCOREDIR=${GAMES_STATEDIR} - _SCOREFILE=${_SCOREDIR}/childsplay.score - _CPDIR=$(games_get_libdir)/childsplay - _SHAREDIR=${GAMES_DATADIR}/childsplay - _LIBDIR=${_CPDIR}/lib - _MODULESDIR=${_LIBDIR} - _SHARELIBDATADIR=${_SHAREDIR}/lib - _SHAREDATADIR=${_SHAREDIR}/Data - _RCDIR=${_SHARELIBDATADIR}/ConfigData - _HOME_DIR_NAME=.childsplay - _CHILDSPLAYRC=childsplayrc - - dodir \ - "${_CPDIR}" \ - "${_LIBDIR}" \ - "${_SHAREDIR}" \ - "${_SHARELIBDATADIR}" \ - "${_SCOREDIR}" \ - "${_LOCALEDIR}" \ - "${_ASSETMLDIR}" - - # create BASEPATH.py - cat >BASEPATH.py <<EOF -## Automated file--please do not edit -LOCALEDIR="${_LOCALEDIR}" -ASSETMLDIR="${_ASSETMLDIR}" -SCOREDIR="${_SCOREDIR}" -SCOREFILE="${_SCOREFILE}" -CPDIR="${_CPDIR}" -SHAREDIR="${_SHAREDIR}" -LIBDIR="${_LIBDIR}" -MODULESDIR="${_MODULESDIR}" -SHARELIBDATADIR="${_SHARELIBDATADIR}" -SHAREDATADIR="${_SHAREDATADIR}" -RCDIR="${_RCDIR}" -HOME_DIR_NAME="${_HOME_DIR_NAME}" -CHILDSPLAYRC="${_CHILDSPLAYRC}" -EOF - - # copy software and data - cp -r *.py "${D}/${_CPDIR}" || die "cp failed" - cp -r Data "${D}/${_SHAREDIR}" || die "cp failed" - rm "${D}/${_SHAREDIR}/Data/childsplay.score" # this copy won't be used - - for fn in $(ls lib); do - if [[ -d lib/${fn} ]] ; then - cp -r lib/${fn} "${D}/${_SHARELIBDATADIR}" || die - else - cp lib/${fn} "${D}/${_LIBDIR}" || die - fi - done - - if [[ ${LINGUAS+set} ]]; then - for lang in $LINGUAS; do - [[ -d locale/$lang ]] && cp -r locale/$lang "${D}/${_LOCALEDIR}" - done - else - cp -r locale/* "${D}/${_LOCALEDIR}" || die - fi - cp -r assetml/* "${D}/${_ASSETMLDIR}" || die - - # initialize the score file - cp Data/childsplay.score "${D}/${_SCOREFILE}" || die - SCORE_GAMES="Packid,Numbers,Soundmemory,Fallingletters,Findsound,Findsound2,Billiard" - ${PYTHON} add-score.py "${D}/${_SCOREDIR}" $SCORE_GAMES - - # translate for the letters game - ${PYTHON} letters-trans.py "${D}/${_ASSETMLDIR}" << EOF -Q -EOF - - doman man/childsplay.6 - dodoc doc/README* doc/Changelog doc/copyright - - # Make a launcher. - dogamesbin "${FILESDIR}"/childsplay - sed -i \ - -e "s:GENTOO_DIR:${_CPDIR}:" \ - -e "s:python:${PYTHON}:" \ - "${D}${GAMES_BINDIR}"/childsplay \ - || die "sed failed" - - python_optimize "${D}${_CPDIR}" - - newicon assetml/childsplay/childsplay-images/chpl-icon-48.png ${PN}.png - make_desktop_entry childsplay Childsplay - - prepgamesdirs - fperms g+w "${_SCOREFILE}" -} diff --git a/games-kids/childsplay/files/childsplay b/games-kids/childsplay/files/childsplay deleted file mode 100644 index eccf016836d0..000000000000 --- a/games-kids/childsplay/files/childsplay +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -z "${LANGUAGE}" ] && LANGUAGE=en -export LANGUAGE -python GENTOO_DIR/childsplay.py "$@" diff --git a/games-kids/childsplay/files/childsplay-0.90.2-gentoo.patch b/games-kids/childsplay/files/childsplay-0.90.2-gentoo.patch deleted file mode 100644 index 742e3e02ee3c..000000000000 --- a/games-kids/childsplay/files/childsplay-0.90.2-gentoo.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- letters-trans.py.old 2010-04-26 12:13:12.000000000 +0200 -+++ letters-trans.py 2010-04-26 12:13:49.000000000 +0200 -@@ -39,7 +39,7 @@ - import os,fnmatch,operator,sys,locale - from CPConstants import ASSETMLROOT - --if os.environ['USER'] != 'root': -+if os.environ['LOGNAME'] != 'root': - print "\nOnly root can use this script, sorry.\n" - sys.exit(1) - -@@ -69,7 +69,8 @@ - sys.exit(0) - - # get description names from memory assetml, these are the words used by letters.py --parser = pyassetml.AssetmlParser('childsplay/memory-136x136/memory-136x136.assetml') -+assetmlfile = os.path.join(cwd,'memory-136x136.assetml') -+parser = pyassetml.AssetmlParser(assetmlfile) - loc = parser.get_locale()# get current locale setting, only the first two chars !! - wlist_org = parser.find_names((('file','.'),('description',"en"))) - wlist = parser.find_names((('file','.'),('description',loc))) diff --git a/games-kids/childsplay/metadata.xml b/games-kids/childsplay/metadata.xml deleted file mode 100644 index 56a899baf102..000000000000 --- a/games-kids/childsplay/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>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <longdescription lang="en"> -Childsplay is a suite of educational games for young children, like gcompris, -but without the overkill of c/c++ and the gnome environ. -</longdescription> - <upstream> - <remote-id type="sourceforge">childsplay</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-mud/lyntin/Manifest b/games-mud/lyntin/Manifest deleted file mode 100644 index 5af064f841eb..000000000000 --- a/games-mud/lyntin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lyntin-4.2.tar.gz 180111 BLAKE2B e54c7c609f9f6150a6aa30b0ef9d913cad16ada0e227bdd9369dd02b27b5f6871cd64f10e0f404cef68ba91ab4be2d28e77e6dcbbee95d35bb21ebaae9f0ee28 SHA512 72792b0ffd3f07d6ad7ec335beca2b064e348c7e30c7517edb07a90ece0608b34ce68798fb7a0aa7ef6568ebbed14f5246368421f5e14c7520d306ae6a29e432 diff --git a/games-mud/lyntin/lyntin-4.2-r2.ebuild b/games-mud/lyntin/lyntin-4.2-r2.ebuild deleted file mode 100644 index a579a566c971..000000000000 --- a/games-mud/lyntin/lyntin-4.2-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="tk?" - -inherit distutils-r1 - -DESCRIPTION="tintin mud client clone implemented in Python" -HOMEPAGE="http://lyntin.sourceforge.net/" -SRC_URI="mirror://sourceforge/lyntin/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="tk" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -DOCS=( COMMANDS PKG-INFO HACKING README ) - -python_install() { - distutils-r1_python_install --install-scripts=/usr/bin -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install -} - -pkg_postinst() { - if use tk ; then - elog "To start lyntin in GUI mode, create a config file" - elog "with this in it:" - elog - elog "[Lyntin]" - elog "ui: tk" - elog - elog "Then start lyntin like this:" - elog - elog "runlyntin -c /path/to/config_file\n" - fi -} diff --git a/games-mud/lyntin/metadata.xml b/games-mud/lyntin/metadata.xml deleted file mode 100644 index 5b5b19a5e7cc..000000000000 --- a/games-mud/lyntin/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>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">lyntin</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-sports/ski/Manifest b/games-sports/ski/Manifest deleted file mode 100644 index ffc26f2beabf..000000000000 --- a/games-sports/ski/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ski-6.9.tar.gz 17543 BLAKE2B aedc697ba636f12a3e180d351d2e0c409debcca2aba1eaa8bd5ecf93503b3903845424f9ed99ea83e26b311841b8287702a3c71730c60dbb3fa8e47eea05ead4 SHA512 bdcd9a267153b23bc1e4b99f0073d9d26ff8a8d670d70ec06cc27b91cd4a3bdaf821507671d73a359b3447261d52e596c61cbf9596eead7191102d1a089178b6 diff --git a/games-sports/ski/metadata.xml b/games-sports/ski/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-sports/ski/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>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-sports/ski/ski-6.9-r1.ebuild b/games-sports/ski/ski-6.9-r1.ebuild deleted file mode 100644 index 6be1d60fd09c..000000000000 --- a/games-sports/ski/ski-6.9-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="A simple text-mode skiing game" -HOMEPAGE="http://www.catb.org/~esr/ski/" -SRC_URI="http://www.catb.org/~esr/ski/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -# games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110 -RDEPEND="${RDEPEND} !!app-emulation/ski" - -src_install() { - dobin ski - dodoc NEWS README - doman ski.6 - domenu ski.desktop - doicon ski.png - python_fix_shebang "${ED}/usr/bin" -} diff --git a/mail-filter/tmda/Manifest b/mail-filter/tmda/Manifest deleted file mode 100644 index 368117af45f8..000000000000 --- a/mail-filter/tmda/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tmda-1.1.12.tgz 1427638 BLAKE2B 7e9de695167df14c7f14dabb032950bd581372a43082bc3a78aac441c1f96e5b55758a353fcf75b4cf81199682b00f0836525629dab95e7eb813dc8d699ab3c3 SHA512 71ca7d0fed69f5a3dd30fa0f1f58d88bdf515249fc709e84c45d1929be9b2d36db1018c1bb58482b757b7006f2681d2b7abf71ab4332d6baf92239c04e7a6585 diff --git a/mail-filter/tmda/files/tmda-1.0-non-interactive-tty.patch b/mail-filter/tmda/files/tmda-1.0-non-interactive-tty.patch deleted file mode 100644 index 75440493811b..000000000000 --- a/mail-filter/tmda/files/tmda-1.0-non-interactive-tty.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/TMDA/Pending.py 2004-10-11 15:50:13.014474866 -0400 -+++ b/TMDA/Pending.py 2004-10-11 16:06:02.640603837 -0400 -@@ -64,6 +64,7 @@ - self.verbose = verbose - self.younger = younger - self.pretend = pretend -+ self.interactive = 0 - - self.stdout = sys.stdout - -@@ -86,8 +87,9 @@ - self.msgs.extend(line.strip().split()) - self.msgs.remove('-') - # re-open stdin on the tty -- sys.stdin.close() -- sys.stdin = open('/dev/tty', 'r') -+ if self.interactive: -+ sys.stdin.close() -+ sys.stdin = open('/dev/tty', 'r') - - if not self.msgs and not wantedstdin: - cwd = os.getcwd() -@@ -341,6 +343,8 @@ - younger, - pretend) - -+ self.interactive = 1 -+ - - def initQueue(self): - """Additionally initialize the interactive queue.""" diff --git a/mail-filter/tmda/metadata.xml b/mail-filter/tmda/metadata.xml deleted file mode 100644 index 67c2e517f6c1..000000000000 --- a/mail-filter/tmda/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">tmda</remote-id> - </upstream> -</pkgmetadata> diff --git a/mail-filter/tmda/tmda-1.1.12-r2.ebuild b/mail-filter/tmda/tmda-1.1.12-r2.ebuild deleted file mode 100644 index 9b6f78943571..000000000000 --- a/mail-filter/tmda/tmda-1.1.12-r2.ebuild +++ /dev/null @@ -1,57 +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 python-single-r1 - -DESCRIPTION="Python-based SPAM reduction system" -HOMEPAGE="http://www.tmda.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - virtual/mta - ${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -PATCHES=( - # Do not open /dev/tty when in batch mode. (bug #67150) -ticho - "${FILESDIR}/tmda-1.0-non-interactive-tty.patch" -) - -src_install() { - # Executables - python_doscript bin/tmda-* - - # The Python TMDA module - python_domodule TMDA - - # The templates - insinto /etc/tmda - doins templates/*.txt - - # Documentation - dodoc ChangeLog CODENAMES CRYPTO NEWS README THANKS UPGRADE - dodoc -r doc/html - - # Contributed binaries and stuff - cd contrib || die - - exeinto /usr/$(get_libdir)/tmda/contrib - doexe collectaddys def2html printcdb printdbm \ - sendit.sh smtp-check-sender update-internaldomains vadduser-tmda \ - vmailmgr-vdir.sh vpopmail-vdir.sh wrapfd3.sh - - insinto /usr/$(get_libdir)/tmda/contrib - doins ChangeLog tmda.el tmda.spec \ - tofmipd.init tofmipd.sysconfig vtmdarc - doins -r dot-tmda -} diff --git a/media-sound/cplay/Manifest b/media-sound/cplay/Manifest deleted file mode 100644 index 370c06757a6c..000000000000 --- a/media-sound/cplay/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cplay-1.50.tar.gz 43904 BLAKE2B d8f2a9b70914d4e3d5aedc28ce3046772e776960a9fa97934b935151c70549d8892a40d5034fdc1ae89806e2e99ed906109aba8dff089b2d11e97b34d8786ef5 SHA512 7d105fd01b22b3c5e602ccb700db3501a3c1781cbf53ac265b68f6f977edaaa5566268ca72742b70d4d5eabf278ad5a6fd1a22bc8711d22607cb505d0a197c94 diff --git a/media-sound/cplay/cplay-1.50.ebuild b/media-sound/cplay/cplay-1.50.ebuild deleted file mode 100644 index 0d68f7d3c841..000000000000 --- a/media-sound/cplay/cplay-1.50.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A Curses front-end for various audio players" -HOMEPAGE="https://github.com/hukka/cplay/" -SRC_URI="https://github.com/hukka/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="mp3 vorbis" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - vorbis? ( media-sound/vorbis-tools ) - mp3? ( || ( media-sound/mpg123 - media-sound/mpg321 - media-sound/madplay - media-sound/splay ) )" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - default - sed -i -e 's:make:$(MAKE):' Makefile || die - sed -i -e "s:/usr/local:${EPREFIX}/usr:" cplay || die -} - -src_install() { - emake PREFIX="${ED%/}/usr" recursive-install - einstalldocs - - python_fix_shebang cplay - dobin cplay - doman cplay.1 -} diff --git a/media-sound/cplay/metadata.xml b/media-sound/cplay/metadata.xml deleted file mode 100644 index 6fd5a891d174..000000000000 --- a/media-sound/cplay/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>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="github">hukka/cplay</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/tunapie/Manifest b/media-sound/tunapie/Manifest deleted file mode 100644 index 6b7ce6576898..000000000000 --- a/media-sound/tunapie/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tunapie-2.1.17.tar.gz 50165 BLAKE2B 564dcf6344eb3c40c4ab5e34ccf60de442dd4fb878a5fef656006a531742d110987354b728d991799e6dae74cfcbb5b6fdd1ac22e63687342aeb305260f6f47c SHA512 62215f99b863f3db24b78048302f8b2f54aa5b969e9ba09034e98227dcada3f561a1afcf5babd65dca7f251aeeba816352b252f9f8f22fdec77272d7583f7ce9 -DIST tunapie-2.1.19.tar.gz 48459 BLAKE2B 39ea016f5c17874fd885fef2663bb69730663dabf5f828e529c2673d47a98c5d53fc9b384a19b56600f022d0b0351ab118a81bbbe36db2eaf79d84e488cfc0f3 SHA512 6a53034e4172f8c96d6e1c92433a3d94c3e8b8bceb9587ff39bad5e7b97937ac000419c683474427ea293b7ba10d5e9dd845b4aa7eaad1a3bcc5b980d57e5669 diff --git a/media-sound/tunapie/metadata.xml b/media-sound/tunapie/metadata.xml deleted file mode 100644 index 7df63bcb5d2d..000000000000 --- a/media-sound/tunapie/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>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">tunapie</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/tunapie/tunapie-2.1.17-r1.ebuild b/media-sound/tunapie/tunapie-2.1.17-r1.ebuild deleted file mode 100644 index c171a0b8d675..000000000000 --- a/media-sound/tunapie/tunapie-2.1.17-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 - -DESCRIPTION="Directory browser for Radio and TV streams" -HOMEPAGE="http://tunapie.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="offensive" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/wxpython-2.6[${PYTHON_MULTI_USEDEP}] - ') - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - default - - # fix pixmap lookup - sed -i -e 's@../pixmaps@../../share/pixmaps@' \ - src/tunapie2_main.py || die - - # the original script requires more sed than code, - cat > tunapie <<-_EOF_ || die - #!/bin/sh - exec ${EPYTHON} /usr/lib/tunapie/Tunapie.py - _EOF_ -} - -src_install() { - dobin tunapie - doman tunapie.1 - dodoc CHANGELOG README - - python_moduleinto /usr/lib/tunapie - python_domodule src/{*.py,*.png} - - doicon src/tplogo.xpm - domenu tunapie.desktop - - dodir /etc - usex offensive 1 0 > "${ED%/}"/etc/tunapie.config || die -} diff --git a/media-sound/tunapie/tunapie-2.1.19-r1.ebuild b/media-sound/tunapie/tunapie-2.1.19-r1.ebuild deleted file mode 100644 index c171a0b8d675..000000000000 --- a/media-sound/tunapie/tunapie-2.1.19-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 - -DESCRIPTION="Directory browser for Radio and TV streams" -HOMEPAGE="http://tunapie.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="offensive" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/wxpython-2.6[${PYTHON_MULTI_USEDEP}] - ') - ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - default - - # fix pixmap lookup - sed -i -e 's@../pixmaps@../../share/pixmaps@' \ - src/tunapie2_main.py || die - - # the original script requires more sed than code, - cat > tunapie <<-_EOF_ || die - #!/bin/sh - exec ${EPYTHON} /usr/lib/tunapie/Tunapie.py - _EOF_ -} - -src_install() { - dobin tunapie - doman tunapie.1 - dodoc CHANGELOG README - - python_moduleinto /usr/lib/tunapie - python_domodule src/{*.py,*.png} - - doicon src/tplogo.xpm - domenu tunapie.desktop - - dodir /etc - usex offensive 1 0 > "${ED%/}"/etc/tunapie.config || die -} diff --git a/media-video/subdl/Manifest b/media-video/subdl/Manifest deleted file mode 100644 index 72cdd2caa37f..000000000000 --- a/media-video/subdl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST subdl-1.0.3.zip 17212 BLAKE2B ef6271d3f3084396d65d4342c63a100ea1baa9f4c227b129de8e81cc0ec9595b9c970666c7a131499369b3d0d9c0beab35ad69d08272ea53995bf8387d7c5da6 SHA512 d3c0e036bece8c6cad7b37543f8e2f00906ce83738aa3d751e463d316ee97292d696c0eae01d71f28fd67b942b9d28c00c8e580036d19933dbd4143e9865078c diff --git a/media-video/subdl/metadata.xml b/media-video/subdl/metadata.xml deleted file mode 100644 index 9a30ccded04f..000000000000 --- a/media-video/subdl/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>media-video@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="google-code">subdl</remote-id> - <remote-id type="github">akexakex/subdl</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-video/subdl/subdl-1.0.3.ebuild b/media-video/subdl/subdl-1.0.3.ebuild deleted file mode 100644 index c2b2ee203bd6..000000000000 --- a/media-video/subdl/subdl-1.0.3.ebuild +++ /dev/null @@ -1,32 +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 python-single-r1 - -DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org" -HOMEPAGE="https://github.com/akexakex/subdl" -SRC_URI="https://${PN}.googlecode.com/files/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-arch/unzip" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S=${WORKDIR} - -src_prepare() { - python_fix_shebang ${PN} -} - -src_install() { - dobin ${PN} - dodoc README.txt -} diff --git a/net-firewall/dshieldpy/Manifest b/net-firewall/dshieldpy/Manifest deleted file mode 100644 index b6511fc4e249..000000000000 --- a/net-firewall/dshieldpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dshieldpy-3.2.tar.gz 28754 BLAKE2B 87f2ba856a01b6b6da352c8f97439e85da9f5ba94d243c1183727117e00b706d738379cc51a0c47f889dbe88a198a7f5a77043532916bbffecccb2560b7d55f5 SHA512 2608fd2ed3ed7b346e2cf063c27ed1cfb012545a1e8315019377642ac504ec0296dfbe5aabef995a2125dd85f28b7f7649b32688227b5a5d62a1ef20aa4c8e70 diff --git a/net-firewall/dshieldpy/dshieldpy-3.2-r2.ebuild b/net-firewall/dshieldpy/dshieldpy-3.2-r2.ebuild deleted file mode 100644 index 99d3957c303c..000000000000 --- a/net-firewall/dshieldpy/dshieldpy-3.2-r2.ebuild +++ /dev/null @@ -1,36 +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 python-single-r1 - -DESCRIPTION="Python script to submit firewall logs to dshield.org" -HOMEPAGE="http://dshieldpy.sourceforge.net/" -SRC_URI="mirror://sourceforge/dshieldpy/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/DShield.py" - -src_prepare() { - default - python_fix_shebang dshield.py -} - -src_install() { - default - dobin dshield.py - - insinto /etc - doins dshieldpy.conf -} diff --git a/net-firewall/dshieldpy/metadata.xml b/net-firewall/dshieldpy/metadata.xml deleted file mode 100644 index 3e7ed59000d8..000000000000 --- a/net-firewall/dshieldpy/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">dshieldpy</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest deleted file mode 100644 index 6171f7d136d6..000000000000 --- a/net-mail/offlineimap/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST offlineimap-6.5.6.tar.gz 187801 BLAKE2B 78561ffc0b0dcd3dcd3c75448f1e412661ac5061eebfae5796dffb3a6e8767b54138328aa0a8ab5a1745ed0690809965ea76b9b8e66ef250936b0b72cd07e337 SHA512 3f7cb63d00486de2d648aa9dd3637ce252dd100bc8237742d11f749726b2b14907c07c802ba0fd5891c88f5062f9a2d05ebc78ceee8c30981f4c4579c3143d6e -DIST offlineimap-7.2.4.tar.gz 721887 BLAKE2B f5c7c8eb541167b3f0d46ee71be418d4697f89a1dc11a1c5c9840e5def09d108b7ab391d773dc79e0882ce0a9e21388e11217915112f476d384bf3018d5ea750 SHA512 837f822a08f5df59f5332c65b33e0186c215a633c5c17f08790f4c2128a4f6470a75eb02e883dd592b456dbc0ba2b32f670cb716eb602dd8a6bdf12ba2d72cd8 -DIST offlineimap-7.3.3.tar.gz 724141 BLAKE2B 01c382d46cd192fbe4779e84d9551f64c3bcb2765a2255ee337c14996f082914fab400b24e47141d5b3cd9308f374a73d5ab620089884be91c47c18f60b7d100 SHA512 89d09cd9c5c76a75e3d783ab2230f6b10dff25d660fe9f183d1df0c216167f242d57ff17ec91bbbe8c61c0a8c0d8dbd6fca8a129cecd522ff8457ab39ff81c83 diff --git a/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch b/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch deleted file mode 100644 index 2ec9161c10a4..000000000000 --- a/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- offlineimap.py 2012-04-10 14:19:03.335823779 +0200 -+++ offlineimap.py.new 2012-04-10 14:18:57.631852822 +0200 -@@ -17,6 +17,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -+from locale import * - from offlineimap import OfflineImap - - oi = OfflineImap() diff --git a/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch b/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch deleted file mode 100644 index 9ac221c12f74..000000000000 --- a/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch +++ /dev/null @@ -1,12 +0,0 @@ -see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925 - ---- a/offlineimap.py 2016-07-31 23:58:39.131404136 +0800 -+++ b/offlineimap.py 2016-07-31 23:58:57.987466173 +0800 -@@ -20,6 +20,7 @@ - import os - import sys - -+from locale import * - from offlineimap import OfflineImap - - oi = OfflineImap() diff --git a/net-mail/offlineimap/files/offlineimap-norfc6555.patch b/net-mail/offlineimap/files/offlineimap-norfc6555.patch deleted file mode 100644 index b3cb1a9317f7..000000000000 --- a/net-mail/offlineimap/files/offlineimap-norfc6555.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 24931745105f389b03de2811cb9d62a450f0efe3 Mon Sep 17 00:00:00 2001 -From: Matt Smith <matt@offtopica.uk> -Date: Fri, 1 May 2020 17:54:48 +0100 -Subject: [PATCH] Revert "implement Happy Eyeballs" - -This reverts commit 0d5496ba0a21aa6df5d10391af01d5017fb973bf. ---- - offlineimap/imaplibutil.py | 10 +--------- - requirements.txt | 1 - - 2 files changed, 1 insertion(+), 10 deletions(-) - -diff --git a/offlineimap/imaplibutil.py b/offlineimap/imaplibutil.py -index 86b1cb9..6ebe8d8 100644 ---- a/offlineimap/imaplibutil.py -+++ b/offlineimap/imaplibutil.py -@@ -19,7 +19,6 @@ import fcntl - import time - import subprocess - import threading --import rfc6555 - import socket - import errno - import zlib -@@ -79,15 +78,8 @@ class UsefulIMAPMixIn(object): - def open_socket(self): - """open_socket() - Open socket choosing first address family available.""" -- if self.af == socket.AF_UNSPEC: -- # happy-eyeballs! -- return rfc6555.create_connection((self.host, self.port)) -- else: -- return self._open_socket_for_af(self.af) -- -- def _open_socket_for_af(self, af): - msg = (-1, 'could not open socket') -- for res in socket.getaddrinfo(self.host, self.port, af, socket.SOCK_STREAM): -+ for res in socket.getaddrinfo(self.host, self.port, self.af, socket.SOCK_STREAM): - af, socktype, proto, canonname, sa = res - try: - # use socket of our own, possiblly socksified socket. -diff --git a/requirements.txt b/requirements.txt -index 1e2a2ae..3b1819e 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -2,4 +2,3 @@ - six - gssapi[kerberos] - portalocker[cygwin] --rfc6555 --- -2.26.2 - diff --git a/net-mail/offlineimap/metadata.xml b/net-mail/offlineimap/metadata.xml deleted file mode 100644 index 8fdbbe751637..000000000000 --- a/net-mail/offlineimap/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="person"> - <email>matt@offtopica.uk</email> - <name>Matt Smith</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - OfflineIMAP is software that downloads your email mailbox(es) as local Maildirs. - OfflineIMAP will synchronize both sides via IMAP. - </longdescription> - <use> - <flag name="sqlite">Enable runtime support for sqlite mail status backend.</flag> - </use> - <upstream> - <remote-id type="github">OfflineIMAP/offlineimap</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-mail/offlineimap/offlineimap-6.5.6.ebuild b/net-mail/offlineimap/offlineimap-6.5.6.ebuild deleted file mode 100644 index 7f098d1c0ca6..000000000000 --- a/net-mail/offlineimap/offlineimap-6.5.6.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# Normally you need only one version of this. -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads,sqlite?,ssl?" - -inherit eutils distutils-r1 - -DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support" -HOMEPAGE="https://www.offlineimap.org/" -SRC_URI="https://github.com/OfflineIMAP/${PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc ssl sqlite" - -RDEPEND="" -DEPEND="doc? ( dev-python/docutils )" -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}/" -} - -src_prepare() { - distutils-r1_src_prepare - # see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925 - epatch "${FILESDIR}"/"${PN}-6.5.3.1"-darwin10.patch -} - -src_compile() { - distutils-r1_src_compile - if use doc ; then - cd docs - rst2man.py MANUAL.rst offlineimap.1 || die "building manpage failed" - fi -} - -src_install() { - distutils-r1_src_install - dodoc offlineimap.conf offlineimap.conf.minimal - if use doc ; then - cd docs - doman offlineimap.1 - fi -} - -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-6.4" ; then - elog "If you upgraded from 6.3.* then you may need to update your config:" - elog "" - elog "If you use nametrans= settings on a remote repository, you will have" - elog "to add a \"reverse\" nametrans setting to the local repository, so that" - elog "it knows which folders it should (not) create on the remote side." - elog "" - fi -} - -pkg_postinst() { - elog "" - elog "You will need to configure offlineimap by creating ~/.offlineimaprc" - elog "Sample configurations are in /usr/share/doc/${PF}/" - elog "" - elog "If you connect via ssl/tls and don't use CA cert checking, it will" - elog "display the server's cert fingerprint and require you to add it to the" - elog "configuration file to be sure it connects to the same server every" - elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't" - elog "check SSL server certificate) in cases where you have no CA cert." - elog "" - - if use sqlite ; then - elog "The sqlite USE flag only enables a dependency on sqlite. To use" - elog "the sqlite backend you need to enable it in your .offlineimaprc" - fi -} diff --git a/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild b/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild deleted file mode 100644 index c5f9a5db2760..000000000000 --- a/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Normally you need only one version of this. -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads,sqlite,ssl?" - -inherit distutils-r1 - -DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support" -HOMEPAGE="https://www.offlineimap.org/" -SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc ssl" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/six[${PYTHON_MULTI_USEDEP}] - ')" -DEPEND="doc? ( app-text/asciidoc )" - -# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925 -PATCHES=( - "${FILESDIR}/${PN}-7.0.3-darwin10.patch" -) - -src_compile() { - distutils-r1_src_compile - use doc && emake -C docs man -} - -src_install() { - distutils-r1_src_install - dodoc offlineimap.conf offlineimap.conf.minimal - use doc && doman docs/{offlineimap.1,offlineimapui.7} -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "You will need to configure offlineimap by creating ~/.offlineimaprc" - elog "Sample configurations are in /usr/share/doc/${PF}/" - elog "" - elog "If you connect via ssl/tls and don't use CA cert checking, it will" - elog "display the server's cert fingerprint and require you to add it to the" - elog "configuration file to be sure it connects to the same server every" - elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't" - elog "check SSL server certificate) in cases where you have no CA cert." - fi -} diff --git a/net-mail/offlineimap/offlineimap-7.3.3.ebuild b/net-mail/offlineimap/offlineimap-7.3.3.ebuild deleted file mode 100644 index ae92c5bc72e2..000000000000 --- a/net-mail/offlineimap/offlineimap-7.3.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads,sqlite,ssl?" - -inherit distutils-r1 - -DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support" -HOMEPAGE="https://www.offlineimap.org/ https://github.com/offlineimap/offlineimap" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc ssl" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/six[${PYTHON_USEDEP}] - ')" -DEPEND="doc? ( app-text/asciidoc )" - -PATCHES=( - "${FILESDIR}/${PN}-7.0.3-darwin10.patch" - "${FILESDIR}/${PN}-norfc6555.patch" -) - -src_compile() { - distutils-r1_src_compile - use doc && emake -C docs man -} - -src_install() { - distutils-r1_src_install - dodoc offlineimap.conf offlineimap.conf.minimal - use doc && doman docs/{offlineimap.1,offlineimapui.7} -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "You will need to configure offlineimap by creating ~/.offlineimaprc" - elog "Sample configurations are in /usr/share/doc/${PF}/" - elog "" - elog "If you connect via ssl/tls and don't use CA cert checking, it will" - elog "display the server's cert fingerprint and require you to add it to the" - elog "configuration file to be sure it connects to the same server every" - elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't" - elog "check SSL server certificate) in cases where you have no CA cert." - fi -} diff --git a/net-misc/switzerland/Manifest b/net-misc/switzerland/Manifest deleted file mode 100644 index b5c210e04107..000000000000 --- a/net-misc/switzerland/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST switzerland-0.1.0.tgz 592922 BLAKE2B dc0a7557d48bb8004c07468b47d026048662a3b2c743eddc29e37ffe3c839e28d5b12957a6a50d0355be7e5f946556d9827652bf7899cfd40cda0c57db115cc1 SHA512 3a5474c005bf45cddf8eede7c1e2faa5855bf9017f5c732555cfe2c8b7b82381ea25c2ada000a9945a330ff3af19f1e861a11508ff057c81a78eab53de1d0cdb diff --git a/net-misc/switzerland/files/Makefile b/net-misc/switzerland/files/Makefile deleted file mode 100644 index c1e582d56dc4..000000000000 --- a/net-misc/switzerland/files/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -SRC = FastCollector.c -OBJ = ${SRC:.c=.o} - -LIBS = -lpcap - -all: FastCollector - -.c.o: - $(CC) -c $(CFLAGS) $< - -FastCollector: $(OBJ) - $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJ) $(LIBS) diff --git a/net-misc/switzerland/metadata.xml b/net-misc/switzerland/metadata.xml deleted file mode 100644 index e77e27bbace0..000000000000 --- a/net-misc/switzerland/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <longdescription lang="en"> - Switzerland is an open source software tool for testing the integrity of - data communications over networks, ISPs and firewalls. It will spot IP - packets which are forged or modified between clients, inform you, and - give you copies of the modified packets. - </longdescription> - <upstream> - <remote-id type="sourceforge">switzerland</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/switzerland/switzerland-0.1.0.ebuild b/net-misc/switzerland/switzerland-0.1.0.ebuild deleted file mode 100644 index 10925c2dacf4..000000000000 --- a/net-misc/switzerland/switzerland-0.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 toolchain-funcs - -DESCRIPTION="Network Testing Tool" -HOMEPAGE="http://www.eff.org/testyourisp/switzerland/" -SRC_URI="mirror://sourceforge/switzerland/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="net-libs/libpcap" -RDEPEND=${DEPEND} - -src_prepare() { - cp "${FILESDIR}"/Makefile switzerland/client - - sed -i \ - -e "s/= find_binary()/= dest/" \ - setup.py - distutils-r1_src_prepare -} - -src_compile() { - cd switzerland/client - emake CC=$(tc-getCC) - - cd "${S}" - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - - dodoc BUGS.txt CREDITS - - keepdir /var/log/switzerland-pcaps - keepdir /var/log/switzerland -} diff --git a/net-wireless/multimode/Manifest b/net-wireless/multimode/Manifest deleted file mode 100644 index eef9dda6f5b2..000000000000 --- a/net-wireless/multimode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST multimode-1.4_p20140831.tar.xz 7648 BLAKE2B 1efec8c12e46b63f5501f1cf28f2e1f57d378c578656ecae771f0b98b873bbc1f119652a9f4607c9c0f3c5f3ca4f7109c48509f8339a1b22b8e3ef2af7214407 SHA512 891428e6c049cfd94787bd7580a59b3a9eb488dbf97cd21a1d82be04648e5423c3ce73983d38c5a3c280519ebea73c9572e9b0cdc7df453114e6aa220a58eaff diff --git a/net-wireless/multimode/metadata.xml b/net-wireless/multimode/metadata.xml deleted file mode 100644 index 8a3f94073560..000000000000 --- a/net-wireless/multimode/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>zerochaos@gentoo.org</email> - <name>Rick Farina</name> -</maintainer> -<maintainer type="project"> - <email>radio@gentoo.org</email> - <name>Radio</name> -</maintainer> -</pkgmetadata> diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild deleted file mode 100644 index 3cdc6cd432c7..000000000000 --- a/net-wireless/multimode/multimode-1.4_p20140831-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio" -HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk" - inherit subversion -else - #SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz" - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -DEPEND="${PYTHON_DEPS} - >=net-wireless/gnuradio-3.7:=[grc,utils,${PYTHON_SINGLE_USEDEP}] - >=net-wireless/gr-osmosdr-0.1.0:=" -RDEPEND="${DEPEND}" - -src_compile() { - PYTHONPATH="${S}":"${PYTHONPATH}" emake -} - -src_install() { - newbin ${PN}.py ${PN} - python_domodule ${PN}_helper.py - insinto /usr/share/${PN} - doins ${PN}.grc - python_fix_shebang "${ED}"/usr/bin -} diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild deleted file mode 100644 index e8614f1c94d4..000000000000 --- a/net-wireless/multimode/multimode-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio" -HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk" - -LICENSE="BSD" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk" - inherit subversion -else - #SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz" - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -DEPEND="${PYTHON_DEPS} - =net-wireless/gnuradio-9999:=[grc,utils,${PYTHON_SINGLE_USEDEP}] - =net-wireless/gr-osmosdr-9999:=" -RDEPEND="${DEPEND}" - -src_compile() { - PYTHONPATH="${S}":"${PYTHONPATH}" emake -} - -src_install() { - newbin ${PN}.py ${PN} - python_domodule ${PN}_helper.py - insinto /usr/share/${PN} - doins ${PN}.grc - python_fix_shebang "${ED}"/usr/bin -} diff --git a/profiles/package.mask b/profiles/package.mask index 39dd31a9e1e0..69e952ae5580 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -286,43 +286,7 @@ dev-tex/feynmf # Aaron Bauman <bman@gentoo.org> (2020-06-20) # Py2 only # Removal in 14 days -app-crypt/openvpn-blacklist -app-forensics/volatility <=dev-libs/distorm64-3.4.2 -app-misc/yagtd -app-text/pylize -app-vim/easytags -app-vim/notes -dev-db/metakit -dev-python/backports-ssl-match-hostname -dev-python/backports-shutil_get_terminal_size -dev-python/backports-shutil_which -dev-python/python-wpactrl -dev-util/bakefile -dev-vcs/git-deps -dev-vcs/git-remote-hg -games-emulation/openmsx -games-kids/childsplay -games-mud/lyntin -games-sports/ski -mail-filter/tmda -media-video/subdl -media-sound/cplay -media-sound/tunapie -net-firewall/dshieldpy -net-mail/offlineimap -net-misc/switzerland -net-wireless/multimode -sci-biology/last -sci-chemistry/hollow -sci-chemistry/modeller -sci-chemistry/pymol-plugins-msms -sci-geosciences/tilecache -sci-libs/deap -sci-libs/pycifrw -www-apps/curator -x11-apps/whyteboard -x11-plugins/purple-plugin_pack # Andreas Sturmlechner <asturm@gentoo.org> (2020-06-18) # Games depending on dead gnome-base/libgnomeui. diff --git a/sci-biology/last/Manifest b/sci-biology/last/Manifest deleted file mode 100644 index 22e3590e9d28..000000000000 --- a/sci-biology/last/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST last-299.zip 453159 BLAKE2B 3f8ddc24a2eba189880f2547f458ebbc2b349f0517c25165257f4cf3a90f68d8df313f7eece3930c33376aa0e16185c54b586b6f411975a1fb15e6426c535ca0 SHA512 74e89129cc17482ec1a99e2d940ca62374c130fea2fa53ea7d2c3703b6ca5751f348110909d61562c4839d8fb1793619c2f41c25c8968b3ab53f0c7191f4a00b diff --git a/sci-biology/last/files/last-299-fix-build-system.patch b/sci-biology/last/files/last-299-fix-build-system.patch deleted file mode 100644 index 0a89cea60278..000000000000 --- a/sci-biology/last/files/last-299-fix-build-system.patch +++ /dev/null @@ -1,74 +0,0 @@ -Make build system respect user flags - ---- a/makefile -+++ b/makefile -@@ -1,6 +1,5 @@ --CXXFLAGS = -O3 - all: -- @cd src && $(MAKE) CXXFLAGS="$(CXXFLAGS)" -+ $(MAKE) -C src - - prefix = /usr/local - exec_prefix = $(prefix) -@@ -10,15 +9,15 @@ - cp src/last?? scripts/*.?? $(bindir) - - clean: -- @cd src && $(MAKE) clean -+ $(MAKE) -C src clean - - html: -- @cd doc && $(MAKE) -+ $(MAKE) -C doc - - distdir = last-`hg id -n` - - dist: log html -- @cd src && $(MAKE) version.hh -+ $(MAKE) -C src version.hh - rsync -rC --exclude 'last??' doc examples makefile s* *.txt $(distdir) - zip -qrm $(distdir) $(distdir) - ---- a/src/makefile -+++ b/src/makefile -@@ -1,12 +1,9 @@ --CXX = g++ --CC = gcc -- --CXXFLAGS = -O3 -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef \ ---Wcast-align -Wno-long-long -ansi -pedantic -+last_CXXFLAGS = -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef \ -+-Wcast-align -Wno-long-long -pedantic - # -Wconversion - # -fomit-frame-pointer ? - --CFLAGS = -Wall -+last_CFLAGS = -Wall - - DBSRC = Alphabet.cc MultiSequence.cc CyclicSubsetSeed.cc \ - SubsetSuffixArray.cc LastdbArguments.cc io.cc fileMap.cc \ -@@ -49,17 +46,20 @@ - - all: lastdb lastal lastex - -+.cpp.o: -+ $(CXX) $(CPPFLAGS) $(last_CXXFLAGS) $(CXXFLAGS) -c -o $@ $< -+ - lastdb: $(DBSRC) $(DBINC) makefile -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(DBSRC) -+ $(CXX) $(CPPFLAGS) $(last_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(DBSRC) - - lastal: $(ALSRC) $(ALINC) makefile $(OBJ) -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ALSRC) $(OBJ) -+ $(CXX) $(CPPFLAGS) $(last_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ALSRC) $(OBJ) - - lastex: $(EXSRC) $(EXINC) makefile -- $(CXX) -Igumbel_params $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(EXSRC) -+ $(CXX) $(CPPFLAGS) -Igumbel_params $(last_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(EXSRC) - - $(OBJ): CA_code/*.c CA_code/*.h makefile -- $(CC) $(CPPFLAGS) $(CFLAGS) -c CA_code/lambda_calculator.c -+ $(CC) $(CPPFLAGS) $(last_CFLAGS) $(CFLAGS) -c -o $@ CA_code/lambda_calculator.c - - clean: - rm -f lastdb lastal lastex $(OBJ) diff --git a/sci-biology/last/files/last-299-portable-shebangs.patch b/sci-biology/last/files/last-299-portable-shebangs.patch deleted file mode 100644 index 03ecbdcbde20..000000000000 --- a/sci-biology/last/files/last-299-portable-shebangs.patch +++ /dev/null @@ -1,99 +0,0 @@ -Make shebangs portable and prefix friendly -See also: https://blogs.gentoo.org/mgorny/2016/02/08/a-quick-note-on-portable-shebangs/ - ---- a/scripts/last-dotplot.py -+++ b/scripts/last-dotplot.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Read pair-wise alignments in MAF or LAST tabular format: write an - # "Oxford grid", a.k.a. dotplot. ---- a/scripts/last-map-probs.py -+++ b/scripts/last-map-probs.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Copyright 2010, 2011, 2012 Martin C. Frith - ---- a/scripts/last-merge-batches.py -+++ b/scripts/last-merge-batches.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Copyright 2010, 2011 Martin C. Frith - ---- a/scripts/last-pair-probs.py -+++ b/scripts/last-pair-probs.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Copyright 2011, 2012, 2013 Martin C. Frith - ---- a/scripts/last-reduce-alignments.sh -+++ b/scripts/last-reduce-alignments.sh -@@ -1,4 +1,4 @@ --#! /bin/sh -+#!/usr/bin/env sh - - # This script reads MAF-format alignments with lastal header - # information, removes "uninteresting" alignments, and writes the ---- a/scripts/last-remove-dominated.py -+++ b/scripts/last-remove-dominated.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Read MAF-format alignments, and write those are not "dominated" by - # any other one. X dominates Y if they overlap on the top sequence, ---- a/scripts/last-split-probs.py -+++ b/scripts/last-split-probs.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Copyright 2012 Martin C. Frith - ---- a/scripts/maf-convert.py -+++ b/scripts/maf-convert.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - # Copyright 2010, 2011 Martin C. Frith - # Read MAF-format alignments: write them in other formats. - # Seems to work with Python 2.x, x>=4 ---- a/scripts/maf-cull.py -+++ b/scripts/maf-cull.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Read MAF-format alignments. Write them, omitting alignments whose - # coordinates in the top-most sequence are contained in those of >= ---- a/scripts/maf-join.py -+++ b/scripts/maf-join.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Copyright 2009, 2010, 2011 Martin C. Frith - ---- a/scripts/maf-sort.sh -+++ b/scripts/maf-sort.sh -@@ -1,4 +1,4 @@ --#! /bin/sh -+#!/usr/bin/env sh - - # Sort MAF-format alignments by sequence name, then strand, then start - # position, then end position, of the top sequence. Also, merge ---- a/scripts/maf-swap.py -+++ b/scripts/maf-swap.py -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#!/usr/bin/env python2 - - # Read MAF-format alignments, and write them, after moving the Nth - # sequence to the top in each alignment. diff --git a/sci-biology/last/last-299-r1.ebuild b/sci-biology/last/last-299-r1.ebuild deleted file mode 100644 index b6adee215970..000000000000 --- a/sci-biology/last/last-299-r1.ebuild +++ /dev/null @@ -1,45 +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 toolchain-funcs python-single-r1 - -DESCRIPTION="Genome-scale comparison of biological sequences" -HOMEPAGE="http://last.cbrc.jp/" -SRC_URI="http://last.cbrc.jp/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="app-arch/unzip" - -PATCHES=( - "${FILESDIR}"/${PN}-299-fix-build-system.patch - "${FILESDIR}"/${PN}-299-portable-shebangs.patch -) - -src_configure() { - tc-export CC CXX -} - -src_install() { - local DOCS=( doc/*.txt ChangeLog.txt README.txt ) - local HTML_DOCS=( doc/*html ) - einstalldocs - - dobin src/last{al,db,ex} - - cd scripts || die - local i - for i in *py; do - newbin ${i} ${i%.py} - done - dobin *sh -} diff --git a/sci-biology/last/metadata.xml b/sci-biology/last/metadata.xml deleted file mode 100644 index 959160fe46b1..000000000000 --- a/sci-biology/last/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>sci-biology@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata> diff --git a/sci-chemistry/hollow/Manifest b/sci-chemistry/hollow/Manifest deleted file mode 100644 index 9c9dec2ce5a3..000000000000 --- a/sci-chemistry/hollow/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hollow-1.2.zip 62554 BLAKE2B 825ebbd5b9085d47be3487331ecabf80a6af73eda4525e1d073eea05b5fb0c1892b115f669c8ce3227bfb573f266d1a0225c7aaeee844338496bceb55d88edd6 SHA512 e253680cc0fae286ec697b2dac822b9e165d509cc7eefb27bbcafae6ab2617c3edc8cd9c8beefcc9ef2eb920c9d839fd0bc25f79d22160d857b1705cefbc05ca diff --git a/sci-chemistry/hollow/hollow-1.2-r1.ebuild b/sci-chemistry/hollow/hollow-1.2-r1.ebuild deleted file mode 100644 index d1db2c19db3f..000000000000 --- a/sci-chemistry/hollow/hollow-1.2-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 vcs-clean - -DESCRIPTION="Production of surface images of proteins" -HOMEPAGE="http://hollow.sourceforge.net/" -#SRC_URI="mirror://sourceforge/${P}.zip" -SRC_URI="http://hollow.sourceforge.net/${P}.zip" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-3" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - sci-chemistry/pymol[${PYTHON_USEDEP}]" -DEPEND="${PYTHON_DEPS} - app-arch/unzip" - -src_install() { - python_setup - esvn_clean - python_foreach_impl python_domodule pdbstruct - python_moduleinto ${PN} - python_foreach_impl python_domodule *.py hollow.txt - - python_foreach_impl python_newscript ${PN}.py ${PN} - - dodoc README - python_optimize -} diff --git a/sci-chemistry/hollow/metadata.xml b/sci-chemistry/hollow/metadata.xml deleted file mode 100644 index 266ef9d56913..000000000000 --- a/sci-chemistry/hollow/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-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">hollow</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-chemistry/modeller/Manifest b/sci-chemistry/modeller/Manifest deleted file mode 100644 index 69e1780c97f5..000000000000 --- a/sci-chemistry/modeller/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST modeller-9.20.tar.gz 34909796 BLAKE2B d89c81823c4d7784a7b3d64fdb01158a973edc7d8b316c773e038ba8645797c543d5bc58c1bff5462ae5975a6c2796f4b2d500641d226c3b2281cf794cfeba8d SHA512 667edeeda0a9038258f6932b3cef22a1e9d0fe47f47bd2ac612e7bac7f23a863f5a65cfd93abfa405310e7fb7b305d53e71d6c6e930613b0dbd43b24dcd5919a -DIST modeller-9.22.tar.gz 34953371 BLAKE2B 3bf8828b38f22955dea973cfe54cbd2f77bf021900bd5aa3c75f083b12e2a7199c3173de526acfeab005c0606816bac347b9bdfb6b62d5e3db9c9e18fed99ac4 SHA512 0056f09a07d6e2b565c8f4accca48ad176c9d32634b75bc4db60a187d56f22ef1710296dfd31bf27f496c5ed100146420be7cfdb135ca8b2b0fac7d7f5fa877f diff --git a/sci-chemistry/modeller/metadata.xml b/sci-chemistry/modeller/metadata.xml deleted file mode 100644 index da36ecbfcd6a..000000000000 --- a/sci-chemistry/modeller/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>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> diff --git a/sci-chemistry/modeller/modeller-9.20.ebuild b/sci-chemistry/modeller/modeller-9.20.ebuild deleted file mode 100644 index 641395067b0d..000000000000 --- a/sci-chemistry/modeller/modeller-9.20.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils multilib versionator - -DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures" -HOMEPAGE="https://salilab.org/modeller/" -SRC_URI="https://salilab.org/${PN}/${PV}/${P}.tar.gz" - -LICENSE="modeller" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" -SLOT="0" - -RESTRICT="mirror" - -DEPEND=">=dev-lang/swig-1.3" -RDEPEND="" - -INPATH="${EPREFIX}"/opt/modeller${ver} - -QA_PREBUILT="/opt/*" - -pkg_setup() { - case ${ARCH} in - x86) - EXECTYPE="i386-intel8";; - amd64) - EXECTYPE="x86_64-intel8";; - *) - die "Your arch "${ARCH}" does not appear supported at this time.";; - esac -} - -python_prepare_all() { - sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die - distutils-r1_python_prepare_all -} - -python_compile() { - cd src/swig || die - swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die - distutils-r1_python_compile -} - -python_install() { - cd src/swig || die - distutils-r1_python_install -} - -python_install_all() { - cd "${S}" || die - sed \ - -e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \ - -e "/MODINSTALL/s:xxx:\"${INPATH}\":g" \ - -i bin/modscript || die - - sed -e "s;@TOPDIR\@;\"${INPATH}\";" \ - -e "s;@EXETYPE\@;${EXECTYPE};" \ - bin/modpy.sh.in > "${T}/modpy.sh" - - insinto ${INPATH} - doins -r modlib - python_foreach_impl python_domodule modlib/modeller - - insinto ${INPATH}/bin - doins -r bin/{lib,*top} - - exeinto ${INPATH}/bin - doexe bin/{modscript,mod${PV}_${EXECTYPE}} "${T}"/modpy.sh - - python_foreach_impl python_doscript bin/modslave.py - dosym ${INPATH}/bin/modscript /opt/bin/mod${PV} - dosym ${INPATH}/bin/modpy.sh /opt/bin/modpy.sh - - exeinto ${INPATH}/lib/${EXECTYPE}/ - doexe lib/${EXECTYPE}/lib* - dosym libmodeller.so.8 ${INPATH}/lib/${EXECTYPE}/libmodeller.so - dosym ../../${INPATH}/lib/${EXECTYPE}/libmodeller.so.8 /usr/$(get_libdir)/libmodeller.so.8 - - use doc && HTML_DOCS=( doc/. ) - distutils-r1_python_install_all - - if use examples; then - insinto /usr/share/${PN}/ - doins -r examples - fi - - insinto /etc/revdep-rebuild - cat >> "${T}"/40-${PN} <<- EOF - SEARCH_DIRS_MASK="${EPREFIX}/opt/modeller/lib/" - EOF - doins "${T}"/40-${PN} -} - -pkg_postinst() { - if [[ ! -e "${INPATH}/modlib/modeller/config.py" ]]; then - echo install_dir = \"${INPATH}/\"> ${INPATH}/modlib/modeller/config.py - fi - - if grep -q license ${INPATH}/modlib/modeller/config.py; then - einfo "A license key file is already present in ${IN_PATH}/modlib/modeller/config.py" - else - ewarn "Obtain a license Key from" - ewarn "http://salilab.org/modeller/registration.html" - ewarn "And run this before using modeller:" - ewarn "emerge --config =${CATEGORY}/${PF}" - ewarn "That way you can [re]enter your license key." - fi -} - -pkg_postrm() { - ewarn "This package leaves a license Key file in ${INPATH}/modlib/modeller/config.py" - ewarn "that you need to remove to completely get rid of modeller." -} - -pkg_config() { - ewarn "Your license key is NOT checked for validity here." - ewarn " Make sure you type it in correctly." - eerror "If you CTRL+C out of this, modeller will not run!" - while true - do - einfo "Please enter your license key:" - read license_key1 - einfo "Please re-enter your license key:" - read license_key2 - if [[ "$license_key1" == "" ]] - then - echo "You entered a blank license key. Try again." - else - if [[ "$license_key1" == "$license_key2" ]] - then - echo license = '"'$license_key1'"' >> "${INPATH}/modlib/modeller/config.py" - einfo "Thank you!" - break - else - eerror "Your license key entries do not match. Try again." - fi - fi - done -} diff --git a/sci-chemistry/modeller/modeller-9.22.ebuild b/sci-chemistry/modeller/modeller-9.22.ebuild deleted file mode 100644 index 2bc08bd43d4e..000000000000 --- a/sci-chemistry/modeller/modeller-9.22.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils multilib - -DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures" -HOMEPAGE="https://salilab.org/modeller/" -SRC_URI="https://salilab.org/${PN}/${PV}/${P}.tar.gz" - -LICENSE="modeller" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" -SLOT="0" - -RESTRICT="mirror" - -DEPEND=">=dev-lang/swig-1.3" -RDEPEND="" - -INPATH="${EPREFIX}"/opt/modeller${ver} - -QA_PREBUILT="/opt/*" - -pkg_setup() { - case ${ARCH} in - x86) - EXECTYPE="i386-intel8";; - amd64) - EXECTYPE="x86_64-intel8";; - *) - die "Your arch "${ARCH}" does not appear supported at this time.";; - esac -} - -python_prepare_all() { - sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die - distutils-r1_python_prepare_all -} - -python_compile() { - cd src/swig || die - swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die - distutils-r1_python_compile -} - -python_install() { - cd src/swig || die - distutils-r1_python_install -} - -python_install_all() { - cd "${S}" || die - sed \ - -e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \ - -e "/MODINSTALL/s:xxx:\"${INPATH}\":g" \ - -i bin/modscript || die - - sed -e "s;@TOPDIR\@;\"${INPATH}\";" \ - -e "s;@EXETYPE\@;${EXECTYPE};" \ - bin/modpy.sh.in > "${T}/modpy.sh" - - insinto ${INPATH} - doins -r modlib - python_foreach_impl python_domodule modlib/modeller - - insinto ${INPATH}/bin - doins -r bin/{lib,*top} - - exeinto ${INPATH}/bin - doexe bin/{modscript,mod${PV}_${EXECTYPE}} "${T}"/modpy.sh - - python_foreach_impl python_doscript bin/modslave.py - dosym ${INPATH}/bin/modscript /opt/bin/mod${PV} - dosym ${INPATH}/bin/modpy.sh /opt/bin/modpy.sh - - exeinto ${INPATH}/lib/${EXECTYPE}/ - doexe lib/${EXECTYPE}/lib* - dosym libmodeller.so.8 ${INPATH}/lib/${EXECTYPE}/libmodeller.so - dosym ../../${INPATH}/lib/${EXECTYPE}/libmodeller.so.8 /usr/$(get_libdir)/libmodeller.so.8 - - use doc && HTML_DOCS=( doc/. ) - distutils-r1_python_install_all - - if use examples; then - insinto /usr/share/${PN}/ - doins -r examples - fi - - insinto /etc/revdep-rebuild - cat >> "${T}"/40-${PN} <<- EOF - SEARCH_DIRS_MASK="${EPREFIX}/opt/modeller/lib/" - EOF - doins "${T}"/40-${PN} -} - -pkg_postinst() { - if [[ ! -e "${INPATH}/modlib/modeller/config.py" ]]; then - echo install_dir = \"${INPATH}/\"> ${INPATH}/modlib/modeller/config.py - fi - - if grep -q license ${INPATH}/modlib/modeller/config.py; then - einfo "A license key file is already present in ${IN_PATH}/modlib/modeller/config.py" - else - ewarn "Obtain a license Key from" - ewarn "http://salilab.org/modeller/registration.html" - ewarn "And run this before using modeller:" - ewarn "emerge --config =${CATEGORY}/${PF}" - ewarn "That way you can [re]enter your license key." - fi -} - -pkg_postrm() { - ewarn "This package leaves a license Key file in ${INPATH}/modlib/modeller/config.py" - ewarn "that you need to remove to completely get rid of modeller." -} - -pkg_config() { - ewarn "Your license key is NOT checked for validity here." - ewarn " Make sure you type it in correctly." - eerror "If you CTRL+C out of this, modeller will not run!" - while true - do - einfo "Please enter your license key:" - read license_key1 - einfo "Please re-enter your license key:" - read license_key2 - if [[ "$license_key1" == "" ]] - then - echo "You entered a blank license key. Try again." - else - if [[ "$license_key1" == "$license_key2" ]] - then - echo license = '"'$license_key1'"' >> "${INPATH}/modlib/modeller/config.py" - einfo "Thank you!" - break - else - eerror "Your license key entries do not match. Try again." - fi - fi - done -} diff --git a/sci-chemistry/pymol-plugins-msms/Manifest b/sci-chemistry/pymol-plugins-msms/Manifest deleted file mode 100644 index 3e5c1d3ef747..000000000000 --- a/sci-chemistry/pymol-plugins-msms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pymol-plugins-msms-100415.py 62320 BLAKE2B 2778221bd0138764b9f0b75202de8bc46d71005b26d0e23faba582d5f49fc0c3edca04d0ffcddf8f3be541a2142b739afe8a2904912a29d2443d9e6974f453a5 SHA512 924d89836f92d0be52d7534cbe6dc9338dac1c2263a51900ab62dbe96e4f54f565dbaa6bdf51236d8ea8e9042aa09283a117f5285561b252177a5a32f3876489 diff --git a/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch b/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch deleted file mode 100644 index 0d26fb31c5f1..000000000000 --- a/sci-chemistry/pymol-plugins-msms/files/100415-msms.patch +++ /dev/null @@ -1,33 +0,0 @@ - pymol-plugins-msms-100415.py | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) - -diff --git a/pymol-plugins-msms-100415.py b/pymol-plugins-msms-100415.py -index 725934d..7ea00bf 100644 ---- a/pymol-plugins-msms-100415.py -+++ b/pymol-plugins-msms-100415.py -@@ -99,15 +99,17 @@ class MSMSPlugin: - self.cleanup_saved_pymol_sel.set(True) # by default, clean up - - self.pdb_fn.set('') -- if 'MSMS_BIN' in os.environ: -- if VERBOSE: print 'Found MSMS_BIN in environmental variables', os.environ['MSMS_BIN'] -- self.msms_bin.set(os.environ['MSMS_BIN']) -- else: -- if VERBOSE: print 'MSMS_BIN not found in environmental variables.' -- self.msms_bin.set('') -+ self.msms_bin.set('GENTOOMSMS') -+## if 'MSMS_BIN' in os.environ: -+## if VERBOSE: print 'Found MSMS_BIN in environmental variables', os.environ['MSMS_BIN'] -+## self.msms_bin.set(os.environ['MSMS_BIN']) -+## else: -+## if VERBOSE: print 'MSMS_BIN not found in environmental variables.' -+## self.msms_bin.set('') - ## self.pdb2xyzr_bin.set('') -- if 'PDB2XYZRN' in os.environ: self.pdb2xyzrn_bin.set(os.environ['PDB2XYZRN']) -- else: self.pdb2xyzrn_bin.set('') -+ self.pdb2xyzrn_bin.set('GENTOOXYZRN') -+## if 'PDB2XYZRN' in os.environ: self.pdb2xyzrn_bin.set(os.environ['PDB2XYZRN']) -+## else: self.pdb2xyzrn_bin.set('') - self.tmp_dir.set('/tmp') - self.cleanup_msms_output = Tkinter.BooleanVar() - self.cleanup_msms_output.set(True) # by default, clean up msms output diff --git a/sci-chemistry/pymol-plugins-msms/metadata.xml b/sci-chemistry/pymol-plugins-msms/metadata.xml deleted file mode 100644 index 214696c4a1f7..000000000000 --- a/sci-chemistry/pymol-plugins-msms/metadata.xml +++ /dev/null @@ -1,17 +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> -MSMS is an excellent tool for computing protein solvent excluded surface (SES). -MSMS Plugin for PyMOL provides a graphical user interface for running MSMS and -displaying its results in PyMOL. - -1. Citation for this plugin: - Hongbo Zhu. MSMS plugin for PyMOL, 2010, Biotechnology Center (BIOTEC), TU Dresden. -2. Citation for PyMOL can be found at: http://pymol.sourceforge.net/faq.html#CITE -</longdescription> -</pkgmetadata> diff --git a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild deleted file mode 100644 index 33c7dbf9be7d..000000000000 --- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild +++ /dev/null @@ -1,43 +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 eutils python-r1 - -DESCRIPTION="GUI for MSMS and displaying its results in PyMOL" -HOMEPAGE="http://www.biotec.tu-dresden.de/~hongboz/msms_pymol/msms_pymol.html" -SRC_URI="http://www.biotec.tu-dresden.de/~hongboz/msms_pymol/pymol_script/msms_pymol.py -> ${P}.py" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD pymol" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - sci-chemistry/msms-bin - sci-chemistry/pymol[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -src_unpack() { - mkdir "${S}" || die - cp "${DISTDIR}"/${A} "${S}/" || die -} - -src_prepare() { - epatch "${FILESDIR}"/${PV}-msms.patch - sed \ - -e "s:GENTOOMSMS:${EPREFIX}/opt/bin/msms:g" \ - -e "s:GENTOOXYZRN:${EPREFIX}/usr/bin/pdb_to_xyzrn:g" \ - -i ${A} || die -} - -src_install() { - python_moduleinto pmg_tk/startup - python_foreach_impl python_domodule ${P}.py - python_foreach_impl python_optimize -} diff --git a/sci-geosciences/tilecache/Manifest b/sci-geosciences/tilecache/Manifest deleted file mode 100644 index d8654ce44e63..000000000000 --- a/sci-geosciences/tilecache/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tilecache-2.11.tar.gz 68705 BLAKE2B dcde237082c87605fbf5d78f1b1aea9699ebfc0d4285b9a25376156dbf0ed7eb590d78d540c168eaf9d6f679fd47dd753a8d3e48beeca101c914f3f37a575a47 SHA512 234fdba3465b9f940b4bf45a4427c61a803f4458266c59ac08d52bdaace4a186d7bf37cce7af6f273ba0ade9e8d6118fa58ce6dd37645a0667230dc507ee991a diff --git a/sci-geosciences/tilecache/files/tilecache-2.11-pil.patch b/sci-geosciences/tilecache/files/tilecache-2.11-pil.patch deleted file mode 100644 index b596ae449ff7..000000000000 --- a/sci-geosciences/tilecache/files/tilecache-2.11-pil.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Nuar tilecache-2.11.orig/TileCache/Layer.py tilecache-2.11/TileCache/Layer.py ---- tilecache-2.11.orig/TileCache/Layer.py 2010-10-15 04:00:18.000000000 -0700 -+++ tilecache-2.11/TileCache/Layer.py 2013-11-09 11:05:17.620475332 -0800 -@@ -391,7 +391,7 @@ - return MetaTile(self, x, y, tile.z) - - def renderMetaTile (self, metatile, tile): -- import StringIO, Image -+ import StringIO, PIL.Image as Image - - data = self.renderTile(metatile) - image = Image.open( StringIO.StringIO(data) ) -@@ -444,7 +444,7 @@ - return self.renderTile(tile) - - def watermark (self, img): -- import StringIO, Image, ImageEnhance -+ import StringIO, PIL.Image as Image, PIL.ImageEnhance as ImageEnhance - tileImage = Image.open( StringIO.StringIO(img) ) - wmark = Image.open(self.watermarkimage) - assert self.watermarkopacity >= 0 and self.watermarkopacity <= 1 diff --git a/sci-geosciences/tilecache/metadata.xml b/sci-geosciences/tilecache/metadata.xml deleted file mode 100644 index 1c984f64751f..000000000000 --- a/sci-geosciences/tilecache/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>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> -</maintainer> -</pkgmetadata> diff --git a/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild b/sci-geosciences/tilecache/tilecache-2.11-r1.ebuild deleted file mode 100644 index f52323268ed3..000000000000 --- a/sci-geosciences/tilecache/tilecache-2.11-r1.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 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Web map tile caching system" -HOMEPAGE="http://tilecache.org/" -SRC_URI="http://${PN}.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pillow - dev-python/paste" -DEPEND="${RDEPEND} - dev-python/setuptools -" - -PATCHES=( "${FILESDIR}/tilecache-2.11-pil.patch" ) - -src_install() { - distutils-r1_src_install "--debian" -} - -python_test() { - python setup.py test || die "Failed tests" -} diff --git a/sci-libs/deap/Manifest b/sci-libs/deap/Manifest deleted file mode 100644 index e42cee98ca6c..000000000000 --- a/sci-libs/deap/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST deap-0.9.1.tar.gz 968521 BLAKE2B 2846e98b88164c09133317f7eaca09e096f64b6dec4b824b79b688d5418dc3eb1f3eaeadeab3d582cbbbadbde37c353d451b93861c6415258fa286a659762ff6 SHA512 70786b444a05e4db9c95f132af4308acb058e507a537946979a735025f2ed5bbafe13c3c876d3c73cef6dc034c8e28f4a982afbc4416a4905be5d3b905831107 -DIST deap-1.0.0.tar.gz 847713 BLAKE2B bcf9f862f8d1ae37723f026a3bb06c2e168a2b8d868c99041176747ae02ca2e78d382b241a1ff2707ee352706ec0de5cee90c00432905479de10886fac7fcd12 SHA512 4d7bb72586c3c8bf1b7e353721cf86be6b6a845965a69f03c60fbfcc5995e88d99b094aa6a82cdf8c4cfc4aae7401c1c30348f54702e7d5d91e3f0aeaae4af49 -DIST deap-1.0.1.tar.gz 861409 BLAKE2B f0b37e4fc054b86a4bf08bd010d02281317bacdaf6b3c80fce99a0227907dd0c4c3004692d90471b1dc53b2d30d3bc6fb035f1ccd4886bf7adda33845c5e5c9b SHA512 82e7e60f669d242aba1786d5a9c1f01dd581ff7e77b4e5c2ec173d06c4ea2edc33ebae2390f103b635d8568b2664ca5ad7f9ba81ebd26472251a1c0d04b3e073 diff --git a/sci-libs/deap/deap-0.9.1.ebuild b/sci-libs/deap/deap-0.9.1.ebuild deleted file mode 100644 index ccb293d84705..000000000000 --- a/sci-libs/deap/deap-0.9.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Novel evolutionary computation framework" -HOMEPAGE="https://code.google.com/p/deap/" -SRC_URI="https://deap.googlecode.com/files/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools" diff --git a/sci-libs/deap/deap-1.0.0.ebuild b/sci-libs/deap/deap-1.0.0.ebuild deleted file mode 100644 index 923a82748ad6..000000000000 --- a/sci-libs/deap/deap-1.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Distributed Evolutionary Algorithms in Python" -HOMEPAGE="https://code.google.com/p/deap/ https://pypi.org/project/deap/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools" diff --git a/sci-libs/deap/deap-1.0.1.ebuild b/sci-libs/deap/deap-1.0.1.ebuild deleted file mode 100644 index b33af7bbecab..000000000000 --- a/sci-libs/deap/deap-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Novel evolutionary computation framework" -HOMEPAGE="https://github.com/deap/deap" -SRC_URI="https://github.com/DEAP/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools" diff --git a/sci-libs/deap/metadata.xml b/sci-libs/deap/metadata.xml deleted file mode 100644 index 62d9ca88584a..000000000000 --- a/sci-libs/deap/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-needed --> - <longdescription> - DEAP stands for Distributed Evolutionary Algorithm in Python, it is dedicated to people who - wish to learn how to use evolutionary algorithms and to those who wish to - rediscover evolutionary algorithms. DEAP is the proof that evolutionary - algorithms do **not** need to be neither complex or complicated. - </longdescription> - <upstream> - <remote-id type="pypi">deap</remote-id> - <remote-id type="github">DEAP/deap</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/pycifrw/Manifest b/sci-libs/pycifrw/Manifest deleted file mode 100644 index 42ca547bda30..000000000000 --- a/sci-libs/pycifrw/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST PyCifRW-3.6.2.tar.gz 356813 BLAKE2B d1b774a3603dd2b69004f7209e05a539f8be1dd5a2313c13c273a35d0190ef9888d5c926a254d2920d105f90b0ab9aea9b6894e9ea4e1ed8193718da06af0df8 SHA512 21b5738deb54a7293faef2d0cb578047be15feb1e2a0f4e6566777977ec8955c4281e6eddc920c08705f553acec4a574b52ca60b37b8bc0269d6b2cdaec7bf71 -DIST PyCifRW-4.1.1.tar.gz 446258 BLAKE2B 61df861f64b67c6d064a6af588d8f94416fc855f3b0b9284d98348636b7fe9b972dfbfcac3a3e32b15846338df835ac07c4f89317f8dad2b166615e38466e856 SHA512 5358080528851b1341c5294ade0741450963bea26b731ec1cb820e012d921dd329137413b3ca1ffb7d7915a4796415f8b3f9654711052ac744d8db7d6104e18d diff --git a/sci-libs/pycifrw/metadata.xml b/sci-libs/pycifrw/metadata.xml deleted file mode 100644 index b763b4f1a8ae..000000000000 --- a/sci-libs/pycifrw/metadata.xml +++ /dev/null @@ -1,12 +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> - <upstream> - <remote-id type="pypi">PyCifRW</remote-id> - <remote-id type="bitbucket">jamesrhester/pycifrw</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/pycifrw/pycifrw-3.6.2.ebuild b/sci-libs/pycifrw/pycifrw-3.6.2.ebuild deleted file mode 100644 index 19fd43d8f8a5..000000000000 --- a/sci-libs/pycifrw/pycifrw-3.6.2.ebuild +++ /dev/null @@ -1,22 +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 - -MY_PN="PyCifRW" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Provides support for reading and writing of CIF using python" -HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ASRP" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" diff --git a/sci-libs/pycifrw/pycifrw-4.1.1.ebuild b/sci-libs/pycifrw/pycifrw-4.1.1.ebuild deleted file mode 100644 index 17841ce359a7..000000000000 --- a/sci-libs/pycifrw/pycifrw-4.1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="PyCifRW" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files" -HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ASRP" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" diff --git a/www-apps/curator/Manifest b/www-apps/curator/Manifest deleted file mode 100644 index f8223c0e0738..000000000000 --- a/www-apps/curator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST curator-3.0_pf078f1686a78.tar.xz 408412 BLAKE2B 265827b3e216661810065a0d962c66626f1474ff5d60f4dfbb0ba02acf7f9a9bbac1d350330a9b2bf2d863436440bc32c31572540edd949f0e94b3c29e884955 SHA512 5f6866396762d510319f8f36205ac1caa4468e761431ed1445d57858fab18120da0e3ff38b2aedf6d4d97fc6ed0998a62a3ed55476442b4537a092bc8d435751 diff --git a/www-apps/curator/curator-3.0_p20110120-r3.ebuild b/www-apps/curator/curator-3.0_p20110120-r3.ebuild deleted file mode 100644 index 31738bc61f4f..000000000000 --- a/www-apps/curator/curator-3.0_p20110120-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Gallery generator" -HOMEPAGE="http://furius.ca/curator/" -SRC_URI="mirror://gentoo/curator-3.0_pf078f1686a78.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pillow[${PYTHON_MULTI_USEDEP}] - ') - virtual/imagemagick-tools" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S="${WORKDIR}/curator-3.0_pf078f1686a78" - -src_compile() { - python_fix_shebang hs/curator-hs -} - -src_install() { - dobin hs/curator-hs - insinto /usr/share/curator - doins -r hs -} diff --git a/www-apps/curator/metadata.xml b/www-apps/curator/metadata.xml deleted file mode 100644 index 3adf7af8a01b..000000000000 --- a/www-apps/curator/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>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> -</pkgmetadata> diff --git a/x11-apps/whyteboard/Manifest b/x11-apps/whyteboard/Manifest deleted file mode 100644 index bc758fc9214c..000000000000 --- a/x11-apps/whyteboard/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST whyteboard-0.41.1.tar.gz 372110 BLAKE2B 9f9fae6f3d471681d6809630635350d1fdeaf2f9206adb01919e75b7ca9a867637f90f563b7715abbd0d086e19f03178d0ff66e45b0e0993ecf4f4334f0f2a2d SHA512 c2f789846c5c611047b590109a49b6c28c51e5c84a7d2399f025b5b79d3c633577106aba79f76f0244bc175cbd3169cd8a53221d08ca94ddf39be01406fd429e -DIST whyteboard.png 7601 BLAKE2B 5a82eb095fef70c274ccca8284fefdfd7ddb628fc2d21e4adb3ff728a0f1ac9f1ee285a936fb8955fa4e754efb1612d52dfebb07b5d8cae8e5adce61f5750e24 SHA512 384b0e6de138d3d193c3fbf02dbfe53273d24d88e9665b04cbc8b826d29b7aa7ff8ad916a39cfb6e44d0518da1229546a230369d55b1ae86cab5152ceb33f4fe diff --git a/x11-apps/whyteboard/files/whyteboard.desktop b/x11-apps/whyteboard/files/whyteboard.desktop deleted file mode 100644 index 958e63690082..000000000000 --- a/x11-apps/whyteboard/files/whyteboard.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Whyteboard -GenericName=Panting App -GenericName[it]=lavagna -Comment=Simple whiteboard and PDF annotator -Exec=whyteboard %U -TryExec=whyteboard -Icon=/usr/share/pixmaps/whyteboard.png -Terminal=false -Categories=GNOME;GTK;Utility; -StartupNotify=true -MimeType=image/png;image/svg+xml; diff --git a/x11-apps/whyteboard/metadata.xml b/x11-apps/whyteboard/metadata.xml deleted file mode 100644 index 32a83e0a9fc5..000000000000 --- a/x11-apps/whyteboard/metadata.xml +++ /dev/null @@ -1,12 +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">A simple image, PDF and postscript file annotator.</longdescription> - <upstream> - <maintainer status="active"> - <name>Steven Sproat</name> - </maintainer> - <remote-id type="sourceforge">whyteboard</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild deleted file mode 100644 index 9d13028f704d..000000000000 --- a/x11-apps/whyteboard/whyteboard-0.41.1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 multilib - -DESCRIPTION="A simple image, PDF and postscript file annotator" -HOMEPAGE="http://whyteboard.org/" -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz - https://dev.gentoo.org/~lxnay/${PN}/${PN}.png" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/wxpython:*[${PYTHON_MULTI_USEDEP}] - ') - media-gfx/imagemagick" - -src_install() { - doicon "${DISTDIR}"/${PN}.png - domenu "${FILESDIR}"/${PN}.desktop - - dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt - - python_domodule images locale ${PN} ${PN}-help ${PN}.py - - cat >> "${T}/${PN}" <<- EOF - #!/bin/sh - exec ${PYTHON} -O "$(python_get_sitedir)/${PN}/${PN}.py" - EOF - dobin "${T}/${PN}" - - python_optimize -} - -pkg_preinst() { - echo - elog "This application is very experimental and some features" - elog "are not yet implemented, however you can live with it" - echo -} diff --git a/x11-plugins/purple-plugin_pack/Manifest b/x11-plugins/purple-plugin_pack/Manifest deleted file mode 100644 index 2c56c8fc066c..000000000000 --- a/x11-plugins/purple-plugin_pack/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST purple-plugin-pack-2.7.0.tar.bz2 761618 BLAKE2B 29508a18eda2dab9b9dbb9af5a4ea456f79fe97259afc86a1131370b4b90d5544d8537d8aa2738823c1455632318812478ffeb3583490b041b82e6e631175748 SHA512 fffe1b8c38bff9ce88ae26426110923cc4722bf77fe59f6cf1123931558b06d830a842a6fe4d4f47295beec12f82cf5c25ac03d84944bb2629423ebac4399caf diff --git a/x11-plugins/purple-plugin_pack/metadata.xml b/x11-plugins/purple-plugin_pack/metadata.xml deleted file mode 100644 index 2ac47f283421..000000000000 --- a/x11-plugins/purple-plugin_pack/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="talkfilters">Enable support for - <pkg>app-text/talkfilters</pkg></flag> - </use> - <upstream> - <remote-id type="bitbucket">rekkanoryo/purple-plugin-pack</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild deleted file mode 100644 index 0bfcbcf69646..000000000000 --- a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit python-any-r1 - -MY_PN=${PN/_/-} -MY_P=${MY_PN}-${PV} -DESCRIPTION="A package with many different plugins for pidgin and libpurple" -HOMEPAGE="https://bitbucket.org/rekkanoryo/purple-plugin-pack/" -SRC_URI="https://bitbucket.org/rekkanoryo/${MY_PN}/downloads/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug gtk ncurses spell talkfilters" - -RDEPEND=" - dev-libs/json-glib - net-im/pidgin[gtk?,ncurses?] - talkfilters? ( app-text/talkfilters ) - spell? ( app-text/gtkspell:2 ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - sed -e '/CFLAGS=/{s| -g3||}' -i configure || die -} - -list_plugins_dep() { - local dependency=${1} - grep -EH "depends.*$dependency" */plugins.cfg | sed 's:/.*::' -} - -src_configure() { - local plugins="" - - # list all plugins, then pull DISABLED_PLUGINS with the ones we don't need - plugins="$(${EPYTHON} plugin_pack.py -d dist_dirs)" - einfo "List of all possible plugins:" - einfo "${plugins}" - - eval DISABLED_PLUGINS="\$${PN//[^a-z]/_}_DISABLED_PLUGINS" - # disable known broken plugins - DISABLED_PLUGINS+=" schedule findip xmmsremote" - use gtk || DISABLED_PLUGINS+=" $(list_plugins_dep pidgin)" - use ncurses || DISABLED_PLUGINS+=" $(list_plugins_dep finch)" - use spell || DISABLED_PLUGINS+=" $(list_plugins_dep gtkspell)" - use talkfilters || DISABLED_PLUGINS+=" $(list_plugins_dep talkfiltersbin)" - - for plug in ${DISABLED_PLUGINS}; do - plugins="${plugins//${plug}}" - done - - plugins="$(echo ${plugins} | sed 's:[ \t]\+:,:g;s:,$::;s:^,::')" - - econf \ - --with-plugins="${plugins}" \ - $(use_enable debug) -} - -pkg_preinst() { - elog "Note: if you want to disable some plugins in pack, define" - elog "${PN//[^a-z]/_}_DISABLED_PLUGINS with a list of plugins to" - elog "skip during install (for list see einfo in build output)." -} |