summaryrefslogtreecommitdiff
path: root/sys-fs/autorun
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /sys-fs/autorun
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'sys-fs/autorun')
-rw-r--r--sys-fs/autorun/Manifest4
-rw-r--r--sys-fs/autorun/autorun-3.17.ebuild20
-rw-r--r--sys-fs/autorun/files/autorun-3.17-headers.patch4
3 files changed, 8 insertions, 20 deletions
diff --git a/sys-fs/autorun/Manifest b/sys-fs/autorun/Manifest
index d5819b4a5e9a..7ab65fd9bf5c 100644
--- a/sys-fs/autorun/Manifest
+++ b/sys-fs/autorun/Manifest
@@ -1,4 +1,4 @@
-AUX autorun-3.17-headers.patch 225 BLAKE2B d3760381414726db803ce8e938505bf4c32b2641212c600ad23e3ab673468fb7024bc0712621c8c70c141ffa7333ae617dfb99c7a4bc530c73ab7048ed225d7a SHA512 636e485b39160b406f200c3773168bc1d1e3006da663bf77cae696c66d8808a889eb0aba582995c01898ee9867b4a21693b9861808cd75f25c4221dcf8b7b563
+AUX autorun-3.17-headers.patch 229 BLAKE2B 5253f4c30e74baf5ca73235b69e31e5e78db1ed2a5ea829622e880337ae37351397d320577c1d19d6deb8bb4d169e1d36667a9204d3bd22c1708552e3bc242c6 SHA512 6e76e2d2e53bf9af7028bb873957789da1b906290189e82849a47a459449fe7455c19f007491ed5e3b35b97891973c8891d3250f7b559813a5f25ae3ada43225
DIST autorun-3.17.tar.gz 481168 BLAKE2B 4c217c050c72cfebd04743a5fc99d409c21bfc0f239446a1c0a9901c0a5c7c1523c649f28ae62d00491d34e3b9c5e44cff6b984a97927ec83e5e373d21b8360b SHA512 cb3885fa578616013ec66658c31caa49240b77c10f18c1597d7583d0efa5318c716d8ed468f3387702e94353c0db8c74f202a736278cde563c99d2337cdac11e
-EBUILD autorun-3.17.ebuild 674 BLAKE2B 4eda432aac4e869e0c5413e56138dafbe10075bff04e63bc5173acb2dd2b2168bc49f972f211213824a907e016efbdc15a1419c3aa1ba0d3c1ab0ee8825fee3e SHA512 70c72d802438c060da0b3dee26bddd8570951358333749d96511132d709f3372d21c6c16ef1507431ea7dc16fd736906e46638075c5c24ff6e9f5aef53018173
+EBUILD autorun-3.17.ebuild 490 BLAKE2B b1ae40cadf0ef1b854c78786fc260e63241066ce87e9748ecd32d7356c3116a86c8cd32596714b93a32139b5d8e6cc601e9a3339362426ee17e6d54987ee33bd SHA512 fd37b94f0a121b3a2a9f0c9b3131f166969fbc68c623413ac64eeaec4692fa62d5b876fc9f5bff51869e28e67d100bb6cccce21317a4d5deb063cf21c372ad25
MISC metadata.xml 327 BLAKE2B 51f825192ac63f07f651fbd654626ca5b56f97873c46f8dd710a1edb9487a09e828b4e34bf91230845071f3ce680fcc2b724686f514ba4b168b58fee9a5c49e8 SHA512 fa4f2e3c910483f762241332c9f86a686ec3f318984fff6fda4bd4e775c1474bb3fc3d1e6035245554c7dade28f37dd2bb8ccdd029b9d71be9d88befbff41b6b
diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index 0b1869badd02..83006969a4df 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils
+EAPI=7
DESCRIPTION="auto cdrom mounter for the lazy user"
HOMEPAGE="http://autorun.sourceforge.net/"
@@ -19,17 +18,6 @@ DEPEND="sys-devel/gettext
app-text/xmlto
app-text/docbook-xml-dtd:4.1.2"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-headers.patch
-}
+export KDEDIR=/usr
-src_configure() {
- export KDEDIR=/usr
- econf \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-}
+PATCHES=( "${FILESDIR}/${P}-headers.patch" )
diff --git a/sys-fs/autorun/files/autorun-3.17-headers.patch b/sys-fs/autorun/files/autorun-3.17-headers.patch
index 642f1596b704..4fc487d656b3 100644
--- a/sys-fs/autorun/files/autorun-3.17-headers.patch
+++ b/sys-fs/autorun/files/autorun-3.17-headers.patch
@@ -1,7 +1,7 @@
https://bugs.gentoo.org/251684
---- autorun.cc
-+++ autorun.cc
+--- a/autorun.cc
++++ b/autorun.cc
@@ -90,6 +90,8 @@ char *strchr (), *strrchr ();
#include <errno.h>