diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:33:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:33:43 +0000 |
commit | 3b4a43e53f19c852635588c4c829bcef0da887c1 (patch) | |
tree | 7c9f0eb1649e7943883ec1b1fe4170895de14471 /media-video/cpdvd | |
parent | Version bump. (diff) | |
download | historical-3b4a43e53f19c852635588c4c829bcef0da887c1.tar.gz historical-3b4a43e53f19c852635588c4c829bcef0da887c1.tar.bz2 historical-3b4a43e53f19c852635588c4c829bcef0da887c1.zip |
Remove src_compile.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-video/cpdvd')
-rw-r--r-- | media-video/cpdvd/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cpdvd/cpdvd-1.10.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/media-video/cpdvd/ChangeLog b/media-video/cpdvd/ChangeLog index 456a3af42716..5cfaa06fe127 100644 --- a/media-video/cpdvd/ChangeLog +++ b/media-video/cpdvd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/cpdvd -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.10 2006/07/05 03:05:19 tsunam Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.11 2007/01/05 20:33:43 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cpdvd-1.10.ebuild: + Remove src_compile. 05 Jul 2006; Joshua Jackson <tsunam@gentoo.org> cpdvd-1.10.ebuild: Stable x86; bug #138866 diff --git a/media-video/cpdvd/cpdvd-1.10.ebuild b/media-video/cpdvd/cpdvd-1.10.ebuild index 10b4798ac368..2efda2163549 100644 --- a/media-video/cpdvd/cpdvd-1.10.ebuild +++ b/media-video/cpdvd/cpdvd-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/cpdvd/cpdvd-1.10.ebuild,v 1.9 2006/07/05 03:05:19 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10.ebuild,v 1.10 2007/01/05 20:33:43 flameeyes Exp $ inherit eutils @@ -26,10 +26,6 @@ pkg_setup() { built_with_use media-video/transcode dvdread || die "Transcode needs dvdread support builtin for this package to work." } -src_compile () { - einfo "Nothing to compile." -} - src_install () { newbin ${P} ${PN} || die } |