summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-09-22 14:38:20 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-09-22 14:38:51 +0200
commitb950e7f8e85f26c1cf30a6b3dcd06b7e45de1902 (patch)
tree800b96a24301c06fd951864548b5d0cf17e0092b /app-misc/fdupes
parentdev-libs/libsodium: Version bump to 1.0.14 (diff)
downloadgentoo-b950e7f8e85f26c1cf30a6b3dcd06b7e45de1902.tar.gz
gentoo-b950e7f8e85f26c1cf30a6b3dcd06b7e45de1902.tar.bz2
gentoo-b950e7f8e85f26c1cf30a6b3dcd06b7e45de1902.zip
app-misc/fdupes: rely on Makefile to install files.
... instead of Portage helper functions. Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'app-misc/fdupes')
-rw-r--r--app-misc/fdupes/fdupes-9999.ebuild15
-rw-r--r--app-misc/fdupes/metadata.xml14
2 files changed, 15 insertions, 14 deletions
diff --git a/app-misc/fdupes/fdupes-9999.ebuild b/app-misc/fdupes/fdupes-9999.ebuild
index c9a2c595d3cc..f27d34c2d82a 100644
--- a/app-misc/fdupes/fdupes-9999.ebuild
+++ b/app-misc/fdupes/fdupes-9999.ebuild
@@ -9,17 +9,19 @@ MY_P="${PN}-${PV/_pre/-PR}"
DESCRIPTION="Identify/delete duplicate files residing within specified directories"
HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
-SRC_URI=""
EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git"
LICENSE="MIT"
SLOT="0"
+
KEYWORDS=""
+SRC_URI=""
S="${WORKDIR}/${MY_P}"
-PATCHES=(
- "${FILESDIR}"/${P}-gentoo.patch
-)
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+DOCS=( CHANGES CONTRIBUTORS README )
src_configure() {
append-lfs-flags
@@ -27,7 +29,6 @@ src_configure() {
}
src_install() {
- dobin fdupes
- dodoc CHANGES CONTRIBUTORS README
- doman fdupes.1
+ emake PREFIX="/usr" DESTDIR="${D}" install
+ einstalldocs
}
diff --git a/app-misc/fdupes/metadata.xml b/app-misc/fdupes/metadata.xml
index 71d25d673c17..4a5652d5b09e 100644
--- a/app-misc/fdupes/metadata.xml
+++ b/app-misc/fdupes/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">adrianlopezroche/fdupes</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">adrianlopezroche/fdupes</remote-id>
+ </upstream>
</pkgmetadata>