summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests-only/patchorder/patchorder-0.1.ebuild')
-rw-r--r--tests-only/patchorder/patchorder-0.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests-only/patchorder/patchorder-0.1.ebuild b/tests-only/patchorder/patchorder-0.1.ebuild
deleted file mode 100644
index e0d2bfe..0000000
--- a/tests-only/patchorder/patchorder-0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}