summaryrefslogtreecommitdiff
path: root/net-misc/hotot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
commit1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch)
treec34bf820c2809fb7e08ed5564df2a25cf759516f /net-misc/hotot
parent693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff)
gentoo resync 31.01.2019
Diffstat (limited to 'net-misc/hotot')
-rw-r--r--net-misc/hotot/Manifest4
-rw-r--r--net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild56
-rw-r--r--net-misc/hotot/hotot-9999.ebuild56
-rw-r--r--net-misc/hotot/metadata.xml11
4 files changed, 0 insertions, 127 deletions
diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
deleted file mode 100644
index 8cde0495c25e..000000000000
--- a/net-misc/hotot/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 BLAKE2B e0e3a29b476b0de8c23586193578bf597a96b5ec3f203da61ca5e0f89d0c8bc0d020d262ccbb622a9f0e01b5c10e7ae432e9907c83c0aaaa5beb1b7ff7845fb5 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e
-EBUILD hotot-0.9.8.15_p20150812-r2.ebuild 1198 BLAKE2B 739de6653d70d5522893fd019a9e8aa002d4312146072ecc1facc7457493bddbead5172c1b15696ad0886e3177adfd42f54d2c97f37fb3811664854b95d93d04 SHA512 3f884a548d773ae567ae902ad78016c9134a62af3e3d4907f7e9674d5e3904f9cd9373e6800b9d07d593cebdcea37fb0b1379b544d628aab2600c1d1fbabeb2c
-EBUILD hotot-9999.ebuild 1166 BLAKE2B 48f2e19b91ba78f9639eb30b7ce1df862d916c9149f8a8defd40976047e857ca0a5735d2efe6ac65a73641f285f6d8f14b860bacb07d42864fe5e45f7c7ee5e0 SHA512 e97babaeda233e04ab5fc02855ed43919ecb20d0df196f90ad0b553a6d3c32d67a9e372352c819e1b760c1caa1ea00491d4eaed170e3b917953d42d2f7ac18a0
-MISC metadata.xml 320 BLAKE2B 6337227bc64a7b830e67a9317fce491bbbff09ac59f89308ca133201cc0f247bfccffac369d88682506d0e6e6e9c92ac3d10efa44014701f045b5fb9121cece0 SHA512 fe513375ed6bc4c034f9b4ecd024cd447bd0e2335b6e9d13eecfc74f9c2c8f1e627ca99f798f7571428b29d299b708f7821ec43c1a51593c18402c11447327ad
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 a15fe974e0db..000000000000
--- 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 777e7d1e2bcd..000000000000
--- 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 c93b1aebf693..000000000000
--- 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>