delete libdrm

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1440 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-08-01 17:38:39 +00:00
parent 6d109f1a14
commit 0ce5cc5262
2 changed files with 0 additions and 34 deletions

View File

@ -1 +0,0 @@
EBUILD libdrm-9999-r1.ebuild 1024 RMD160 092662684894c61f4880c0df5bf34a38d8b8a4a5 SHA1 1e8b81edddf69abb02dc8e1145a1aae953a76750 SHA256 f81b94c3dc69a55366e62e551821255164526ff5b285f5550ba0dfe1a2ecf13a

View File

@ -1,33 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.3.0.ebuild,v 1.8 2007/05/20 20:47:52 jer Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
inherit autotools x-modular
EGIT_REPO_URI="git://anongit.freedesktop.org/~agd5f/drm"
EGIT_BRANCH="r6xx-r7xx-3d"
EGIT_TREE="r6xx-r7xx-3d"
DESCRIPTION="X.Org libdrm library"
HOMEPAGE="http://dri.freedesktop.org/"
SRC_URI=""
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="dev-libs/libpthread-stubs"
DEPEND="${RDEPEND}"
RESTRICT="test" # see bug #236845
CONFIGURE_OPTIONS="--enable-udev --enable-nouveau-experimental-api --enable-radeon-experimental-api"
pkg_postinst() {
x-modular_pkg_postinst
ewarn "libdrm's ABI may have changed without change in library name"
ewarn "Please rebuild media-libs/mesa, x11-base/xorg-server and"
ewarn "your video drivers in x11-drivers/*."
}