diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 14:21:02 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-04 00:07:29 +0100 |
commit | 009a02ac63eb87bcf36cf528b7f82014edcd7166 (patch) | |
tree | f686a76d2496acb98eb779884e90c3e61a03dc55 /flx | |
parent | flx/init-scripts: Move to EAPI 6 (diff) | |
download | portage-009a02ac63eb87bcf36cf528b7f82014edcd7166.tar.xz |
flx/init-squid: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'flx')
-rw-r--r-- | flx/init-squid/Manifest | 2 | ||||
-rw-r--r-- | flx/init-squid/init-squid-2.6.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/flx/init-squid/Manifest b/flx/init-squid/Manifest index 60177b84..43a9e128 100644 --- a/flx/init-squid/Manifest +++ b/flx/init-squid/Manifest @@ -1,4 +1,4 @@ AUX init-squid-BJA-obsolete-opt.diff 1205 SHA256 383586abc3c993b3dc10a3214d02bf077dbc3eb57ab56346b34f34793e9deeeb WHIRLPOOL 64c38229f8b4611ba7d5777d03f92b47024a85147c0a13864ca2fb2899f0cc2019dc1365566798d922e3342ec016a01d6dfe9caa68f713d834f754dd988a4f17 AUX init-squid-BJA-path.diff 621 SHA256 be4f7e173562665ae2140908c02fdbf9512ecd804a9b02f0112d0d9c5fea9710 WHIRLPOOL 121d2a5f4805def7adb612a600144ae50fedc955ffce90fce15ae5af71712d3cc71fccc7906404191e4d6f414eb3e48e28d08c1505ab6291c3c65a687776f2fc -EBUILD init-squid-2.6.ebuild 546 SHA256 b529af1fde199db2d513a7871816e28f5e5e25a1048396f3a016c332ebf8d73e WHIRLPOOL d91e22c82fcd9a00ca95e2454d57c4bd914551318da739a3ad6885ff6e0205858fd0d09f063a29159bb80b49aeb401327ff72fc32367096aeac10cc9cd47bb94 +EBUILD init-squid-2.6.ebuild 556 SHA256 8639d18c0dc83619d115746fa96a03036375c4c6b5ac580549ea9f345641bc2e WHIRLPOOL dfea4a08591908ff6f97519bca8383c7eb2fdef514f7545834e3df046bdd6b03778b3b62c053d9c0222a7a47324b5c82c80916634755fe0eaec37ffad7dd4905 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-squid/init-squid-2.6.ebuild b/flx/init-squid/init-squid-2.6.ebuild index dc45ec03..7a8be5e0 100644 --- a/flx/init-squid/init-squid-2.6.ebuild +++ b/flx/init-squid/init-squid-2.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit git-r3 flx eutils HOMEPAGE="http://master.formilux.org/git/dist/pkg/squid.git" @@ -17,6 +17,8 @@ DEPEND="" RDEPEND=">=net-proxy/squid-${PV}" src_prepare() { + default + epatch "${FILESDIR}/${PN}-BJA-path.diff" epatch "${FILESDIR}/${PN}-BJA-obsolete-opt.diff" |