summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/gccmakedep
downloadgentoo-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/gccmakedep')
-rw-r--r--x11-misc/gccmakedep/Manifest2
-rw-r--r--x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild12
-rw-r--r--x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild12
-rw-r--r--x11-misc/gccmakedep/metadata.xml5
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/gccmakedep/Manifest b/x11-misc/gccmakedep/Manifest
new file mode 100644
index 000000000000..2731299a90f3
--- /dev/null
+++ b/x11-misc/gccmakedep/Manifest
@@ -0,0 +1,2 @@
+DIST gccmakedep-1.0.2.tar.bz2 70490 SHA256 063d49685b1002f3d0b89dfa730e9159f685bd51c277a39fc37b6e377a55ae11 SHA512 be4588002e6b96dcc6acb664d0a5d382afc3115c7c39c08af95127fce5c114dc05141d1e30129d93cfe8818f21091f3578d38e83a84cd0013218ba80d9288bb2 WHIRLPOOL cf01e86391c5a00152e7bac9fd58c386cd94db62f24540b38410e336f59c076f4ffc76dbff02c4f4823e05077609d94a390c5ea6d04dcc5280dd85633ecb2308
+DIST gccmakedep-1.0.3.tar.bz2 104766 SHA256 b275dcf1f7323ed89e8b36f8fbd5da665d8700005f1779fa5b90a1688bbf2ee4 SHA512 563b2897770a4df2792ea3eae8183a1f9e78192b7efc9c8296ee68d1cba6e72fa962a88e3251bb780df776e2aa7e80d74d5096675c61526c232aefa4f9e6a5fc WHIRLPOOL 63d2b6c33c432545c793bf5d56c1a6d8b5a1222c5de5f99b22115deab82ba120a4199ddcb780e070e4167158f764a50bb70754138b161b529b77cb06465ef28b
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild
new file mode 100644
index 000000000000..0a648868bf04
--- /dev/null
+++ b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-proto/xproto"
diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
new file mode 100644
index 000000000000..28191efdc046
--- /dev/null
+++ b/x11-misc/gccmakedep/gccmakedep-1.0.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="create dependencies in makefiles using 'gcc -M'"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-proto/xproto"
diff --git a/x11-misc/gccmakedep/metadata.xml b/x11-misc/gccmakedep/metadata.xml
new file mode 100644
index 000000000000..01c4c004e735
--- /dev/null
+++ b/x11-misc/gccmakedep/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>