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
armin76 08/07/18 15:24:33
Modified: dc-qt-0.1.2.ebuild ChangeLog
Log:
Use eautoreconf, bug #226403
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
Revision Changes Path
1.8 net-p2p/dc-qt/dc-qt-0.1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild?r1=1.7&r2=1.8
Index: dc-qt-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dc-qt-0.1.2.ebuild 23 Feb 2007 11:49:52 -0000 1.7
+++ dc-qt-0.1.2.ebuild 18 Jul 2008 15:24:32 -0000 1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v 1.7 2007/02/23 11:49:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v 1.8 2008/07/18 15:24:32 armin76 Exp $
-inherit eutils qt3
+inherit eutils qt3 autotools
IUSE="xine"
@@ -20,18 +20,18 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/${P}-xine.patch
- autoreconf
+ epatch "${FILESDIR}"/${P}-xine.patch
+ eautoreconf
}
src_compile() {
econf \
- `use_with xine` || die
+ $(use_with xine) || die
emake || die
}
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
}
1.9 net-p2p/dc-qt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dc-qt/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 21 Jan 2007 17:07:52 -0000 1.8
+++ ChangeLog 18 Jul 2008 15:24:32 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/dc-qt
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/ChangeLog,v 1.8 2007/01/21 17:07:52 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/ChangeLog,v 1.9 2008/07/18 15:24:32 armin76 Exp $
+
+ 18 Jul 2008; Raúl Porcel <armin76@g.o> dc-qt-0.1.2.ebuild:
+ Use eautoreconf, bug #226403
21 Jan 2007; Raúl Porcel <armin76@g.o> -dc-qt-0.1.1.ebuild,
dc-qt-0.1.2.ebuild:
--
gentoo-commits@g.o mailing list
|
|