summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-08-29 14:22:52 +0000
committerMichael Weber <xmw@gentoo.org>2012-08-29 14:22:52 +0000
commit09004c55246bc184e7ef3dee3c9ea8087d400d60 (patch)
treecb16c447db275f78abef98da363a2b69cba58edd /net-misc/hotot
parentRemove old. (diff)
downloadgentoo-2-09004c55246bc184e7ef3dee3c9ea8087d400d60.tar.gz
gentoo-2-09004c55246bc184e7ef3dee3c9ea8087d400d60.tar.bz2
gentoo-2-09004c55246bc184e7ef3dee3c9ea8087d400d60.zip
Drop old
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/hotot')
-rw-r--r--net-misc/hotot/ChangeLog6
-rw-r--r--net-misc/hotot/hotot-0.9.8.4.ebuild62
-rw-r--r--net-misc/hotot/hotot-0.9.8.ebuild62
3 files changed, 5 insertions, 125 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog
index 7c1851f26c71..b841c6c6762f 100644
--- a/net-misc/hotot/ChangeLog
+++ b/net-misc/hotot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/hotot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.19 2012/08/27 08:29:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.20 2012/08/29 14:22:52 xmw Exp $
+
+ 29 Aug 2012; Michael Weber <xmw@gentoo.org> -hotot-0.9.8.4.ebuild,
+ -hotot-0.9.8.ebuild:
+ Drop old
*hotot-0.9.8.7-r1 (27 Aug 2012)
diff --git a/net-misc/hotot/hotot-0.9.8.4.ebuild b/net-misc/hotot/hotot-0.9.8.4.ebuild
deleted file mode 100644
index 3634617820f3..000000000000
--- a/net-misc/hotot/hotot-0.9.8.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.4.ebuild,v 1.3 2012/07/08 08:54:50 xmw Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="gtk? 2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit cmake-utils python vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org"
-SRC_URI="https://github.com/shellex/Hotot/tarball/560e6b286c -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="chrome gtk kde qt4"
-
-RDEPEND="
- gtk? ( dev-python/pywebkitgtk )
- qt4? ( x11-libs/qt-webkit:4
- kde? ( kde-base/kdelibs ) )"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-REQUIRED_USE="|| ( chrome gtk qt4 )"
-
-pkg_setup() {
- if ! use gtk ; then
- if ! use qt4 ; then
- ewarn "neither gtk not qt4 binaries will be build"
- fi
- fi
- python_pkg_setup
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs} \
- $(cmake-utils_use_with chrome CHROME) \
- $(cmake-utils_use_with gtk GTK) \
- $(cmake-utils_use_with kde KDE) \
- $(cmake-utils_use_with qt4 QT) \
- -DPYTHON_EXECUTABLE=$(PYTHON -2 -a)"
-
- 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.ebuild b/net-misc/hotot/hotot-0.9.8.ebuild
deleted file mode 100644
index 263db0aae956..000000000000
--- a/net-misc/hotot/hotot-0.9.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.ebuild,v 1.5 2012/07/08 08:54:50 xmw Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="gtk? 2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit cmake-utils python vcs-snapshot
-
-DESCRIPTION="lightweight & open source microblogging client"
-HOMEPAGE="http://hotot.org"
-SRC_URI="https://github.com/shellex/Hotot/tarball/c14a972356 -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chrome gtk kde qt4"
-
-RDEPEND="
- gtk? ( dev-python/pywebkitgtk )
- qt4? ( x11-libs/qt-webkit:4
- kde? ( kde-base/kdelibs ) )"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-REQUIRED_USE="|| ( chrome gtk qt4 )"
-
-pkg_setup() {
- if ! use gtk ; then
- if ! use qt4 ; then
- ewarn "neither gtk not qt4 binaries will be build"
- fi
- fi
- python_pkg_setup
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs} \
- $(cmake-utils_use_with chrome CHROME) \
- $(cmake-utils_use_with gtk GTK) \
- $(cmake-utils_use_with kde KDE) \
- $(cmake-utils_use_with qt4 QT) \
- -DPYTHON_EXECUTABLE=$(PYTHON -2 -a)"
-
- 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
-}