public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/rcs: rcs-5.9.2.ebuild ChangeLog
Date: Thu, 13 Nov 2014 01:13:52 +0000 (UTC)	[thread overview]
Message-ID: <20141113011352.4B2DCA059@oystercatcher.gentoo.org> (raw)

idella4     14/11/13 01:13:52

  Modified:             ChangeLog
  Added:                rcs-5.9.2.ebuild
  Log:
  bump; add fix to break in configure, substitute dohtml in the doc install, fixes Bug #474842
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.29                 dev-vcs/rcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 Jun 2014 00:01:43 -0000	1.28
+++ ChangeLog	13 Nov 2014 01:13:52 -0000	1.29
@@ -1,6 +1,12 @@
 # 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.28 2014/06/10 00:01:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.29 2014/11/13 01:13:52 idella4 Exp $
+
+*rcs-5.9.2 (13 Nov 2014)
+
+  13 Nov 2014; Ian Delaney <idella4@gentoo.org> +rcs-5.9.2.ebuild:
+  bump; add fix to break in configure, substitute dohtml in the doc install,
+  fixes Bug #474842
 
   10 Jun 2014; Mike Frysinger <vapier@gentoo.org> rcs-5.8.2.ebuild:
   Add arm64 love.



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

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

Index: rcs-5.9.2.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.2.ebuild,v 1.1 2014/11/13 01:13:52 idella4 Exp $

EAPI="4"

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"

src_prepare() {
	sed -i -e '/gets is a security hole/d' \
		lib/stdio.in.h || die

	# This breaks configure phase
	sed -e 's:ED=ed:ED=sed:' -i configure || die
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc AUTHORS 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	other threads:[~2014-11-13  1:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13  1:13 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-13  2:10 [gentoo-commits] gentoo-x86 commit in dev-vcs/rcs: rcs-5.9.2.ebuild ChangeLog Ian Delaney (idella4)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141113011352.4B2DCA059@oystercatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox