From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/gntp/Manifest | 1 + dev-python/gntp/gntp-1.0.1.ebuild | 20 ++++++++++++++++++++ dev-python/gntp/metadata.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/gntp/Manifest create mode 100644 dev-python/gntp/gntp-1.0.1.ebuild create mode 100644 dev-python/gntp/metadata.xml (limited to 'dev-python/gntp') diff --git a/dev-python/gntp/Manifest b/dev-python/gntp/Manifest new file mode 100644 index 000000000000..ecf54430116c --- /dev/null +++ b/dev-python/gntp/Manifest @@ -0,0 +1 @@ +DIST gntp-1.0.1.tar.gz 10889 SHA256 bad7a9a3d877e46dc13ad60cacca0442901ed9ebd96708cebe9b8f280652e382 SHA512 6e44cbafcaa5b60b39d3bb60a67786300acae5e3aa6fbab1d5cbdcb4a24fffba62f878d801683d724321d5c0e3a3b780da9c99d3faf8a578f956603e1daa49cd WHIRLPOOL d908eca646801672e70bf69ea55a96ef42d75ce2b18ccaa2d96117452411cd07cfb2934a0716dab71e2aa4edf70df91a200b1d7289d0b0ecab39fefb39417e11 diff --git a/dev-python/gntp/gntp-1.0.1.ebuild b/dev-python/gntp/gntp-1.0.1.ebuild new file mode 100644 index 000000000000..d1ef80c7cd55 --- /dev/null +++ b/dev-python/gntp/gntp-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for working with the Growl Notification Transport Protocol" +HOMEPAGE="https://github.com/kfdm/gntp http://pypi.python.org/pypi/gntp" +SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/gntp/metadata.xml b/dev-python/gntp/metadata.xml new file mode 100644 index 000000000000..62283fd5430b --- /dev/null +++ b/dev-python/gntp/metadata.xml @@ -0,0 +1,12 @@ + + + + + naota@gentoo.org + Naohiro Aota + + + gntp + kfdm/gntp + + -- cgit v1.2.3-65-gdbad