net-misc/hotot: Remove old versions.
authorMichael Weber <xmw@gentoo.org>
Wed, 1 Feb 2017 07:52:21 +0000 (08:52 +0100)
committerMichael Weber <xmw@gentoo.org>
Wed, 1 Feb 2017 10:02:19 +0000 (11:02 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/hotot/Manifest
net-misc/hotot/hotot-0.9.8.14.ebuild [deleted file]
net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild [deleted file]

index 64c0c5b870fba38ecf7eef162c0002d71801cdcc..0b1d8a208354636701745276e15dc268d9eff045 100644 (file)
@@ -1,2 +1 @@
-DIST hotot-0.9.8.14.tar.gz 1234004 SHA256 1e67a8c39cfe250ed86633f9aedf366d25fe8133cca98fb0f28b9c1a0d7edd7b SHA512 96e110acfff50048d404e79e5345be16d85dde55f6ed952610e75cff248f78087f832dffba45302840d7fc737bb53e9642fbd44d93473713811cd402c0ca7456 WHIRLPOOL 50aa12a82f0c524d1e3dc76f74f30bcc5cd2879bef252aed6d81cf81f3cab70f4fcc09f4518f8c9c6566b6c7340b20bdeb264cbc81dcd1de915952e545510151
 DIST hotot-0.9.8.14_p20130514.tar.gz 1234379 SHA256 46198319c76516354b38fb6f02994e57ab39bf0707f533243c5c0753cde8d641 SHA512 3b4e041ebf48c7397c78139d2e8542178bf16a0bd73de8ea33781ba581b1ea3da9aefa3aa1d0bc91d32d46dd3f15902786982ef8ec64e548723cd4500386afae WHIRLPOOL e94e5eec52147fbf533858095dcc9924d381529a59c6e6d420fd06e1de50e62147660c5c0b9acf93a64efa4cdeea4c09a10303ac25e198f1709772bfcb417a0e
diff --git a/net-misc/hotot/hotot-0.9.8.14.ebuild b/net-misc/hotot/hotot-0.9.8.14.ebuild
deleted file mode 100644 (file)
index 5a893d3..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome gtk kde qt4"
-
-REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       gtk? ( dev-python/pywebkitgtk )
-       qt4? ( dev-qt/qtwebkit:4
-               kde? ( kde-frameworks/kdelibs:4 ) )"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-       qt4? ( dev-qt/qtsql:4 )"
-
-pkg_setup() {
-       if ! use gtk ; then
-               if ! use qt4 ; then
-                       ewarn "neither gtk not qt4 binaries will be build"
-               fi
-       fi
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       mycmakeargs=(
-               ${mycmakeargs}
-               $(cmake-utils_use_with chrome CHROME)
-               $(cmake-utils_use_with gtk GTK)
-               $(cmake-utils_use_with gtk GTK2)
-               -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" -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-0.9.8.14_p20130514.ebuild b/net-misc/hotot/hotot-0.9.8.14_p20130514.ebuild
deleted file mode 100644 (file)
index dc69219..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 gtk kde qt4"
-
-REQUIRED_USE="|| ( chrome gtk qt4 ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       gtk? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
-       qt4? ( dev-qt/qtwebkit:4
-               kde? ( kde-frameworks/kdelibs:4 ) )"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-       qt4? ( dev-qt/qtsql:4 )"
-
-pkg_setup() {
-       if ! use gtk ; then
-               if ! use qt4 ; then
-                       ewarn "neither gtk not qt4 binaries will be build"
-               fi
-       fi
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       mycmakeargs=(
-               ${mycmakeargs}
-               $(cmake-utils_use_with chrome CHROME)
-               $(cmake-utils_use_with gtk GTK)
-               $(cmake-utils_use_with gtk GTK2)
-               -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
-       use gtk && dosym hotot-gtk2 /usr/bin/hotot
-
-       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
-}