1
0
Fork 0

deprecated

This commit is contained in:
Horea Christian 2018-07-20 19:57:31 +02:00
parent d00153ba02
commit 577e68c0e4
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="My dummy ebuild"
HOMEPAGE="https://www.gentoo.org"
SRC_URI=""
LICENSE="HPND"
SLOT="0/1"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_unpack() (
mkdir "${S}"
)