summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-07 20:31:35 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-07 20:31:35 +0000
commit384ab7bf6196306a37788e416706da43f7b67d21 (patch)
tree48af127bcbadd6f9d64f0cd215870e02bf89e6df /dev-vcs
parentapp-admin/augeas: Import two patches for tests (hopefully fixing #421907), pk... (diff)
downloadgentoo-2-384ab7bf6196306a37788e416706da43f7b67d21.tar.gz
gentoo-2-384ab7bf6196306a37788e416706da43f7b67d21.tar.bz2
gentoo-2-384ab7bf6196306a37788e416706da43f7b67d21.zip
Cleanup from bug #442206, submitted by Vicente Olivert Riera <peratu@carrosses.com>.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/rcsi/ChangeLog9
-rw-r--r--dev-vcs/rcsi/rcsi-0.5.ebuild15
2 files changed, 11 insertions, 13 deletions
diff --git a/dev-vcs/rcsi/ChangeLog b/dev-vcs/rcsi/ChangeLog
index 2be6ab61a1cf..a5e133b7861f 100644
--- a/dev-vcs/rcsi/ChangeLog
+++ b/dev-vcs/rcsi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/rcsi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcsi/ChangeLog,v 1.1 2011/02/10 21:36:09 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcsi/ChangeLog,v 1.2 2012/11/07 20:31:35 robbat2 Exp $
+
+ 07 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> rcsi-0.5.ebuild:
+ Cleanup from bug #442206, submitted by Vicente Olivert Riera
+ <peratu@carrosses.com>.
10 Feb 2011; Ulrich Mueller <ulm@gentoo.org> +rcsi-0.5.ebuild, +metadata.xml:
Move package from dev-util to dev-vcs, bug 56967.
@@ -21,4 +25,3 @@
12 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> +rcsi-0.5.ebuild:
Initial submission by James Rowe <jnrowe@ukfsn.org>, cleaned up a bit.
-
diff --git a/dev-vcs/rcsi/rcsi-0.5.ebuild b/dev-vcs/rcsi/rcsi-0.5.ebuild
index d0a794af6533..8f73a15e8fb1 100644
--- a/dev-vcs/rcsi/rcsi-0.5.ebuild
+++ b/dev-vcs/rcsi/rcsi-0.5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcsi/rcsi-0.5.ebuild,v 1.1 2011/02/10 21:36:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcsi/rcsi-0.5.ebuild,v 1.2 2012/11/07 20:31:35 robbat2 Exp $
+EAPI=4
inherit toolchain-funcs
DESCRIPTION="A program to give information about RCS files"
@@ -18,18 +19,12 @@ RDEPEND=">=dev-vcs/rcs-5.7-r2"
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- CC="$(tc-getCC)"
- sed -e "s^gcc -Wall -O2 -Xlinker -s^${CC} -Wall ${CFLAGS}^g" -i "${S}"/Makefile
-}
-
src_compile() {
- emake -j1 rcsi || die
+ $(tc-getCC) $CFLAGS $LDFLAGS rcsi.c -o rcsi || die "Compile failed"
}
src_install() {
- dobin rcsi || die
+ dobin rcsi
doman rcsi.1
dodoc README
dohtml README.html example{1,2}.png