diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-01-21 19:50:01 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2014-01-21 19:50:01 +0000 |
commit | a0dec3b53772e8e91c88e7a28b359e8c5d569155 (patch) | |
tree | ea89642855bf8cab03aadb3bdd9b482fb7da65cd /www-apps/cgit | |
parent | Version bump. (diff) | |
download | gentoo-2-a0dec3b53772e8e91c88e7a28b359e8c5d569155.tar.gz gentoo-2-a0dec3b53772e8e91c88e7a28b359e8c5d569155.tar.bz2 gentoo-2-a0dec3b53772e8e91c88e7a28b359e8c5d569155.zip |
Remove variable to avoid maintainer confusion.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog index e6c2f466afb2..74cf108c5b3f 100644 --- a/www-apps/cgit/ChangeLog +++ b/www-apps/cgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/cgit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.19 2014/01/21 19:49:03 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.20 2014/01/21 19:50:01 zx2c4 Exp $ + + 21 Jan 2014; Jason A. Donenfeld <zx2c4@gentoo.org> cgit-9999.ebuild: + Remove variable to avoid maintainer confusion. *cgit-0.10 (21 Jan 2014) diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 5e2ca3bff908..96f1763650e7 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -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/www-apps/cgit/cgit-9999.ebuild,v 1.7 2014/01/21 19:49:03 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.8 2014/01/21 19:50:01 zx2c4 Exp $ EAPI="4" @@ -10,8 +10,6 @@ inherit webapp eutils multilib user git-2 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" -GIT_V="1.8.5" - DESCRIPTION="a fast web-interface for git repositories" HOMEPAGE="http://git.zx2c4.com/cgit/about" SRC_URI="" |