diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-python/kaa-display | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-python/kaa-display')
-rw-r--r-- | dev-python/kaa-display/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/kaa-display/kaa-display-0.1.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/kaa-display/metadata.xml | 8 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-python/kaa-display/Manifest b/dev-python/kaa-display/Manifest new file mode 100644 index 000000000000..2bc596be7a88 --- /dev/null +++ b/dev-python/kaa-display/Manifest @@ -0,0 +1 @@ +DIST kaa-display-0.1.0.tar.gz 40263 SHA256 72cfe231feae7b860b9e00fb2d83e1cb54f0d38719267a4701818c4c8aa6e922 SHA512 dec20eb8830567b07248fd4733d7576c9dfbe4f8577d4326e82baf434034e2b6105d3a6cf561f074fcf29b328d2daf6faf6a18dc467b030a3814d953b44a0b1b WHIRLPOOL 6da8fb77f155c8814e1af60364a89955330dd78238748aded1b0e64e503e38994f597462f0b3eeddfd7654f049fb8a7d03853e7174d11217916ea4074760ec1c diff --git a/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild b/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild new file mode 100644 index 000000000000..d8d57e617f07 --- /dev/null +++ b/dev-python/kaa-display/kaa-display-0.1.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Python API providing Low level support for various displays, such as X11 or framebuffer" +HOMEPAGE="http://freevo.sourceforge.net/kaa/" +SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}] + >=dev-python/kaa-imlib2-0.2.0[${PYTHON_USEDEP}] + >=dev-python/pygame-1.6.0[${PYTHON_USEDEP}] + media-libs/imlib2[X] + >=x11-libs/libX11-1.0.0" +RDEPEND="${DEPEND}" +DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/kaa-display/kaa-display-0.1.0.ebuild b/dev-python/kaa-display/kaa-display-0.1.0.ebuild new file mode 100644 index 000000000000..b7669f01f18c --- /dev/null +++ b/dev-python/kaa-display/kaa-display-0.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*" + +inherit distutils + +DESCRIPTION="Python API providing Low level support for various displays, such as X11 or framebuffer" +HOMEPAGE="http://freevo.sourceforge.net/kaa/" +SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND=">=dev-python/kaa-base-0.3.0 + >=dev-python/kaa-imlib2-0.2.0 + >=dev-python/pygame-1.6.0 + media-libs/imlib2[X] + >=x11-libs/libX11-1.0.0" +RDEPEND="${DEPEND}" + +PYTHON_MODNAME="kaa/display" diff --git a/dev-python/kaa-display/metadata.xml b/dev-python/kaa-display/metadata.xml new file mode 100644 index 000000000000..b64cc34153e2 --- /dev/null +++ b/dev-python/kaa-display/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <upstream> + <remote-id type="sourceforge">freevo</remote-id> + </upstream> +</pkgmetadata> |