summaryrefslogtreecommitdiff
blob: e0d2bfe981fd1f44ea67273fa7ea3441218b6a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit eutils

DESCRIPTION="Test for 380271"
HOMEPAGE="http://opensource.dyc.edu/pub/misc"
SRC_URI="http://opensource.dyc.edu/pub/misc/${P}.tgz
	http://opensource.dyc.edu/pub/misc/${PN}-patchset.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_prepare() {
	EPATCH_SOURCE="${WORKDIR}"/${PN}-patchset
	EPATCH_SUFFIX="patch"
	EPATCH_FORCE="yes"
	epatch
}