About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
darkside 08/07/17 03:48:55 Modified: ChangeLog Added: valkyrie-1.3.0.ebuild Log: trivial version bump. bug #230557. Thanks to David Hallas for reporting and initial testing (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686) Revision Changes Path 1.8 dev-util/valkyrie/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 21 Apr 2008 17:26:05 -0000 1.7 +++ ChangeLog 17 Jul 2008 03:48:55 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/valkyrie # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.7 2008/04/21 17:26:05 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/ChangeLog,v 1.8 2008/07/17 03:48:55 darkside Exp $ + +*valkyrie-1.3.0 (17 Jul 2008) + + 17 Jul 2008; Jeremy Olexa <darkside@g.o> +valkyrie-1.3.0.ebuild: + trivial version bump. bug #230557. Thanks to David Hallas for reporting and + initial testing 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata 1.1 dev-util/valkyrie/valkyrie-1.3.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: valkyrie-1.3.0.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/valkyrie/valkyrie-1.3.0.ebuild,v 1.1 2008/07/17 03:48:55 darkside Exp $ inherit eutils qt3 DESCRIPTION="Graphical front-end to the Valgrind suite of tools" HOMEPAGE="http://www.open-works.co.uk/projects/valkyrie.html" SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" DEPEND="$(qt_min_version 3)" RDEPEND="${DEPEND} =dev-util/valgrind-3.3*" src_compile() { use debug || sed -i -e '/#define DEBUG_ON/ s:1:0:' \ "${S}/valkyrie/vk_utils.h" econf \ --disable-dependency-tracking \ --with-Qt-dir="${QTDIR}" || die "econf failed" # Use the right path for the documentation sed -i -e '/VK_DOC_PATH/ s:/doc/:/share/doc/'${PF}'/html/:g' \ "${S}/config.h" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install dodoc README README_DEVELOPERS AUTHORS } -- gentoo-commits@g.o mailing list
Updated Jun 13, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.