summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 05:41:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 05:41:24 +0000
commit3f6ffe9c4afc48a47e6a3ebba0008c8d99d99bda (patch)
tree82017b2fe8ac2ac852ef1b8b1e2374687e5d8cf5 /app-forensics
parentRemove old (diff)
downloadgentoo-2-3f6ffe9c4afc48a47e6a3ebba0008c8d99d99bda.tar.gz
gentoo-2-3f6ffe9c4afc48a47e6a3ebba0008c8d99d99bda.tar.bz2
gentoo-2-3f6ffe9c4afc48a47e6a3ebba0008c8d99d99bda.zip
Whitespace
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/rdd/ChangeLog5
-rw-r--r--app-forensics/rdd/rdd-3.0.4.ebuild18
2 files changed, 13 insertions, 10 deletions
diff --git a/app-forensics/rdd/ChangeLog b/app-forensics/rdd/ChangeLog
index 5bcdced66ce0..783d2774d4e8 100644
--- a/app-forensics/rdd/ChangeLog
+++ b/app-forensics/rdd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rdd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.4 2013/04/04 08:11:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.5 2013/05/10 05:41:24 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> rdd-3.0.4.ebuild:
+ Whitespace
*rdd-3.0.4 (04 Apr 2013)
diff --git a/app-forensics/rdd/rdd-3.0.4.ebuild b/app-forensics/rdd/rdd-3.0.4.ebuild
index 34a2f352a0e0..51876238bf0c 100644
--- a/app-forensics/rdd/rdd-3.0.4.ebuild
+++ b/app-forensics/rdd/rdd-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-3.0.4.ebuild,v 1.1 2013/04/04 08:11:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-3.0.4.ebuild,v 1.2 2013/05/10 05:41:24 patrick Exp $
EAPI="5"
@@ -38,13 +38,13 @@ src_compile() {
}
src_install() {
- # emake install has a sandbox violation in src/Makefile
- dobin src/rdd-copy
- dobin src/rdd-verify
- dobin src/rddi.py
- doman src/*.1
- dohtml doxygen-doc/html/*
- dosym rdd-copy /usr/bin/rdd
- dosym rddi.py /usr/bin/rddi
+ # emake install has a sandbox violation in src/Makefile
+ dobin src/rdd-copy
+ dobin src/rdd-verify
+ dobin src/rddi.py
+ doman src/*.1
+ dohtml doxygen-doc/html/*
+ dosym rdd-copy /usr/bin/rdd
+ dosym rddi.py /usr/bin/rddi
}