From 444697955b17f7abfe9f5b0515a1dbbdb13bf3f1 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 10 Jan 2013 18:46:06 +0000 Subject: [PATCH] Ran protobuf through dos2unix to fix issue with line endings. --- dev-libs/protobuf/protobuf-2.4.1.bep | 56 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/dev-libs/protobuf/protobuf-2.4.1.bep b/dev-libs/protobuf/protobuf-2.4.1.bep index 09ca99c2e..c71c5f1cf 100644 --- a/dev-libs/protobuf/protobuf-2.4.1.bep +++ b/dev-libs/protobuf/protobuf-2.4.1.bep @@ -1,28 +1,28 @@ -DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" -HOMEPAGE="http://code.google.com/p/protobuf/" -SRC_URI="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2" -CHECKSUM_MD5="ed436802019c9e1f40cc750eaf78f318" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" - -BUILD { - cd protobuf-2.4.1 - libtoolize --force --copy --install - ./autogen.sh - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -TEST { - cd protobuf-2.4.1 - make check -} - -INSTALL { - cd protobuf-2.4.1 - make install -} - -LICENSE="Apache v2" -COPYRIGHT="2008 Google" \ No newline at end of file +DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding structured data" +HOMEPAGE="http://code.google.com/p/protobuf/" +SRC_URI="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2" +CHECKSUM_MD5="ed436802019c9e1f40cc750eaf78f318" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" + +BUILD { + cd protobuf-2.4.1 + libtoolize --force --copy --install + ./autogen.sh + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd protobuf-2.4.1 + make install +} + +TEST { + cd protobuf-2.4.1 + make check +} + +LICENSE="Apache v2" +COPYRIGHT="2008 Google"