summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-01 20:01:34 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-01 20:05:32 +1000
commit978fc4c3c13088911a09d94db9d12af271f6b79e (patch)
tree92f467438ac57531bf0d03a6c1dfbb2b07b1f3cc /net-misc
parentsci-mathematics/glpk: ia64 keyworded, bug #575366 (diff)
downloadgentoo-978fc4c3c13088911a09d94db9d12af271f6b79e.tar.gz
gentoo-978fc4c3c13088911a09d94db9d12af271f6b79e.tar.bz2
gentoo-978fc4c3c13088911a09d94db9d12af271f6b79e.zip
net-misc/hotot: remove 0.9.8.14_p20130514-r1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/hotot/Manifest1
-rw-r--r--net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/net-misc/hotot/Manifest b/net-misc/hotot/Manifest
index 14407c778a8b..e322d1f3eaa2 100644
--- a/net-misc/hotot/Manifest
+++ b/net-misc/hotot/Manifest
@@ -1,2 +1 @@
-DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
DIST hotot-0.9.8.15_p20150812.tar.gz 1234481 SHA256 e79de77c6176e7af045cecbd787ab8ee5da7a7d779d7b866b7fd5bd8e40b1407 SHA512 8faffd583bc7bc2888acac5b33cf7ede285a5732c7349e9f84acf63788a9a96d6c0de0759605afcacb618d904f1a54e50581684d49bd637acd6036046f28bc7e WHIRLPOOL 7f4f005e745228495f0c0248868d6720a6420eb5c211c84d89a1210ccc7316039f2fa219b1af28cd6ba7ca1d9b9111f1b7585290217c699ff94227aedef73f09
diff --git a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
deleted file mode 100644
index ebc77accc1c4..000000000000
--- a/net-misc/hotot/hotot-0.9.8.14_p20130514-r1.ebuild
+++ /dev/null
@@ -1,60 +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/ed2ff013 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome kde qt4"
-
-REQUIRED_USE="|| ( chrome qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- qt4? ( dev-qt/qtwebkit:4
- kde? ( kde-frameworks/kdelibs:4 ) )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- qt4? ( dev-qt/qtsql:4 )
-"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_configure() {
- mycmakeargs=(
- ${mycmakeargs}
- $(cmake-utils_use_with chrome CHROME)
- -DWITH_GTK=OFF
- -DWITH_GTK2=OFF
- -DWITH_GTK3=OFF
- $(cmake-utils_use_with kde KDE)
- $(cmake-utils_use_with qt4 QT)
- -DPYTHON_EXECUTABLE=${PYTHON} )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- find "${D}" -name "*.pyc" -print -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
-}