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/autodia | |
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/autodia')
-rw-r--r-- | dev-util/autodia/Manifest | 2 | ||||
-rw-r--r-- | dev-util/autodia/autodia-2.140.0-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-util/autodia/metadata.xml | 7 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-util/autodia/Manifest b/dev-util/autodia/Manifest new file mode 100644 index 000000000000..225f9e97caa0 --- /dev/null +++ b/dev-util/autodia/Manifest @@ -0,0 +1,2 @@ +DIST Autodia-2.14-dbi.patch.gz 343 SHA256 b89556577240e75889995d8685cfd9791ec492187da691ee0a11ccd1b3602300 SHA512 2a7c1b4bacfaab3d0c0c16c12362be0a16161db0465ad1b5c4cc955296fd611824aa87b49e7c3672435d10004a383125e2edd3aff640fada2e1694cc02a8abd5 WHIRLPOOL 23ae7d3f9b90d3a36593a26004a1a2079bc99cd35fc6a8952e36ba37ad6ae56e403961a21616e411fbe8c16913810ac3a7b10bccb2f0bb2af6631b26c9db6338 +DIST Autodia-2.14.tar.gz 78070 SHA256 ac8125c88abe39d9fe01ca3acc13a00a29f3336a4bb7ef60447e6b8b822ff422 SHA512 41cd0d9dd8fc66d70aaf987a8a62ed8b916e9a38263c61cc1cb7994e7bfb24843bbd3440bbdad054fccbf0fbbdaa11ec3a35db2a6f926bc87ba65a5f4ac160ee WHIRLPOOL d857afa6d5f203750c69e0ea1af2bbec155cd6e202a20a3ba288a1f9fbd8a25402b4b4e2e987d336e6730c87111f1f312e6ca5de0307e166f5a9c8e91e811786 diff --git a/dev-util/autodia/autodia-2.140.0-r1.ebuild b/dev-util/autodia/autodia-2.140.0-r1.ebuild new file mode 100644 index 000000000000..9b2d8aa98743 --- /dev/null +++ b/dev-util/autodia/autodia-2.140.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=Autodia +MODULE_VERSION=2.14 +MODULE_AUTHOR=TEEJAY +GENTOO_DEPEND_ON_PERL_SUBSLOT=yes +inherit perl-app multilib + +DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format" +HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}" +SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN}-2.14-dbi.patch.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="graphviz test" + +RDEPEND=" + dev-perl/Template-Toolkit + dev-perl/XML-Simple + graphviz? ( + dev-perl/GraphViz + ) +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST=do +PATCHES=( "${WORKDIR}"/${MY_PN}-2.14-dbi.patch ) +mydoc="DEVELOP" diff --git a/dev-util/autodia/metadata.xml b/dev-util/autodia/metadata.xml new file mode 100644 index 000000000000..91f4e72fb544 --- /dev/null +++ b/dev-util/autodia/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> |