idella4 14/11/14 01:12:49 Modified: ChangeLog Added: rcs-5.9.3.ebuild Log: bump, add missed test phase (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.31 dev-vcs/rcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 13 Nov 2014 02:10:02 -0000 1.30 +++ ChangeLog 14 Nov 2014 01:12:48 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/rcs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.30 2014/11/13 02:10:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.31 2014/11/14 01:12:48 idella4 Exp $ + +*rcs-5.9.3 (14 Nov 2014) + + 14 Nov 2014; Ian Delaney <[email protected]> +rcs-5.9.3.ebuild: + bump, add missed test phase 13 Nov 2014; Ian Delaney <[email protected]> rcs-5.9.2.ebuild: corrections to deps, rm un-needed workaround, courtesy of floppym 1.1 dev-vcs/rcs/rcs-5.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild?rev=1.1&content-type=text/plain Index: rcs-5.9.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.1 2014/11/14 01:12:48 idella4 Exp $ EAPI="5" inherit eutils DESCRIPTION="Revision Control System" HOMEPAGE="http://www.gnu.org/software/rcs/" SRC_URI="mirror://gnu/rcs/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \ ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="doc" RDEPEND=" sys-apps/diffutils sys-apps/ed" DEPEND="${RDEPEND}" src_prepare() { sed -i -e '/gets is a security hole/d' \ lib/stdio.in.h || die } src_test() { emake check } src_install() { emake DESTDIR="${D}" install dodoc ChangeLog NEWS README if use doc; then emake -C doc html rm -R "${ED}/usr/share/doc/rcs" mv doc/rcs.html doc/html dodoc -r doc/html/ fi }
