Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
aballier 08/10/30 08:52:06
Modified: ChangeLog
Added: vobcopy-1.1.2.ebuild
Log:
Version bump, thanks to Yang Zhao <yangman@...> for the notice, bug #244855
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Revision Changes Path
1.39 media-video/vobcopy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 17 Aug 2008 08:42:58 -0000 1.38
+++ ChangeLog 30 Oct 2008 08:52:06 -0000 1.39
@@ -1,6 +1,12 @@
# ChangeLog for media-video/vobcopy
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.38 2008/08/17 08:42:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.39 2008/10/30 08:52:06 aballier Exp $
+
+*vobcopy-1.1.2 (30 Oct 2008)
+
+ 30 Oct 2008; Alexis Ballier <aballier@g.o> +vobcopy-1.1.2.ebuild:
+ Version bump, thanks to Yang Zhao <yangman@...> for the notice, bug
+ #244855
*vobcopy-1.1.1 (17 Aug 2008)
1.1 media-video/vobcopy/vobcopy-1.1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild?rev=1.1&content-type=text/plain
Index: vobcopy-1.1.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-1.1.2.ebuild,v 1.1 2008/10/30 08:52:06 aballier Exp $
inherit toolchain-funcs
IUSE=""
DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
HOMEPAGE="http://lpn.rnbhq.org/"
SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND=">=media-libs/libdvdread-0.9.4"
src_compile() {
tc-export CC
./configure.sh --with-lfs
emake || die "emake failed"
}
src_install() {
dobin vobcopy || die "dobin failed"
doman vobcopy.1 || die "doman failed"
dodoc Changelog README Release-Notes TODO alternative_programs.txt \
|| die "dodoc failed"
}
|
|