summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 11:27:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 11:27:15 +0000
commitd1b7a9daea229556bccb244a2aa54e2318108d81 (patch)
treed3e8d94b0f04addcf778e1ce6e847d9b0eee7c05 /media-libs/libvideogfx
parentAdding latest basic squeak image (diff)
downloadgentoo-2-d1b7a9daea229556bccb244a2aa54e2318108d81.tar.gz
gentoo-2-d1b7a9daea229556bccb244a2aa54e2318108d81.tar.bz2
gentoo-2-d1b7a9daea229556bccb244a2aa54e2318108d81.zip
Drop virtual/libc dependency. Add maintainer-needed metadata.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-libs/libvideogfx')
-rw-r--r--media-libs/libvideogfx/ChangeLog8
-rw-r--r--media-libs/libvideogfx/libvideogfx-1.0.3.ebuild15
-rw-r--r--media-libs/libvideogfx/metadata.xml8
3 files changed, 17 insertions, 14 deletions
diff --git a/media-libs/libvideogfx/ChangeLog b/media-libs/libvideogfx/ChangeLog
index f171ddc9b6c8..767eddb5528e 100644
--- a/media-libs/libvideogfx/ChangeLog
+++ b/media-libs/libvideogfx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvideogfx
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/ChangeLog,v 1.5 2004/07/01 08:01:32 eradicator Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/ChangeLog,v 1.6 2006/03/07 11:27:15 flameeyes Exp $
+
+ 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml,
+ libvideogfx-1.0.3.ebuild:
+ Drop virtual/libc dependency. Add maintainer-needed metadata.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
libvideogfx-1.0.3.ebuild:
diff --git a/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild b/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild
index b7db8dece3f2..e6388b14d5ab 100644
--- a/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild
+++ b/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild,v 1.6 2004/07/14 20:17:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvideogfx/libvideogfx-1.0.3.ebuild,v 1.7 2006/03/07 11:27:15 flameeyes Exp $
DESCRIPTION="LibVideoGfx is a C++ library for low-level video processing."
HOMEPAGE="http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html"
@@ -13,14 +13,9 @@ KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="virtual/libc
- virtual/x11"
-
-# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-#RDEPEND=""
+DEPEND="virtual/x11"
src_compile() {
-
./configure \
--host=${CHOST} \
--prefix=/usr \
@@ -31,10 +26,6 @@ src_compile() {
}
src_install() {
-
make DESTDIR=${D} install || die
-
-
dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO
-
}
diff --git a/media-libs/libvideogfx/metadata.xml b/media-libs/libvideogfx/metadata.xml
new file mode 100644
index 000000000000..54494c4bb860
--- /dev/null
+++ b/media-libs/libvideogfx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>maintainer-needed@gentoo.org</email>
+</maintainer>
+</pkgmetadata>