summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-08-11 22:09:17 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-08-11 22:09:17 -0400
commit59778f837bf4604c8bda4aeccf8f6d161c01dd6a (patch)
treec837f7e705e1ad4ac5d3e8bbf946a08190b3a837
parentfreecode-submit ebuild (diff)
downloadsuperposition-59778f83.tar.gz
superposition-59778f83.tar.bz2
superposition-59778f83.zip
freecode-submit ebuild
-rw-r--r--dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swpbin0 -> 12288 bytes
-rw-r--r--dev-python/freecode-submit/Manifest3
-rw-r--r--dev-python/freecode-submit/freecode-submit-2.9.ebuild21
-rw-r--r--dev-python/freecode-submit/metadata.xml9
4 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp b/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp
new file mode 100644
index 0000000..3cb5620
--- /dev/null
+++ b/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp
Binary files differ
diff --git a/dev-python/freecode-submit/Manifest b/dev-python/freecode-submit/Manifest
new file mode 100644
index 0000000..c47eddb
--- /dev/null
+++ b/dev-python/freecode-submit/Manifest
@@ -0,0 +1,3 @@
+DIST freecode-submit-2.9.tar.gz 18612 SHA256 9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b WHIRLPOOL 9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
+EBUILD freecode-submit-2.9.ebuild 474 SHA256 c1c2214c109499a020abb9adaaaa4975211097d9027be2c975dd82c733cf8aae SHA512 05be45c736d463bbcbccf42ceb78532e5666ae7fd8a1c5c5dd5e36afd04feeca9aa6c27f66a81ac17b3b20151019b6c709dba0707356f28ae387fd92630588b3 WHIRLPOOL 653e6c48f50a7549b0be960754ca96c572f808828547217f3e592b4721808bf4baa236f6393367565442165d23e73ca094d8015a8ea441a89ea4858ee13e406f
+MISC metadata.xml 715 SHA256 d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c WHIRLPOOL a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a
diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
new file mode 100644
index 0000000..2043b5a
--- /dev/null
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Client for Freshcode and Freecode-like sites."
+HOMEPAGE="http://www.catb.org/~esr/freecode-submit/"
+SRC_URI="http://www.catb.org/~esr/freecode-submit/${PF}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}"
diff --git a/dev-python/freecode-submit/metadata.xml b/dev-python/freecode-submit/metadata.xml
new file mode 100644
index 0000000..ba5ea34
--- /dev/null
+++ b/dev-python/freecode-submit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>phil_miess@yahoo.com</email>
+</maintainer>
+<longdescription lang="en">freecode-submit was originally written to support remote submission of release updates to Freecode via its JSON API, intended for use in project release scripts. Since the shutdown of Freecode on 18 June 2014 it has been adapted to talk to Freshcode, and may in future support other Freecode successors if and as they materialize. It reads the metadata from an RFC-2822-like message on standard input, possibly with overrides by command-line switches.
+</longdescription>
+</pkgmetadata>