From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-proto/xf86bigfontproto/Manifest | 1 + x11-proto/xf86bigfontproto/metadata.xml | 5 +++++ .../xf86bigfontproto/xf86bigfontproto-1.2.0-r1.ebuild | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 x11-proto/xf86bigfontproto/Manifest create mode 100644 x11-proto/xf86bigfontproto/metadata.xml create mode 100644 x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r1.ebuild (limited to 'x11-proto/xf86bigfontproto') diff --git a/x11-proto/xf86bigfontproto/Manifest b/x11-proto/xf86bigfontproto/Manifest new file mode 100644 index 00000000000..a67765fcc06 --- /dev/null +++ b/x11-proto/xf86bigfontproto/Manifest @@ -0,0 +1 @@ +DIST xf86bigfontproto-1.2.0.tar.bz2 49191 SHA256 ba9220e2c4475f5ed2ddaa7287426b30089e4d29bd58d35fad57ba5ea43e1648 SHA512 35b53ee1f428fee6777733264a7534a28ec6ffb29fc0ad9ab02337101d651ec94007bf840d0b591ee36a063280d4a4c71ff08f37100a63bb27581b5a9f69a710 WHIRLPOOL aeab03f5ef6657314c59367622d887dd8c7add543c5a25015a366ef41b50f3af6f2a1b56ce499914de6a7b04e7c3fd728ca1cd16dee5b4f92b755cf7d75e3e21 diff --git a/x11-proto/xf86bigfontproto/metadata.xml b/x11-proto/xf86bigfontproto/metadata.xml new file mode 100644 index 00000000000..01c4c004e73 --- /dev/null +++ b/x11-proto/xf86bigfontproto/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r1.ebuild b/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r1.ebuild new file mode 100644 index 00000000000..f1c30dd9d4e --- /dev/null +++ b/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org XF86BigFont protocol headers" + +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.1