diff options
author | Michael Weber <xmw@gentoo.org> | 2013-01-28 14:03:30 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-01-28 14:03:30 +0000 |
commit | 5b497c79813661e2ff46b5cef6a888c7ef168cb1 (patch) | |
tree | 48fb1f71251e1be96db6941eaa8ea06e533ac75a /net-misc/hotot | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-5b497c79813661e2ff46b5cef6a888c7ef168cb1.tar.gz gentoo-2-5b497c79813661e2ff46b5cef6a888c7ef168cb1.tar.bz2 gentoo-2-5b497c79813661e2ff46b5cef6a888c7ef168cb1.zip |
Updated EGIT_REPO_URI.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-misc/hotot')
-rw-r--r-- | net-misc/hotot/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hotot/hotot-9999.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-misc/hotot/ChangeLog b/net-misc/hotot/ChangeLog index 52f3b8a0a299..adc75a017ab1 100644 --- a/net-misc/hotot/ChangeLog +++ b/net-misc/hotot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/hotot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.27 2013/01/18 10:23:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/ChangeLog,v 1.28 2013/01/28 14:03:30 xmw Exp $ + + 28 Jan 2013; Michael Weber <xmw@gentoo.org> hotot-9999.ebuild: + Updated EGIT_REPO_URI. 18 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hotot-0.9.8.11.ebuild: Stable for x86, wrt bug #452472 diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild index 97c0b78123bf..1900cb147070 100644 --- a/net-misc/hotot/hotot-9999.ebuild +++ b/net-misc/hotot/hotot-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.5 2012/08/29 22:22:13 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hotot/hotot-9999.ebuild,v 1.6 2013/01/28 14:03:30 xmw Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit cmake-utils git-2 python DESCRIPTION="lightweight & open source microblogging client" HOMEPAGE="http://hotot.org" -EGIT_REPO_URI="https://github.com/shellex/Hotot.git" +EGIT_REPO_URI="git://github.com/lyricat/Hotot.git" LICENSE="LGPL-3" SLOT="0" @@ -37,10 +37,6 @@ pkg_setup() { python_pkg_setup } -src_prepare() { - rm -v po/it_IT.po || die -} - src_configure() { mycmakeargs="${mycmakeargs} \ $(cmake-utils_use_with chrome CHROME) \ |