summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-04 16:55:42 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-04 16:55:42 +0000
commitd7d96e47583ae4c32ea8580c730fff57d57930e8 (patch)
tree1784e64e37ab7a46f0e74a05beff60bdf8fdc729 /app-misc/cdargs
parentSome Clean up (diff)
downloadgentoo-2-d7d96e47583ae4c32ea8580c730fff57d57930e8.tar.gz
gentoo-2-d7d96e47583ae4c32ea8580c730fff57d57930e8.tar.bz2
gentoo-2-d7d96e47583ae4c32ea8580c730fff57d57930e8.zip
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/cdargs')
-rw-r--r--app-misc/cdargs/ChangeLog7
-rw-r--r--app-misc/cdargs/cdargs-1.35-r1.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/app-misc/cdargs/ChangeLog b/app-misc/cdargs/ChangeLog
index d39cbac4964d..0028e3ccb6ae 100644
--- a/app-misc/cdargs/ChangeLog
+++ b/app-misc/cdargs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/cdargs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.17 2008/03/27 19:28:26 nixnut Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/ChangeLog,v 1.18 2011/01/04 16:55:42 jlec Exp $
+
+ 04 Jan 2011; Justin Lecher <jlec@gentoo.org> cdargs-1.35-r1.ebuild:
+ Some Clean up
27 Mar 2008; nixnut <nixnut@gentoo.org> cdargs-1.35-r1.ebuild:
Stable on ppc wrt bug 214932
diff --git a/app-misc/cdargs/cdargs-1.35-r1.ebuild b/app-misc/cdargs/cdargs-1.35-r1.ebuild
index 34283a83f9a8..616f337717c5 100644
--- a/app-misc/cdargs/cdargs-1.35-r1.ebuild
+++ b/app-misc/cdargs/cdargs-1.35-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.3 2008/03/27 19:28:26 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdargs/cdargs-1.35-r1.ebuild,v 1.4 2011/01/04 16:55:42 jlec Exp $
inherit elisp-common
@@ -15,11 +15,12 @@ IUSE="emacs"
DEPEND="sys-libs/ncurses
emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}"
SITEFILE=50${PN}-gentoo.el
src_compile() {
- econf || die "econf failed"
+ econf
emake || die "emake failed"
if use emacs; then
@@ -29,7 +30,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
- dodoc README THANKS TODO AUTHORS
+ dodoc README THANKS TODO AUTHORS || die
cd "${S}/contrib"
insinto /usr/share/cdargs