Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537050 - net-misc/s3cmd : Add Gentoo Prefix modifications and keyword
Summary: net-misc/s3cmd : Add Gentoo Prefix modifications and keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 14:45 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2015-01-31 16:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
s3cmd diff (s3cmd.diff,677 bytes, patch)
2015-01-19 14:45 UTC, Jeremy Olexa (darkside) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2015-01-19 14:45:03 UTC
Created attachment 394330 [details, diff]
s3cmd diff

Hi,

I kindly request a couple of Gentoo Prefix modifications to the s3cmd ebuild, here they are in line because the diff is trivial:

--- s3cmd-1.5.0_rc1.ebuild.orig	2015-01-19 08:41:15.000000000 -0600
+++ s3cmd-1.5.0_rc1.ebuild	2015-01-19 08:41:54.000000000 -0600
@@ -8,7 +8,7 @@

 inherit distutils

-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
 DESCRIPTION="Command line client for Amazon S3"
 HOMEPAGE="http://s3tools.org/s3cmd"
 SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
@@ -30,6 +30,6 @@
 }

 src_install() {
-	S3CMD_INSTPATH_DOC=/usr/share/doc/${PF} distutils_src_install
-	rm -rf "${D}"/usr/share/doc/${PF}/${PN} || die 'rm failed'
+	S3CMD_INSTPATH_DOC="${EPREFIX}"/usr/share/doc/${PF} distutils_src_install
+	rm -rf "${ED}"/usr/share/doc/${PF}/${PN} || die 'rm failed'
 }
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2015-01-31 16:57:44 UTC
 # ChangeLog for net-misc/s3cmd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.24 2014/10/13 20:57:39 robbat2 Exp $

+  31 Jan 2015; Jeremy Olexa <darkside@gentoo.org> s3cmd-1.5.0_rc1.ebuild:
+  Add Gentoo Prefix mods and keyword, bug 537050