dev-db/qdbm: rename patches
authorAkinori Hattori <hattya@gentoo.org>
Thu, 30 Mar 2017 14:10:42 +0000 (23:10 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Thu, 30 Mar 2017 14:10:42 +0000 (23:10 +0900)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-db/qdbm/files/qdbm-perl.patch [moved from dev-db/qdbm/files/qdbm-perl-runpath-vendor.diff with 100% similarity]
dev-db/qdbm/files/qdbm-ruby19.patch [moved from dev-db/qdbm/files/qdbm-ruby19.diff with 100% similarity]
dev-db/qdbm/files/qdbm-runpath.patch [moved from dev-db/qdbm/files/qdbm-runpath.diff with 100% similarity]
dev-db/qdbm/qdbm-1.8.78-r1.ebuild

index 4936df932ca45dbcd796fa8b8361c8e42b0a5d06..b50def2b3ea09e654cd3919fcc4d1f70fa2002d5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -22,9 +22,9 @@ DEPEND="${RDEPEND}
        java? ( >=virtual/jdk-1.4 )"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${PN}-runpath.diff
-       epatch "${FILESDIR}"/${PN}-perl-runpath-vendor.diff
-       epatch "${FILESDIR}"/${PN}-ruby19.diff
+       epatch "${FILESDIR}"/${PN}-runpath.patch
+       epatch "${FILESDIR}"/${PN}-perl.patch
+       epatch "${FILESDIR}"/${PN}-ruby19.patch
        # apply flags
        sed -i "/^CFLAGS/s|$| ${CFLAGS}|" Makefile.in
        sed -i "/^OPTIMIZE/s|$| ${CFLAGS}|" perl/Makefile.in