diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-01-09 18:13:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-01-09 18:13:41 +0000 |
commit | 9a7bf33a10f7ed00ee4353d16989a44dc67e0a69 (patch) | |
tree | 69f83796ac33d2a853a640e4a8dd8b903249a332 /dev-vcs/cvsps | |
parent | old (diff) | |
download | gentoo-2-9a7bf33a10f7ed00ee4353d16989a44dc67e0a69.tar.gz gentoo-2-9a7bf33a10f7ed00ee4353d16989a44dc67e0a69.tar.bz2 gentoo-2-9a7bf33a10f7ed00ee4353d16989a44dc67e0a69.zip |
Version bump.
(Portage version: 2.2.0_alpha149_p86/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs/cvsps')
-rw-r--r-- | dev-vcs/cvsps/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-3.7.ebuild (renamed from dev-vcs/cvsps/cvsps-3.5.ebuild) | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog index 337e56e2bfd7..da2a672bfde2 100644 --- a/dev-vcs/cvsps/ChangeLog +++ b/dev-vcs/cvsps/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/cvsps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.16 2013/01/05 18:20:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.17 2013/01/09 18:13:41 slyfox Exp $ + +*cvsps-3.7 (09 Jan 2013) + + 09 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> +cvsps-3.7.ebuild, + -cvsps-3.5.ebuild: + Version bump. *cvsps-3.5 (05 Jan 2013) diff --git a/dev-vcs/cvsps/cvsps-3.5.ebuild b/dev-vcs/cvsps/cvsps-3.7.ebuild index 39603fdc9f84..ca0f8e6c21ae 100644 --- a/dev-vcs/cvsps/cvsps-3.5.ebuild +++ b/dev-vcs/cvsps/cvsps-3.7.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/cvsps/cvsps-3.5.ebuild,v 1.1 2013/01/05 18:20:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.7.ebuild,v 1.1 2013/01/09 18:13:41 slyfox Exp $ EAPI="4" @@ -20,10 +20,8 @@ DEPEND="${RDEPEND} app-text/asciidoc" src_prepare() { - sed -i 's/ -lz/& $(LDFLAGS)/' Makefile || die - tc-export CC - export prefix=${D}/usr + export prefix=/usr } src_install() { |