idella4     15/07/25 07:40:28

  Modified:             ChangeLog
  Added:                rcs-5.9.4.ebuild
  Removed:              rcs-5.9.2.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.33                 dev-vcs/rcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   25 Jul 2015 07:13:56 -0000      1.32
+++ ChangeLog   25 Jul 2015 07:40:28 -0000      1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/rcs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.32 2015/07/25 
07:13:56 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.33 2015/07/25 
07:40:28 idella4 Exp $
+
+*rcs-5.9.4 (25 Jul 2015)
+
+  25 Jul 2015; Ian Delaney <idel...@gentoo.org> +rcs-5.9.4.ebuild,
+  -rcs-5.9.2.ebuild:
+  bump, rm old
 
   25 Jul 2015; Ian Delaney <idel...@gentoo.org> rcs-5.9.3.ebuild:
   set -std=gnu99 into CFLAGS, thanks to fix by Bernd Buschinski in bug #548320



1.1                  dev-vcs/rcs/rcs-5.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.4.ebuild?rev=1.1&content-type=text/plain

Index: rcs-5.9.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.4.ebuild,v 1.1 
2015/07/25 07:40:28 idella4 Exp $

EAPI="5"

inherit eutils flag-o-matic

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_configure() {
        append-flags -std=gnu99
        econf
}

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
}




Reply via email to