--- /dev/null
+# ChangeLog for dev-tex/thesis-tools
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+*thesis-tools-9999 (16 Nov 2010)
+ 16 Nov 2010; W. Trevor King <wking@drexel.edu> ChangeLog, metadata.xml, thesis-tools-9999.ebuild :
+ - Created ebuild suite for thesis-tools.
+ - 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 thesis-tools-9999.ebuild 412 RMD160 18635f77f32dddd8567e7d18352c8708a061c48f SHA1 b3f744518d54d636d2ce3504db165d28c13b38aa SHA256 7e3dcca2574681bab8b7acdfd84660c7d3ad517767253be1c05185aeb738dba8
+MISC ChangeLog 714 RMD160 c58583ce77120fd32457eb2cd92cb7c9505b70fd SHA1 d57fda779da19622212c5cbafe354204e05c7650 SHA256 49cdc962674e1c5fa2c947fc81f0a8fac8a47b16c7788530975b70093ccb00f0
+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-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="Virtual for build tools for WTK's thesis"
+HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Thesis/"
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-util/scons
+ media-gfx/asymptote
+ sci-chemistry/pymol"
+DEPEND="${RDEPEND}"