mgorny 14/07/06 13:20:53 Modified: connect-1.103.ebuild connect-1.100.ebuild ChangeLog Log: Replace obsolete mirror://bitbucket with the real URI. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 net-misc/connect/connect-1.103.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.103.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.103.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.103.ebuild?r1=1.1&r2=1.2 Index: connect-1.103.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.103.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- connect-1.103.ebuild 15 Feb 2014 08:51:09 -0000 1.1 +++ connect-1.103.ebuild 6 Jul 2014 13:20:53 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.103.ebuild,v 1.1 2014/02/15 08:51:09 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.103.ebuild,v 1.2 2014/07/06 13:20:53 mgorny Exp $ EAPI=3 @@ -10,7 +10,7 @@ DESCRIPTION="network connection relaying command (proxy)" HOMEPAGE="https://bitbucket.org/gotoh/connect" HG_COMMIT_ID="ee1fbc21da4b" # bitbucket commit id -#SRC_URI="mirror://bitbucket/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +#SRC_URI="https://www.bitbucket.org/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2" SRC_URI="http://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" 1.4 net-misc/connect/connect-1.100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.100.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.100.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/connect-1.100.ebuild?r1=1.3&r2=1.4 Index: connect-1.100.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.100.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- connect-1.100.ebuild 15 Feb 2014 09:22:15 -0000 1.3 +++ connect-1.100.ebuild 6 Jul 2014 13:20:53 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.100.ebuild,v 1.3 2014/02/15 09:22:15 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/connect-1.100.ebuild,v 1.4 2014/07/06 13:20:53 mgorny Exp $ EAPI=3 @@ -10,7 +10,7 @@ DESCRIPTION="network connection relaying command (proxy)" HOMEPAGE="https://bitbucket.org/gotoh/connect" HG_COMMIT_ID="7c036cbffb61" # bitbucket commit id -#SRC_URI="mirror://bitbucket/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2" +#SRC_URI="https://www.bitbucket.org/gotoh/connect/get/${PV}.tar.bz2 -> ${P}.tar.bz2" SRC_URI="http://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" 1.15 net-misc/connect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connect/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 Feb 2014 12:14:27 -0000 1.14 +++ ChangeLog 6 Jul 2014 13:20:53 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/connect # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.14 2014/02/15 12:14:27 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connect/ChangeLog,v 1.15 2014/07/06 13:20:53 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> connect-1.100.ebuild, + connect-1.103.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 15 Feb 2014; Wolfram Schlich <wschl...@gentoo.org> -connect-100.ebuild: removed -100 as -1.100 is the replacement