summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-21 20:14:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-21 20:14:47 +0000
commitfc9b32aafe2dae1839d79ade738696810ded22ea (patch)
treef2cba49442459181f73767c733c4ada586c282b3
parentleave MAKEOPTS alone (diff)
downloadhistorical-fc9b32aafe2dae1839d79ade738696810ded22ea.tar.gz
historical-fc9b32aafe2dae1839d79ade738696810ded22ea.tar.bz2
historical-fc9b32aafe2dae1839d79ade738696810ded22ea.zip
tidy; error check cp
-rw-r--r--media-gfx/DFBPoint/ChangeLog3
-rw-r--r--media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild26
-rw-r--r--media-gfx/DFBPoint/Manifest4
-rw-r--r--media-gfx/flphoto/Manifest6
4 files changed, 19 insertions, 20 deletions
diff --git a/media-gfx/DFBPoint/ChangeLog b/media-gfx/DFBPoint/ChangeLog
index 1313732e80b1..9bd29d6c2166 100644
--- a/media-gfx/DFBPoint/ChangeLog
+++ b/media-gfx/DFBPoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/DFBPoint
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+ 21 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> DFBPoint-0.7.2.ebuild:
+ tidy; error check cp
+
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
DFBPoint-0.7.2.ebuild:
virtual/glibc -> virtual/libc
diff --git a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
index 84ccd1ad7c3d..4f21ec94a8d8 100644
--- a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
+++ b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
@@ -1,34 +1,30 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.9 2004/07/14 17:26:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.10 2004/07/21 20:14:47 mr_bones_ Exp $
DESCRIPTION="DFBPoint is presentation program based on DirectFB"
-SRC_URI="http://www.directfb.org/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.directfb.org/dfbpoint.xml"
+SRC_URI="http://www.directfb.org/download/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -sparc"
IUSE=""
-DEPEND="virtual/libc dev-libs/DirectFB"
-RDEPEND="${DEPEND}"
+DEPEND="virtual/libc
+ dev-libs/DirectFB"
src_install () {
-
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die "make install failed"
dodir /usr/share/DFBPoint/
- cp dfbpoint.dtd ${D}/usr/share/DFBPoint/
+ cp dfbpoint.dtd ${D}/usr/share/DFBPoint/ || die "cp failed"
- dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS
+ dodoc AUTHORS ChangeLog INSTALL README NEWS
dodir /usr/share/DFBPoint/examples/
cd examples
- cp bg.png ${D}/usr/share/DFBPoint/examples/
- cp bullet.png ${D}/usr/share/DFBPoint/examples/
- cp decker.ttf ${D}/usr/share/DFBPoint/examples/
- cp test.xml ${D}/usr/share/DFBPoint/examples/
- cp wilber_stoned.png ${D}/usr/share/DFBPoint/examples/
- cp -R guadec/ ${D}/usr/share/DFBPoint/examples/
+ cp bg.png bullet.png decker.ttf test.xml wilber_stoned.png \
+ ${D}/usr/share/DFBPoint/examples/ || die "cp failed"
+ cp -R guadec/ ${D}/usr/share/DFBPoint/examples/ || die "cp failed"
}
diff --git a/media-gfx/DFBPoint/Manifest b/media-gfx/DFBPoint/Manifest
index e257c036f50c..c5e637487415 100644
--- a/media-gfx/DFBPoint/Manifest
+++ b/media-gfx/DFBPoint/Manifest
@@ -1,4 +1,4 @@
-MD5 8f038a5ec8fd246114d23e4df51563a4 DFBPoint-0.7.2.ebuild 1042
-MD5 15ebba0c4996354a47c5a52d5ba2d435 ChangeLog 809
+MD5 16dda1e61016575aab45ce4d7dabf97f ChangeLog 911
+MD5 fef8ace4a107206b14f31cc6d9195f05 DFBPoint-0.7.2.ebuild 947
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
MD5 3ce51fa3f0afb8d2cc23666ee084078d files/digest-DFBPoint-0.7.2 66
diff --git a/media-gfx/flphoto/Manifest b/media-gfx/flphoto/Manifest
index 2c74bbdd6e5b..f37b4116255c 100644
--- a/media-gfx/flphoto/Manifest
+++ b/media-gfx/flphoto/Manifest
@@ -1,5 +1,5 @@
-MD5 175c87d2ce2d2551042b368f1c01eaba flphoto-1.2.ebuild 647
MD5 795834ee059651529ec7b784be932f9b ChangeLog 905
-MD5 e71bd51a5f24d0c4f911ee616da92856 flphoto-1.1.ebuild 689
-MD5 22c544189770b1200b0e69dc23adbb80 files/digest-flphoto-1.1 70
+MD5 13ae8033f557a95a0c45c959f4321968 flphoto-1.2.ebuild 671
+MD5 fbe70e048a67ea64177c2f1588533af5 flphoto-1.1.ebuild 666
MD5 e6c8843cb2c6cb7e989e8e5d4b0b3234 files/digest-flphoto-1.2 70
+MD5 22c544189770b1200b0e69dc23adbb80 files/digest-flphoto-1.1 70