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-embedded/gnap-dev | |
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-embedded/gnap-dev')
-rw-r--r-- | dev-embedded/gnap-dev/Manifest | 3 | ||||
-rw-r--r-- | dev-embedded/gnap-dev/gnap-dev-2.0.ebuild | 38 | ||||
-rw-r--r-- | dev-embedded/gnap-dev/metadata.xml | 7 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-embedded/gnap-dev/Manifest b/dev-embedded/gnap-dev/Manifest new file mode 100644 index 000000000000..1f618aee9b03 --- /dev/null +++ b/dev-embedded/gnap-dev/Manifest @@ -0,0 +1,3 @@ +DIST gnap-portagesnapshot-2.0.tar.bz2 1528216 SHA256 9297b429abd9d042342dbd5de4db28bbb3555dd5858e53b24b4dbbbcf9dc2928 SHA512 0cfba05ccf8f4137b56bda6aa309f0b209c6818faca446db037c03373fdcd7b02c456c0a0ca0e88b0bf379d5f3fe3df688fb1b6b58cd3ab40b2bd8b6af403b5a WHIRLPOOL 98bd5262c477a4ab925e4b37c0d489e0a9df1fb17e6b2b2d9bbf5ce152ecdec1ebf387b589aa5a5ed61c31e10f43280240e334babda6200d8bc729d3297c43f3 +DIST gnap-sources-2.0.tar.bz2 18924 SHA256 cedcdaa10cd0c6942b1ea14baad822caca86964f29bf177118c4fccc2a1702bb SHA512 b8890a952bedaaaea2231c3da92a1512a4a738d877f4247e1e2bb8d6d7e97f3327240fa465ff2294541a05553fba4ca104bdf3fa54deef98ed7d0a436a86fb93 WHIRLPOOL 0e037e93bc23cbff95e07b74706fb72970a0542c862a4184b7c199a1a6904d3e6ba445e7700a24b27361e82ce94282e0023b43b31ccbf0968ec796eb48d02752 +DIST gnap-stageseed-2.0.tar.bz2 55210922 SHA256 6ed640379c40f4ba16ba5061e780d15d392a4bc2ab02ff8fdd03cb69ca10afc3 SHA512 d0368388fb52c5297679b7136d0b4d25f3b1ddcfa114005921a3172e15bcef2f39336735f746c94a78b633bcb08dcc66f25ffbb691bb4b5a780b7cbe8d789578 WHIRLPOOL ae762436e81a6934b909067d75ff56df8c5ed7505942272a7cabfa32ef50ac938a1ec2227934c413964f2ee5532d39ef808024fa23679025cf88204c7fd8adf1 diff --git a/dev-embedded/gnap-dev/gnap-dev-2.0.ebuild b/dev-embedded/gnap-dev/gnap-dev-2.0.ebuild new file mode 100644 index 000000000000..3ee1990f0ebc --- /dev/null +++ b/dev-embedded/gnap-dev/gnap-dev-2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_P=${P/gnap-dev/gnap-sources} +S="${WORKDIR}/gnap-${PV}" +DESCRIPTION="Gentoo-based Network Appliance building system development tools" +HOMEPAGE="http://embedded.gentoo.org/gnap.xml" + +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 + !minimal? ( mirror://gentoo/gnap-stageseed-${PV}.tar.bz2 + mirror://gentoo/gnap-portagesnapshot-${PV}.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="minimal" + +RDEPEND=">=dev-util/catalyst-2.0_rc40 + sys-fs/squashfs-tools + app-cdr/cdrtools" + +src_unpack() { + unpack ${MY_P}.tar.bz2 +} + +src_install() { + dobin gnap_make + doman gnap_make.1 + + dodir /usr/lib/gnap + tar jc -f ${D}/usr/lib/gnap/gnap-specs.tar.bz2 -C specs . + if ! use minimal; then + insinto /usr/lib/gnap + newins ${DISTDIR}/gnap-stageseed-${PV}.tar.bz2 gnap-stage3seed.tar.bz2 + newins ${DISTDIR}/gnap-portagesnapshot-${PV}.tar.bz2 gnap-portagesnapshot.tar.bz2 + fi +} diff --git a/dev-embedded/gnap-dev/metadata.xml b/dev-embedded/gnap-dev/metadata.xml new file mode 100644 index 000000000000..91f4e72fb544 --- /dev/null +++ b/dev-embedded/gnap-dev/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> +</pkgmetadata> |