--- /dev/null
+# ChangeLog for virtual/monkeysphere-validation-agent
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*monkeysphere-validation-agent-9999 (16 Nov 2010)
+ 16 Nov 2010; W. Trevor King <wking@drexel.edu> ChangeLog, metadata.xml, monkeysphere-validation-agent-9999.ebuild :
+ - Created ebuild suite for monkeysphere-validation-agent.
+ - Added initial ChangeLog which should be updated whenever the
+ package is updated in any way. This changelog is targetted to
+ users. This means that the comments should well explained and
+ written in clean English. The details about writing correct
+ changelogs are explained in the skel.ChangeLog file which you can
+ find in the root directory of the portage repository.
--- /dev/null
+EBUILD monkeysphere-validation-agent-9999.ebuild 352 RMD160 b44ee06601f2780f569cc2508b3e873a191d59b2 SHA1 e47112b2612065f2c834e0d6583d30da47eb746d SHA256 ce7b6814fa210ec1ca5eb31cb1c9632de14c67fef4da3c280216f7d561a5000e
+MISC ChangeLog 745 RMD160 dce5fe828a325eac5b72c774c4b2cd7d5e2e1f16 SHA1 d9b171651c5503477113dec9eb7502f85845feb4 SHA256 3723290cafed8ed7d67a37c420162322d06e5136e58a1d579de17da3c2fea950
+MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd></herd>
+ <maintainer>
+ <email>wking@drexel.edu</email>
+ <name>W. Trevor King</name>
+ </maintainer>
+</pkgmetadata>
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="Monkeysphere public key validation daemon"
+HOMEPAGE="http://web.monkeysphere.info/validation-agent/"
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="app-crypt/msva-perl"
+DEPEND="${RDEPEND}"