slyfox 14/08/24 13:49:08
Modified: ChangeLog
Added: cvsps-3.13-r1.ebuild
Removed: cvsps-3.13.ebuild cvsps-3.10.ebuild
cvsps-2.1.ebuild
Log:
Slot cvsps-3 to SLOT=3 to let git-cvsimport work with cvsps-2 (bug #450424).
(Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key
611FF3AA)
Revision Changes Path
1.23 dev-vcs/cvsps/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.23&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?rev=1.23&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 13 Mar 2014 20:09:09 -0000 1.22
+++ ChangeLog 24 Aug 2014 13:49:08 -0000 1.23
@@ -1,6 +1,13 @@
# ChangeLog for dev-vcs/cvsps
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.22 2014/03/13
20:09:09 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.23 2014/08/24
13:49:08 slyfox Exp $
+
+*cvsps-3.13-r1 (24 Aug 2014)
+
+ 24 Aug 2014; Sergei Trofimovich <[email protected]> +cvsps-3.13-r1.ebuild,
+ +files/cvsps-3.13-make.patch, -cvsps-2.1.ebuild, -cvsps-3.10.ebuild,
+ -cvsps-3.13.ebuild:
+ Slot cvsps-3 to SLOT=3 to let git-cvsimport work with cvsps-2 (bug #450424).
13 Mar 2014; Christoph Junghans <[email protected]> cvsps-3.13.ebuild:
added ~x64-macos (tested by me)
1.1 dev-vcs/cvsps/cvsps-3.13-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild?rev=1.1&content-type=text/plain
Index: cvsps-3.13-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.1
2014/08/24 13:49:08 slyfox Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Generates patchset information from a CVS repository (supports
fast-import)"
HOMEPAGE="http://www.catb.org/~esr/cvsps/"
SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris
~x86-solaris"
IUSE=""
RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
app-text/asciidoc"
RESTRICT=test # upstream does not ship tests
src_prepare() {
local gentoo_name=${PN}-3
epatch "${FILESDIR}"/${P}-make.patch
mv ${PN}.asc ${gentoo_name}.asc || die
sed -i "s/${PN}/${gentoo_name}/g" ${gentoo_name}.asc || die
MAKEOPTS+=" PROG=${gentoo_name}"
tc-export CC
export prefix=/usr
}
src_install() {
default
dodoc README
}