mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-11 02:12:06 +01:00
21 lines
327 B
Bash
21 lines
327 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
|
|
inherit subversion
|
|
|
|
DESCRIPTION=""
|
|
HOMEPAGE=""
|
|
SRC_URI=""
|
|
ESVN_REPO_URI="http://libmsr.googlecode.com/svn/trunk/"
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
|