aboutsummaryrefslogtreecommitdiff
blob: d5e03767ea0270133ef89a0ba9949e2ec6ee1460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

DESCRIPTION="Missing patches"
HOMEPAGE="https://foo.example.org/"
SRC_URI="https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
PATCHES=(
	"${FILESDIR}/files-patch-1.patch"
	"${FILESDIR}/files-patch-2.patch"
	"${S}/patch-1.patch"
	"${S}/patch-2.patch"
)