diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 13:31:29 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 13:31:29 +0000 |
commit | 15716b3a10ce1885a4a8b7b9abb319d7f32374b3 (patch) | |
tree | 22dd7ecf522d351ca51e46f4a9e82eb4b7cb27af /dev-libs | |
parent | stable x86, bug 299480 (diff) | |
download | gentoo-2-15716b3a10ce1885a4a8b7b9abb319d7f32374b3.tar.gz gentoo-2-15716b3a10ce1885a4a8b7b9abb319d7f32374b3.tar.bz2 gentoo-2-15716b3a10ce1885a4a8b7b9abb319d7f32374b3.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/qof/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/qof/qof-0.8.1.ebuild (renamed from dev-libs/qof/qof-0.8.0.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog index 4ead04d12c64..6ee090c22ba3 100644 --- a/dev-libs/qof/ChangeLog +++ b/dev-libs/qof/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/qof -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.24 2009/06/09 18:38:56 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.25 2010/01/04 13:31:29 fauli Exp $ + +*qof-0.8.1 (04 Jan 2010) + + 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> -qof-0.8.0.ebuild, + +qof-0.8.1.ebuild: + version bump *qof-0.8.0 (09 Jun 2009) diff --git a/dev-libs/qof/qof-0.8.0.ebuild b/dev-libs/qof/qof-0.8.1.ebuild index ac0096bd27e2..1dd53154fa5c 100644 --- a/dev-libs/qof/qof-0.8.0.ebuild +++ b/dev-libs/qof/qof-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.8.0.ebuild,v 1.1 2009/06/09 18:38:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.8.1.ebuild,v 1.1 2010/01/04 13:31:29 fauli Exp $ EAPI=2 @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="A Query Object Framework" HOMEPAGE="http://qof.alioth.debian.org/" -SRC_URI="https://alioth.debian.org/frs/download.php/3029/${P}.tar.gz" +SRC_URI="https://alioth.debian.org/frs/download.php/3059/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" @@ -28,7 +28,7 @@ DEPEND="${DEPEND} src_prepare() { # Upstream not willing to remove those stupid flags... - epatch "${FILESDIR}/${P}-remove_spurious_CFLAGS.patch" + epatch "${FILESDIR}/${PN}-0.8.0-remove_spurious_CFLAGS.patch" } src_configure() { |