diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-08 19:33:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-08 19:33:03 +0000 |
commit | 4578a80ddb75c68124c976d1b71b90b879291d35 (patch) | |
tree | 70b601bc90745c8ce058105170017c9ab8964486 /dev-libs/qof | |
parent | amd64 stable (diff) | |
download | gentoo-2-4578a80ddb75c68124c976d1b71b90b879291d35.tar.gz gentoo-2-4578a80ddb75c68124c976d1b71b90b879291d35.tar.bz2 gentoo-2-4578a80ddb75c68124c976d1b71b90b879291d35.zip |
version bump and clean up
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/qof')
-rw-r--r-- | dev-libs/qof/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/qof/qof-0.7.5.ebuild (renamed from dev-libs/qof/qof-0.7.4.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog index c4d7a14a7148..4a10a0d3807b 100644 --- a/dev-libs/qof/ChangeLog +++ b/dev-libs/qof/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/qof # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.13 2008/01/30 12:09:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.14 2008/02/08 19:33:03 opfer Exp $ + +*qof-0.7.5 (08 Feb 2008) + + 08 Feb 2008; Christian Faulhammer <opfer@gentoo.org> -qof-0.7.4.ebuild, + +qof-0.7.5.ebuild: + version bump and clean up 30 Jan 2008; Christian Faulhammer <opfer@gentoo.org> files/qof-0.7.4-remove_spurious_CFLAGS.patch, qof-0.7.4.ebuild: diff --git a/dev-libs/qof/qof-0.7.4.ebuild b/dev-libs/qof/qof-0.7.5.ebuild index e997456c0321..ac635031b881 100644 --- a/dev-libs/qof/qof-0.7.4.ebuild +++ b/dev-libs/qof/qof-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.4.ebuild,v 1.2 2008/01/30 12:09:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.5.ebuild,v 1.1 2008/02/08 19:33:03 opfer Exp $ inherit eutils @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} cd "${S}" # Upstream not willing to remove those stupid flags... - epatch "${FILESDIR}/${P}-remove_spurious_CFLAGS.patch" + epatch "${FILESDIR}/${PN}-0.7.4-remove_spurious_CFLAGS.patch" } src_compile() { |