diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 02:41:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 02:41:00 +0000 |
commit | 714ec1a8d00b927ff0810c30bba2bc6b16c096e5 (patch) | |
tree | 2275e99468a7ad83ea6a52b6a867c4515af80daa /media-video/dvdauthor | |
parent | stabilize and drop USE=qt support #79720 (diff) | |
download | historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.tar.gz historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.tar.bz2 historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.zip |
remove 64-bit eclass stuff
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/Manifest | 22 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 6 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.11.ebuild | 8 |
3 files changed, 13 insertions, 23 deletions
diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest index 5fc645c9b28b..c5b5e5eb7808 100644 --- a/media-video/dvdauthor/Manifest +++ b/media-video/dvdauthor/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8a424151d5409fff6292c81f2f123e35 dvdauthor-0.6.11.ebuild 711 -MD5 2d6be818699883eb6009ceaeef8742a9 dvdauthor-0.6.10.ebuild 939 MD5 fbffc34c68550f496f7f85dc5703ab11 ChangeLog 3299 MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158 -MD5 f98a1701d0a682dcbaa5be92cfe177d8 files/dvdauthor-0.6.10-debugsegfault.patch 1274 -MD5 d121c9be3efefbcbf6b07a1fba9a8afc files/dvdauthor-0.6.10-im6.patch 360 -MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/0.6.10-gcc34.patch 427 +MD5 f19430c51a300365f3d8005dc22febbd dvdauthor-0.6.10.ebuild 919 +MD5 08f43807a81d02e56b2f66dbe0e33c2e dvdauthor-0.6.11.ebuild 703 MD5 8a50d588492e032aad69586764b81edf files/dvdauthor-0.6.10-utf8.patch 464 MD5 7dc0471c612f68f8c3cc66a8064e4263 files/digest-dvdauthor-0.6.10 68 -MD5 79879b2e10592c662bf26806a513a3cb files/digest-dvdauthor-0.6.11 68 +MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/0.6.10-gcc34.patch 427 MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/dvdauthor-0.6.10-gcc34.patch 427 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCaQ1a06ebR+OMO78RAga9AJkBh9PZEBI7ISNSE2KytW01Fw2ZBQCdFB/E -bQ48w9/n5b85Ku97OKcJm5M= -=AHpI ------END PGP SIGNATURE----- +MD5 d121c9be3efefbcbf6b07a1fba9a8afc files/dvdauthor-0.6.10-im6.patch 360 +MD5 f98a1701d0a682dcbaa5be92cfe177d8 files/dvdauthor-0.6.10-debugsegfault.patch 1274 +MD5 79879b2e10592c662bf26806a513a3cb files/digest-dvdauthor-0.6.11 68 diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index 613db368e5d0..651344b0aea2 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.12 2005/02/04 19:00:40 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.13 2005/05/05 02:41:00 vapier Exp $ -inherit eutils 64-bit +inherit eutils DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://dvdauthor.sourceforge.net/" @@ -22,7 +22,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gcc34.patch - 64-bit && epatch ${FILESDIR}/${P}-utf8.patch + epatch ${FILESDIR}/${P}-utf8.patch epatch ${FILESDIR}/${P}-im6.patch # see #62836 diff --git a/media-video/dvdauthor/dvdauthor-0.6.11.ebuild b/media-video/dvdauthor/dvdauthor-0.6.11.ebuild index 19147083b9f1..f672ebe929bf 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.11.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.11.ebuild,v 1.2 2005/04/22 14:42:15 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.11.ebuild,v 1.3 2005/05/05 02:41:00 vapier Exp $ -inherit eutils 64-bit +inherit eutils DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://dvdauthor.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc amd64 ~ppc64" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="media-libs/libdvdread @@ -19,6 +19,6 @@ DEPEND="media-libs/libdvdread media-libs/libpng" src_install() { - make install DESTDIR=${D} || die "installation failed" + make install DESTDIR="${D}" || die "installation failed" dodoc README TODO } |