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-drivers/xf86-video-omap | |
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-drivers/xf86-video-omap')
-rw-r--r-- | x11-drivers/xf86-video-omap/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-omap/metadata.xml | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild | 15 | ||||
-rw-r--r-- | x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild | 15 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-omap/Manifest b/x11-drivers/xf86-video-omap/Manifest new file mode 100644 index 000000000000..2b479a3b884c --- /dev/null +++ b/x11-drivers/xf86-video-omap/Manifest @@ -0,0 +1,2 @@ +DIST xf86-video-omap-0.4.2.tar.bz2 310629 SHA256 1343fe5be6eeb375bbad0731685d05cb649faef773eba927645cef536bb206ff SHA512 9c3160af5dcd97463ef36ef6d24be1382466095b9df5c2946b74f1ba00671bd6c08dcfb52c6b6f7c72b97dbc5124b842c59448ecd7ada3c22da097ba55e4fb83 WHIRLPOOL 2621dfbe4f715875f0eb26d363947d6a4b574fa48b6d720e521196a8d72d9ec96d84c76e0eabd9810327d6210f349ee584a29f70312aff4c749708230d021424 +DIST xf86-video-omap-0.4.3.tar.bz2 316093 SHA256 db1e0e69fd4c4c8fdca5ef2cb0447bccd7518a718495876a6904bef57b39986d SHA512 278cbe478acc67a966a1c3080ada2a13458011fc0b50d122811da803d4e051a5827bcccd48517e1ed2f416da1d5fee062aa1c8796f152048c449594aed55b310 WHIRLPOOL 0db24e2aaeff75f6c3602f5def850111dbb171cf4c9453219c366639b9f7771a4f1cf41bd700e54a0124d1ded0d6069b87866fba70f101849d75c12708e3c9a0 diff --git a/x11-drivers/xf86-video-omap/metadata.xml b/x11-drivers/xf86-video-omap/metadata.xml new file mode 100644 index 000000000000..48b24f0a1db6 --- /dev/null +++ b/x11-drivers/xf86-video-omap/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>x11</herd> +<herd>arm</herd> +</pkgmetadata> diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild new file mode 100644 index 000000000000..7fc1624885d6 --- /dev/null +++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +XORG_DRI=always +inherit xorg-2 + +DESCRIPTION="OMAP video driver" + +KEYWORDS="arm" + +RDEPEND=">=x11-base/xorg-server-1.3 + >=x11-libs/libdrm-2.4.36[video_cards_omap]" +DEPEND="${RDEPEND}" diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild new file mode 100644 index 000000000000..472debfd1a91 --- /dev/null +++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +XORG_DRI=always +inherit xorg-2 + +DESCRIPTION="OMAP video driver" + +KEYWORDS="arm" + +RDEPEND=">=x11-base/xorg-server-1.3 + >=x11-libs/libdrm-2.4.36[video_cards_omap]" +DEPEND="${RDEPEND}" |