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 /x11-themes/gentoo-artwork-livecd | |
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 'x11-themes/gentoo-artwork-livecd')
4 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/gentoo-artwork-livecd/Manifest b/x11-themes/gentoo-artwork-livecd/Manifest new file mode 100644 index 000000000000..fa0e9a36749f --- /dev/null +++ b/x11-themes/gentoo-artwork-livecd/Manifest @@ -0,0 +1,2 @@ +DIST gentoo-artwork-livecd-2006.1.tar.bz2 1810876 RMD160 18922c3f403e2541708a84e575315a0761c52c6c SHA1 43243ddbae68597df64ee1020cc67ab98ccee65e SHA256 579f784dbce2f19dc73004ac273dd80152b17058872c0b9db0d064751fff7a35 +DIST gentoo-artwork-livecd-2007.0.tar.bz2 3760355 RMD160 90e458605b112f906dc6f2886d51d63d9010a0f9 SHA1 071b35283d815a94c0d0a58806c85d2a07c983a3 SHA256 58d15c3c88e91d3b3fa11f82c0b730d8899904065051ccc2a5beca826b6c166c diff --git a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild new file mode 100644 index 000000000000..f14089f656ec --- /dev/null +++ b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gentoo.org/" + +KEYWORDS="alpha amd64 ia64 ppc x86 ~x86-fbsd" +LICENSE="GPL-2" +SLOT="0" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="" + +S=${WORKDIR} + +src_install() { + insinto /usr/share/pixmaps + doins -r * +} diff --git a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild new file mode 100644 index 000000000000..f14089f656ec --- /dev/null +++ b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gentoo.org/" + +KEYWORDS="alpha amd64 ia64 ppc x86 ~x86-fbsd" +LICENSE="GPL-2" +SLOT="0" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="" + +S=${WORKDIR} + +src_install() { + insinto /usr/share/pixmaps + doins -r * +} diff --git a/x11-themes/gentoo-artwork-livecd/metadata.xml b/x11-themes/gentoo-artwork-livecd/metadata.xml new file mode 100644 index 000000000000..88653ddd7172 --- /dev/null +++ b/x11-themes/gentoo-artwork-livecd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>livecd</herd> +</pkgmetadata> |