summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:28:16 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-03 23:28:16 +0000
commit473f349700ea015736d9224a78f328a3f01d2a35 (patch)
treea9ffd38869c0ae30962889680ef9d40edc2d4efe /media-video
parentDon't install COPYING and INSTALL files. (diff)
downloadhistorical-473f349700ea015736d9224a78f328a3f01d2a35.tar.gz
historical-473f349700ea015736d9224a78f328a3f01d2a35.tar.bz2
historical-473f349700ea015736d9224a78f328a3f01d2a35.zip
Don't install COPYING file. Use epatch instead of patch directly.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-video')
-rw-r--r--media-video/bcast/ChangeLog5
-rw-r--r--media-video/bcast/Manifest10
-rw-r--r--media-video/bcast/bcast-2000c-r2.ebuild11
3 files changed, 20 insertions, 6 deletions
diff --git a/media-video/bcast/ChangeLog b/media-video/bcast/ChangeLog
index 447b19ab7ce9..c9f2e55e346c 100644
--- a/media-video/bcast/ChangeLog
+++ b/media-video/bcast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/bcast
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.8 2005/04/19 08:42:40 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/ChangeLog,v 1.9 2005/09/03 23:28:16 flameeyes Exp $
+
+ 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> bcast-2000c-r2.ebuild:
+ Don't install COPYING file. Use epatch instead of patch directly.
19 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove retired developer from metadata.xml.
diff --git a/media-video/bcast/Manifest b/media-video/bcast/Manifest
index bbb5346f36d5..fe9e77bafb3e 100644
--- a/media-video/bcast/Manifest
+++ b/media-video/bcast/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 c6a49b95418f6fbfb209472df9b87d78 ChangeLog 1588
MD5 881f82ae28da1a20803ce33ea3096293 bcast-2000c-r2.ebuild 911
MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158
@@ -6,3 +9,10 @@ MD5 4cd8df5643257fe056eef9cbe3249155 files/bcast-2000c-gentoo.diff 702
MD5 4cd8df5643257fe056eef9cbe3249155 files/bcast-2000c-r2-gentoo.diff 702
MD5 8f05c272ff57d86407e97b1748c023c1 files/bcast-2000c-gcc3-gentoo.patch 21620
MD5 a8d235df0046b1032d27e9bdaf5a59b3 files/digest-bcast-2000c-r2 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDGjGfj5H05b2HAEkRAtSZAJsEZbM258rjvr+h3KDpTUAHs2I/pACdHBbX
+7nQLKsD6WsL8NUjM2UD7H24=
+=KbfT
+-----END PGP SIGNATURE-----
diff --git a/media-video/bcast/bcast-2000c-r2.ebuild b/media-video/bcast/bcast-2000c-r2.ebuild
index 4f51e4421828..8e5babba7cb8 100644
--- a/media-video/bcast/bcast-2000c-r2.ebuild
+++ b/media-video/bcast/bcast-2000c-r2.ebuild
@@ -1,6 +1,8 @@
-# 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-video/bcast/bcast-2000c-r2.ebuild,v 1.12 2004/07/14 21:30:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r2.ebuild,v 1.13 2005/09/03 23:28:16 flameeyes Exp $
+
+inherit eutils
DESCRIPTION="Realtime audio and video editor"
SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.gz"
@@ -18,9 +20,9 @@ IUSE=""
src_unpack() {
unpack ${A}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+ epatch ${FILESDIR}/${PF}-gentoo.diff
cd ${S}
- patch -p1 <${FILESDIR}/bcast-2000c-gcc3-gentoo.patch || die
+ epatch ${FILESDIR}/bcast-2000c-gcc3-gentoo.patch
}
src_compile() {
@@ -36,6 +38,5 @@ src_install () {
insopts -m 755
insinto /usr/lib/bcast/plugins
doins plugins/*.plugin
- dodoc COPYING
dohtml -r docs
}