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-util/vbindiff | |
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-util/vbindiff')
-rw-r--r-- | dev-util/vbindiff/Manifest | 2 | ||||
-rw-r--r-- | dev-util/vbindiff/metadata.xml | 8 | ||||
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta1.ebuild | 22 | ||||
-rw-r--r-- | dev-util/vbindiff/vbindiff-3.0_beta4.ebuild | 27 |
4 files changed, 59 insertions, 0 deletions
diff --git a/dev-util/vbindiff/Manifest b/dev-util/vbindiff/Manifest new file mode 100644 index 000000000000..799287572ba5 --- /dev/null +++ b/dev-util/vbindiff/Manifest @@ -0,0 +1,2 @@ +DIST vbindiff-3.0_beta1.tar.gz 106317 SHA256 56ec4910f5a5a93c1b8b674d515d4ed64626ae2c2cfed144229eecfefc5b6248 SHA512 61b0cda7005b5793ae7a760020bcd93e2bfc3ef8bcc92e522a2790ab0799d2d50fc041bb11a7c1b823fc86c27ecb5d8ddb49ac7b2a86601dab2bcd4c95c6716c WHIRLPOOL 8f25c4d1454eafd1de145eb41bfb3515c53ba53ec672ff6eedc8877f5cc450da4cecfb4dabad15d962ac1f11be8b427b11feabdadedb67e400e4a6652ed13e6b +DIST vbindiff-3.0_beta4.tar.gz 121538 SHA256 7d5d5a87fde953dc2089746f6f6ab811d60e127b01074c97611898fb1ef1983d SHA512 6437f107fe58e8343ccd8cb65b3c562d5cb25445fcce284c7ce73fe4a2ed7191100595b9cd0c88d5a630a176f4c4bd374625c97c109a6ee14f1f56ca136d23da WHIRLPOOL 49c9cb66846c3fe48fdfde5febf25435fd23db066d6556479a656eeca913415c116f1a5ab43e2986c24839906103f9647a4aa322a7cf5122012ee5e0436732fa diff --git a/dev-util/vbindiff/metadata.xml b/dev-util/vbindiff/metadata.xml new file mode 100644 index 000000000000..9f002726a698 --- /dev/null +++ b/dev-util/vbindiff/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>flameeyes@gentoo.org</email> + <name>Diego Pettenò</name> + </maintainer> +</pkgmetadata> diff --git a/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild new file mode 100644 index 000000000000..76c053d30df3 --- /dev/null +++ b/dev-util/vbindiff/vbindiff-3.0_beta1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2007-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Visual binary diff utility" + +HOMEPAGE="http://www.cjmweb.net/vbindiff/" +SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc AUTHORS NEWS README README.PuTTY +} diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild new file mode 100644 index 000000000000..2f4ce186d3ae --- /dev/null +++ b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Visual binary diff utility" + +HOMEPAGE="http://www.cjmweb.net/vbindiff/" +SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" +IUSE="debug" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + +src_compile() { + econf $(use_enable debug) + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc AUTHORS NEWS README README.PuTTY || die +} |