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 | 6ad273b1536eaa67b042b471917a965fccd7dfc8 (patch) | |
tree | b494942a0405ffe0cadc798f06a3e8858fbdbf1e /net-misc/hotot/hotot-0.9.8.ebuild | |
parent | drop old (diff) | |
download | gentoo-2-6ad273b1536eaa67b042b471917a965fccd7dfc8.tar.gz gentoo-2-6ad273b1536eaa67b042b471917a965fccd7dfc8.tar.bz2 gentoo-2-6ad273b1536eaa67b042b471917a965fccd7dfc8.zip |
vcs-snapshot eclass
(Portage version: 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) \ |