]> Pileus Git - ~andy/sunrise/commitdiff
net-misc/geomyidae: Moving net-misc/Geomyidae to conform with upstream renaming and...
authorJames Penketh <tamber@furryhelix.co.uk>
Fri, 12 Nov 2010 21:17:51 +0000 (21:17 +0000)
committerJames Penketh <tamber@furryhelix.co.uk>
Fri, 12 Nov 2010 21:17:51 +0000 (21:17 +0000)
svn path=/sunrise/; revision=11540

net-misc/geomyidae/ChangeLog [new file with mode: 0644]
net-misc/geomyidae/Manifest [new file with mode: 0644]
net-misc/geomyidae/geomyidae-0.16.ebuild [new file with mode: 0644]
net-misc/geomyidae/metadata.xml [new file with mode: 0644]

diff --git a/net-misc/geomyidae/ChangeLog b/net-misc/geomyidae/ChangeLog
new file mode 100644 (file)
index 0000000..29ee20c
--- /dev/null
@@ -0,0 +1,13 @@
+# ChangeLog for net-misc/Geomyidae
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  12 Nov 2010; James Penketh <tamber@furryhelix.co.uk>
+  -Geomyidae-0.15.ebuild, +geomyidae-0.16.ebuild:
+  Moving net-misc/Geomyidae to conform with upstream renaming and
+  corresponding version bump.
+
+  14 Aug 2010; James Penketh <tamber@furryhelix.co.uk>
+  +Geomyidae-0.15.ebuild, +metadata.xml:
+  New ebuild for bug 327613
+
diff --git a/net-misc/geomyidae/Manifest b/net-misc/geomyidae/Manifest
new file mode 100644 (file)
index 0000000..81927f5
--- /dev/null
@@ -0,0 +1,4 @@
+DIST geomyidae-0.16.tgz 12244 RMD160 741898b22bdcd83fc404be3b3c1e43d730b4351c SHA1 b814dc4bbdb8fe2a0af90132277d5c7e9144f344 SHA256 6e0456f3bf58de53228a50227bc0a7b5f86f4f308e4b8e495cac3657065f82f5
+EBUILD geomyidae-0.16.ebuild 780 RMD160 58d89e8209d2e5653e32f5393abb4655e19798b3 SHA1 e8892e1006def20ec699c7dcf9500283a6841843 SHA256 ab234c570898ec4b30c3d2eb53da948fe3128dd0e86a480c79bd2c06f2b217d5
+MISC ChangeLog 446 RMD160 764cb20650a47d038f1ab4795420de6ae4476f21 SHA1 187a5eb61d8dc0e2dea9079657b2a40c400d6f95 SHA256 56fbc1ad537b80e432964ff6f827e0afaa7e00fc857cb1aba3a3b7578a2e2545
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/net-misc/geomyidae/geomyidae-0.16.ebuild b/net-misc/geomyidae/geomyidae-0.16.ebuild
new file mode 100644 (file)
index 0000000..6eb50fe
--- /dev/null
@@ -0,0 +1,41 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A daemon to serve the gopher protocol"
+HOMEPAGE="http://r-36.net/src/Geomyidae/"
+SRC_URI="http://r-36.net/src/${PN}/${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+pkg_setup(){
+       enewgroup gopherd
+       enewuser gopherd -1 -1 /var/gopher gopherd
+}
+
+src_compile() {
+       tc-export CC
+       emake || die
+}
+
+src_install() {
+       dosbin ${PN} || die
+
+       newinitd rc.d/Gentoo.init.d ${PN} || die
+       newconfd rc.d/Gentoo.conf.d ${PN} || die
+
+       insinto /var/gopher
+       doins index.gph || die
+       fowners -R root.gopherd /var/gopher || die
+       fperms -R g=rX,o=rX /var/gopher || die
+
+       doman ${PN}.8 || die
+       dodoc README || die
+}
diff --git a/net-misc/geomyidae/metadata.xml b/net-misc/geomyidae/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>