diff options
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() { |