diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 11:47:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-23 11:47:21 +0000 |
commit | b83bf0acbac058644273f43288bd81f4be4daa21 (patch) | |
tree | 991f6799f22c750eb6fa429092317017539ec366 /net-libs/libsoup | |
parent | Re-apply the same QA fixes done to 0.21 to 0.23. Why the ChangeLog is messed up? (diff) | |
download | historical-b83bf0acbac058644273f43288bd81f4be4daa21.tar.gz historical-b83bf0acbac058644273f43288bd81f4be4daa21.tar.bz2 historical-b83bf0acbac058644273f43288bd81f4be4daa21.zip |
Version bump
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.30.2.ebuild (renamed from net-libs/libsoup/libsoup-2.30.1.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index 2d323c0b9733..b4f83d876950 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.219 2010/06/20 14:05:16 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.220 2010/06/23 11:46:31 pacho Exp $ + +*libsoup-2.30.2 (23 Jun 2010) + + 23 Jun 2010; Pacho Ramos <pacho@gentoo.org> -libsoup-2.30.1.ebuild, + +libsoup-2.30.2.ebuild: + Version bump with fixes, remove old. 20 Jun 2010; Arun Raghavan <ford_prefect@gentoo.org> libsoup-2.30.1.ebuild, metadata.xml: diff --git a/net-libs/libsoup/libsoup-2.30.1.ebuild b/net-libs/libsoup/libsoup-2.30.2.ebuild index 00eb2ac7c057..cd3435ae9f77 100644 --- a/net-libs/libsoup/libsoup-2.30.1.ebuild +++ b/net-libs/libsoup/libsoup-2.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.30.1.ebuild,v 1.3 2010/06/20 14:05:16 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.30.2.ebuild,v 1.1 2010/06/23 11:46:31 pacho Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils gnome2 DESCRIPTION="An HTTP library implementation in C" HOMEPAGE="http://www.gnome.org/" SRC_URI="${SRC_URI} - mirror://gentoo/${P}-build-gir-patches.tar.bz2" + mirror://gentoo/${PN}-2.30.1-build-gir-patches.tar.bz2" LICENSE="LGPL-2" SLOT="2.4" @@ -51,12 +51,12 @@ src_prepare() { # Patch *must* be applied conditionally (see patch for details) if use doc; then # Fix bug 268592 (build fails !gnome && doc) - epatch "${FILESDIR}/${P}-fix-build-without-gnome-with-doc.patch" + epatch "${FILESDIR}/${PN}-2.30.1-fix-build-without-gnome-with-doc.patch" fi if use introspection; then - epatch "${WORKDIR}/${P}-build-gir-1.patch" - epatch "${WORKDIR}/${P}-build-gir-2.patch" + epatch "${WORKDIR}/${PN}-2.30.1-build-gir-1.patch" + epatch "${WORKDIR}/${PN}-2.30.1-build-gir-2.patch" fi eautoreconf |