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-misc/makedepend | |
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-misc/makedepend')
-rw-r--r-- | x11-misc/makedepend/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.3.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.4.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.5.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/makedepend/metadata.xml | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/x11-misc/makedepend/Manifest b/x11-misc/makedepend/Manifest new file mode 100644 index 000000000000..b309a6ae2897 --- /dev/null +++ b/x11-misc/makedepend/Manifest @@ -0,0 +1,3 @@ +DIST makedepend-1.0.3.tar.bz2 123703 SHA256 3a251d30e567e4eab109be486918887635e08963195b80d193f0ee65cef8b737 SHA512 343154fd938c1e649813546d21771183605db95f853606bf8a2934b36afe700659d4aa03fd2148a7b543d52fd68e03bf8400f817012371905243d62f44b0ba8a WHIRLPOOL c5eaa89802a52a51361160bb42d57400454349b58925629c0f48e816c0da2543b2b11a4c7444f602416d3c43900f79cbb641a76f8e67af2b208879e0d3fcd6a2 +DIST makedepend-1.0.4.tar.bz2 131683 SHA256 ab56b8aeee00ed78d93c57d102e33ef4e6828ef5edd7108574966ed7d212f7fe SHA512 b4e276847deed9f52b86d89e4b14b5521aabc409fabb840aaaec6097fae2284be3c0f723b60e77267b6bea37c24ea8ad84afb81c4104e5f22049810e9ad6802e WHIRLPOOL 7ed33d22fdcfd9fe4ada740b2e842815cc6349e19672311857f3a63f38204cb050b1c3e857834dfde9af1515759f15a9b31150eac75b56485f1fec215bcd5322 +DIST makedepend-1.0.5.tar.bz2 143498 SHA256 f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425 SHA512 e28d71c3ce4f74ca6479771fcdd123c19ab18e3f2aa690a7798237f21f13fca4c4d66d7b7b1d708c2c214b8e17f8fe37e6cf5b75a4d2b88514c50addea2600cb WHIRLPOOL cf5bc215e427030967ede94db201a12d2da1fdbcdb2ae85e9aeecc3f68cd0337193af49a599275943e047d84d103b45612e64431a5b4168e6dc00f254a16182d diff --git a/x11-misc/makedepend/makedepend-1.0.3.ebuild b/x11-misc/makedepend/makedepend-1.0.3.ebuild new file mode 100644 index 000000000000..20597a52538b --- /dev/null +++ b/x11-misc/makedepend/makedepend-1.0.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create dependencies in makefiles" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" diff --git a/x11-misc/makedepend/makedepend-1.0.4.ebuild b/x11-misc/makedepend/makedepend-1.0.4.ebuild new file mode 100644 index 000000000000..fcc014e07ec5 --- /dev/null +++ b/x11-misc/makedepend/makedepend-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create dependencies in makefiles" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" diff --git a/x11-misc/makedepend/makedepend-1.0.5.ebuild b/x11-misc/makedepend/makedepend-1.0.5.ebuild new file mode 100644 index 000000000000..5cb7f8a14a8d --- /dev/null +++ b/x11-misc/makedepend/makedepend-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create dependencies in makefiles" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" diff --git a/x11-misc/makedepend/metadata.xml b/x11-misc/makedepend/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-misc/makedepend/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>x11</herd> +</pkgmetadata> |