--- /dev/null
+# ChangeLog for x11-misc/mxconns
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mxconns-3.1.10 (18 May 2011)
+ 18 May 2011; W. Trevor King <wking@drexel.edu> ChangeLog, metadata.xml, mxconns-9999.ebuild :
+ - Created ebuild suite for mxconns.
+ - 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
+DIST mxconns-3.1.10.tgz 54181 RMD160 5c3543fd2173a5802fb3deb1e802be5dbeca05b8 SHA1 be3a99a6f16c615a8fc8d14770aaa70a8d4ba355 SHA256 9a655a3f16576eba8fa322066d38dea1597646dd587ec516291c9a8fb3e8cd0c
+EBUILD mxconns-3.1.10.ebuild 603 RMD160 630e4d224689006f17369f785698e1a4652be51e SHA1 9746688d3301c3539c5fd681cddd556d6068df4e SHA256 9bbeae25069338bf32d323368d50ae23f2876b2345537cb46f821bc6fe6926ca
+MISC ChangeLog 660 RMD160 99cb9521ffb78d3ee378819b0bf55d6d2c0e1797 SHA1 9e18483c0b14a873eabd536b756cf3e173bc09cb SHA256 21f614512f14c94605465cab21989e02658abdb770db8888e63085f1a29ac98a
+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="4"
+
+inherit eutils
+
+DESCRIPTION="X11 connection monitor and proxy"
+HOMEPAGE="http://cern.ch/mxconns/ http://mxconns.web.cern.ch/mxconns/"
+SRC_URI="http://mxconns.web.cern.ch/mxconns/${P}.tgz"
+
+LICENSE="CERN"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="x11-libs/libXau
+ x11-libs/openmotif"
+RDEPEND="$DEPEND"
+
+src_configure() {
+ ./configure
+}
+
+src_compile() {
+ emake "CFLAGS=${CFLAGS}" "LDFLAGS=${LDFLAGS}"
+ cp mxconns.man mxconns.1
+}
+
+src_install() {
+ dobin mxconns
+ doman mxconns.1
+}