diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-22 08:08:40 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-22 08:08:40 +0000 |
commit | 04911a7e6eda9c712e9c82fcdcdf86aa70777582 (patch) | |
tree | 344cf89c63634dfb41b601dd45f73527ddf4aaaf /net-misc | |
parent | marked x86 per bug 414983 (diff) | |
download | gentoo-2-04911a7e6eda9c712e9c82fcdcdf86aa70777582.tar.gz gentoo-2-04911a7e6eda9c712e9c82fcdcdf86aa70777582.tar.bz2 gentoo-2-04911a7e6eda9c712e9c82fcdcdf86aa70777582.zip |
Version bump
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hotot/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/hotot/hotot-0.9.8.4.ebuild (renamed from net-misc/hotot/hotot-0.9.7.51.ebuild) | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog index 7f657b928341..d70ba8fd7738 100644 --- a/net-misc/hotot/ChangeLog +++ b/net-misc/hotot/ChangeLog @@ -1,6 +1,12 @@ # 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.9 2012/04/19 20:07:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.10 2012/05/22 08:08:40 xmw Exp $ + +*hotot-0.9.8.4 (22 May 2012) + + 22 May 2012; Michael Weber <xmw@gentoo.org> -hotot-0.9.7.51.ebuild, + +hotot-0.9.8.4.ebuild: + Version bump *hotot-0.9.8 (19 Apr 2012) diff --git a/net-misc/hotot/hotot-0.9.7.51.ebuild b/net-misc/hotot/hotot-0.9.8.4.ebuild index 749d42cc0bcb..36050279df0a 100644 --- a/net-misc/hotot/hotot-0.9.7.51.ebuild +++ b/net-misc/hotot/hotot-0.9.8.4.ebuild @@ -1,6 +1,6 @@ # 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.7.51.ebuild,v 1.1 2012/03/26 09:14:57 xmw Exp $ +# $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 $ EAPI=4 @@ -11,7 +11,7 @@ inherit cmake-utils python DESCRIPTION="lightweight & open source microblogging client" HOMEPAGE="http://hotot.org" -SRC_URI="https://github.com/shellex/Hotot/tarball/4c74e8b2 -> ${P}.tar.gz" +SRC_URI="https://github.com/shellex/Hotot/tarball/560e6b286c -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" @@ -25,8 +25,6 @@ RDEPEND=" DEPEND="${RDEPEND} sys-devel/gettext" -S=${WORKDIR}/shellex-Hotot-4c74e8b - pkg_setup() { if ! use gtk ; then if ! use qt4 ; then @@ -39,6 +37,11 @@ pkg_setup() { python_pkg_setup } +src_unpack() { + default + mv shellex-Hotot-* ${P} || die +} + src_configure() { mycmakeargs="${mycmakeargs} \ $(cmake-utils_use_with chrome CHROME) \ |