commit:     2a8c2fd107a31d0cb58c8f2bd7c1dca9316add74
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 20:22:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 22:29:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8c2fd1

net-misc/hotot: Remove last-rited

Closes: https://bugs.gentoo.org/463928
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/hotot/Manifest                           |  1 -
 net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild | 56 -----------------------
 net-misc/hotot/hotot-9999.ebuild                  | 56 -----------------------
 net-misc/hotot/metadata.xml                       | 11 -----
 profiles/package.mask                             |  5 --
 5 files changed, 129 deletions(-)

diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
deleted file mode 100644
index 21b1bcccf8f..00000000000
--- a/net-misc/hotot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 BLAKE2B 
e0e3a29b476b0de8c23586193578bf597a96b5ec3f203da61ca5e0f89d0c8bc0d020d262ccbb622a9f0e01b5c10e7ae432e9907c83c0aaaa5beb1b7ff7845fb5
 SHA512 
8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e

diff --git a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild 
b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
deleted file mode 100644
index a15fe974e0d..00000000000
--- a/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild
+++ /dev/null
@@ -1,56 +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 cmake-utils python-single-r1 vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org";
-SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome kde qt5"
-
-REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtgui:5
-               dev-qt/qtnetwork:5
-               dev-qt/qtwebkit:5
-               dev-qt/qtwidgets:5
-       )"
-DEPEND="${RDEPEND}
-       sys-devel/gettext"
-
-src_configure() {
-       mycmakeargs=(
-               ${mycmakeargs}
-               -DWITH_CHROME=$(usex chrome)
-               -DWITH_KDE=$(usex kde)
-               -DWITH_QT5=$(usex qt5)
-               -DPYTHON_EXECUTABLE=${PYTHON} )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       find "${D}" -name "*.pyc" -delete
-}
-
-pkg_postinst() {
-       if use chrome; then
-               elog "TO install hotot for chrome, open chromium/google-chrome,"
-               elog "vist chrome://chrome/extensions/ and load 
/usr/share/hotot"
-               elog "as unpacked extension."
-       fi
-}

diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
deleted file mode 100644
index 777e7d1e2bc..00000000000
--- a/net-misc/hotot/hotot-9999.ebuild
+++ /dev/null
@@ -1,56 +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 cmake-utils git-r3 python-single-r1 vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org";
-EGIT_REPO_URI="https://github.com/lyricat/Hotot.git";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="chrome kde qt5"
-
-REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtgui:5
-               dev-qt/qtnetwork:5
-               dev-qt/qtwebkit:5
-               dev-qt/qtwidgets:5
-       )"
-DEPEND="${RDEPEND}
-       sys-devel/gettext"
-
-src_configure() {
-       mycmakeargs=(
-               ${mycmakeargs}
-               -DWITH_CHROME=$(usex chrome)
-               -DWITH_KDE=$(usex kde)
-               -DWITH_QT5=$(usex qt5)
-               -DPYTHON_EXECUTABLE=${PYTHON} )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       find "${D}" -name "*.pyc" -delete
-}
-
-pkg_postinst() {
-       if use chrome; then
-               elog "TO install hotot for chrome, open chromium/google-chrome,"
-               elog "vist chrome://chrome/extensions/ and load 
/usr/share/hotot"
-               elog "as unpacked extension."
-       fi
-}

diff --git a/net-misc/hotot/metadata.xml b/net-misc/hotot/metadata.xml
deleted file mode 100644
index c93b1aebf69..00000000000
--- a/net-misc/hotot/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-needed -->
-       <use>
-               <flag name="chrome">Build chrome browser extension</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">lyricat/Hotot</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 556e390f4e1..346f18b055f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -102,11 +102,6 @@ www-client/qupzilla
 # Bugs 544800, 592946, 610736. Masked for removal in 30 days.
 app-office/QtBitcoinTrader
 
-# Andreas Sturmlechner <ast...@gentoo.org> (31 Dec 2018)
-# Dead upstream since 2014-02-09, does not build.
-# Bugs 463928, 476890, 623172, 662270. Masked for removal in 30 days.
-net-misc/hotot
-
 # Lars Wendler <polynomia...@gentoo.org> (28 Dec 2018)
 # Masked while being tested and reverse deps aren't fully compatible
 =dev-libs/openssl-1.1.1*

Reply via email to