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-games/cardpics | |
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-games/cardpics')
-rw-r--r-- | dev-games/cardpics/Manifest | 1 | ||||
-rw-r--r-- | dev-games/cardpics/cardpics-0.4.ebuild | 20 | ||||
-rw-r--r-- | dev-games/cardpics/metadata.xml | 12 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-games/cardpics/Manifest b/dev-games/cardpics/Manifest new file mode 100644 index 000000000000..339e9c8f6a2b --- /dev/null +++ b/dev-games/cardpics/Manifest @@ -0,0 +1 @@ +DIST cardpics-0.4.tar.bz2 151425 SHA256 a6ece72ce0a2f97910b470248b2dd369a1004033315398fa52ca11754294f8a5 SHA512 7451112f5b7954326e381563a3730c677b261481de79ede3def451591ce081e651a86a4c24ff3259ab979ac109446588bb1cacd0beed6892a5a288f190bf6382 WHIRLPOOL 3aa22a01c7b550d60d6762bd9e849eff4e1d8ebdb3b4bb7d49b866f261752bc32f4086483da9ab8f7d87b9fc0601ca3f895cb279d4fdf7801b330241bb392029 diff --git a/dev-games/cardpics/cardpics-0.4.ebuild b/dev-games/cardpics/cardpics-0.4.ebuild new file mode 100644 index 000000000000..ac3f4d9e46da --- /dev/null +++ b/dev-games/cardpics/cardpics-0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit games + +DESCRIPTION="set of free cards sets" +HOMEPAGE="http://www.nongnu.org/cardpics/" +SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 hppa ppc sparc x86" +IUSE="" + +src_install() { + default + prepgamesdirs +} diff --git a/dev-games/cardpics/metadata.xml b/dev-games/cardpics/metadata.xml new file mode 100644 index 000000000000..2e7008ed7a14 --- /dev/null +++ b/dev-games/cardpics/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<longdescription> +cardpics is a set of free cards sets. + +If you are programming a card game and are looking for free cards, +Cardpics was made for you! Get a set of cards and include them in your +project, as soon as your project is free. +</longdescription> +</pkgmetadata> |