diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-08-26 05:14:59 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-08-26 05:14:59 +0000 |
commit | 80b03adfce941e61a1d9152377cda4963ce1ebba (patch) | |
tree | 4064ad0fbd008b2e14b4b214ed4441915ed728fe /dev-vcs | |
parent | Version bump (bug #482406). (diff) | |
download | gentoo-2-80b03adfce941e61a1d9152377cda4963ce1ebba.tar.gz gentoo-2-80b03adfce941e61a1d9152377cda4963ce1ebba.tar.bz2 gentoo-2-80b03adfce941e61a1d9152377cda4963ce1ebba.zip |
Fix version set wrong in tarball.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tig/tig-1.2.1.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-vcs/tig/ChangeLog b/dev-vcs/tig/ChangeLog index 4e9e8438e7e1..86faa7c917a8 100644 --- a/dev-vcs/tig/ChangeLog +++ b/dev-vcs/tig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.23 2013/08/26 05:05:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.24 2013/08/26 05:14:59 radhermit Exp $ + + 26 Aug 2013; Tim Harder <radhermit@gentoo.org> tig-1.2.1.ebuild: + Fix version set wrong in tarball. *tig-1.2.1 (26 Aug 2013) diff --git a/dev-vcs/tig/tig-1.2.1.ebuild b/dev-vcs/tig/tig-1.2.1.ebuild index 5ecf19d503f8..356b1f92fbf5 100644 --- a/dev-vcs/tig/tig-1.2.1.ebuild +++ b/dev-vcs/tig/tig-1.2.1.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/tig/tig-1.2.1.ebuild,v 1.1 2013/08/26 05:05:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.2.1.ebuild,v 1.2 2013/08/26 05:14:59 radhermit Exp $ EAPI=5 @@ -29,6 +29,11 @@ src_configure() { econf CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncursesw)" } +src_compile() { + # fix version set wrong in tarball + emake VERSION=${PV} +} + src_install() { emake DESTDIR="${D}" install install-doc-man dodoc BUGS NEWS |