summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-20 21:56:47 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-20 21:56:47 +0000
commit030ae05fcd8b78f81fbc7796a5d037d000cc1d2b (patch)
treee3ea0f5cbc54e904c858fb080620965d983d6039 /media-video/vcdimager
parentVersion bump. (diff)
downloadgentoo-2-030ae05fcd8b78f81fbc7796a5d037d000cc1d2b.tar.gz
gentoo-2-030ae05fcd8b78f81fbc7796a5d037d000cc1d2b.tar.bz2
gentoo-2-030ae05fcd8b78f81fbc7796a5d037d000cc1d2b.zip
QA: xml2 -> xml use flag
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'media-video/vcdimager')
-rw-r--r--media-video/vcdimager/ChangeLog6
-rw-r--r--media-video/vcdimager/files/digest-vcdimager-0.7.232
-rw-r--r--media-video/vcdimager/vcdimager-0.7.21.ebuild8
-rw-r--r--media-video/vcdimager/vcdimager-0.7.23.ebuild10
4 files changed, 16 insertions, 10 deletions
diff --git a/media-video/vcdimager/ChangeLog b/media-video/vcdimager/ChangeLog
index 8dc2779c5749..c9a11052a429 100644
--- a/media-video/vcdimager/ChangeLog
+++ b/media-video/vcdimager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/vcdimager
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.44 2006/05/26 20:29:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/ChangeLog,v 1.45 2006/06/20 21:56:47 genstef Exp $
+
+ 20 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
+ vcdimager-0.7.21.ebuild, vcdimager-0.7.23.ebuild:
+ QA: xml2 -> xml use flag
26 May 2006; Diego Pettenò <flameeyes@gentoo.org>
-files/vcdimager-0.7.20-libvcd.patch, -files/cdio.patch,
diff --git a/media-video/vcdimager/files/digest-vcdimager-0.7.23 b/media-video/vcdimager/files/digest-vcdimager-0.7.23
index f84be9bd77f2..10d882ec7158 100644
--- a/media-video/vcdimager/files/digest-vcdimager-0.7.23
+++ b/media-video/vcdimager/files/digest-vcdimager-0.7.23
@@ -1 +1,3 @@
MD5 5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz 1009549
+RMD160 c43ed14f0b81ada40c94b5954e9e689831cef2c2 vcdimager-0.7.23.tar.gz 1009549
+SHA256 1e73df3c625f6c4f0e07dda60cb629373910c13dfbdf03d0f47f8f058393ff18 vcdimager-0.7.23.tar.gz 1009549
diff --git a/media-video/vcdimager/vcdimager-0.7.21.ebuild b/media-video/vcdimager/vcdimager-0.7.21.ebuild
index fba7b43411ab..a82c70aae274 100644
--- a/media-video/vcdimager/vcdimager-0.7.21.ebuild
+++ b/media-video/vcdimager/vcdimager-0.7.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.21.ebuild,v 1.10 2006/01/13 23:02:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.21.ebuild,v 1.11 2006/06/20 21:56:47 genstef Exp $
inherit eutils libtool
@@ -11,11 +11,11 @@ SRC_URI="http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE="xml2 minimal"
+IUSE="xml minimal"
RDEPEND=">=dev-libs/libcdio-0.71
!minimal? ( dev-libs/popt )
- xml2? ( >=dev-libs/libxml2-2.5.11 )"
+ xml? ( >=dev-libs/libxml2-2.5.11 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -23,7 +23,7 @@ src_compile() {
local myconf
# We disable the xmltest because the configure script includes differently
# than the actual XML-frontend C files.
- use xml2 \
+ use xml \
&& myconf="${myconf} --with-xml-prefix=/usr --disable-xmltest" \
|| myconf="${myconf} --without-xml-frontend"
diff --git a/media-video/vcdimager/vcdimager-0.7.23.ebuild b/media-video/vcdimager/vcdimager-0.7.23.ebuild
index 6392ee71eaa4..3c1fd7b4bd62 100644
--- a/media-video/vcdimager/vcdimager-0.7.23.ebuild
+++ b/media-video/vcdimager/vcdimager-0.7.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23.ebuild,v 1.6 2006/05/26 20:18:36 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23.ebuild,v 1.7 2006/06/20 21:56:47 genstef Exp $
inherit eutils libtool
@@ -11,12 +11,12 @@ SRC_URI="http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="xml2 minimal"
+IUSE="xml minimal"
RESTRICT="test"
RDEPEND=">=dev-libs/libcdio-0.71
!minimal? ( dev-libs/popt )
- xml2? ( >=dev-libs/libxml2-2.5.11 )"
+ xml? ( >=dev-libs/libxml2-2.5.11 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -25,8 +25,8 @@ src_compile() {
# We disable the xmltest because the configure script includes differently
# than the actual XML-frontend C files.
- use xml2 && myconf="${myconf} --with-xml-prefix=/usr --disable-xmltest"
- use xml2 || myconf="${myconf} --without-xml-frontend"
+ use xml && myconf="${myconf} --with-xml-prefix=/usr --disable-xmltest"
+ use xml || myconf="${myconf} --without-xml-frontend"
econf \
$(use_with !minimal cli-frontends) \