diff options
-rw-r--r-- | net-misc/hotot/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/hotot/hotot-0.9.8.4.ebuild | 9 | ||||
-rw-r--r-- | net-misc/hotot/hotot-0.9.8.7.ebuild | 9 |
3 files changed, 9 insertions, 15 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog index 6aeb1349fd3f..e295b109f506 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.13 2012/06/06 23:09:16 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.14 2012/06/13 11:02:00 xmw Exp $ + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> hotot-0.9.8.4.ebuild, + hotot-0.9.8.7.ebuild: + vcs-snapshot eclass 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> hotot-0.9.8.ebuild: marked x86 per bug 419695 diff --git a/net-misc/hotot/hotot-0.9.8.4.ebuild b/net-misc/hotot/hotot-0.9.8.4.ebuild index 36050279df0a..cf71f1413101 100644 --- a/net-misc/hotot/hotot-0.9.8.4.ebuild +++ b/net-misc/hotot/hotot-0.9.8.4.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.4.ebuild,v 1.1 2012/05/22 08:08:40 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.4.ebuild,v 1.2 2012/06/13 11:02:00 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) \ diff --git a/net-misc/hotot/hotot-0.9.8.7.ebuild b/net-misc/hotot/hotot-0.9.8.7.ebuild index c97109a435d3..ae37756dc4a6 100644 --- a/net-misc/hotot/hotot-0.9.8.7.ebuild +++ b/net-misc/hotot/hotot-0.9.8.7.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.7.ebuild,v 1.1 2012/06/05 05:37:38 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-0.9.8.7.ebuild,v 1.2 2012/06/13 11:02:00 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) \ |