diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-13 12:30:04 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-13 12:30:04 +0000 |
commit | 70e22215d48e4f204212ea3800ee99cccd11bdb0 (patch) | |
tree | 32be67b02ae74c93b81cc4bc0740a6925aad19a6 /net-misc/hotot/hotot-0.9.8.ebuild | |
parent | drop old (diff) | |
download | historical-70e22215d48e4f204212ea3800ee99cccd11bdb0.tar.gz historical-70e22215d48e4f204212ea3800ee99cccd11bdb0.tar.bz2 historical-70e22215d48e4f204212ea3800ee99cccd11bdb0.zip |
vcs-snapshot eclass
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'net-misc/hotot/hotot-0.9.8.ebuild')
-rw-r--r-- | net-misc/hotot/hotot-0.9.8.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-misc/hotot/hotot-0.9.8.ebuild b/net-misc/hotot/hotot-0.9.8.ebuild index 711b9b6892b0..f6f0a6a89efa 100644 --- a/net-misc/hotot/hotot-0.9.8.ebuild +++ b/net-misc/hotot/hotot-0.9.8.ebuild @@ -1,13 +1,13 @@ # 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.3 2012/06/06 23:09:16 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.ebuild,v 1.4 2012/06/13 12:30:04 xmw Exp $ EAPI=4 PYTHON_DEPEND="gtk? 2" RESTRICT_PYTHON_ABIS="3.*" -inherit cmake-utils python +inherit cmake-utils python vcs-snapshot DESCRIPTION="lightweight & open source microblogging client" HOMEPAGE="http://hotot.org" @@ -37,11 +37,6 @@ pkg_setup() { python_pkg_setup } -src_unpack() { - default - mv shellex-Hotot-* ${P} || die -} - src_configure() { mycmakeargs="${mycmakeargs} \ $(cmake-utils_use_with chrome CHROME) \ |