diff options
-rw-r--r-- | net-voip/yate/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/yate/yate-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index 8a3f799a56cf..8c35c1ca39e7 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/yate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.25 2014/04/28 02:35:33 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.26 2014/04/28 02:39:02 zx2c4 Exp $ + + 28 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> yate-9999.ebuild: + Fix description *yate-9999 (28 Apr 2014) diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index 2d054e3b2502..831ea7baeba8 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.1 2014/04/28 02:35:33 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.2 2014/04/28 02:39:02 zx2c4 Exp $ EAPI=5 inherit subversion autotools -DESCRIPTION="The Yate GSM base station" -HOMEPAGE="http://www.yatebts.com/" +DESCRIPTION="The Yate AV Suite" +HOMEPAGE="http://yate.null.ro/" ESVN_REPO_URI="http://voip.null.ro/svn/yate/trunk" LICENSE="GPL-2" |