summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 16:49:53 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 16:49:53 +0000
commit5af0d619e5155f0a1ae977596c6d33145233c03f (patch)
tree630dee3bd064f4e2bc67c9f4d003298aa4a68b4f /sys-process
parentUse newbin instead of exinto /usr/bin && doexe (diff)
downloadgentoo-2-5af0d619e5155f0a1ae977596c6d33145233c03f.tar.gz
gentoo-2-5af0d619e5155f0a1ae977596c6d33145233c03f.tar.bz2
gentoo-2-5af0d619e5155f0a1ae977596c6d33145233c03f.zip
Use newbin instead of exinto /usr/bin && doexe
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/top-apple/ChangeLog9
-rw-r--r--sys-process/top-apple/metadata.xml2
-rw-r--r--sys-process/top-apple/top-apple-73.ebuild13
3 files changed, 13 insertions, 11 deletions
diff --git a/sys-process/top-apple/ChangeLog b/sys-process/top-apple/ChangeLog
index 925af10ed13a..3880b1154482 100644
--- a/sys-process/top-apple/ChangeLog
+++ b/sys-process/top-apple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/top-apple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/top-apple/ChangeLog,v 1.1 2012/05/03 13:22:41 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/top-apple/ChangeLog,v 1.2 2015/03/20 16:49:53 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
+ top-apple-73.ebuild:
+ Use newbin instead of exinto /usr/bin && doexe
*top-apple-73 (03 May 2012)
@@ -8,4 +12,3 @@
+files/top-apple-73-darwin9.patch, +metadata.xml, +top-apple-73.ebuild:
Initial ebuild of Apple's version of top from Mac OS X Lion, patched to
compile on older versions as well.
-
diff --git a/sys-process/top-apple/metadata.xml b/sys-process/top-apple/metadata.xml
index 4561e552bd04..f737f232e3bf 100644
--- a/sys-process/top-apple/metadata.xml
+++ b/sys-process/top-apple/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>prefix</herd>
+ <herd>prefix</herd>
</pkgmetadata>
diff --git a/sys-process/top-apple/top-apple-73.ebuild b/sys-process/top-apple/top-apple-73.ebuild
index 36a7d3c8489e..8728f855393f 100644
--- a/sys-process/top-apple/top-apple-73.ebuild
+++ b/sys-process/top-apple/top-apple-73.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/top-apple/top-apple-73.ebuild,v 1.1 2012/05/03 13:22:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/top-apple/top-apple-73.ebuild,v 1.2 2015/03/20 16:49:53 jlec Exp $
-EAPI="4"
+EAPI=5
inherit toolchain-funcs eutils
DESCRIPTION="Apple's top from Mac OS X Lion 10.7"
HOMEPAGE="http://www.opensource.apple.com/"
-SRC_URI="http://www.opensource.apple.com/tarballs/top/top-${PV}.tar.gz
+SRC_URI="
+ http://www.opensource.apple.com/tarballs/top/top-${PV}.tar.gz
http://www.opensource.apple.com/source/libutil/libutil-11/libutil.h?txt -> libutil-11-top-${PV}.h"
LICENSE="APSL-2 BSD"
@@ -33,9 +34,7 @@ src_compile() {
}
src_install() {
- dodir /usr/bin
- exeinto /usr/bin
- doexe top
+ dobin top
}
pkg_postinst() {