summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-19 01:14:08 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-19 01:14:08 +0000
commit9e44452102aa8305291d9ed33a4bc141a689138d (patch)
tree601e88d4268dad70951da0bdc02cc7ebe02dea11 /media-libs/glitz
parentPunt setkey since ipsec-tools exists now to handle it #78588. (diff)
downloadhistorical-9e44452102aa8305291d9ed33a4bc141a689138d.tar.gz
historical-9e44452102aa8305291d9ed33a4bc141a689138d.tar.bz2
historical-9e44452102aa8305291d9ed33a4bc141a689138d.zip
more KEYWORDS
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'media-libs/glitz')
-rw-r--r--media-libs/glitz/Manifest14
-rw-r--r--media-libs/glitz/glitz-0.2.3.ebuild10
2 files changed, 18 insertions, 6 deletions
diff --git a/media-libs/glitz/Manifest b/media-libs/glitz/Manifest
index 1c6ef5deefa1..d02b00c0b5ff 100644
--- a/media-libs/glitz/Manifest
+++ b/media-libs/glitz/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 6dec794dedb44242458b96d2cf4da28a ChangeLog 718
-MD5 689e5597bd279842c4769226fc421dff glitz-0.2.3.ebuild 1000
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
-MD5 8b32d586372b0115d1090d99c01b558f files/glitz-0.2.3-link.patch 703
+MD5 6eae07d7b8c36191c534ad0910278dda glitz-0.2.3.ebuild 1038
MD5 da3806ac5f02e88b51d0e0a91077f7ab files/digest-glitz-0.2.3 63
+MD5 8b32d586372b0115d1090d99c01b558f files/glitz-0.2.3-link.patch 703
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.14 (GNU/Linux)
+
+iD8DBQFB7bSProRuSHgZdywRArZ3AJkBkZwV1IK5aRVasHa7qnGgpQ4ChQCePi86
+6YzxZsWoBXW8qXPk2qE/yWw=
+=nT87
+-----END PGP SIGNATURE-----
diff --git a/media-libs/glitz/glitz-0.2.3.ebuild b/media-libs/glitz/glitz-0.2.3.ebuild
index 15bb89c23bc7..d273960181b9 100644
--- a/media-libs/glitz/glitz-0.2.3.ebuild
+++ b/media-libs/glitz/glitz-0.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glitz/glitz-0.2.3.ebuild,v 1.4 2004/12/23 08:43:03 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glitz/glitz-0.2.3.ebuild,v 1.5 2005/01/19 01:14:08 vapier Exp $
inherit eutils
@@ -8,10 +8,12 @@ DESCRIPTION="An OpenGL image compositing library"
HOMEPAGE="http://www.freedesktop.org/Software/glitz"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
#SRC_URI="http://dev.gentoo.org/~twp/distfiles/${P}.tar.bz2"
+
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
IUSE=""
+
DEPEND="virtual/opengl"
src_compile() {
@@ -28,6 +30,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README TODO
}