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 /app-emulation/vmips | |
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 'app-emulation/vmips')
-rw-r--r-- | app-emulation/vmips/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/vmips/metadata.xml | 10 | ||||
-rw-r--r-- | app-emulation/vmips/vmips-1.3.1.ebuild | 17 | ||||
-rw-r--r-- | app-emulation/vmips/vmips-1.3.ebuild | 17 |
4 files changed, 46 insertions, 0 deletions
diff --git a/app-emulation/vmips/Manifest b/app-emulation/vmips/Manifest new file mode 100644 index 000000000000..46e5d4ce3f1d --- /dev/null +++ b/app-emulation/vmips/Manifest @@ -0,0 +1,2 @@ +DIST vmips-1.3.1.tar.gz 1144409 SHA256 25c904cb536d2f50bb7823b3ca09b89d25af6d154a985af02e011add7e96b56c SHA512 53f2277dad25b7a6a7b811c58d2b2e22496476cb57815835715789fd73f1c1279a0ad0ae3663a257a962a61182dc1b0be0f6f76d118a064b433f04d995ef915a WHIRLPOOL af3aad285e79afc5a9edca84c149961e343eb0f748216bd34a3ad829d3cad11b58398aacc626cdd3a5935e2edf3a4c10998625c00a2a7576880b3595e8936c08 +DIST vmips-1.3.tar.gz 1086275 SHA256 8c62893ad59d0f35ca0e84873ee5811a36fe7c56d86efe74b64bd2aaa6f430d7 SHA512 9c0aa01588645c4083041ba7fdcd35d6e4e03a9df69c98853a060c91e921bf754701baa4f81611342d0a5245c6f71a8497bf558c2826d0a8b14a876a2087a8e4 WHIRLPOOL 822e7e7d1d41072c742246d541bbe4db8aa05191228eeac8ffdb3e93168e17732433e322c51d0067a3b4089fffeab38f5228891116e519f56df115078e0503ed diff --git a/app-emulation/vmips/metadata.xml b/app-emulation/vmips/metadata.xml new file mode 100644 index 000000000000..54b23519c140 --- /dev/null +++ b/app-emulation/vmips/metadata.xml @@ -0,0 +1,10 @@ +<?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> + <upstream> + <remote-id type="sourceforge">vmips</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-emulation/vmips/vmips-1.3.1.ebuild b/app-emulation/vmips/vmips-1.3.1.ebuild new file mode 100644 index 000000000000..00b0e6bbfd22 --- /dev/null +++ b/app-emulation/vmips/vmips-1.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor" +HOMEPAGE="http://vmips.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc" +IUSE="" +DEPEND="app-emulation/vmips-cross-bin" + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc README AUTHORS COPYING NEWS THANKS VERSION +} diff --git a/app-emulation/vmips/vmips-1.3.ebuild b/app-emulation/vmips/vmips-1.3.ebuild new file mode 100644 index 000000000000..14174e0321d5 --- /dev/null +++ b/app-emulation/vmips/vmips-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A virtual machine simulator based on a MIPS R3000 processor" +HOMEPAGE="http://vmips.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="ppc" +IUSE="" +DEPEND="app-emulation/vmips-cross-bin" + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc README AUTHORS COPYING NEWS THANKS VERSION +} |