diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-17 11:50:32 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-01-17 11:50:32 +0000 |
commit | 5d97635a0bbeb02e79f7644fe86b37e695684101 (patch) | |
tree | 179885aa1669a50a3f7551beac23fb1e1714056e /dev-libs | |
parent | Cleanup (diff) | |
download | gentoo-2-5d97635a0bbeb02e79f7644fe86b37e695684101.tar.gz gentoo-2-5d97635a0bbeb02e79f7644fe86b37e695684101.tar.bz2 gentoo-2-5d97635a0bbeb02e79f7644fe86b37e695684101.zip |
Version bump.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/protobuf/protobuf-2.3.0.ebuild (renamed from dev-libs/protobuf/protobuf-2.2.0.ebuild) | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 524f0fc81eff..7fef8e4e52b6 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/protobuf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.10 2009/11/28 10:41:39 nelchael Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.11 2010/01/17 11:50:32 nelchael Exp $ + +*protobuf-2.3.0 (17 Jan 2010) + + 17 Jan 2010; Krzysiek Pawlik <nelchael@gentoo.org> -protobuf-2.2.0.ebuild, + +protobuf-2.3.0.ebuild: + Version bump. 28 Nov 2009; Krzysiek Pawlik <nelchael@gentoo.org> protobuf-2.2.0a.ebuild: Use correct versions of patches. diff --git a/dev-libs/protobuf/protobuf-2.2.0.ebuild b/dev-libs/protobuf/protobuf-2.3.0.ebuild index 5cbcdcdf7b22..02b8bdf3fcdb 100644 --- a/dev-libs/protobuf/protobuf-2.2.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.3.0.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/protobuf/protobuf-2.2.0.ebuild,v 1.1 2009/08/21 17:41:18 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.3.0.ebuild,v 1.1 2010/01/17 11:50:32 nelchael Exp $ EAPI="2" @@ -23,11 +23,6 @@ DEPEND="${DEPEND} java? ( >=virtual/jdk-1.5 ) RDEPEND="${RDEPEND} java? ( >=virtual/jre-1.5 ) emacs? ( virtual/emacs )" -src_prepare() { - epatch "${FILESDIR}/${P}-decoder_test_64bit_fix.patch" - epatch "${FILESDIR}/${P}-fix-emacs-byte-compile.patch" -} - src_compile() { emake || die |