x11-base/x11-drm: bump
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1433 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
0520078e61
commit
249d11bd1e
8
x11-base/x11-drm/ChangeLog
Normal file
8
x11-base/x11-drm/ChangeLog
Normal file
@ -0,0 +1,8 @@
|
||||
# ChangeLog for x11-base/x11-drm
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
30 Jul 2009; Mario Fetka <mario.fetka@gmail.com> x11-drm-99999999.ebuild,
|
||||
+metadata.xml:
|
||||
bump
|
||||
|
@ -1 +1,3 @@
|
||||
EBUILD x11-drm-99999999.ebuild 5901 RMD160 035992f1954a0a1b4601c5e866b937f72efda57f SHA1 a589502a490a70a15b8fcbbede769b1cffaf1904 SHA256 5e09d9ff4855a4eac971a46fa02b282e532b0d1fa43d3011f26f0d5a3ce14822
|
||||
EBUILD x11-drm-99999999.ebuild 5892 RMD160 001132d87c2e7236ce9522cdfe7a74d2ad80f70a SHA1 5e9939cc75dfd89e2d1cd6c9ded98f37f513ee56 SHA256 5b6151de73e209c12e5a801f6f70c94635ccec2715bb884eab64b0577e509c0c
|
||||
MISC ChangeLog 218 RMD160 baa5c837c947f238093fb56bc80ef983b9ba83bb SHA1 c8cf4322cb6983ebe0d1063beef19a8a4c88b2dd SHA256 fbd7af954ae8f40c1d2f9a2b484a52264cafa45b14e76d603719a45861c26866
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
||||
|
34
x11-base/x11-drm/metadata.xml
Normal file
34
x11-base/x11-drm/metadata.xml
Normal file
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!--
|
||||
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
||||
|
||||
This is the example metadata file.
|
||||
The root element of this file is <pkgmetadata>. Within this element a
|
||||
number of subelements are allowed: herd, maintainer, and
|
||||
longdescription. herd is a required subelement.
|
||||
|
||||
For a full description look at:
|
||||
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
||||
|
||||
|
||||
Before committing, please remove the comments from this file. They are
|
||||
not relevant for general metadata.xml files.
|
||||
-->
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>@gentoo.org</email>
|
||||
<!-- <description>Description of the maintainership</description> -->
|
||||
</maintainer>
|
||||
<!-- <longdescription>Long description of the package</longdescription> -->
|
||||
<!--
|
||||
<use>
|
||||
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
||||
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
||||
package</flag>
|
||||
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
||||
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
||||
</use>
|
||||
-->
|
||||
</pkgmetadata>
|
@ -4,9 +4,8 @@
|
||||
|
||||
EAPI="2"
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
|
||||
EGIT_PROJECT="libdrm"
|
||||
EGIT_BRANCHE="r6xx-r7xx-support"
|
||||
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git"
|
||||
EGIT_PROJECT="drm-2.6"
|
||||
|
||||
[[ ${PV} = 9999* ]] && GIT_ECLASS="git"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user