diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-03 12:06:21 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-03 12:06:21 +0000 |
commit | 76f112d8d266451420c27f19aa4d9590bfddbc6f (patch) | |
tree | 08d2d5a0b4a5e6c4bf087eb4746a22dcc7910ade /dev-vcs | |
parent | Version bump (diff) | |
download | gentoo-2-76f112d8d266451420c27f19aa4d9590bfddbc6f.tar.gz gentoo-2-76f112d8d266451420c27f19aa4d9590bfddbc6f.tar.bz2 gentoo-2-76f112d8d266451420c27f19aa4d9590bfddbc6f.zip |
Remove my repository from EGIT_REPO_URI since it is not up-to-date.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-bz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog index f81eb7bb2487..5a7e2231cc13 100644 --- a/dev-vcs/git-bz/ChangeLog +++ b/dev-vcs/git-bz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git-bz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.9 2013/10/15 19:37:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.10 2013/12/03 12:06:21 mgorny Exp $ + + 03 Dec 2013; Michał Górny <mgorny@gentoo.org> git-bz-9999.ebuild: + Remove my repository from EGIT_REPO_URI since it is not up-to-date. 15 Oct 2013; Michał Górny <mgorny@gentoo.org> git-bz-9999.ebuild: Switch to git-r3 and python-single-r1. Update to use new configure & Makefile. diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild index 3bf56af6b297..f60def7cc119 100644 --- a/dev-vcs/git-bz/git-bz-9999.ebuild +++ b/dev-vcs/git-bz/git-bz-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.7 2013/10/15 19:37:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.8 2013/12/03 12:06:21 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) @@ -9,8 +9,7 @@ inherit python-single-r1 #if LIVE EGIT_REPO_URI="git://git.fishsoup.net/${PN} - http://git.fishsoup.net/cgit/${PN} - https://bitbucket.org/mgorny/${PN}.git" + http://git.fishsoup.net/cgit/${PN}" inherit git-r3 #endif |