diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-19 06:59:21 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-19 06:59:21 +0000 |
commit | 43e53cd9353f3492944022eb08a1107185485e5a (patch) | |
tree | 80c4709033c7762246c417b7b64c44c760d3631b /media-video/dvdimagecmp | |
parent | Remove pkg_{postinst,preinst}. Stable on amd64 and x86. Version bump. (diff) | |
download | gentoo-2-43e53cd9353f3492944022eb08a1107185485e5a.tar.gz gentoo-2-43e53cd9353f3492944022eb08a1107185485e5a.tar.bz2 gentoo-2-43e53cd9353f3492944022eb08a1107185485e5a.zip |
Changed SRC_URI and homepage to sunsite, as original one is dead. Version bumped.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-video/dvdimagecmp')
-rw-r--r-- | media-video/dvdimagecmp/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild | 8 | ||||
-rw-r--r-- | media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild | 23 | ||||
-rw-r--r-- | media-video/dvdimagecmp/files/digest-dvdimagecmp-0.3 | 3 |
4 files changed, 38 insertions, 5 deletions
diff --git a/media-video/dvdimagecmp/ChangeLog b/media-video/dvdimagecmp/ChangeLog index 2690ffddb3c5..704abd9aca94 100644 --- a/media-video/dvdimagecmp/ChangeLog +++ b/media-video/dvdimagecmp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-video/dvdimagecmp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/ChangeLog,v 1.6 2007/02/22 01:45:50 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/ChangeLog,v 1.7 2007/07/19 06:59:21 zzam Exp $ + +*dvdimagecmp-0.3 (19 Jul 2007) + + 19 Jul 2007; Matthias Schwarzott <zzam@gentoo.org> dvdimagecmp-0.2.ebuild, + +dvdimagecmp-0.3.ebuild: + Changed SRC_URI and homepage to sunsite, as original one is dead. Version + bumped. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild b/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild index ee2800a0631f..e00c1342ec76 100644 --- a/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild +++ b/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild,v 1.3 2005/04/14 10:18:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/dvdimagecmp-0.2.ebuild,v 1.4 2007/07/19 06:59:21 zzam Exp $ DESCRIPTION="Tool to compare a burned DVD with an image to check for errors" -HOMEPAGE="http://home.zonnet.nl/panteltje/dvd/" -SRC_URI="http://home.zonnet.nl/panteltje/dvd/${P}.tgz" +HOMEPAGE="ftp://sunsite.unc.edu/pub/linux/apps/video/" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild b/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild new file mode 100644 index 000000000000..fd07ff494815 --- /dev/null +++ b/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild,v 1.1 2007/07/19 06:59:21 zzam Exp $ + +DESCRIPTION="Tool to compare a burned DVD with an image to check for errors" +HOMEPAGE="ftp://sunsite.unc.edu/pub/linux/apps/video/" +SRC_URI="ftp://sunsite.unc.edu/pub/linux/apps/video/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" + +src_compile() { + emake CFLAGS="$CFLAGS" || die "make failed" +} + +src_install() { + dobin dvdimagecmp + dodoc CHANGES README *.lsm +} diff --git a/media-video/dvdimagecmp/files/digest-dvdimagecmp-0.3 b/media-video/dvdimagecmp/files/digest-dvdimagecmp-0.3 new file mode 100644 index 000000000000..187a8bf07a2f --- /dev/null +++ b/media-video/dvdimagecmp/files/digest-dvdimagecmp-0.3 @@ -0,0 +1,3 @@ +MD5 e1c42f7b7c6ae96723f00d45173b7b3c dvdimagecmp-0.3.tgz 10483 +RMD160 19ae3eff959e3367f5e31db6e004441476647f1d dvdimagecmp-0.3.tgz 10483 +SHA256 453df95038dfa7cf5de679323d82963f62adbf39b72cc863542a05ae1dba25a1 dvdimagecmp-0.3.tgz 10483 |