commit 5ad38e74a3c097562b373aa07f39e1cea564217a
parent 9d75b27a1bfdda97865813737990540435c4b63e
Author: parazyd <parazyd@dyne.org>
Date: Wed, 6 May 2020 01:02:50 +0200
Remove unneeded packages.
Diffstat:
10 files changed, 1 insertion(+), 174 deletions(-)
diff --git a/app-misc/whatmp3/Manifest b/app-misc/whatmp3/Manifest
@@ -1 +0,0 @@
-DIST whatmp3-3.8.tar.gz 8363 SHA256 0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489 SHA512 78e6981b2ff8f4c88ceff4d411d3b8b84457afb3df5c91d6a608b1f4339c0eb445163a3bdcf79d8a930956300ed0b7416cac4bd9a53985552f7078531549ee76 WHIRLPOOL 7b3d41f0af0e227bc3705aeafee935df1ab3856863d0b3f38eebd7099ae659de7deb4f3cbda839013246fd48487ca078737d69c228557aaeab22f7a97ebb0acd
diff --git a/app-misc/whatmp3/metadata.xml b/app-misc/whatmp3/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/app-misc/whatmp3/whatmp3-3.8.ebuild b/app-misc/whatmp3/whatmp3-3.8.ebuild
@@ -1,27 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="transcode audio files and create torrents for them"
-HOMEPAGE="https://github.com/RecursiveForest/whatmp3"
-SRC_URI="https://github.com/RecursiveForest/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- media-libs/flac
- media-sound/lame
- net-p2p/mktorrent
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin whatmp3
- doman whatmp3.1
- dodoc README.md CHANGELOG
-}
diff --git a/app-misc/whatmp3/whatmp3-9999.ebuild b/app-misc/whatmp3/whatmp3-9999.ebuild
@@ -1,27 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils git-r3
-
-DESCRIPTION="transcode audio files and create torrents for them"
-HOMEPAGE="https://github.com/RecursiveForest/whatmp3"
-EGIT_REPO_URI="https://github.com/RecursiveForest/whatmp3.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- media-libs/flac
- media-sound/lame
- net-p2p/mktorrent
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin whatmp3
- doman whatmp3.1
- dodoc README.md CHANGELOG
-}
diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest
@@ -1 +0,0 @@
-DIST scrcpy-server-v1.5.jar 19186 BLAKE2B 7710d8faf9ab5a8a4eb6874c3d8f7ee2532f3441161554aaf7335e04ab831afda3efab9da4e059424bce126ab8d17df98ba47fee814b1cf8b9b6ef4ae17a46b9 SHA512 91ea8b374866c63ecdd370360cdcff9a7df5d290b4669417b2aa0ae07d9be6db8498851ee4f964d95cacb78b1b655705b683ac14bf2eec7078ce59891bf0f1e3
diff --git a/app-mobilephone/scrcpy/metadata.xml b/app-mobilephone/scrcpy/metadata.xml
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
diff --git a/app-mobilephone/scrcpy/scrcpy-1.5.ebuild b/app-mobilephone/scrcpy/scrcpy-1.5.ebuild
@@ -1,44 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson ninja-utils git-r3
-
-EGIT_REPO_URI="https://github.com/Genymobile/scrcpy.git"
-
-if [[ ${PV} = 9999* ]]; then
- MY_SERVER_PV="1.3"
-else
- EGIT_COMMIT="v${PV}"
- MY_SERVER_PV="${PV}"
- KEYWORDS="~amd64"
-fi
-
-MY_SERVER_PN="scrcpy-server"
-MY_SERVER_P="${MY_SERVER_PN}-v${MY_SERVER_PV}.jar"
-
-SRC_URI="https://github.com/Genymobile/${PN}/releases/download/v${MY_SERVER_PV}/${MY_SERVER_P}"
-
-DESCRIPTION="Display and control your Android device"
-HOMEPAGE="https://blog.rom1v.com/2018/03/introducing-scrcpy/"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-COMMON_DEPEND="media-libs/libsdl2
- media-video/ffmpeg"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-PDEPEND=""
-
-src_configure() {
- local emesonargs=(
- -Db_lto=true
- -Dprebuilt_server="${DISTDIR}/${MY_SERVER_P}"
- )
- meson_src_configure
-}
diff --git a/net-libs/stem/metadata.xml b/net-libs/stem/metadata.xml
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">stem</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-libs/stem/stem-9999.ebuild b/net-libs/stem/stem-9999.ebuild
@@ -1,46 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-
-inherit git-r3 distutils-r1
-
-DESCRIPTION="Stem is a Python controller library for Tor"
-HOMEPAGE="https://stem.torproject.org"
-SRC_URI=""
-EGIT_REPO_URI="https://git.torproject.org/stem.git"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
- net-vpn/tor )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="net-vpn/tor"
-
-DOCS=( docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst} )
-
-python_prepare_all() {
- # Disable failing test
- sed -i -e "/test_expand_path/a \
- \ \ \ \ return" test/integ/util/system.py || die
- sed -i -e "/test_parsing_with_example/a \
- \ \ \ \ return" test/unit/manual.py || die
- sed -i -e "/test_parsing_with_unknown_options/a \
- \ \ \ \ return" test/unit/manual.py || die
- sed -i -e "/test_saving_manual/a \
- \ \ \ \ return" test/unit/manual.py || die
- sed -i -e "/test_sdist_matches_git/a \
- \ \ \ \ return" test/integ/installation.py || die
- sed -i -e "/test_connections_by_ss/a \
- \ \ \ \ return" test/integ/util/connection.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ${PYTHON} run_tests.py --all --target RUN_ALL || die
-}
diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild
@@ -7,7 +7,7 @@ inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="saccomys, simple console gopher client"
HOMEPAGE="gopher://bitreich.org/1/scm/sacc"
-EGIT_REPO_URI="https://git.parazyd.org/sacc.git"
+EGIT_REPO_URI="git://bitreich.org/sacc"
LICENSE="ISC"
SLOT="0"