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 | |
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')
-rw-r--r-- | net-misc/hotot/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hotot/hotot-0.9.8.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog index e295b109f506..15d91edb9b85 100644 --- a/net-misc/hotot/ChangeLog +++ b/net-misc/hotot/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2012/06/13 11:02:00 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.15 2012/06/13 12:30:04 xmw Exp $ + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> hotot-0.9.8.ebuild: + vcs-snapshot eclass 13 Jun 2012; Michael Weber <xmw@gentoo.org> hotot-0.9.8.4.ebuild, hotot-0.9.8.7.ebuild: 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) \ |